From 83dc8b1afd820f50dc0b8ab52194f09926aa031b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BF=8A?= Date: Sat, 26 Nov 2022 05:35:06 +0000 Subject: [PATCH] complete localization for feature-management with en-GB, zh-Hans, zh-Hant --- .../Localization/Domain/en-GB.json | 5 +++- .../Localization/Domain/zh-Hans.json | 25 +++++++++++-------- .../Localization/Domain/zh-Hant.json | 25 +++++++++++-------- 3 files changed, 32 insertions(+), 23 deletions(-) diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/en-GB.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/en-GB.json index acb5b7a247..7f123744a7 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/en-GB.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/en-GB.json @@ -7,6 +7,9 @@ "Permission:FeatureManagement": "Feature management", "Permission:FeatureManagement.ManageHostFeatures": "Manage Host features", "Volo.Abp.FeatureManagement:InvalidFeatureValue": "{0} feature value is not valid!", - "Menu:FeatureManagement": "Feature Management" + "Menu:FeatureManagement": "Feature Management", + "ResetToDefault": "Reset to default", + "ResetedToDefault": "Reseted to default", + "AreYouSureToResetToDefault": "Are you sure to reset to default?" } } \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hans.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hans.json index b75318e75f..30d01781d5 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hans.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hans.json @@ -1,12 +1,15 @@ { - "culture": "zh-Hans", - "texts": { - "Features": "功能", - "NoFeatureFoundMessage": "没有可用的功能.", - "ManageHostFeatures": "管理Host功能", - "Permission:FeatureManagement": "功能管理", - "Permission:FeatureManagement.ManageHostFeatures": "管理Host功能", - "Volo.Abp.FeatureManagement:InvalidFeatureValue" : "{0}功能的值无效!", - "Menu:FeatureManagement": "功能管理" - } -} + "culture": "zh-Hans", + "texts": { + "Features": "功能", + "NoFeatureFoundMessage": "没有可用的功能.", + "ManageHostFeatures": "管理Host功能", + "Permission:FeatureManagement": "功能管理", + "Permission:FeatureManagement.ManageHostFeatures": "管理Host功能", + "Volo.Abp.FeatureManagement:InvalidFeatureValue": "{0}功能的值无效!", + "Menu:FeatureManagement": "功能管理", + "ResetToDefault": "重置为默认值", + "ResetedToDefault": "已重置为默认值", + "AreYouSureToResetToDefault": "你确定要重置为默认值吗?" + } +} \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hant.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hant.json index 085bc147de..99e2d622df 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hant.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo/Abp/FeatureManagement/Localization/Domain/zh-Hant.json @@ -1,12 +1,15 @@ { - "culture": "zh-Hant", - "texts": { - "Features": "功能", - "NoFeatureFoundMessage": "沒有可用的功能.", - "ManageHostFeatures": "管理Host功能", - "Permission:FeatureManagement": "功能管理", - "Permission:FeatureManagement.ManageHostFeatures": "管理Host功能", - "Volo.Abp.FeatureManagement:InvalidFeatureValue" : "{0}功能的值無效!", - "Menu:FeatureManagement": "功能管理" - } -} + "culture": "zh-Hant", + "texts": { + "Features": "功能", + "NoFeatureFoundMessage": "沒有可用的功能.", + "ManageHostFeatures": "管理Host功能", + "Permission:FeatureManagement": "功能管理", + "Permission:FeatureManagement.ManageHostFeatures": "管理Host功能", + "Volo.Abp.FeatureManagement:InvalidFeatureValue": "{0}功能的值無效!", + "Menu:FeatureManagement": "功能管理", + "ResetToDefault": "重置為預設值", + "ResetedToDefault": "已重置為預設值", + "AreYouSureToResetToDefault": "是否確定重置為預設值?" + } +} \ No newline at end of file