From d0beaeae0733556ae823df6f5b7b887353bda795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Tue, 20 Aug 2024 13:33:01 +0300 Subject: [PATCH 1/3] Update en.json --- .../AbpIoLocalization/Www/Localization/Resources/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index 5ef7d9b717..3a46c77e78 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -1823,6 +1823,7 @@ "BackgroundWorkers": "Background Workers", "BackgroundWorkersExplanation": "Define operations to run in a separate, dedicated thread. Use the built-in background workers or integrate your own. Hangfire and Quartz integrations are already available.", "ConcurrencyCheck": "Concurrency Check", - "ConcurrencyCheckExplanation": "ABP provides an optimistic concurrency check mechanism to ensure data consistency in your application and prevents users access or change the same data in a database at the same time." + "ConcurrencyCheckExplanation": "ABP provides an optimistic concurrency check mechanism to ensure data consistency in your application and prevents users access or change the same data in a database at the same time.", + "NewsletterEmailFooterCreateTemplateMessage": "
 Hello there!
\n
Thanks for subscribing to receive information about happenings in ABP.
\n
 
\n
Now you'll be the first to hear about new things in the ABP Platform, exclusive offers and more. Stay tuned!
\n
 
\n
Best Regards,\n
ABP Team
\n
 
\n
 
", } } \ No newline at end of file From 966c248d003c7b2825de4c70c1132b1436e2a6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Tue, 20 Aug 2024 14:26:59 +0300 Subject: [PATCH 2/3] Update en.json --- .../AbpIoLocalization/Www/Localization/Resources/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index 3a46c77e78..1805c64680 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -1824,6 +1824,6 @@ "BackgroundWorkersExplanation": "Define operations to run in a separate, dedicated thread. Use the built-in background workers or integrate your own. Hangfire and Quartz integrations are already available.", "ConcurrencyCheck": "Concurrency Check", "ConcurrencyCheckExplanation": "ABP provides an optimistic concurrency check mechanism to ensure data consistency in your application and prevents users access or change the same data in a database at the same time.", - "NewsletterEmailFooterCreateTemplateMessage": "
 Hello there!
\n
Thanks for subscribing to receive information about happenings in ABP.
\n
 
\n
Now you'll be the first to hear about new things in the ABP Platform, exclusive offers and more. Stay tuned!
\n
 
\n
Best Regards,\n
ABP Team
\n
 
\n
 
", + "NewsletterEmailFooterCreateTemplateMessage": "
Thanks for subscribing to receive information about happenings in ABP.
Now you'll be the first to hear about new things in the ABP Platform, exclusive offers and more. Stay tuned!
", } } \ No newline at end of file From 14e03bbd9895d16ce1d37f9c0c3385cd411477d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Wed, 28 Aug 2024 09:33:13 +0300 Subject: [PATCH 3/3] Update en.json --- .../AbpIoLocalization/Www/Localization/Resources/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index 1805c64680..61d068120a 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -1824,6 +1824,8 @@ "BackgroundWorkersExplanation": "Define operations to run in a separate, dedicated thread. Use the built-in background workers or integrate your own. Hangfire and Quartz integrations are already available.", "ConcurrencyCheck": "Concurrency Check", "ConcurrencyCheckExplanation": "ABP provides an optimistic concurrency check mechanism to ensure data consistency in your application and prevents users access or change the same data in a database at the same time.", - "NewsletterEmailFooterCreateTemplateMessage": "
Thanks for subscribing to receive information about happenings in ABP.
Now you'll be the first to hear about new things in the ABP Platform, exclusive offers and more. Stay tuned!
", + "NewsletterEmailFooterCreateTemplateMessage": "
Thank you for subscribing! We're thrilled to have you on board.
As a subscriber, you'll receive the latest updates on:
  • Promotional Offers:Benefit from exclusive discounts, seasonal campaigns, and special offers.
  • Events:Stay informed about our Community Talks, Webinars, and the ABP DOTNET Conferences.
  • Release Notes:Get the latest on ABP Platform releases and new products.
  • Newsletter:Enjoy our blog posts, community news, and more.

We look forward to keeping you informed and engaged.
", + "NewsletterDeleteSubscriptionDescription": "
This is a confirmation that you have unsubscribed from the following email categories:
  • Promotional Offers:Discounts, seasonal campaigns, etc.
  • Events:Community Talks, Webinars, ABP DOTNET Conference, etc.
  • Release Notes:ABP Platform releases, new products, etc.
  • Newsletter:Blog posts, community news, etc.

Please note that you will still receive important transactional emails related to your account.
", + "NewsletterEmailFooterTemplateDeleteSubscription": "If you change your mind, you're always welcome to resubscribe!" } } \ No newline at end of file