зеркало из https://github.com/nextcloud/deck.git
19 строки
782 B
JavaScript
19 строки
782 B
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Personal" : "Isiklik",
|
|
"Finished" : "Lõpetatud",
|
|
"Later" : "Hiljem",
|
|
"Done" : "Valmis",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
|
|
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
|
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
|
"Edit" : "Redigeeri",
|
|
"Tags" : "Sildid",
|
|
"Due date" : "Tähtaeg",
|
|
"Description" : "Kirjeldus",
|
|
"Settings" : "Seaded"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|