refactor: add i18n
This commit is contained in:
parent
9abb2227cf
commit
9b34959ebf
2 changed files with 8 additions and 3 deletions
|
|
@ -967,7 +967,7 @@ export default {
|
|||
noRequestAvailable: 'ไม่มีใบรายการคำขอที่สามารถดำเนินการได้',
|
||||
validate: 'ตรวจสอบสินค้า',
|
||||
done: 'ดำเนินการแล้ว',
|
||||
confirmValidate: 'ยืนยันการตรวจสอบ',
|
||||
confirmEndWork: 'ยืนยันการจบงาน',
|
||||
},
|
||||
|
||||
dialog: {
|
||||
|
|
@ -999,7 +999,8 @@ export default {
|
|||
confirmSavingStatus:
|
||||
'คุณต้องการยืนยันการบันทึกข้อมูลการเปลี่ยนสถานะใช่หรือไม่',
|
||||
confirmSending: 'ยืนยันการส่งงานใช่หรือไม่',
|
||||
confirmValidate: 'ยืนยันการตรวจสอบใช่หรือไม่',
|
||||
confirmEndWorkWarning: `ท่านต้องการให้ดำเนินการจบงานในขณะนี้หรือไม่? สถานะปัจจุบันที่แสดงว่า 'รอดำเนินการ' 'กำลังดำเนินการ' 'ไปดำเนินการใหม่' จะถูกเปลี่ยนเป็น 'ทำใหม่ทั้งหมด'`,
|
||||
confirmEndWork: 'ท่านต้องการจบงานใช่หรือไม่',
|
||||
},
|
||||
action: {
|
||||
ok: 'ยืนยัน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue