feat: i18n alert dialog
This commit is contained in:
parent
f228f4cfda
commit
34cb58fbfd
4 changed files with 12 additions and 0 deletions
4
src/i18n/en-US/alert-dialog.ts
Normal file
4
src/i18n/en-US/alert-dialog.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
warning: 'Warning',
|
||||||
|
warningForgetInput: 'You have incomplete information.',
|
||||||
|
};
|
||||||
|
|
@ -10,6 +10,7 @@ import customerMainPage from './customer-main-page';
|
||||||
import employerDialog from './employer-dialog';
|
import employerDialog from './employer-dialog';
|
||||||
import otherDocument from './other-document';
|
import otherDocument from './other-document';
|
||||||
import productService from './product-service';
|
import productService from './product-service';
|
||||||
|
import alertDialog from './alert-dialog';
|
||||||
export default {
|
export default {
|
||||||
ok: 'Confirm',
|
ok: 'Confirm',
|
||||||
agree: 'Agree',
|
agree: 'Agree',
|
||||||
|
|
@ -55,4 +56,5 @@ export default {
|
||||||
...employerDialog,
|
...employerDialog,
|
||||||
...otherDocument,
|
...otherDocument,
|
||||||
...productService,
|
...productService,
|
||||||
|
...alertDialog,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
4
src/i18n/th-th/alert-dialog.ts
Normal file
4
src/i18n/th-th/alert-dialog.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
warning: 'เตือน',
|
||||||
|
warningForgetInput: 'คุณกรอกข้อมูลไม่ครบ',
|
||||||
|
};
|
||||||
|
|
@ -10,6 +10,7 @@ import status from './status';
|
||||||
import employerDialog from './employer-dialog';
|
import employerDialog from './employer-dialog';
|
||||||
import otherDocument from './other-document';
|
import otherDocument from './other-document';
|
||||||
import productService from './product-service';
|
import productService from './product-service';
|
||||||
|
import alertDialog from './alert-dialog';
|
||||||
export default {
|
export default {
|
||||||
ok: 'ยืนยัน',
|
ok: 'ยืนยัน',
|
||||||
agree: 'ตกลง',
|
agree: 'ตกลง',
|
||||||
|
|
@ -55,4 +56,5 @@ export default {
|
||||||
...employerDialog,
|
...employerDialog,
|
||||||
...otherDocument,
|
...otherDocument,
|
||||||
...productService,
|
...productService,
|
||||||
|
...alertDialog,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue