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

zh_CN.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a291661d880a354d3e62e28bac8a918f7fee7967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "注册",
    "Saved" : "已保存",
    "None" : "无",
    "Username" : "用户名",
    "Password" : "密码",
    "Create account" : "创建账号",
    "Email" : "电子邮箱"
},
"nplurals=1; plural=0;");