en.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. export default {
  2. title: 'Avue is a framework',
  3. tip: 'tip',
  4. logoutTip: 'Exit the system, do you want to continue?',
  5. submitText: 'submit',
  6. cancelText: 'cancel',
  7. search: 'Please input search content',
  8. menuTip: 'none menu list',
  9. wel: {
  10. info: 'Good morning, Smallwei, Avuex is a framework',
  11. dept: 'a certain technology department',
  12. team: 'Team ranking',
  13. project: 'Project access',
  14. count: 'Item number',
  15. data: {
  16. subtitle: 'real time',
  17. column1: 'Classified statistics',
  18. column2: 'Annex statistics',
  19. column3: 'Article statistics',
  20. key1: 'C',
  21. key2: 'A',
  22. key3: 'A',
  23. text1: 'Total Record Number of Classifications',
  24. text2: 'Number of attachments Uploaded',
  25. text3: 'Comment frequency',
  26. },
  27. data2: {
  28. column1: 'Registration today',
  29. column2: 'Login today',
  30. column3: 'Subscription today',
  31. column4: 'Todays review',
  32. },
  33. data3: {
  34. column1: 'Conversion rate(Day 28%)',
  35. column2: 'Attendance rate(Day 11%)',
  36. column3: 'Attendance rate(Day 33%)',
  37. },
  38. data4: {
  39. column1: 'Error log',
  40. column2: 'Data display',
  41. column3: 'Privilege management',
  42. column4: 'user management',
  43. },
  44. table: {
  45. rw: 'Work Tasks',
  46. nr: 'Work content',
  47. sj: 'Working hours',
  48. },
  49. },
  50. route: {
  51. info: 'info',
  52. website: 'website',
  53. avuexwebsite: 'avuex',
  54. dashboard: 'dashboard',
  55. more: 'more',
  56. tags: 'tags',
  57. store: 'store',
  58. permission: 'permission',
  59. api: 'api',
  60. logs: 'logs',
  61. table: 'table',
  62. form: 'form',
  63. top: 'backtop',
  64. data: 'data',
  65. error: 'error',
  66. test: 'test',
  67. },
  68. login: {
  69. title: 'Login ',
  70. info: 'Enterprise Development Platform',
  71. tenantId: 'Please input tenantId',
  72. username: 'Please input username',
  73. password: 'Please input a password',
  74. wechat: 'Wechat',
  75. qq: 'QQ',
  76. github: 'github',
  77. gitee: 'gitee',
  78. phone: 'Please input a phone',
  79. code: 'Please input a code',
  80. submit: 'Login',
  81. userLogin: 'userLogin',
  82. phoneLogin: 'phoneLogin',
  83. thirdLogin: 'thirdLogin',
  84. msgText: 'send code',
  85. msgSuccess: 'reissued code',
  86. },
  87. navbar: {
  88. info: 'info',
  89. logOut: 'logout',
  90. userinfo: 'userinfo',
  91. dashboard: 'dashboard',
  92. lock: 'lock',
  93. bug: 'none bug',
  94. bugs: 'bug',
  95. screenfullF: 'exit screenfull',
  96. screenfull: 'screenfull',
  97. language: 'language',
  98. notice: 'notice',
  99. theme: 'theme',
  100. color: 'color',
  101. },
  102. tagsView: {
  103. search: 'Search',
  104. menu: 'menu',
  105. clearCache: 'Clear Cache',
  106. closeOthers: 'Close Others',
  107. closeAll: 'Close All',
  108. },
  109. }