refactor: add i18n
This commit is contained in:
parent
187ca4db0f
commit
884eb18f03
2 changed files with 3 additions and 1 deletions
|
|
@ -958,6 +958,7 @@ export default {
|
||||||
Validate: 'Validate',
|
Validate: 'Validate',
|
||||||
Complete: 'Complete',
|
Complete: 'Complete',
|
||||||
Canceled: 'Canceled',
|
Canceled: 'Canceled',
|
||||||
|
Restart: 'go proceed again',
|
||||||
},
|
},
|
||||||
|
|
||||||
receiveTask: 'Receive Task',
|
receiveTask: 'Receive Task',
|
||||||
|
|
|
||||||
|
|
@ -944,7 +944,8 @@ export default {
|
||||||
Redo: 'ทำใหม่',
|
Redo: 'ทำใหม่',
|
||||||
Validate: 'ตรวจสอบความถูกต้อง',
|
Validate: 'ตรวจสอบความถูกต้อง',
|
||||||
Complete: 'ดำเนินการเสร็จสิ้น',
|
Complete: 'ดำเนินการเสร็จสิ้น',
|
||||||
Canceled: ' รายการคำขอถูกยกเลิก',
|
Canceled: 'รายการคำขอถูกยกเลิก',
|
||||||
|
Restart: 'ไปดำเนินการใหม่',
|
||||||
},
|
},
|
||||||
|
|
||||||
receiveTask: 'รับงาน',
|
receiveTask: 'รับงาน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue