diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-15 01:55:47 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-15 01:55:47 -0400 |
commit | 2c6617da60750931f6108ccee7844799fd41f521 (patch) | |
tree | 7efeb8a7d99c38916d9b4b0922a7985014ea9093 /apps/updatenotification/l10n | |
parent | 9657f9a01bbb372abac0342b952c693800c7ad08 (diff) | |
download | nextcloud-server-2c6617da60750931f6108ccee7844799fd41f521.tar.gz nextcloud-server-2c6617da60750931f6108ccee7844799fd41f521.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n')
-rw-r--r-- | apps/updatenotification/l10n/pt_PT.js | 3 | ||||
-rw-r--r-- | apps/updatenotification/l10n/pt_PT.json | 3 | ||||
-rw-r--r-- | apps/updatenotification/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | apps/updatenotification/l10n/zh_CN.json | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/pt_PT.js b/apps/updatenotification/l10n/pt_PT.js index 5fa78c9e0b6..7bcc1a720dc 100644 --- a/apps/updatenotification/l10n/pt_PT.js +++ b/apps/updatenotification/l10n/pt_PT.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Actualizar canal", "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", "Updater" : "actualizar", "A new version is available: %s" : "Está disponível uma nova versão: %s", "Open updater" : "Abrir atualizador", + "Your version is up to date." : "A sua versão está actualizada.", + "Checked on %s" : "Verificado em %s", "Update channel:" : "Atualizar canal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma nova versão / canal experimental. Mas nunca poderá recuar para um canal mais estável." }, diff --git a/apps/updatenotification/l10n/pt_PT.json b/apps/updatenotification/l10n/pt_PT.json index 27b49140cc3..dd7e6760dcf 100644 --- a/apps/updatenotification/l10n/pt_PT.json +++ b/apps/updatenotification/l10n/pt_PT.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Actualizar canal", "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", "Updater" : "actualizar", "A new version is available: %s" : "Está disponível uma nova versão: %s", "Open updater" : "Abrir atualizador", + "Your version is up to date." : "A sua versão está actualizada.", + "Checked on %s" : "Verificado em %s", "Update channel:" : "Atualizar canal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma nova versão / canal experimental. Mas nunca poderá recuar para um canal mais estável." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/zh_CN.js b/apps/updatenotification/l10n/zh_CN.js index fd705d767c7..45acd3ec97b 100644 --- a/apps/updatenotification/l10n/zh_CN.js +++ b/apps/updatenotification/l10n/zh_CN.js @@ -1,9 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "更新通道", "{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。", "Updater" : "更新管理器", + "A new version is available: %s" : "有可用的新版本: %s", "Open updater" : "打开更新管理器", + "Your version is up to date." : "您的版本已是最新。", + "Checked on %s" : "检查于 %s", "Update channel:" : "更新通道:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。" }, diff --git a/apps/updatenotification/l10n/zh_CN.json b/apps/updatenotification/l10n/zh_CN.json index b95589b11a1..10764103dc9 100644 --- a/apps/updatenotification/l10n/zh_CN.json +++ b/apps/updatenotification/l10n/zh_CN.json @@ -1,7 +1,11 @@ { "translations": { + "Updated channel" : "更新通道", "{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。", "Updater" : "更新管理器", + "A new version is available: %s" : "有可用的新版本: %s", "Open updater" : "打开更新管理器", + "Your version is up to date." : "您的版本已是最新。", + "Checked on %s" : "检查于 %s", "Update channel:" : "更新通道:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。" },"pluralForm" :"nplurals=1; plural=0;" |