feat: update i18n
This commit is contained in:
parent
f5c9e7d901
commit
e52c16b28e
4 changed files with 18 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ import address from './address';
|
|||
import branch from './branch';
|
||||
import user from './user';
|
||||
import formDialog from './form-dialog';
|
||||
import status from './status';
|
||||
|
||||
export default {
|
||||
ok: 'Confirm',
|
||||
|
|
@ -27,8 +28,10 @@ export default {
|
|||
switchOffLabel: 'Close',
|
||||
language: 'Language',
|
||||
languageName: 'English',
|
||||
select: 'select',
|
||||
all: 'all',
|
||||
select: 'Select',
|
||||
all: 'All',
|
||||
displayField: 'Display Fields',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
5
src/i18n/en-US/status.ts
Normal file
5
src/i18n/en-US/status.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
statusCREATED: 'Active',
|
||||
statusACTIVE: 'Active',
|
||||
statusINACTIVE: 'Inactive',
|
||||
};
|
||||
|
|
@ -5,6 +5,7 @@ import address from './address';
|
|||
import branch from './branch';
|
||||
import user from './user';
|
||||
import formDialog from './form-dialog';
|
||||
import status from './status';
|
||||
|
||||
export default {
|
||||
ok: 'ยืนยัน',
|
||||
|
|
@ -29,6 +30,8 @@ export default {
|
|||
all: 'ทั้งหมด',
|
||||
switchOnLabel: 'เปิด',
|
||||
switchOffLabel: 'ปิด',
|
||||
displayField: 'ข้อมูลที่แสดง',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
5
src/i18n/th-th/status.ts
Normal file
5
src/i18n/th-th/status.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
statusCREATED: 'ดำเนินการอยู่',
|
||||
statusACTIVE: 'ดำเนินการอยู่',
|
||||
statusINACTIVE: 'ปิดดำเนินการ',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue