From 0c59ef89ca63a3edaebe90948ff262dfee71babc Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 11 Jul 2025 09:45:03 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20i18n=20=E0=B8=88=E0=B8=B3=E0=B8=99?= =?UTF-8?q?=E0=B8=A7=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=80=E0=B8=82?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=20=3D>=20=E0=B8=88=E0=B8=B3=E0=B8=99?= =?UTF-8?q?=E0=B8=A7=E0=B8=99=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B9=80=E0=B8=82=E0=B9=89=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/eng.ts | 2 +- src/i18n/tha.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index e26d5c01..24f19ee9 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -619,7 +619,7 @@ export default { placeOfBirth: 'Place of Birth', countryOfbirth: 'Country of Birth', issueCountry: 'Issue Country', - entryCount: 'Entry Count', + entryCount: 'Number of Days in the Country', employerSelect: { branchName: 'Branch Name', customerName: 'Employer Name', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index ce4c02bb..ce0bfcf0 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -621,7 +621,7 @@ export default { placeOfBirth: 'สถานที่เกิด', countryOfbirth: 'ประเทศที่เกิด', issueCountry: 'ประเทศที่ออก', - entryCount: 'จำนวนที่เข้าประเทศ', + entryCount: 'จำนวนวันที่เข้าประเทศ', employerSelect: { branchName: 'ชื่อสาขา', customerName: 'ชื่อนายจ้าง',