diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-12 00:09:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-12 00:09:35 +0000 |
commit | cf57055960489bf3c2d22db38b39452033f37d59 (patch) | |
tree | 1d90a08f0c3c090d04f6b7cc9373b5cb83084bf5 /apps/updatenotification/l10n | |
parent | 9c3ffa6a6576da4c699ed7a9a969732d5ffa9bcb (diff) | |
download | nextcloud-server-cf57055960489bf3c2d22db38b39452033f37d59.tar.gz nextcloud-server-cf57055960489bf3c2d22db38b39452033f37d59.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n')
-rw-r--r-- | apps/updatenotification/l10n/de.js | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/de.json | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/updatenotification/l10n/ru.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index f0eea25d287..90a69f27780 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -7,6 +7,7 @@ OC.L10N.register( "Nextcloud core" : "Nextcloud Kern", "Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", + "Download now" : "Jetzt herunterladen", "Your version is up to date." : "Deine Version ist aktuell.", "Checked on %s" : "Geprüft am %s", "Update channel:" : "Update-Kanal:", diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json index 462db15bd32..7215f2daa19 100644 --- a/apps/updatenotification/l10n/de.json +++ b/apps/updatenotification/l10n/de.json @@ -5,6 +5,7 @@ "Nextcloud core" : "Nextcloud Kern", "Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", + "Download now" : "Jetzt herunterladen", "Your version is up to date." : "Deine Version ist aktuell.", "Checked on %s" : "Geprüft am %s", "Update channel:" : "Update-Kanal:", diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index 7546a3a0cbc..940cf041f6d 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -3,9 +3,11 @@ OC.L10N.register( { "Update notifications" : "Уведомления об обновлениях", "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Channel updated" : "Канал обновлен.", "Nextcloud core" : "Nextcloud core", "Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.", "A new version is available: %s" : "Доступна новая версия: %s", + "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 0fb8d3ded66..623e1303a00 100644 --- a/apps/updatenotification/l10n/ru.json +++ b/apps/updatenotification/l10n/ru.json @@ -1,9 +1,11 @@ { "translations": { "Update notifications" : "Уведомления об обновлениях", "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Channel updated" : "Канал обновлен.", "Nextcloud core" : "Nextcloud core", "Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.", "A new version is available: %s" : "Доступна новая версия: %s", + "Download now" : "Скачать сейчас", "Your version is up to date." : "Версия не требует обновления.", "Checked on %s" : "Проверено %s", "Update channel:" : "Канал обновлений:", |