refactor: add i18n
This commit is contained in:
parent
2c1d2e26a0
commit
a4c9ebfdec
2 changed files with 4 additions and 0 deletions
|
|
@ -213,6 +213,9 @@ export default {
|
|||
title: 'Warning {msg}',
|
||||
unsave:
|
||||
'You have unsaved changes. Are you sure you want to close this window?',
|
||||
|
||||
message:
|
||||
'Duplicate data found. Do you want to use the data from the document?',
|
||||
},
|
||||
info: {
|
||||
cantChange:
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ export default {
|
|||
title: 'แจ้งเตือน {msg}',
|
||||
unsave:
|
||||
'คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก คุณต้องการปิดหน้าต่างนี้หรือไม่',
|
||||
message: 'พบข้อมูลซ้ำกันต้องการใช้ข้อมูลจากเอกสารหรือไม่',
|
||||
},
|
||||
info: {
|
||||
cantChange:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue