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',
|
||||
Complete: 'Complete',
|
||||
Canceled: 'Canceled',
|
||||
Restart: 'go proceed again',
|
||||
},
|
||||
|
||||
receiveTask: 'Receive Task',
|
||||
|
|
|
|||
|
|
@ -944,7 +944,8 @@ export default {
|
|||
Redo: 'ทำใหม่',
|
||||
Validate: 'ตรวจสอบความถูกต้อง',
|
||||
Complete: 'ดำเนินการเสร็จสิ้น',
|
||||
Canceled: ' รายการคำขอถูกยกเลิก',
|
||||
Canceled: 'รายการคำขอถูกยกเลิก',
|
||||
Restart: 'ไปดำเนินการใหม่',
|
||||
},
|
||||
|
||||
receiveTask: 'รับงาน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue