en.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. export default {
  2. common: {
  3. confirmTitle: 'System Hint',
  4. edit: 'Edit',
  5. cancel: 'Cancel',
  6. save: 'Save',
  7. add: 'Add',
  8. delete: 'Delete'
  9. },
  10. sys: {
  11. api: {
  12. operationFailed: 'Operation failed',
  13. errorTip: 'Error Tip',
  14. errorMessage: 'The operation failed, the system is abnormal!',
  15. timeoutMessage: 'Login timed out, please log in again!',
  16. apiTimeoutMessage: 'The interface request timed out, please refresh the page and try again!',
  17. apiRequestFailed: 'The interface request failed, please try again later!',
  18. networkException: 'network anomaly',
  19. networkExceptionMsg: 'Please check if your network connection is normal! The network is abnormal',
  20. errMsg401: 'The user does not have permission (token, user name, password error)!',
  21. errMsg403: 'The user is authorized, but access is forbidden!',
  22. errMsg404: 'Network request error, the resource was not found!',
  23. errMsg405: 'Network request error, request method not allowed!',
  24. errMsg408: 'Network request timed out!',
  25. errMsg500: 'Server error, please contact the administrator!',
  26. errMsg501: 'The network is not implemented!',
  27. errMsg502: 'Network Error!',
  28. errMsg503: 'The service is unavailable, the server is temporarily overloaded or maintained!',
  29. errMsg504: 'Network timeout!',
  30. errMsg505: 'The http version does not support the request!',
  31. errMsg901: 'Demo mode, no write operations are possible!'
  32. },
  33. tourist: 'Tourist',
  34. news: 'News',
  35. lookingJob: 'Looking For Job',
  36. recruit: 'Recruit',
  37. switchCities: 'Switch Cities'
  38. },
  39. login: {
  40. username: 'Username',
  41. password: 'Password',
  42. login: 'Sign in',
  43. reLogin: 'Sign in again',
  44. register: 'Sign in or Register',
  45. checkPassword: 'Confirm password',
  46. mobileNumber: 'Mobile Number',
  47. mobileNumberPlaceholder: 'Please Enter Mobile Number',
  48. getSmsCode: 'Get SMS Code',
  49. },
  50. form: {},
  51. position: {
  52. moreBtn: 'View More Positions',
  53. recommend: 'Recommended Positions',
  54. latest: 'Latest Position',
  55. urgent: 'Urgent Position',
  56. allBtn: 'View All Positions',
  57. throughCommunication: 'Through Communication',
  58. delivered: 'Delivered',
  59. interview: 'Interview',
  60. interested: 'Interested',
  61. interestedInMe: 'Interested In Me',
  62. haveSeenMe: 'Have Seen Me'
  63. },
  64. enterprise: {
  65. moreBtn: 'View More Enterprises'
  66. },
  67. resume: {
  68. personalAdvantages: 'Personal Advantages',
  69. jobIntention: 'Job Intention'
  70. }
  71. }