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: 'ชื่อเจ้าของบริษัท', };