refactor: add i18n
This commit is contained in:
parent
9abb2227cf
commit
9b34959ebf
2 changed files with 8 additions and 3 deletions
|
|
@ -981,7 +981,7 @@ export default {
|
||||||
noRequestAvailable: 'There is no request list available for processing',
|
noRequestAvailable: 'There is no request list available for processing',
|
||||||
validate: 'Validate',
|
validate: 'Validate',
|
||||||
done: 'Done',
|
done: 'Done',
|
||||||
confirmValidate: 'Confirm Validate',
|
confirmEndWork: 'Confirm end of work',
|
||||||
},
|
},
|
||||||
|
|
||||||
dialog: {
|
dialog: {
|
||||||
|
|
@ -1016,6 +1016,10 @@ export default {
|
||||||
confirmValidate: 'Do you confirm the validation?',
|
confirmValidate: 'Do you confirm the validation?',
|
||||||
warningSelectDeliveryStaff:
|
warningSelectDeliveryStaff:
|
||||||
'You have not yet selected a document delivery staff.',
|
'You have not yet selected a document delivery staff.',
|
||||||
|
|
||||||
|
confirmEndWorkWarning:
|
||||||
|
"Do you want to end the work now? The current statuses 'Pending', 'In Progress', 'To Be Reprocessed' will be changed to 'Redo All'.",
|
||||||
|
confirmEndWork: 'Do you want to end the work?',
|
||||||
},
|
},
|
||||||
action: {
|
action: {
|
||||||
ok: 'OK',
|
ok: 'OK',
|
||||||
|
|
|
||||||
|
|
@ -967,7 +967,7 @@ export default {
|
||||||
noRequestAvailable: 'ไม่มีใบรายการคำขอที่สามารถดำเนินการได้',
|
noRequestAvailable: 'ไม่มีใบรายการคำขอที่สามารถดำเนินการได้',
|
||||||
validate: 'ตรวจสอบสินค้า',
|
validate: 'ตรวจสอบสินค้า',
|
||||||
done: 'ดำเนินการแล้ว',
|
done: 'ดำเนินการแล้ว',
|
||||||
confirmValidate: 'ยืนยันการตรวจสอบ',
|
confirmEndWork: 'ยืนยันการจบงาน',
|
||||||
},
|
},
|
||||||
|
|
||||||
dialog: {
|
dialog: {
|
||||||
|
|
@ -999,7 +999,8 @@ export default {
|
||||||
confirmSavingStatus:
|
confirmSavingStatus:
|
||||||
'คุณต้องการยืนยันการบันทึกข้อมูลการเปลี่ยนสถานะใช่หรือไม่',
|
'คุณต้องการยืนยันการบันทึกข้อมูลการเปลี่ยนสถานะใช่หรือไม่',
|
||||||
confirmSending: 'ยืนยันการส่งงานใช่หรือไม่',
|
confirmSending: 'ยืนยันการส่งงานใช่หรือไม่',
|
||||||
confirmValidate: 'ยืนยันการตรวจสอบใช่หรือไม่',
|
confirmEndWorkWarning: `ท่านต้องการให้ดำเนินการจบงานในขณะนี้หรือไม่? สถานะปัจจุบันที่แสดงว่า 'รอดำเนินการ' 'กำลังดำเนินการ' 'ไปดำเนินการใหม่' จะถูกเปลี่ยนเป็น 'ทำใหม่ทั้งหมด'`,
|
||||||
|
confirmEndWork: 'ท่านต้องการจบงานใช่หรือไม่',
|
||||||
},
|
},
|
||||||
action: {
|
action: {
|
||||||
ok: 'ยืนยัน',
|
ok: 'ยืนยัน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue