refactor: add i18n
This commit is contained in:
parent
03d0916f26
commit
0dcda98beb
2 changed files with 6 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ export default {
|
||||||
people: 'People',
|
people: 'People',
|
||||||
group: 'Group',
|
group: 'Group',
|
||||||
laborIdentified: 'Labor identified',
|
laborIdentified: 'Labor identified',
|
||||||
|
beDue: 'It will be due in...',
|
||||||
|
due: 'Due',
|
||||||
|
overDue: 'Overdue',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,9 @@ export default {
|
||||||
people: 'ผู้คน',
|
people: 'ผู้คน',
|
||||||
group: 'กลุ่ม',
|
group: 'กลุ่ม',
|
||||||
laborIdentified: 'ระบุแรงงาน',
|
laborIdentified: 'ระบุแรงงาน',
|
||||||
|
beDue: 'จะครบกำหนดในอีก',
|
||||||
|
due: 'ครบกำหนด',
|
||||||
|
overDue: 'เลยกำหนด',
|
||||||
},
|
},
|
||||||
|
|
||||||
menu: {
|
menu: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue