202503121502
This commit is contained in:
parent
aea6dc5e6e
commit
2c3941dbd0
@ -497,6 +497,26 @@ const local: App.I18n.Schema = {
|
||||
addCategory: 'Add Category',
|
||||
editCategory: 'Edit Category'
|
||||
},
|
||||
dictionary: {
|
||||
title: 'Dictionary',
|
||||
dictionId: 'Dictionary ID',
|
||||
dictionaryName: 'Dictionary Name',
|
||||
dictionaryType: 'Dictionary Type',
|
||||
dictionaryStatus: 'Status',
|
||||
remark: 'Remark',
|
||||
createTime: 'Create Time',
|
||||
form: {
|
||||
dictionaryNamePlaceHolder: 'Please enter the dictionary name',
|
||||
dictionaryName: 'Dictionary Name',
|
||||
dictionaryTypePlaceHolder: 'Please enter the dictionary type',
|
||||
dictionaryType: 'Dictionary Type',
|
||||
dictionaryStatusPlaceHolder: 'Please enter the dictionary status',
|
||||
dictionaryStatus: 'Status',
|
||||
createTime: 'Create Time'
|
||||
},
|
||||
addDictionary: 'Add Dictionary',
|
||||
editDictionary: 'Edit Dictionary'
|
||||
},
|
||||
namespace: {
|
||||
title: 'Namespace',
|
||||
name: 'Name',
|
||||
|
Loading…
Reference in New Issue
Block a user