feat: เพิ่ม i18n ของ mainPage branch
This commit is contained in:
parent
4a4bf587f0
commit
130622962f
5 changed files with 26 additions and 8 deletions
5
src/i18n/th-th/branch-main-page.ts
Normal file
5
src/i18n/th-th/branch-main-page.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
branchManagement: 'จัดการสาขา',
|
||||
branchNoMainOfficeYet: 'ยังไม่มีสำนักงานใหญ่',
|
||||
branchClickToCreateMainOffice: 'คลิก + เพื่อสร้างสำนักงานใหญ่', // Click to create a main office.
|
||||
};
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
import drawerComponent from './drawer-component';
|
||||
import branchMainPage from './branch-main-page';
|
||||
|
||||
export default {
|
||||
ok: 'ยืนยัน',
|
||||
|
|
@ -9,4 +10,5 @@ export default {
|
|||
download: 'ดาวน์โหลด',
|
||||
save: 'บันทึก',
|
||||
...drawerComponent,
|
||||
...branchMainPage,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue