refactor: local translate (#3396)
This commit is contained in:
parent
8530da7c23
commit
bc927af640
@ -201,6 +201,7 @@
|
||||
"Actions": "操作",
|
||||
"Update": "更新",
|
||||
"Update record": "更新数据",
|
||||
"Unnamed":"未命名",
|
||||
"View": "查看",
|
||||
"View record": "查看数据",
|
||||
"Refresh": "刷新",
|
||||
|
@ -65,7 +65,7 @@ export const pageTabSettings = new SchemaSettings({
|
||||
const { t } = useTranslation();
|
||||
const { schema } = useSchemaToolbar();
|
||||
return {
|
||||
title: 'Delete',
|
||||
title: t('Delete'),
|
||||
eventKey: 'remove',
|
||||
onClick() {
|
||||
modal.confirm({
|
||||
|
Loading…
Reference in New Issue
Block a user