You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
134 lines
4.1 KiB
134 lines
4.1 KiB
export default {
|
|
'lang': 'English',
|
|
// 平台
|
|
'platform': {
|
|
'title': 'NOBLELIFT Platform',
|
|
'tip1': 'The user name cannot be empty',
|
|
'tip2': 'The password cannot be empty',
|
|
'tip3': 'The verification code cannot be empty'
|
|
},
|
|
'common': {
|
|
'home': 'Dashboard',
|
|
'Layout_setting': 'Layout Setting',
|
|
'Personal_center': 'Personal Center',
|
|
'Log_out': 'Log Out',
|
|
'Personal_information': 'Personal Information',
|
|
'username': 'UserName',
|
|
'name': 'Name',
|
|
'phone': 'Phone Number',
|
|
'phone2': 'Phone',
|
|
'sex': 'Sex',
|
|
'sex_male': 'Male',
|
|
'sex_female': 'Female',
|
|
'email': 'E-mail',
|
|
'Security_settings': 'Security Settings',
|
|
'Save_settings': 'Save Settings',
|
|
'Reset_settings': 'Reset Settings',
|
|
'Change_password': 'Change Password',
|
|
'New_password': 'New Password',
|
|
'Old_password': 'Old Password',
|
|
'Verify_password': 'Verify Password',
|
|
'User_information': 'User Information',
|
|
'Operation_log': 'Operation Log',
|
|
'action': 'Action',
|
|
'IP_source': 'IP Source',
|
|
'Browser': 'Browser',
|
|
'Request_time': 'Request Time',
|
|
'Creation_date': 'Creation Date',
|
|
'account': 'Account',
|
|
'password': 'Password',
|
|
'verification_code': 'Code',
|
|
'login_rm': 'Remember Me',
|
|
'login': 'Login',
|
|
'login_ing': 'Logging in...',
|
|
'Create': 'Create',
|
|
'Update': 'Update',
|
|
'Delete': 'Delete',
|
|
'More': 'More',
|
|
'Export': 'Export',
|
|
'Editors': 'Editor',
|
|
'SelectAll': 'SelectAll',
|
|
'Query': 'Query',
|
|
'Reset': 'Reset',
|
|
'Confirm': 'Confirm',
|
|
'Cancel': 'Cancel',
|
|
'Yes': 'YES',
|
|
'No': 'NO',
|
|
'Success': 'success',
|
|
'Fail': 'fail',
|
|
'Please_select': 'Please Select',
|
|
'Operation_success': 'Successful operation',
|
|
'Upload_success': 'Upload Success',
|
|
'Operate': 'Operate',
|
|
'Refresh': 'Refresh',
|
|
'Closes': 'Close',
|
|
'Closes_l': 'Close Left',
|
|
'Closes_r': 'Close Right',
|
|
'Closes_o': 'Close Other',
|
|
'Closes_a': 'Close All',
|
|
'Theme_style_setting': 'Theme Style Setting',
|
|
'Theme_color': 'Theme Color',
|
|
'System_layout_configuration': 'System Layout Configuration',
|
|
'Open': 'Open',
|
|
'Fixation': 'Fixation',
|
|
'Display': 'Display',
|
|
'Dynamic_titles': 'Dynamic Titles',
|
|
'crudTip': 'Are you sure to delete this data?',
|
|
'startDate': 'StartDate',
|
|
'endDate': 'EndDate',
|
|
'moreMenu': 'MoreMenu',
|
|
'browses': 'browse',
|
|
'fz': 'Full screen zoom',
|
|
'submit': 'Submit Success',
|
|
'add': 'Add Success',
|
|
'edit': 'Edit Success',
|
|
'del': 'Delete Success',
|
|
'close': 'Confirm Close',
|
|
'save': 'Save Success',
|
|
'datas': 'Data',
|
|
'Tips': 'Tips',
|
|
'Tip1': 'Confirm to delete the selected {count} pieces of data?',
|
|
'Tip3': 'User name not used as login',
|
|
'Tip4': 'Mobile phone number cannot be duplicate',
|
|
'Tip5': 'Please enter a phone number',
|
|
'Tip6': 'Please enter the correct 11 digit phone number',
|
|
'Tip7': 'Drag and drop the excel file here or',
|
|
'Tip8': 'The two passwords are different',
|
|
'Tip9': 'Please enter your password again',
|
|
'Tip10': 'Please enter your old password',
|
|
'Tip11': 'Please enter your new password',
|
|
'Tip12': '{min} to {max} characters in length',
|
|
'Tip13': 'Are you sure to log out and exit the system?',
|
|
'Tip14': 'WebSocket connection error',
|
|
'Tip15': 'Please enter an icon name',
|
|
'Tip16': 'NOT NULL',
|
|
'Tip17': 'Please enter what you are searching for',
|
|
'loading': 'loading...',
|
|
'Tip18': 'select date time',
|
|
'Tip19': 'Are you sure to delete the selected data?',
|
|
'Tip20': 'The login has expired,please log in again!'
|
|
},
|
|
'WorkOrder': {
|
|
'form': {
|
|
'WorkOrderCode': 'WorkOrderCode'
|
|
},
|
|
'placeholder': {
|
|
'WorkOrderCode': 'Please enter the code'
|
|
}
|
|
},
|
|
'monitor': {
|
|
'sys': 'System',
|
|
'day': 'Running Day',
|
|
'status': 'Status',
|
|
'core': 'Core',
|
|
'cpu': 'CPU Utilization',
|
|
'memory': 'Memory Utilization',
|
|
'tality': 'Tality',
|
|
'used': 'Used',
|
|
'leisure': 'Leisure',
|
|
'exchange': 'Exchange Utilization',
|
|
'disk': 'Disk Utilization',
|
|
'cpu_monitoring': 'Cpu Utilization Monitoring',
|
|
'memory_monitoring': 'Memory Utilization Monitoring'
|
|
}
|
|
}
|
|
|