feat: color, i18n & datepicker font
This commit is contained in:
parent
b49b6792d5
commit
422cad2046
8 changed files with 83 additions and 10 deletions
|
|
@ -1,11 +1,16 @@
|
|||
export default {
|
||||
customerManagement: 'Manage customers',
|
||||
customerTooltipTitle: 'No employer data yet',
|
||||
customerTooltipCaption: 'Click + to add an employer',
|
||||
customerAdd: 'Add employer',
|
||||
customerEmployerTooltipTitle: 'No employer data yet',
|
||||
customerEmployeeTooltipTitle: 'No employee data yet',
|
||||
customerEmployerTooltipCaption: 'Click + to add an employer',
|
||||
customerEmployeeTooltipCaption: 'Click + to add an employee',
|
||||
customerEmployerAdd: 'Add employer',
|
||||
customerEmployeeAdd: 'Add employee',
|
||||
EMPLOYER: 'Employer',
|
||||
WORKER: 'Employee',
|
||||
customerStatTitle: 'Employer data summary',
|
||||
EMPLOYEE: 'Employee',
|
||||
customerEmployerStatTitle: 'Employer data summary',
|
||||
customerEmployeeStatTitle: 'Employee data summary',
|
||||
|
||||
customerCardUserType: 'Employer type',
|
||||
customerLegalEntity: 'Legal entity',
|
||||
customerNaturalPerson: 'Natural person',
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ export default {
|
|||
formDialogInputGender: 'Gender',
|
||||
formDialogInputBirthDate: 'Birth Date',
|
||||
formDialogInputAge: 'Age',
|
||||
formDialogInputNationality: 'Nationality',
|
||||
|
||||
formDialogTitlePersonnelAddress: 'Personnel Address',
|
||||
formDialogTitleAddressPure: 'Address',
|
||||
|
|
@ -105,4 +106,21 @@ export default {
|
|||
|
||||
formDialogEmployerID: 'Employer ID',
|
||||
formDialogEmployerRanchCode: 'Employer branch code',
|
||||
|
||||
formDialogEmployeeID: 'Employee ID',
|
||||
formDialogEmployeeNRCNo: 'Non-Thai Identification Number (N.R.C. No.)',
|
||||
|
||||
formDialogTitleHealthCheck: 'Health Checkup Results',
|
||||
formDialogInputCheckupRes: 'Health Checkup Results',
|
||||
formDialogInputCheckupType: 'Type of Checkup Results',
|
||||
formDialogInputHospital: 'Hospital',
|
||||
formDialogInputRemark: 'Remark',
|
||||
formDialogInputMedicalBenefit: 'Type of Medical Benefits',
|
||||
formDialogInputInsuranceCompany: 'Insurance Company',
|
||||
formDialogInputCoverageStartDate: 'Insurance Purchase Date',
|
||||
formDialogInputCoverageExpiretDate: 'Expiration Date',
|
||||
personalInfo: 'Personal Information',
|
||||
healthCheck: 'Health Checkup Results and Health Insurance',
|
||||
workHistory: 'Employment History',
|
||||
other: 'Other',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,6 +36,10 @@ export default {
|
|||
displayField: 'Display Fields',
|
||||
deleteConfirmTitle: 'Comfirm Deletion',
|
||||
deleteConfirmMessage: 'Do you want to delete this item?',
|
||||
changePassword: 'Change Password',
|
||||
signature: 'Signature',
|
||||
addSignature: 'Add Signature',
|
||||
clear: 'Clear',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue