diff --git a/Source/Starfish.Client/Properties/Resources.zh-CN.resx b/Source/Starfish.Client/Properties/Resources.zh-Hans.resx similarity index 100% rename from Source/Starfish.Client/Properties/Resources.zh-CN.resx rename to Source/Starfish.Client/Properties/Resources.zh-Hans.resx diff --git a/Source/Starfish.Service/Application/Contracts/IDictionaryApplicationService.cs b/Source/Starfish.Service/Application/Contracts/IDictionaryApplicationService.cs index dbc3c84..4daf6e0 100644 --- a/Source/Starfish.Service/Application/Contracts/IDictionaryApplicationService.cs +++ b/Source/Starfish.Service/Application/Contracts/IDictionaryApplicationService.cs @@ -28,11 +28,4 @@ public interface IDictionaryApplicationService : IApplicationService /// /// Task> GetDatabaseTypeItemsAsync(CancellationToken cancellationToken = default); - - /// - /// 获取可用的配置节点类型列表 - /// - /// - /// - Task> GetSettingItemTypeItemsAsync(CancellationToken cancellationToken = default); } \ No newline at end of file diff --git a/Source/Starfish.Service/Application/Implements/DictionaryApplicationService.cs b/Source/Starfish.Service/Application/Implements/DictionaryApplicationService.cs index a321ba9..96afdbd 100644 --- a/Source/Starfish.Service/Application/Implements/DictionaryApplicationService.cs +++ b/Source/Starfish.Service/Application/Implements/DictionaryApplicationService.cs @@ -105,43 +105,4 @@ public Task> GetDatabaseTypeItemsAsync(CancellationToken }; return Task.FromResult(items); } - - /// - public Task> GetSettingItemTypeItemsAsync(CancellationToken cancellationToken = default) - { - var items = new List - { - new() - { - Name = nameof(SettingItemType.Root), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_ROOT - }, - new() - { - Name = nameof(SettingItemType.Array), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_ARRAY - }, - new() - { - Name = nameof(SettingItemType.Object), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_OBJECT - }, - new() - { - Name = nameof(SettingItemType.String), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_STRING - }, - new() - { - Name = nameof(SettingItemType.Number), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_NUMBER - }, - new() - { - Name = nameof(SettingItemType.Boolean), - Description = Resources.IDS_ENUM_SETTING_ITEM_TYPE_BOOLEAN - } - }; - return Task.FromResult(items); - } } \ No newline at end of file diff --git a/Source/Starfish.Service/Properties/Resources.resx b/Source/Starfish.Service/Properties/Resources.resx index af7dd8e..10e1a50 100644 --- a/Source/Starfish.Service/Properties/Resources.resx +++ b/Source/Starfish.Service/Properties/Resources.resx @@ -136,7 +136,7 @@ User Acceptance Testing - Super administrator + System administrator Disabled @@ -144,27 +144,6 @@ Enabled - - Array - - - Boolean - - - Number - - - Object - - - Referer - - - Root - - - String - Disabled diff --git a/Source/Starfish.Service/Properties/Resources.zh-CN.resx b/Source/Starfish.Service/Properties/Resources.zh-Hans.resx similarity index 93% rename from Source/Starfish.Service/Properties/Resources.zh-CN.resx rename to Source/Starfish.Service/Properties/Resources.zh-Hans.resx index 1df030a..4b2eb0c 100644 --- a/Source/Starfish.Service/Properties/Resources.zh-CN.resx +++ b/Source/Starfish.Service/Properties/Resources.zh-Hans.resx @@ -136,7 +136,7 @@ 用户验收测试 - 超级管理员 + 系统管理员 禁用 @@ -144,27 +144,6 @@ 启用 - - 集合 - - - 布尔 - - - 数字 - - - 对象 - - - 引用 - - - 根节点 - - - 字符串 - 禁用 @@ -181,7 +160,7 @@ 应用唯一编码不可用。 - 应用信息不存在,[Id]:{0}。 + 应用不存在,[Id]:{0}。 密钥不符合规则。 @@ -202,10 +181,10 @@ 密码不正确。 - Token已失效。 + 刷新令牌已过期。 - 无效的Token。 + 刷新令牌无效。 Token不能为空。 @@ -300,6 +279,9 @@ 启用应用 {0}({1})。 + + 重置应用密钥 {0}({1})。 + 更新应用 {0}({1})。 @@ -321,7 +303,4 @@ 更新配置,[应用]:{0},[环境]:{1}。 - - 重置应用密钥 {0}({1})。 - \ No newline at end of file diff --git a/Source/Starfish.Service/Properties/Resources.zh-Hant.resx b/Source/Starfish.Service/Properties/Resources.zh-Hant.resx new file mode 100644 index 0000000..e210119 --- /dev/null +++ b/Source/Starfish.Service/Properties/Resources.zh-Hant.resx @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 1.3 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 開發環境 + + + 性能評估測試 + + + 生產環境 + + + 模擬測試 + + + 系統整合測試 + + + 用戶驗收測試 + + + 系統管理員 + + + 停用 + + + 啟用 + + + 停用 + + + 待發表 + + + 已發表 + + + 應用程式唯一代碼不能為空。 + + + 應用程式唯一代碼不可用。 + + + 應用程式不存在,[Id]:{0}。 + + + 密鑰不符合規則。 + + + 需要應用程式密鑰。 + + + 應用程式狀態無效。 + + + 請求參數“count”必須大於0。 + + + 請求參數“skip”不能為負數。 + + + 密碼不正確。 + + + 刷新令牌已過期。 + + + 刷新令牌無效。 + + + 刷新令牌不能為空。 + + + 不支援資料格式“{0}”。 + + + 資料格式不能為空。 + + + 設置已停用,[應用程式]:{0},[環境]:{1}。 + + + 設置重複,[應用程式]:{0},[環境]:{1}。 + + + 設置項目“{0}”已經存在。 + + + 設置項目“{0}”不存在。 + + + 設定不存在,[應用程式]:{0},[環境]:{1}。 + + + 沒有待發布的設定。 + + + 版本號碼“{0}”已存在。 + + + 團隊不存在,[Id]:{0}。 + + + 僅允許團隊負責人新增/移除團隊成員。 + + + 僅允許團隊負責人更新資訊。 + + + 不能移除團隊負責人。 + + + 用戶Id(s)不能為空。 + + + 不支援的緩存提供者“{0}”。 + + + 不支援的資料庫提供者“{0}”。 + + + 不支援的服務總線提供者“{0}”。 + + + 電子郵件“{0}”不可用。 + + + 用戶被鎖定。 + + + 預留帳號不允許設定角色。 + + + 預留帳號不允許刪除。 + + + 用戶不存在,[Id]:{0}。 + + + 密碼長度必須為8-32個字符,至少包含1個大寫字母,1個小寫字母。 + + + 密碼不能為空。 + + + 用戶名或密碼錯誤。 + + + 用戶名“{0}”不可用。 + + + 新增應用程式 {0}({1})。 + + + 刪除應用程式 {0}({1})。 + + + 停用應用程式 {0}({1})。 + + + 啟用應用程式 {0}({1})。 + + + 重設應用程式密鑰 {0}({1})。 + + + 更新應用程式 {0}({1})。 + + + 用戶身份驗證失敗。 + + + 用戶身份驗證成功。 + + + 建立設置,[應用程式]:{0},[環境]:{1}。 + + + 刪除設置,[應用程式]:{0},[環境]:{1}。 + + + 發佈設置,[應用程式]:{0},[環境]:{1}。 + + + 更新設置,[應用程式]:{0},[環境]:{1}。 + + \ No newline at end of file diff --git a/Source/Starfish.Webapi/Controllers/DictionaryController.cs b/Source/Starfish.Webapi/Controllers/DictionaryController.cs index 8661a4d..8546a10 100644 --- a/Source/Starfish.Webapi/Controllers/DictionaryController.cs +++ b/Source/Starfish.Webapi/Controllers/DictionaryController.cs @@ -59,16 +59,4 @@ public async Task GetDatabaseTypeItemsAsync() var result = await _service.GetDatabaseTypeItemsAsync(); return Ok(result); } - - /// - /// 获取支持的配置节点类型列表 - /// - /// - [HttpGet("setting-item-type")] - [Produces>] - public async Task GetSettingItemTypeItemsAsync() - { - var result = await _service.GetSettingItemTypeItemsAsync(); - return Ok(result); - } } \ No newline at end of file diff --git a/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx b/Source/Starfish.Webapp/Properties/Resources.zh-Hans.resx similarity index 100% rename from Source/Starfish.Webapp/Properties/Resources.zh-CN.resx rename to Source/Starfish.Webapp/Properties/Resources.zh-Hans.resx index c34ff4d..ef249f9 100644 --- a/Source/Starfish.Webapp/Properties/Resources.zh-CN.resx +++ b/Source/Starfish.Webapp/Properties/Resources.zh-Hans.resx @@ -252,6 +252,33 @@ 用户名登录 + + 日志详情 + + + 日志内容 + + + 错误信息 + + + 模块 + + + 操作时间 + + + 请求识别Id + + + 类型 + + + 用户名 + + + 查看详情 + 日志内容 @@ -456,31 +483,4 @@ 用户名 - - 查看详情 - - - 日志详情 - - - 日志内容 - - - 错误信息 - - - 模块 - - - 操作时间 - - - 类型 - - - 用户名 - - - 请求识别Id - \ No newline at end of file