зеркало из https://github.com/nextcloud/text.git
15 строки
584 B
JavaScript
15 строки
584 B
JavaScript
OC.L10N.register(
|
||
"text",
|
||
{
|
||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
|
||
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
|
||
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
|
||
"guest" : "Qonaq",
|
||
"Saved" : "Saxlanıldı",
|
||
"Translate" : "Translate",
|
||
"Info" : "Info",
|
||
"Warning" : "Xəbərdarlıq",
|
||
"Edit" : "Dəyişiklik et"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|