feat: เพิ่ม i18n
This commit is contained in:
parent
684f619168
commit
bdf5d09375
2 changed files with 7 additions and 1 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,4 +2,7 @@ export default {
|
|||
branchManagement: 'จัดการสาขา',
|
||||
branchNoMainOfficeYet: 'ยังไม่มีสำนักงานใหญ่',
|
||||
branchClickToCreateMainOffice: 'คลิก + เพื่อสร้างสำนักงานใหญ่', // Click to create a main office.
|
||||
closedStatus: 'ปิด',
|
||||
btnCreate: 'สร้างสาขาใหญ่',
|
||||
headQuarters: 'สำนักงานใหญ่ ',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue