feat: เพิ่ม i18n

This commit is contained in:
Net 2024-04-17 15:17:46 +07:00 committed by Methapon2001
parent bb49f4f650
commit ae3de54968
4 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,6 @@
export default { export default {
branchInHQ: 'Branch within the main office',
branchLabel: 'Branch', branchLabel: 'Branch',
branchHQLabel: 'Headquarters', branchHQLabel: 'Headquarters',
branchName: 'Branch Name', branchName: 'Branch Name',

View file

@ -27,6 +27,8 @@ export default {
switchOffLabel: 'Close', switchOffLabel: 'Close',
language: 'Language', language: 'Language',
languageName: 'English', languageName: 'English',
select: 'select',
all: 'all',
...main, ...main,
...address, ...address,
...branch, ...branch,

View file

@ -1,4 +1,6 @@
export default { export default {
branchInHQ: 'สาขาภายในสำนักงานใหญ่',
branchLabel: 'สาขา', branchLabel: 'สาขา',
branchHQLabel: 'สำนักงานใหญ่', branchHQLabel: 'สำนักงานใหญ่',
branchName: 'ชื่อสาขา', branchName: 'ชื่อสาขา',

View file

@ -25,6 +25,8 @@ export default {
status: 'สถานะ', status: 'สถานะ',
language: 'ภาษา', language: 'ภาษา',
languageName: 'ไทย', languageName: 'ไทย',
select: 'เลือก',
all: 'ทั้งหมด',
switchOnLabel: 'เปิด', switchOnLabel: 'เปิด',
switchOffLabel: 'ปิด', switchOffLabel: 'ปิด',
...main, ...main,