Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add zh-TW language #955

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions messages/zh-CN/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return array (
'#' => '',
'Are you sure? There is no going back' => '',
'Delete account' => '',
'Error while trying to generate new password' => '',
'Impersonate user is disabled in the application configuration' => '',
'It will be deleted forever' => '',
'New rule' => '',
'Not found' => '',
'Once you delete your account, there is no going back' => '',
'Password generation is not possible for admin users' => '',
'Password is not necessary because the module is in DEBUG mode.' => '',
'Please be certain' => '',
'Registration on this website is disabled' => '',
'Rules' => '',
'#' => '#',
'Are you sure? There is no going back' => '确定吗?该操作无法撤销',
'Delete account' => '删除帐号',
'Error while trying to generate new password' => '生成新密码时出错',
'Impersonate user is disabled in the application configuration' => '应用程序配置中禁止模拟用户',
'It will be deleted forever' => '它将被永久删除',
'New rule' => '新建规则',
'Not found' => '未找到',
'Once you delete your account, there is no going back' => '一旦你删除了自己的帐户,将无法挽回',
'Password generation is not possible for admin users' => '管理员用户无法生成密码',
'Password is not necessary because the module is in DEBUG mode.' => '不需要密码,因为模块处于DEBUG模式。',
'Please be certain' => '请认真核实',
'Registration on this website is disabled' => '本网站禁止注册',
'Rules' => '规则',
'(not set)' => '(未设置)',
'A confirmation message has been sent to your new email address' => '确认邮件已发送到您的新电子邮件地址',
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => '邮件已发送到您的电子邮件地址。 它包含一个确认链接,您必须单击才能完成注册。',
'A new confirmation link has been sent' => '已发送新的确认链接',
'A password will be generated automatically if not provided' => '如果你想要自动生成的密码,请将此域留空',
'A password will be generated automatically if not provided' => '如果你想要自动生成的密码,请将此处留空',
'Account' => '帐户',
'Account confirmation' => '帐户确认',
'Account details' => '帐户详细资料',
'Account details have been updated' => '帐户详细信息已更新',
'Account settings' => '帐户设置',
'Already registered? Sign in!' => '已有账户? 现在登录!',
'Already registered? Sign in!' => '已有帐户? 现在登录!',
'An email has been sent with instructions for resetting your password' => '已发送电子邮件,其中包含重置密码的说明',
'An error occurred and your password has not been changed. Please try again later.' => '发生错误,您的密码尚未更改。 请稍后再试。',
'An error occurred processing your request' => '处理您的请求时出错',
'Are you sure you want to block this user?' => '确定锁定该用户?',
'Are you sure you want to confirm this user?' => '确认该用户?',
'Are you sure you want to confirm this user?' => '确认核实该用户?',
'Are you sure you want to delete this user?' => '您确定要删除这个用户?',
'Are you sure you want to switch to this user for the rest of this Session?' => '您确定要切换会话到此用户吗?',
'Are you sure you want to unblock this user?' => '您确定要取消锁定该用户?',
Expand Down Expand Up @@ -89,7 +89,7 @@
'Finish' => '完成',
'Forgot password?' => '忘记密码?',
'Generate and send new password to user' => '生成新密码并向用户发送',
'Gravatar email' => '全球头像 EMail',
'Gravatar email' => '全球头像 Email',
'Hello' => '您好',
'If you already registered, sign in and connect this account on settings page' => '如果您已经注册,登录并在设置页连接此帐户',
'If you cannot click the link, please try pasting the text into your browser' => '如果不能直接打开,请将以上网址粘贴到到浏览器打开',
Expand Down
Loading