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',
|
select: 'Select',
|
||||||
all: 'All',
|
all: 'All',
|
||||||
displayField: 'Display Fields',
|
displayField: 'Display Fields',
|
||||||
|
deleteConfirmTitle: 'Comfirm Deletion',
|
||||||
|
deleteConfirmMessage: 'Do you want to delete this item?',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ export default {
|
||||||
switchOnLabel: 'เปิด',
|
switchOnLabel: 'เปิด',
|
||||||
switchOffLabel: 'ปิด',
|
switchOffLabel: 'ปิด',
|
||||||
displayField: 'ข้อมูลที่แสดง',
|
displayField: 'ข้อมูลที่แสดง',
|
||||||
|
deleteConfirmTitle: 'ยืนยันการลบข้อมูล',
|
||||||
|
deleteConfirmMessage: 'คุณต้องการลบข้อมูลใช่หรือไม่',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue