From b2fa364cf8ba7011bad77f1f328c7c61f1c652e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 28 Sep 2020 11:10:34 +0300 Subject: [PATCH] Add "ManageYourAccount" localization --- framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json | 3 ++- framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json index e0cdee07af..be63781aaa 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json @@ -64,6 +64,7 @@ "GoBack": "Go back", "Search": "Search", "ItemWillBeDeletedMessageWithFormat": "{0} will be deleted!", - "ItemWillBeDeletedMessage": "This item will be deleted!" + "ItemWillBeDeletedMessage": "This item will be deleted!", + "ManageYourAccount": "Manage your account" } } diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json index db803e01e2..087e96a021 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json @@ -64,6 +64,7 @@ "GoBack": "Geri dön", "Search": "Arama", "ItemWillBeDeletedMessageWithFormat": "{0} silinecektir!", - "ItemWillBeDeletedMessage": "Bu nesne silinecektir!" + "ItemWillBeDeletedMessage": "Bu nesne silinecektir!", + "ManageYourAccount": "Hesap yönetimi" } }