From 84864968f2dbb4e6e2a2cfd7673e8a1bb6ba0d60 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:45:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(platform):=20=E6=B7=BB=E5=8A=A0=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=96=87=E6=9C=AC?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LINGYUN/Platform/Localization/Resources/en.json | 1 + .../LINGYUN/Platform/Localization/Resources/zh-Hans.json | 1 + 2 files changed, 2 insertions(+) diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json index 7a98009fc..7ea5b4e19 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/en.json @@ -44,6 +44,7 @@ "Menu:EditByName": "Edit Menu - {0}", "Menu:Delete": "Delete Menu", "Menu:Manage": "Manage Menus", + "Menu:SetStartup": "Startup", "Data:AddNew": "Add New", "Data:AddChildren": "Add Children", "Data:Edit": "Edit", diff --git a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json index 6ab71291a..d6e2ad316 100644 --- a/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/platform/LINGYUN.Platform.Domain.Shared/LINGYUN/Platform/Localization/Resources/zh-Hans.json @@ -44,6 +44,7 @@ "Menu:EditByName": "编辑菜单 - {0}", "Menu:Delete": "删除菜单", "Menu:Manage": "管理菜单", + "Menu:SetStartup": "设置起始页", "Data:AddNew": "添加新字典", "Data:AddChildren": "添加下级字典", "Data:Edit": "编辑字典",