202503121502

This commit is contained in:
Cain 2025-03-12 15:03:02 +08:00
parent aea6dc5e6e
commit 2c3941dbd0

View File

@ -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',