feat: add i18n confirm delete
This commit is contained in:
parent
01c756adfb
commit
0501bd1ab8
2 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ export default {
|
|||
select: 'Select',
|
||||
all: 'All',
|
||||
displayField: 'Display Fields',
|
||||
deleteConfirmTitle: 'Comfirm Deletion',
|
||||
deleteConfirmMessage: 'Do you want to delete this item?',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ export default {
|
|||
switchOnLabel: 'เปิด',
|
||||
switchOffLabel: 'ปิด',
|
||||
displayField: 'ข้อมูลที่แสดง',
|
||||
deleteConfirmTitle: 'ยืนยันการลบข้อมูล',
|
||||
deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue