web123456

Vue Internationalization Support (i18n)

  • export default {
  • route: {
  • dashboard: 'front page',
  • manage: 'Background Management',
  • users: 'User Management',
  • menus: 'Men Management',
  • logs: 'Log Management',
  • example: 'Example',
  • table: 'Data List',
  • // permissions: 'Permissions Management',
  • // employees: 'employees',
  • // employeesList: 'employee management',
  • // employeesInfo: 'Personal Information',
  • postInfo: 'Position Information',
  • manageSelf: 'Manager',
  • setting: 'set up',
  • report: 'Report',
  • employeesAdd: 'Add an employee',
  • EditiNfo: 'Edit information',
  • print: 'Print page',
  • form: 'Form Page',
  • basicForm: 'Basic Form',
  • stepForm: 'Step-by-step form',
  • advancedList: 'Advanced Forms',
  • step: 'step',
  • details: 'Details',
  • BasicsDetails: 'Basic Details Page',
  • seniorDetails: 'Advanced Details',
  • import: 'Import',
  • // register
  • register: 'Human Resources-Register',
  • login: 'Human Resources-Login',
  • // Approval
  • approvals: 'Approval', // Approval
  • salaryApproval: 'Salary Review',
  • enterApproval: 'Onboarding review',
  • leaveApproval: 'Apply for leave',
  • quitApproval: 'Apply for resignation',
  • overtimeApproval: 'Apply for overtime',
  • securitySetting: 'Approval Settings',
  • // staff
  • employees: 'staff',
  • employeesList: 'Employee List',
  • employeesInfo: 'personal information',
  • employeesAdjust: 'Transfer',
  • employeesLeave: 'Resignation',
  • employeesPrint: 'Print',
  • // salary
  • salarys: 'salary',
  • salarysList: 'Salary List',
  • salarysSetting: 'Salary Settings',
  • salarysDetails: 'Salary Details',
  • salarysHistorical: 'Historical Archive',
  • salarysMonthStatement: 'Monthly Report',
  • // Social Security
  • 'social_securitys': 'Social Security',
  • socialSecuritys: 'Social Security Management',
  • socialDetail: 'Details',
  • socialHistorical: 'Historical Archive',
  • socialMonthStatement: 'The monthly report',
  • // Organizational structure
  • departments: 'Organizational Structure',
  • 'departments-import': 'Introduction',
  • // company
  • settings: 'Company Settings',
  • // Attendance
  • attendances: 'Attendance',
  • usersApprovals: 'User Approval',
  • // saas enterprise
  • 'saas-clients': 'enterprise',
  • 'saas-clients-details': 'Company Details',
  • // Permissions
  • 'permissions': 'Permissions Management' // Permission management
  • },
  • navbar: {
  • companyName: 'hehe',
  • search: 'Site search',
  • logOut: 'Login',
  • dashboard: 'front page',
  • github: 'Project Address',
  • screenfull: 'full screen',
  • theme: 'Skin Replacement',
  • lang: 'Multi-language',
  • error: 'Error log'
  • },
  • login: {
  • title: 'Human Resource Management System',
  • login: 'Log in',
  • username: 'account',
  • password: 'password',
  • any: 'Fill it casually',
  • thirdparty: 'Third-party login',
  • thirdpartyTips: 'The local simulation cannot be performed, please combine your own business to simulate! ! ! '
  • },
  • tagsView: {
  • close: 'closure',
  • closeOthers: 'Close Other',
  • closeAll: 'Close all',
  • refresh: 'refresh'
  • },
  • table: {
  • title: 'Please enter the user',
  • search: 'search',
  • add: 'Add to',
  • addUser: 'Add a new user',
  • id: 'Serial number',
  • email: 'Mail',
  • phone: 'cell phone',
  • name: 'Name',
  • entryTime: 'Organization time',
  • hireForm: 'Hiring Form',
  • jobNumber: 'Work number',
  • department: 'department',
  • managementForm: 'Management Form',
  • city: 'Working City',
  • turnPositiveTime: 'Register time',
  • permissionNew: 'Add permission group',
  • permissionUser: 'Permission Group Name',
  • imdsAi: 'Advanced Interface Authorization',
  • avatar: 'avatar',
  • introduction: 'introduce',
  • paddword: 'password',
  • powerCode: 'Permission Code',
  • powerDistriB: 'Permissions Allocation',
  • powerTitle: 'Permission Title',
  • powerNav: 'Main Navigation',
  • actions: 'operate',
  • edit: 'edit',
  • delete: 'delete',
  • cancel: 'Cancel',
  • confirm: 'Sure',
  • return: 'return',
  • operationType: 'Operation Type',
  • operationDate: 'Operation time',
  • date: 'date',
  • submit: 'submit',
  • operator: 'Operator',
  • results: 'Execution Results',
  • describe: 'describe',
  • save: 'save',
  • signOut: 'quit',
  • reset: 'Reset',
  • know: 'I see',
  • view: 'Check'
  • }
  • }