From 914143e4c0c15b759923941c5c844770577e98cd Mon Sep 17 00:00:00 2001 From: Net Date: Mon, 19 Aug 2024 13:18:08 +0700 Subject: [PATCH] refactor: edit i18n --- src/i18n/en-US/customer-main-page.ts | 2 +- src/i18n/th-th/customer-main-page.ts | 2 +- src/i18n/th-th/user.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 9c2cada4..864536e8 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -9,7 +9,7 @@ export default { customerEmployerAdd: 'Add employer', customerEmployeeAdd: 'Add employee', - nameEmployee: 'Name Employee', + nameEmployee: 'Employee', EMPLOYER: 'Employer', EMPLOYEE: 'Employee', diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 75f318a6..1165c883 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -9,7 +9,7 @@ export default { customerEmployerAdd: 'เพิ่มนายจ้าง', customerEmployeeAdd: 'เพิ่มลูกจ้าง', - nameEmployee: 'ชื่อคนงาน', + nameEmployee: 'คนงาน', EMPLOYER: 'นายจ้าง', EMPLOYEE: 'ลูกจ้าง', diff --git a/src/i18n/th-th/user.ts b/src/i18n/th-th/user.ts index 60d38d10..23499a75 100644 --- a/src/i18n/th-th/user.ts +++ b/src/i18n/th-th/user.ts @@ -1,7 +1,7 @@ export default { firstname: 'ชื่อ', lastname: 'นามสกุล', - fullname: 'ชื่อ-นามสกุล', + fullname: 'ชื่อ-นามสกุล {msg}', userType: 'ประเภทผู้ใช้งาน', userRole: 'สิทธิ์ผู้ใช้งาน', userCode: 'รหัสพนักงาน',