mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
15 lines
510 B
JavaScript
15 lines
510 B
JavaScript
OC.L10N.register(
|
|
"lib",
|
|
{
|
|
"Cannot write into \"config\" directory!" : "شسیب",
|
|
"Unknown filetype" : "د فایل ډول نامعلوم دی",
|
|
"Invalid image" : "انځور سم نه دی",
|
|
"Files" : "فایلونه",
|
|
"Storage is temporarily not available" : "ذخیره د لنډې مودې لپاره نشته",
|
|
"Images" : "سیبشسیب",
|
|
"Apps" : "اپلېکشنونه",
|
|
"Settings" : "سمونې",
|
|
"Accounts" : "Accounts"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|