Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c18f5981a3d8fff75dbe0e7d2b4b8c4c4ef525f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
    "Updated channel" : "更新通道",
    "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." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。"
},
"nplurals=1; plural=0;");