frontend.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. 'Activation email' => '',
  21. 'This email has already been taken.' => '',
  22. 'Your account has been successfully activated.' => '',
  23. 'Your account has been successfully created. Check your email for further instructions.' => '',
  24. 'Your activation link: {url}' => '',
  25. 'About' => '关于',
  26. 'Account Settings' => '帐号设置',
  27. 'Articles' => '文章',
  28. 'Attachments' => '附件',
  29. 'Backend' => '后台',
  30. 'Body' => '内容',
  31. 'Check your email for further instructions.' => '请检查您的邮件',
  32. 'Confirm Password' => '密码确认',
  33. 'Contact' => '联系',
  34. 'E-mail' => 'Email',
  35. 'Email' => 'Email',
  36. 'Error while oauth process.' => 'oauth进程错误',
  37. 'Female' => '女性',
  38. 'Home' => '主页',
  39. 'If you forgot your password you can reset it <a href="{link}">here</a>' => '忘记密码请点击 <a href="{link}"></a>',
  40. 'Incorrect username or password.' => '用户名或密码错误',
  41. 'Language' => '语言',
  42. 'Log in with' => 'Log in with',
  43. 'Login' => '登录',
  44. 'Logout' => '退出',
  45. 'Male' => '男性',
  46. 'Name' => '名字',
  47. 'Need an account? Sign up.' => '需要一个帐号 ? 注册',
  48. 'New password was saved.' => '新密码保存成功',
  49. 'Page not found' => '页面没找到',
  50. 'Password' => '密码',
  51. 'Password reset for {name}' => '为{name}重置密码',
  52. 'Profile settings' => '资料设置',
  53. 'Remember Me' => '记住我',
  54. 'Request password reset' => '请求重置密码',
  55. 'Reset password' => '重置密码',
  56. 'Settings' => '设置',
  57. 'Sign up with' => '注册',
  58. 'Signup' => '注册',
  59. 'Sorry, we are unable to reset password for email provided.' => '根据您提供的email无法充值密码',
  60. 'Subject' => '主题',
  61. 'Submit' => '提交',
  62. 'Thank you for contacting us. We will respond to you as soon as possible.' => '感谢你您联系我们,我们会尽快回复',
  63. 'There was an error sending email.' => '发送邮件时发生错误',
  64. 'This email address has already been taken.' => '此邮件已被占用',
  65. 'This username has already been taken.' => '用户名已经被占用',
  66. 'Update' => '更新',
  67. 'User Settings' => '用户设置',
  68. 'Username' => '用户名',
  69. 'Username or email' => '用户名或email',
  70. 'Verification Code' => '验证码',
  71. 'We already have a user with email {email}' => '我们已经有用户使用了该邮箱',
  72. 'Welcome to {app-name}. Email with your login information was sent to your email.' => '欢迎来到{app-name}. 您的登录信息我们已经发送到了您的注册邮箱.',
  73. 'Your account has been successfully saved' => '您的帐号保存成功',
  74. '{app-name} | Your login information' => '{app-name} | 您的登录信息',
  75. ];