|
|
@@ -18,4 +18,26 @@ export default {
|
|
|
|
|
|
light: 'Light',
|
|
|
dark: 'Dark',
|
|
|
+ unusual: 'Exception',
|
|
|
+ operation: 'Operation',
|
|
|
+ normal: 'Normal',
|
|
|
+ unNormal: 'Abnormal',
|
|
|
+ state: 'Status',
|
|
|
+ type: 'Type',
|
|
|
+ fullName: 'Employee Name',
|
|
|
+ print: 'Printing',
|
|
|
+ all: 'All',
|
|
|
+ tips: 'Reminder',
|
|
|
+ optSuccess: 'Operation successful',
|
|
|
+ optFail: 'Operation failed!',
|
|
|
+ notConnect: 'Not yet connected',
|
|
|
+ delConfirm: 'Are you sure to delete',
|
|
|
+ mobile: 'Mobile phone',
|
|
|
+ phone: 'Please provide your mobile phone number',
|
|
|
+ phoneError: 'Please fill in your phone number correctly',
|
|
|
+ staffPhoneError: 'Please fill in your business account correctly',
|
|
|
+ uploadMessge: 'Please select Upload File',
|
|
|
+ userNick: 'Please enter the employee name',
|
|
|
+ userCorrectNameNick: 'Please enter the correct employee name',
|
|
|
+ warning: 'Warning',
|
|
|
};
|