owncloud/core

View on GitHub
apps/updatenotification/l10n/zh_CN.js

Summary

Maintainability
A
2 hrs
Test Coverage
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "升级通知",
    "{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
    "Updated channel" : "更新通道",
    "ownCloud core" : "ownCloud核心",
    "Update for %1$s to version %2$s is available." : "%1$s有可用更新,版本:%2$s",
    "Updater" : "更新管理器",
    "A new version is available: %s" : "有可用的新版本: %s",
    "Open updater" : "打开更新管理器",
    "Show changelog" : "查看更新日志",
    "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." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。",
    "Notify members of the following groups about available updates:" : "将可用的更新通知下列组的成员:",
    "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "只有应用更新通知可用,因为所选择的更新通道禁止通知。"
},
"nplurals=1; plural=0;");