nextcloud/apps/updatenotification/l10n/zh_CN.js

47 lines
5.2 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-02-25 09:58:06 +03:00
"{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
2018-07-10 11:21:14 +03:00
"Update notifications" : "升级通知",
"Channel updated" : "更新通道",
2018-08-13 03:12:09 +03:00
"The update server could not be reached since %d days to check for new updates." : "更新服务器自 %d 天前起无法访问以检查更新。",
2018-07-10 11:21:14 +03:00
"Please check the Nextcloud and server log files for errors." : "请检查 nextcloud 和服务器的日志中的错误。",
"Update to %1$s is available." : " 可以更新到 %1$s 。",
"Update for %1$s to version %2$s is available." : "可以从 %1$s 版本更新到 %2$s 版本。",
"Update for {app} to version %s is available." : "可以将您的 {app} 更新到版本 %s 。",
2018-07-20 03:12:09 +03:00
"Update notification" : "更新通知",
2018-08-13 03:12:09 +03:00
"Displays update notifications for Nextcloud and provides the SSO for the updater." : "显示 Nextcloud 的更新提示,并提供更新器的认证页面。",
2018-11-17 04:12:47 +03:00
"The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "您运行的版本已经不再被维护了。请尽快更新到一个受支持的版本。",
2019-01-11 04:12:31 +03:00
"Apps missing updates" : "缺少更新的应用",
2018-11-24 04:11:17 +03:00
"View in store" : "在商店中查看",
2018-07-20 03:12:09 +03:00
"Apps with available updates" : "有可用更新的应用",
2018-03-09 04:12:12 +03:00
"Open updater" : "打开更新器",
2018-11-17 04:12:47 +03:00
"Download now" : "开始下载",
2018-11-24 04:11:17 +03:00
"What's new?" : "有哪些更新?",
2018-11-17 04:12:47 +03:00
"The update check is not yet finished. Please refresh the page." : "更新检查未完成。请刷新页面。",
2018-11-10 04:12:25 +03:00
"Your version is up to date." : "您的版本已是最新。",
2018-02-27 04:14:26 +03:00
"A non-default update server is in use to be checked for updates:" : "检查更新使用了一个非默认的服务器:",
2018-11-17 04:12:47 +03:00
"Update channel:" : "更新通道:",
2018-02-27 04:14:26 +03:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。",
"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." : "请注意, 在新版本发布后, 它可能需要一段时间才能显示在这里。新版本发布后, 随着时间的推移, 当用户发现问题时我们可能会跳过一个版本。",
2018-11-24 04:11:17 +03:00
"Notify members of the following groups about available updates:" : "提醒以下组群的用户关于可用的更新:",
2018-02-27 04:14:26 +03:00
"Only notification for app updates are available." : "仅提醒应用更新就绪。",
2018-11-17 04:12:47 +03:00
"The selected update channel makes dedicated notifications for the server obsolete." : "被选中的升级通道将会通知未更新的服务器",
2018-02-27 04:14:26 +03:00
"The selected update channel does not support updates of the server." : "选中的更新通道不支持服务器升级。",
2018-06-27 13:06:12 +03:00
"A new version is available: <strong>{newVersionString}</strong>" : "有可用的新版本: <strong>{newVersionString}</strong>",
2018-08-13 03:12:09 +03:00
"Checked on {lastCheckedDate}" : "检查时间 {lastCheckedDate}",
2018-07-20 03:12:09 +03:00
"Checking apps for compatible updates" : "检查应用以匹配更新",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "请确认 config.php 没有设置<samp>appstoreenabled </samp> 为 false.",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "无法连接到应用商店, 或者应用商店返回无可用更新。请手动搜索更新,或者是确认您的服务器能访问互联网,并能连接到应用商店。",
"<strong>All</strong> apps have an update for this version available" : "<strong>所有</strong> 应用有适用于这个版本的更新",
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>production</strong>将会提供最新的补丁,但不会很快的更新到下一个主版本。更新一般会跟随着第二个小版本(x.0.2)发布。",
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>稳定版</strong>是最近的稳定版本。适合正常使用,并总是会更新到最新的主版本。",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong>版本只是用于新功能测试的预发布版,请勿用于生产环境。",
"View changelog" : "查看更新记录",
2018-11-17 04:12:47 +03:00
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong>应用没有适用这个版本的更新"],
2018-11-29 04:11:34 +03:00
"Could not start updater, please try the manual update" : "无法启动自动更新,请尝试手动更新",
2016-03-15 08:55:47 +03:00
"A new version is available: %s" : "有可用的新版本: %s",
2018-11-17 04:12:47 +03:00
"Checked on %s" : "检查于 %s"
2016-02-16 16:49:12 +03:00
},
"nplurals=1; plural=0;");