зеркало из https://github.com/nextcloud/text.git
14 строки
431 B
JavaScript
14 строки
431 B
JavaScript
OC.L10N.register(
|
||
"text",
|
||
{
|
||
"The file was uploaded" : "Ulac afaylu yettwaznen",
|
||
"The file was only partially uploaded" : "Afaylu, cwiṭ kan i yettwaznen segs",
|
||
"No file was uploaded" : "Ulac afaylu i d-yettwasulin",
|
||
"Missing a temporary folder" : "Ixuṣ ukaram akudan",
|
||
"Guest" : "Inebgi",
|
||
"Backspace" : "Retour",
|
||
"Warning" : "Alɣu",
|
||
"Edit" : "Ẓreg"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|