From 7dc390b8f2bb2beeb8ee1f60fb7c0c72e9da080b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:55:37 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/employer-dialog.ts | 5 +++++ src/i18n/th-th/employer-dialog.ts | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/i18n/en-US/employer-dialog.ts b/src/i18n/en-US/employer-dialog.ts index fb9f1833..0d84df27 100644 --- a/src/i18n/en-US/employer-dialog.ts +++ b/src/i18n/en-US/employer-dialog.ts @@ -1,4 +1,9 @@ export default { corporationThaiName: 'Corporation ThaiName', corporationEnglishName: 'Corporation EnglishName', + + corporationThai: 'Company name in Thai', + corporationEnglish: 'English company name', + + companyOwnerName: 'Company Owner Name', }; diff --git a/src/i18n/th-th/employer-dialog.ts b/src/i18n/th-th/employer-dialog.ts index 513fc130..798aeede 100644 --- a/src/i18n/th-th/employer-dialog.ts +++ b/src/i18n/th-th/employer-dialog.ts @@ -1,4 +1,9 @@ export default { corporationThaiName: 'ชื่อ บริษัท/นิติบุคคล ภาษาไทย', corporationEnglishName: 'ชื่อ บริษัท/นิติบุคคล ภาษาอังกฤษ', + + corporationThai: 'ชื่อ บริษัท ภาษาไทย', + corporationEnglish: 'ชื่อ บริษัท ภาษาอังกฤษ', + + companyOwnerName: 'ชื่อเจ้าของบริษัท', };