From 13db3304175597cee84d4197c000b3da71074a8a Mon Sep 17 00:00:00 2001 From: Jarvis Date: Mon, 30 Oct 2023 16:01:41 +0100 Subject: [PATCH] New translations ui.json (Italian) --- _dev/src/assets/json/translations/it/ui.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_dev/src/assets/json/translations/it/ui.json b/_dev/src/assets/json/translations/it/ui.json index fba7dd1ac..7367e136b 100644 --- a/_dev/src/assets/json/translations/it/ui.json +++ b/_dev/src/assets/json/translations/it/ui.json @@ -291,5 +291,17 @@ "tips": "Una volta configurato il primo shop, potrai continuare con gli altri, selezionandoli uno per volta tramite il selettore del menu orizzontale", "configure": "Configurare", "group": "Gruppo degli shop" + }, + "incomingPaidVersion": { + "modal": { + "title": "Pricing update", + "description": "From **{date}, a {price}/Tax excl monthly subscription*** will be required to continue using PrestaShop Social. When you subscribe, you’ll start with a 14-day free trial. We won’t automatically enroll you. The choice to switch to the subscription plan is fully under your control - you can cancel at any time.\n\nThis change will allow us to deliver regular updates and introduce new features to enhance your overall experience. We've already started redesigning the module's experience, making it easier and quicker to set up.", + "cta": "Notify me when available" + }, + "alert": { + "title": "From {date}, a {price}/Tax excl monthly subscription* will be required to use PrestaShop Social.", + "description": "When you subscribe, you’ll start with a 14-day free trial. You can cancel anytime. This change will allow us to deliver regular updates and introduce new features to enhance your overall experience." + }, + "IncludedInHosted": "* If you are already subscribed to the PrestaShop Hosted offer, you are not affected by this change. PrestaShop Social remains free for you." } }