feat: เพิ่ม i18n

This commit is contained in:
Net 2024-04-05 17:20:12 +07:00
parent 684f619168
commit bdf5d09375
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,8 @@
export default {
branchManagement: 'Branch Management',
branchNoMainOfficeYet: 'No main office yet?',
branchNoMainOfficeYet: 'No Main Office Yet',
branchClickToCreateMainOffice: 'Click + to create a main office',
closedStatus: 'Closed',
btnCreate: 'Create Main Office',
headQuarters: 'Headquarters',
};

View file

@ -2,4 +2,7 @@ export default {
branchManagement: 'จัดการสาขา',
branchNoMainOfficeYet: 'ยังไม่มีสำนักงานใหญ่',
branchClickToCreateMainOffice: 'คลิก + เพื่อสร้างสำนักงานใหญ่', // Click to create a main office.
closedStatus: 'ปิด',
btnCreate: 'สร้างสาขาใหญ่',
headQuarters: 'สำนักงานใหญ่ ',
};