mirror of
https://github.com/nextcloud/server.git
synced 2025-05-03 13:30:32 +00:00
38 lines
2.8 KiB
JavaScript
38 lines
2.8 KiB
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"Channel updated" : "Kanal värskendatud",
|
|
"Web updater is disabled" : "Veebiuuendaja on keelatud",
|
|
"App updated" : "Rakendus uuendatud",
|
|
"See what's new" : "Kae, mis uut",
|
|
"{app} updated to version {version}" : "{app} uuendati versioonile {version}",
|
|
"Update notifications" : "Uuendusmärguanded",
|
|
"The update server could not be reached since %d days to check for new updates." : "Uuenduste serveriga ei ole uuenduste otsimiseks saadud ühendust %d päeva.",
|
|
"Please check the Nextcloud and server log files for errors." : "Palun vaata Nextcloudi ja serveri logifaile tõrgete leidmiseks.",
|
|
"Update to {serverAndVersion} is available." : "Uuendus {serverAndVersion}-le on saadaval.",
|
|
"Update for {app} to version %s is available." : "Uuendus {app} versioonile %s on saadaval.",
|
|
"Update notification" : "Uuendusmärguanne",
|
|
"Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Näitab uuendusmärguannet Nexticloudi, rakenduste uuenduste puhul ja pakub SSO linki nende uuendamiseks.",
|
|
"Give feedback" : "Anna tagasisidet",
|
|
"Get started" : "Alusta",
|
|
"No changelog available" : "Muudatuste logi pole saadaval",
|
|
"What's new in {app} {version}" : "Mida uut {app} {version} sisaldab",
|
|
"A new version is available: <strong>{newVersionString}</strong>" : "Saadaval on uus versioon: <strong>{newVersionString}</strong>",
|
|
"Checked on {lastCheckedDate} - Open changelog" : "Kontrollitud {lastCheckedDate} - Ava muudatuste logi",
|
|
"Update" : "Uuenda",
|
|
"The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Versiooni, mida kasutad, ei uuendata enam. Palun uuenda toetatud versioonile võimalikult kiiresti.",
|
|
"Apps missing compatible version" : "Rakendustel puuduvad toetatud versioonid",
|
|
"View in store" : "Vaata poes",
|
|
"Apps with compatible version" : "Rakendused toetatud versiooniga",
|
|
"Open updater" : "Ava uuendaja",
|
|
"Download now" : "Laadi kohe alla",
|
|
"What's new?" : "Mida on uut?",
|
|
"View changelog" : "Vaata muudatuste logi",
|
|
"The update check is not yet finished. Please refresh the page." : "Uuenduste kontrollimine pole veel lõppenud. Palun värskendage lehte.",
|
|
"Your version is up to date." : "Su versioon on ajakohane.",
|
|
"Update channel" : "Uuenduste kanal",
|
|
"Current update channel:" : "Praegune uuenduste kanal:",
|
|
"Notify members of the following groups about available updates:" : "Teavita jägmiste gruppide liikmeid saadaval olevatest uuendustest:",
|
|
"{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|