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 {
branchInHQ: 'Branch within the main office',
branchLabel: 'Branch',
branchHQLabel: 'Headquarters',
branchName: 'Branch Name',

View file

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

View file

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

View file

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