refactor: add i18n
This commit is contained in:
parent
2cce436ee8
commit
dd2563123e
2 changed files with 2 additions and 2 deletions
|
|
@ -120,6 +120,7 @@ export default {
|
||||||
byArea: 'By area',
|
byArea: 'By area',
|
||||||
company: 'Company',
|
company: 'Company',
|
||||||
form: 'Form',
|
form: 'Form',
|
||||||
|
designForm: 'design a form',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import { title } from 'node:process';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
general: {
|
general: {
|
||||||
ok: 'ตกลง',
|
ok: 'ตกลง',
|
||||||
|
|
@ -122,6 +120,7 @@ export default {
|
||||||
byArea: 'ตามเขตพื้นที่',
|
byArea: 'ตามเขตพื้นที่',
|
||||||
company: 'บริษัท',
|
company: 'บริษัท',
|
||||||
form: 'แบบฟอร์ม',
|
form: 'แบบฟอร์ม',
|
||||||
|
designForm: 'ออกแบบฟอร์ม',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue