diff --git a/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/en.json b/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/en.json index ccdec0db2..b55671f5b 100644 --- a/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/en.json +++ b/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/en.json @@ -18,6 +18,10 @@ "Workspaces:Edit": "Edit Workspace", "BasicInfo": "Basic Infomation", "ModelInfo": "Model", + "Group:Today": "Today", + "Group:Yesterday": "Yesterday", + "Group:Week": "Week", + "Group:Month": "Month", "DisplayName:Name": "Name", "DisplayName:Provider": "Provider", "DisplayName:ModelName": "Model Name", diff --git a/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/zh-Hans.json b/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/zh-Hans.json index dfe1f5e75..021c57d77 100644 --- a/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/ai/LINGYUN.Abp.AIManagement.Domain.Shared/LINGYUN/Abp/AIManagement/Localization/Resources/zh-Hans.json @@ -18,6 +18,10 @@ "Workspaces:Edit": "编辑工作区", "BasicInfo": "基本信息", "ModelInfo": "模型", + "Group:Today": "今天", + "Group:Yesterday": "昨天", + "Group:Week": "7天内", + "Group:Month": "30天内", "DisplayName:Name": "名称", "DisplayName:Provider": "模型提供者", "DisplayName:ModelName": "模型名称",