refactor: add i18n

This commit is contained in:
Thanaphon Frappet 2025-01-10 10:09:40 +07:00
parent 92398a5439
commit a3c628fe1d
2 changed files with 2 additions and 0 deletions

View file

@ -299,6 +299,7 @@ export default {
branchNameField: "Only letters, numbers, or the characters . , - ' &.",
branchNameENField:
"Only English letters, numbers, or the characters . , - ' &.",
passportFormat: 'Please enter the passport number in the correct format.',
},
warning: {
title: 'Warning {msg}',

View file

@ -298,6 +298,7 @@ export default {
branchNameField: "โปรดใช้ตัวอักษร ตัวเลข หรือ . , - ' & เท่านั้น",
branchNameENField:
"โปรดใช้ตัวอักษรภาษาอังกฤษ ตัวเลข หรือ . , - ' & เท่านั้น",
passportFormat: 'กรุณากรอกหมายเลขพาสปอร์ตให้ถูกต้องตามรูปแบบ',
},
warning: {
title: 'แจ้งเตือน {msg}',