зеркало из https://github.com/nextcloud/deck.git
58 строки
2.3 KiB
JavaScript
58 строки
2.3 KiB
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Personal" : "Isiklik",
|
|
"Finished" : "Lõpetatud",
|
|
"Later" : "Hiljem",
|
|
"copy" : "koopia",
|
|
"Done" : "Valmis",
|
|
"The file was uploaded" : "Fail laaditi üles",
|
|
"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",
|
|
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
|
|
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
|
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
|
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
|
|
"A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise",
|
|
"No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s",
|
|
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
|
|
"Cancel" : "Loobu",
|
|
"File already exists" : "Fail on juba olemas",
|
|
"Open" : "Ava",
|
|
"Completed" : "Lõpetatud",
|
|
"Details" : "Üksikasjad",
|
|
"Sharing" : "Jagamine",
|
|
"Tags" : "Sildid",
|
|
"Activity" : "Tegevus",
|
|
"Undo" : "Tühista",
|
|
"Can edit" : "Võib redigeerida",
|
|
"Can share" : "Can share",
|
|
"Owner" : "Omanik",
|
|
"Delete" : "Kustuta",
|
|
"Edit" : "Redigeeri",
|
|
"Download" : "Lae alla",
|
|
"Comments" : "Kommentaarid",
|
|
"Modified" : "Muudetud",
|
|
"Created" : "Loodud",
|
|
"Save" : "Salvesta",
|
|
"Reply" : "Vasta",
|
|
"Update" : "Uuenda",
|
|
"Created:" : "Loodud:",
|
|
"Description" : "Kirjeldus",
|
|
"(group)" : "(grupp)",
|
|
"Delete card" : "Kustuta kaart",
|
|
"seconds ago" : "sekundit tagasi",
|
|
"Keyboard shortcuts" : "Klaviatuuri otseteed",
|
|
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
|
"Search" : "Otsi",
|
|
"Shared with you" : "Sinuga jagatud",
|
|
"Cancel edit" : "Loobu muutmisest",
|
|
"No notifications" : "Märguandeid pole",
|
|
"An error occurred" : "Tekkis tõrge",
|
|
"Today" : "Täna",
|
|
"Tomorrow" : "Homme",
|
|
"Close" : "Sulge",
|
|
"Share" : "Jaga"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|