From 2c3941dbd0c272c7250316f43a2a4ac443d3d372 Mon Sep 17 00:00:00 2001 From: Cain <2365469460@qq.com> Date: Wed, 12 Mar 2025 15:03:02 +0800 Subject: [PATCH] 202503121502 --- src/locales/langs/en-us.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',