refactor: add i18n
This commit is contained in:
parent
536b4314f0
commit
2bd7ceca32
2 changed files with 4 additions and 0 deletions
|
|
@ -728,8 +728,10 @@ export default {
|
|||
confirmDelete: 'Confirm Deletion {msg}',
|
||||
youngWorker: 'Employee under 15',
|
||||
confirmLogout: 'Confirm Logout',
|
||||
confirmQuotationAccept: 'Confirm acceptance of the quotation.',
|
||||
},
|
||||
message: {
|
||||
quotationAccept: 'Once accepted, no further modifications can be made',
|
||||
beingUse: '"{msg}" is being used.',
|
||||
incompleteDataEntry: 'Incomplete data entry on {tap} page',
|
||||
confirmChangeStatusOn: 'Do you want to open?',
|
||||
|
|
|
|||
|
|
@ -723,8 +723,10 @@ export default {
|
|||
confirmDelete: 'ยืนยันการลบ {msg}',
|
||||
youngWorker: 'ลูกจ้างอายุต่ำกว่า 15 ปี',
|
||||
confirmLogout: 'ยืนยันการออกจากระบบ',
|
||||
confirmQuotationAccept: 'ยืนยันการตอบรับใบเสนอราคา',
|
||||
},
|
||||
message: {
|
||||
quotationAccept: 'เมื่อตอบรับเเล้วจะไม่สามารถแก้ไขได้อีก',
|
||||
beingUse: '"{msg}" มีการใช้งานอยู่',
|
||||
incompleteDataEntry: 'กรอกข้อมูลไม่ครบในหน้า {tap}',
|
||||
confirmChangeStatusOn: 'คุณต้องการเปิดใช่หรือไม่',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue