diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index b9303ce..efbd450 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -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',