diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index bb4bc4cb..5befcafa 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -9,6 +9,8 @@ export default { branchNoMainOfficeYet: 'No head office yet?', branchClickToCreateMainOffice: 'Click "+" to create head office.', + totalEmployee: 'Total Employee', + branchLabelCode: 'Branch Code', branchLabelName: 'Branch Name', branchLabelTel: 'Branch Telephone No', diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index dad1ae44..8fa2e513 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -9,6 +9,8 @@ export default { branchNoMainOfficeYet: 'ยังไม่มีสำนักงานใหญ่?', branchClickToCreateMainOffice: 'คลิก + เพื่อสร้างสำนักงานใหญ่', + totalEmployee: 'ลูกจ้างทั้งหมด', + branchLabelCode: 'รหัสสาขา', branchLabelName: 'ชื่อสาขา', branchLabelTel: 'เบอร์โทรศัพท์สาขา',