diff options
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/l10n/es.js | 4 | ||||
-rw-r--r-- | apps/updatenotification/l10n/es.json | 4 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ru.js | 4 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ru.json | 4 |
4 files changed, 14 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js index 21e1c4a1d47..ded4d8f1222 100644 --- a/apps/updatenotification/l10n/es.js +++ b/apps/updatenotification/l10n/es.js @@ -3,9 +3,11 @@ OC.L10N.register( { "Update notifications" : "Actualizar notificaciones", "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", - "Nextcloud core" : "Núcleo de Nextcloud", + "Channel updated" : "Canal actualizado", + "Update to %1$s is available." : "Actualización a %1$s esta disponible.", "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "A new version is available: %s" : "Hay una nueva versión disponible: %s", + "Download now" : "Descargar ahora", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", "Update channel:" : "Canal de actualización: ", diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json index 4f99be77b7a..c85e1f55557 100644 --- a/apps/updatenotification/l10n/es.json +++ b/apps/updatenotification/l10n/es.json @@ -1,9 +1,11 @@ { "translations": { "Update notifications" : "Actualizar notificaciones", "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", - "Nextcloud core" : "Núcleo de Nextcloud", + "Channel updated" : "Canal actualizado", + "Update to %1$s is available." : "Actualización a %1$s esta disponible.", "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "A new version is available: %s" : "Hay una nueva versión disponible: %s", + "Download now" : "Descargar ahora", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", "Update channel:" : "Canal de actualización: ", diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index dbe3837dd9e..2d9e085e20b 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -2,10 +2,14 @@ OC.L10N.register( "updatenotification", { "Update notifications" : "Уведомления об обновлениях", + "Could not start updater, please try the manual update" : "Не удалось обновить. Пожалуйста, выполните обновление в ручную.", "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", "Channel updated" : "Канал обновлен.", + "Update to %1$s is available." : "Доступно обновлений: %1$s", "Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.", "A new version is available: %s" : "Доступна новая версия: %s", + "Open updater" : "Открыть окно обновления", + "Download now" : "Загрузить сейчас", "Your version is up to date." : "Версия не требует обновления.", "Checked on %s" : "Проверено %s", "Update channel:" : "Канал обновлений:", diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json index 0f65b7e9026..0d530d63289 100644 --- a/apps/updatenotification/l10n/ru.json +++ b/apps/updatenotification/l10n/ru.json @@ -1,9 +1,13 @@ { "translations": { "Update notifications" : "Уведомления об обновлениях", + "Could not start updater, please try the manual update" : "Не удалось обновить. Пожалуйста, выполните обновление в ручную.", "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", "Channel updated" : "Канал обновлен.", + "Update to %1$s is available." : "Доступно обновлений: %1$s", "Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.", "A new version is available: %s" : "Доступна новая версия: %s", + "Open updater" : "Открыть окно обновления", + "Download now" : "Загрузить сейчас", "Your version is up to date." : "Версия не требует обновления.", "Checked on %s" : "Проверено %s", "Update channel:" : "Канал обновлений:", |