diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-03-05 20:23:24 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-03-05 20:23:24 +0200 |
commit | 3f4be5e9fad1aee484fb01764fbd051fdaf9d3d7 (patch) | |
tree | c9833145bf19ce75abd5a318914237cd14354d30 /i18n/zh-CN.i18n.json | |
parent | 44dbe43ac4fa4a32d175fead36f9371a67a634a0 (diff) | |
download | wekan-3f4be5e9fad1aee484fb01764fbd051fdaf9d3d7.tar.gz wekan-3f4be5e9fad1aee484fb01764fbd051fdaf9d3d7.tar.bz2 wekan-3f4be5e9fad1aee484fb01764fbd051fdaf9d3d7.zip |
Update translations.
Diffstat (limited to 'i18n/zh-CN.i18n.json')
-rw-r--r-- | i18n/zh-CN.i18n.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 859cb2b7..c8b18a19 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -196,6 +196,7 @@ "fullname": "全称", "header-logo-title": "返回您的看板页", "hide-system-messages": "隐藏系统消息", + "headerBarCreateBoardPopup-title": "创建看板", "home": "首页", "import": "导入", "import-board": "从 Trello 导入", @@ -322,5 +323,26 @@ "welcome-board": "“欢迎”看板", "welcome-list1": "基本", "welcome-list2": "高阶", - "what-to-do": "要做什么?" + "what-to-do": "要做什么?", + "admin-panel": "Admin Panel", + "system-setting": "System Setting", + "settings": "设置", + "people": "People", + "registration": "Registration", + "disable-self-registration": "Disable Self-Registration", + "invite": "Invite", + "invite-people": "Invite People", + "to-boards": "To board(s)", + "email-addresses": "Email Addresses", + "smtp-host-description": "The address of the SMTP server that handles your emails.", + "smtp-port-description": "The port your SMTP server uses for outgoing emails.", + "smtp-host": "SMTP Host", + "smtp-port": "SMTP Port", + "smtp-username": "用户名", + "smtp-password": "密码", + "send-from": "From", + "invitation-code": "Invitation Code", + "email-invite-register-subject": "__inviter__ 向您发出邀请", + "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", + "error-invitation-code-not-exist": "Invitation code doesn't exist" }
\ No newline at end of file |