feat: basicInformation
This commit is contained in:
parent
75f1e8a069
commit
fa42280529
6 changed files with 65 additions and 3 deletions
4
src/i18n/en-US/employer-dialog.ts
Normal file
4
src/i18n/en-US/employer-dialog.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default {
|
||||
corporationThaiName: 'Corporation ThaiName',
|
||||
corporationEnglishName: 'Corporation EnglishName',
|
||||
};
|
||||
|
|
@ -7,7 +7,7 @@ import user from './user';
|
|||
import formDialog from './form-dialog';
|
||||
import status from './status';
|
||||
import customerMainPage from './customer-main-page';
|
||||
|
||||
import employerDialog from './employer-dialog';
|
||||
export default {
|
||||
ok: 'Confirm',
|
||||
agree: 'Agree',
|
||||
|
|
@ -42,4 +42,5 @@ export default {
|
|||
...personnelMainPage,
|
||||
...formDialog,
|
||||
...customerMainPage,
|
||||
...employerDialog,
|
||||
};
|
||||
|
|
|
|||
4
src/i18n/th-th/employer-dialog.ts
Normal file
4
src/i18n/th-th/employer-dialog.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default {
|
||||
corporationThaiName: 'ชื่อ บริษัท/นิติบุคคล ภาษาไทย',
|
||||
corporationEnglishName: 'ชื่อ บริษัท/นิติบุคคล ภาษาอังกฤษ',
|
||||
};
|
||||
|
|
@ -7,7 +7,7 @@ import branch from './branch';
|
|||
import user from './user';
|
||||
import formDialog from './form-dialog';
|
||||
import status from './status';
|
||||
|
||||
import employerDialog from './employer-dialog';
|
||||
export default {
|
||||
ok: 'ยืนยัน',
|
||||
agree: 'ตกลง',
|
||||
|
|
@ -42,4 +42,5 @@ export default {
|
|||
...personnelMainPage,
|
||||
...formDialog,
|
||||
...customerMainPage,
|
||||
...employerDialog,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue