feat: เพิ่ม i18n
This commit is contained in:
parent
bb49f4f650
commit
ae3de54968
4 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
export default {
|
||||
branchInHQ: 'Branch within the main office',
|
||||
|
||||
branchLabel: 'Branch',
|
||||
branchHQLabel: 'Headquarters',
|
||||
branchName: 'Branch Name',
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ export default {
|
|||
switchOffLabel: 'Close',
|
||||
language: 'Language',
|
||||
languageName: 'English',
|
||||
select: 'select',
|
||||
all: 'all',
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
export default {
|
||||
branchInHQ: 'สาขาภายในสำนักงานใหญ่',
|
||||
|
||||
branchLabel: 'สาขา',
|
||||
branchHQLabel: 'สำนักงานใหญ่',
|
||||
branchName: 'ชื่อสาขา',
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ export default {
|
|||
status: 'สถานะ',
|
||||
language: 'ภาษา',
|
||||
languageName: 'ไทย',
|
||||
select: 'เลือก',
|
||||
all: 'ทั้งหมด',
|
||||
switchOnLabel: 'เปิด',
|
||||
switchOffLabel: 'ปิด',
|
||||
...main,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue