feat: update i18n

This commit is contained in:
Methapon2001 2024-04-18 15:28:46 +07:00
parent f5c9e7d901
commit e52c16b28e
4 changed files with 18 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
export default {
statusCREATED: 'ดำเนินการอยู่',
statusACTIVE: 'ดำเนินการอยู่',
statusINACTIVE: 'ปิดดำเนินการ',
};