nextcloud/apps/updatenotification/l10n/zh_CN.js

29 lines
2.6 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2017-01-09 11:24:58 +03:00
"Could not start updater, please try the manual update" : "无法启动自动更新,请尝试手动更新",
2016-02-25 09:58:06 +03:00
"{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
2018-01-19 04:10:55 +03:00
"Update notifications" : "升级通知",
2017-01-09 11:24:58 +03:00
"Channel updated" : "更新通道",
2017-04-11 03:07:29 +03:00
"The update server could not be reached since %d days to check for new updates." : "更新服务器自 1%d 天前起无法访问以检查更新。",
2017-05-11 03:08:08 +03:00
"Please check the Nextcloud and server log files for errors." : "请检查 nextcloud 和服务器的日志中的错误。",
2017-01-09 11:24:58 +03:00
"Update to %1$s is available." : " 可以更新到 %1$s 。",
2017-01-27 04:07:18 +03:00
"Update for %1$s to version %2$s is available." : "可以从 %1$s 版本更新到 %2$s 版本。",
"Update for {app} to version %s is available." : "可以将您的 {app} 更新到版本 %s 。",
2016-03-15 08:55:47 +03:00
"A new version is available: %s" : "有可用的新版本: %s",
2017-01-09 11:24:58 +03:00
"Open updater" : "打开更新器",
"Download now" : "开始下载",
2017-09-15 03:08:08 +03:00
"The update check is not yet finished. Please refresh the page." : "更新检查未完成。请刷新页面。",
2016-03-15 08:55:47 +03:00
"Your version is up to date." : "您的版本已是最新。",
"Checked on %s" : "检查于 %s",
2017-09-15 03:08:08 +03:00
"A non-default update server is in use to be checked for updates:" : "检查更新使用了一个非默认的服务器:",
2016-03-05 09:56:08 +03:00
"Update channel:" : "更新通道:",
2017-01-09 11:24:58 +03:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。",
2017-07-22 03:08:07 +03:00
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "请注意, 在新版本发布后, 它可能需要一段时间才能显示在这里。新版本发布后, 随着时间的推移, 当用户发现问题时我们可能会跳过一个版本。",
2017-01-09 11:24:58 +03:00
"Notify members of the following groups about available updates:" : "提醒一下组群的用户关于可用的更新:",
"Only notification for app updates are available." : "仅提醒应用更新就绪。",
"The selected update channel makes dedicated notifications for the server obsolete." : "被选中的升级通道将会通知未更新的服务器",
2017-03-27 03:07:55 +03:00
"The selected update channel does not support updates of the server." : "选中的更新通道不支持服务器升级。"
2016-02-16 16:49:12 +03:00
},
"nplurals=1; plural=0;");