feat: add InlineDeleteConfirm base component (#26762)
This commit is contained in:
@@ -18,6 +18,10 @@ const translation = {
|
||||
cancel: 'Cancel',
|
||||
clear: 'Clear',
|
||||
save: 'Save',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
deleteConfirmTitle: 'Delete?',
|
||||
confirmAction: 'Please confirm your action.',
|
||||
saveAndEnable: 'Save & Enable',
|
||||
edit: 'Edit',
|
||||
add: 'Add',
|
||||
|
||||
@@ -67,6 +67,10 @@ const translation = {
|
||||
selectAll: 'すべて選択',
|
||||
deSelectAll: 'すべて選択解除',
|
||||
config: 'コンフィグ',
|
||||
yes: 'はい',
|
||||
no: 'いいえ',
|
||||
deleteConfirmTitle: '削除しますか?',
|
||||
confirmAction: '操作を確認してください。',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}}は必要です',
|
||||
|
||||
@@ -18,6 +18,10 @@ const translation = {
|
||||
cancel: '取消',
|
||||
clear: '清空',
|
||||
save: '保存',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
deleteConfirmTitle: '删除?',
|
||||
confirmAction: '请确认您的操作。',
|
||||
saveAndEnable: '保存并启用',
|
||||
edit: '编辑',
|
||||
add: '添加',
|
||||
|
||||
Reference in New Issue
Block a user