backend.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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. 'Create' => '添加',
  21. 'Update' => '更新',
  22. 'Create {modelClass}' => '添加{modelClass}',
  23. 'Update {modelClass}: ' => '编辑{modelClass}:',
  24. 'Carousel' => '轮播图',
  25. 'Nav' => '导航',
  26. 'Navs' => '导航',
  27. 'Account details' => '账户',
  28. 'Profile details' => '信息',
  29. 'Assignments' => '授权',
  30. 'Block' => '禁用',
  31. 'UnBlock' => '解禁',
  32. 'Level' => '级别',
  33. 'Category' => '分类',
  34. 'You can assign multiple roles or permissions to user by using the form below' => '您可以使用下面的表单给用户分配多个角色或权限',
  35. ];