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": "编辑字典",