diff --git a/apps/portal/package.json b/apps/portal/package.json
index b2c8a9f9d5e..c646934366c 100644
--- a/apps/portal/package.json
+++ b/apps/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/portal",
- "version": "2.67.10",
+ "version": "2.67.11",
"license": "MIT",
"repository": "https://github.com/TryGhost/Ghost",
"author": "Ghost Foundation",
diff --git a/apps/portal/src/components/notification.js b/apps/portal/src/components/notification.js
index af02c89dfa5..530e6868f44 100644
--- a/apps/portal/src/components/notification.js
+++ b/apps/portal/src/components/notification.js
@@ -1,4 +1,5 @@
import React from 'react';
+import Interpolate from '@doist/react-interpolate';
import Frame from './frame';
import AppContext from '../app-context';
import NotificationStyle from './notification.styles';
@@ -46,13 +47,23 @@ const NotificationText = ({type, status, context}) => {
} else if (type === 'signup' && status === 'success') {
return (
- {t('You\'ve successfully subscribed to')}
{context.site.title}
+
+ }}
+ string={t('You\'ve successfully subscribed to {siteTitle}', {siteTitle: context.site.title})}
+ />
);
} else if (type === 'signup-paid' && status === 'success') {
return (
- {t('You\'ve successfully subscribed to')}
{context.site.title}
+
+ }}
+ string={t('You\'ve successfully subscribed to {siteTitle}', {siteTitle: context.site.title})}
+ />
);
} else if (type === 'updateEmail' && status === 'success') {
diff --git a/ghost/i18n/locales/af/portal.json b/ghost/i18n/locales/af/portal.json
index 671d745669e..3a2a757a247 100644
--- a/ghost/i18n/locales/af/portal.json
+++ b/ghost/i18n/locales/af/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "U ontvang nie e-posse nie",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "U ontvang nie e-posse nie, omdat u onlangs 'n boodskap as spam gemerk het, of omdat boodskappe nie na die e-pos adres wat u verskaf het gestuur kon word nie.",
"You've successfully signed in.": "U het suksesvol aangemeld.",
- "You've successfully subscribed to": "Jy het suksesvol ingeteken op",
+ "You've successfully subscribed to {siteTitle}": "Jy het suksesvol ingeteken op {siteTitle}",
"Your account": "U rekening",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ar/portal.json b/ghost/i18n/locales/ar/portal.json
index 88cc61b58c2..3ca4356c1c0 100644
--- a/ghost/i18n/locales/ar/portal.json
+++ b/ghost/i18n/locales/ar/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "لم تستلم رسالة بريدية",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "لم تستلم رسالة بريدية لربما انك جعلت الرسائل مهملة او ان الرسائل لا تصل الى بريدك الذي سجلته.",
"You've successfully signed in.": ".تم تسجيل الدخول بنجاح",
- "You've successfully subscribed to": "تم الاشتراك بنجاح في",
+ "You've successfully subscribed to {siteTitle}": "تم الاشتراك بنجاح في {siteTitle}",
"Your account": "حسابك",
"Your email has failed to resubscribe, please try again": "بريدك الاكتروني لم ينجح في إعادة الاشتراك، رجاء المحاولة مرة أخرى",
"your inbox": "بريدك الوارد",
diff --git a/ghost/i18n/locales/bg/portal.json b/ghost/i18n/locales/bg/portal.json
index 51f6528a19a..702b056d13b 100644
--- a/ghost/i18n/locales/bg/portal.json
+++ b/ghost/i18n/locales/bg/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Не получавате имейли",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Не получавате имейли, защото или наскоро сте маркирали някое съобщение като спам, или писмата не могат да бъдат доставени до вашия имейл адрес.",
"You've successfully signed in.": "Влязохте успешно.",
- "You've successfully subscribed to": "Успешно се абонирахте за",
+ "You've successfully subscribed to {siteTitle}": "Успешно се абонирахте за {siteTitle}",
"Your account": "Вашият профил",
"Your email has failed to resubscribe, please try again": "Неуспешно подновяване на абонамент с този имейл, опитайте отново",
"your inbox": "вашия имейл",
diff --git a/ghost/i18n/locales/bn/portal.json b/ghost/i18n/locales/bn/portal.json
index c57792439a3..30ccdc82b58 100644
--- a/ghost/i18n/locales/bn/portal.json
+++ b/ghost/i18n/locales/bn/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "আপনি ইমেল পাচ্ছেন না",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "আপনি ইমেল পাচ্ছেন না কারণ আপনি হয়তো একটি সাম্প্রতিক বার্তা স্প্যাম হিসেবে চিহ্নিত করেছেন, অথবা বার্তাগুলি আপনার প্রদত্ত ইমেল ঠিকানায় বিতরণ করা যায়নি।",
"You've successfully signed in.": "আপনি সফলভাবে সাইন ইন করেছেন।",
- "You've successfully subscribed to": "আপনি সফলভাবে সাবস্ক্রাইব করেছেন",
+ "You've successfully subscribed to {siteTitle}": "আপনি সফলভাবে সাবস্ক্রাইব করেছেন {siteTitle}",
"Your account": "আপনার অ্যাকাউন্ট",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/bs/portal.json b/ghost/i18n/locales/bs/portal.json
index 39ecf5e10a1..0364d48ccc6 100644
--- a/ghost/i18n/locales/bs/portal.json
+++ b/ghost/i18n/locales/bs/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ne primam Email poruke",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ne primaš Email poruke jer je posljednja poruka označena kao spam ili zato što poruke nisu mogle biti dostavljene na tvoj inbox iz bilo kojeg drugog razloga.",
"You've successfully signed in.": "Uspješna prijava.",
- "You've successfully subscribed to": "Uspješna pretplata na",
+ "You've successfully subscribed to {siteTitle}": "Uspješna pretplata na {siteTitle}",
"Your account": "Tvoj račun",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ca/portal.json b/ghost/i18n/locales/ca/portal.json
index 929341d446f..50c687332be 100644
--- a/ghost/i18n/locales/ca/portal.json
+++ b/ghost/i18n/locales/ca/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "No estàs rebent correus electrònics",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "No estàs rebent correus electrònics perquè l'has marcat recentment com a correu brossa o perquè no s'han pogut entregar els missatges a l'adreça de correu electrònic proporcionada.",
"You've successfully signed in.": "Has iniciat la sessió correctament.",
- "You've successfully subscribed to": "T'has subscrit correctament a",
+ "You've successfully subscribed to {siteTitle}": "T'has subscrit correctament a {siteTitle}",
"Your account": "El teu compte",
"Your email has failed to resubscribe, please try again": "La teva adreça de correu no s'ha pogut tornar a subscriure - torna-ho a intentar",
"your inbox": "",
diff --git a/ghost/i18n/locales/context.json b/ghost/i18n/locales/context.json
index 5c36d3f8020..24e677293ff 100644
--- a/ghost/i18n/locales/context.json
+++ b/ghost/i18n/locales/context.json
@@ -363,7 +363,7 @@
"You're one tap away from subscribing to {siteTitle} — please confirm your email address with this link:": "Signup confirmation email",
"You're one tap away from subscribing to {siteTitle}!": "Signup confirmation email",
"You've successfully signed in.": "A notification displayed when the user signs in",
- "You've successfully subscribed to": "A notification displayed when the user subscribed",
+ "You've successfully subscribed to {siteTitle}": "Notification displayed after a successful signup. The ... tag wraps the site name. {siteTitle} is the name of the publication",
"Your account": "A label indicating member account details",
"Your email address": "Placeholder text in an input field",
"Your email has failed to resubscribe, please try again": "error message in portal",
diff --git a/ghost/i18n/locales/cs/portal.json b/ghost/i18n/locales/cs/portal.json
index 40822e40d75..bf780b5d13f 100644
--- a/ghost/i18n/locales/cs/portal.json
+++ b/ghost/i18n/locales/cs/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Nedostáváte e-maily",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Nepřicházejí vám e-maily, protože jste buď označili nedávnou zprávu jako spam, nebo doručování zpráv na vámi zadaný e-mail nefunguje.",
"You've successfully signed in.": "Úspěšně jste se přihlásili.",
- "You've successfully subscribed to": "Úspěšně jste se přihlásili k odběru",
+ "You've successfully subscribed to {siteTitle}": "Úspěšně jste se přihlásili k odběru {siteTitle}",
"Your account": "Váš účet",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/da/portal.json b/ghost/i18n/locales/da/portal.json
index 10bcbff33b9..1f88c9dc1fd 100644
--- a/ghost/i18n/locales/da/portal.json
+++ b/ghost/i18n/locales/da/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Du modtager ikke e-mails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Du modtager ikke e-mails fordi du enten har markeret en af de seneste mails som spam, eller fordi e-mails ikke kunne leveres til den oplyste e-mailadresse.",
"You've successfully signed in.": "Du er nu logget ind.",
- "You've successfully subscribed to": "Du er nu tilmeldt til",
+ "You've successfully subscribed to {siteTitle}": "Du er nu tilmeldt til {siteTitle}",
"Your account": "Din konto",
"Your email has failed to resubscribe, please try again": "Din e-mail kunne ikke genabonneres, prøv venligst igen.",
"your inbox": "",
diff --git a/ghost/i18n/locales/de-CH/portal.json b/ghost/i18n/locales/de-CH/portal.json
index 15c66788955..ffdb33864d8 100644
--- a/ghost/i18n/locales/de-CH/portal.json
+++ b/ghost/i18n/locales/de-CH/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Sie erhalten keine E-Mails.",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Sie erhalten keine E-Mails, weil Sie entweder eine kürzlich empfangene E-Mail von uns als Spam markiert haben oder weil unsere E-Mails nicht an die angegebene E-Mail-Adresse zugestellt werden konnten.",
"You've successfully signed in.": "Sie haben sich erfolgreich angemeldet.",
- "You've successfully subscribed to": "Sie haben sich erfolgreich abonniert bei",
+ "You've successfully subscribed to {siteTitle}": "Sie haben sich erfolgreich abonniert bei {siteTitle}",
"Your account": "Ihr Konto",
"Your email has failed to resubscribe, please try again": "Ihre E-Mail-Adresse konnte nicht angemeldet werden. Bitte versuchen Sie es erneut",
"your inbox": "Ihre Inbox",
diff --git a/ghost/i18n/locales/de/portal.json b/ghost/i18n/locales/de/portal.json
index fa4a4148e47..25be9f3a708 100644
--- a/ghost/i18n/locales/de/portal.json
+++ b/ghost/i18n/locales/de/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Du erhältst keine E-Mails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Du erhältst keine E-Mails, da du entweder eine kürzlich empfangene Nachricht als Spam markiert hast oder weil Nachrichten nicht an deine angegebene E-Mail-Adresse zugestellt werden konnten.",
"You've successfully signed in.": "Du hast dich erfolgreich angemeldet.",
- "You've successfully subscribed to": "Du hast dich erfolgreich angemeldet bei",
+ "You've successfully subscribed to {siteTitle}": "Du hast dich erfolgreich angemeldet bei {siteTitle}",
"Your account": "Dein Konto",
"Your email has failed to resubscribe, please try again": "Deine E-Mailadresse konnte nicht angemeldet werden. Bitte versuche es noch einmal.",
"your inbox": "Dein Posteingang",
diff --git a/ghost/i18n/locales/el/portal.json b/ghost/i18n/locales/el/portal.json
index 19b4d1420b3..c7561fd9ffb 100644
--- a/ghost/i18n/locales/el/portal.json
+++ b/ghost/i18n/locales/el/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Δεν λαμβάνετε emails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Δεν λαμβάνετε emails επειδή είτε επισημάνατε ένα πρόσφατο μήνυμα ως ανεπιθύμητο είτε επειδή τα μηνύματα δεν μπόρεσαν να παραδοθούν στην παρεχόμενη διεύθυνση email σας.",
"You've successfully signed in.": "Έχετε συνδεθεί επιτυχώς.",
- "You've successfully subscribed to": "Έχετε εγγραφεί επιτυχώς στο",
+ "You've successfully subscribed to {siteTitle}": "Έχετε εγγραφεί επιτυχώς στο {siteTitle}",
"Your account": "Ο λογαριασμός σας",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/en/portal.json b/ghost/i18n/locales/en/portal.json
index 3ff33035c37..1d24e92b296 100644
--- a/ghost/i18n/locales/en/portal.json
+++ b/ghost/i18n/locales/en/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "",
"You've successfully signed in.": "",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/eo/portal.json b/ghost/i18n/locales/eo/portal.json
index d4f10f5ab40..23093912766 100644
--- a/ghost/i18n/locales/eo/portal.json
+++ b/ghost/i18n/locales/eo/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Vi ne ricevas retpoŝtojn ĉar vi aŭ markis lastatempan mesaĝon kiel trudmesaĝo, aŭ ĉar mesaĝoj ne povis liveri al via provizita retadreso.",
"You've successfully signed in.": "",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Via konto",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/es/portal.json b/ghost/i18n/locales/es/portal.json
index 672f840618a..d50841dc0ae 100644
--- a/ghost/i18n/locales/es/portal.json
+++ b/ghost/i18n/locales/es/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "No estás recibiendo correos electrónicos",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "No estás recibiendo correos electrónicos porque marcaste un mensaje reciente como spam o porque no se pudieron entregar los mensajes a la dirección de correo electrónico proporcionada.",
"You've successfully signed in.": "Has iniciado sesión correctamente.",
- "You've successfully subscribed to": "Te has suscrito correctamente a",
+ "You've successfully subscribed to {siteTitle}": "Te has suscrito correctamente a {siteTitle}",
"Your account": "Tu cuenta",
"Your email has failed to resubscribe, please try again": "No se ha podido volver a suscribir tu correo electrónico, inténtalo de nuevo por favor",
"your inbox": "",
diff --git a/ghost/i18n/locales/et/portal.json b/ghost/i18n/locales/et/portal.json
index 9b93bbf048a..1d29bf4819b 100644
--- a/ghost/i18n/locales/et/portal.json
+++ b/ghost/i18n/locales/et/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Te ei saa e-kirju",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Te ei saa e-kirju, kuna kas märkisite hiljutise sõnumi rämpspostiks või sõnumeid ei saanud teie antud e-posti aadressile kohale toimetada.",
"You've successfully signed in.": "Olete edukalt sisse loginud.",
- "You've successfully subscribed to": "Olete edukalt tellinud",
+ "You've successfully subscribed to {siteTitle}": "Olete edukalt tellinud {siteTitle}",
"Your account": "Teie konto",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/eu/portal.json b/ghost/i18n/locales/eu/portal.json
index 88500a7e98d..22a44ae1be4 100644
--- a/ghost/i18n/locales/eu/portal.json
+++ b/ghost/i18n/locales/eu/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ez zara ePostarik jasotzen ari",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ez zara ePostarik jasotzen ari, mezuetako bat baztergarritzat jo duzulako edo ezin izan delako emandako ePosta helbidera bidali.",
"You've successfully signed in.": "Saioa hasi duzu.",
- "You've successfully subscribed to": "Honakora harpidetu zara:",
+ "You've successfully subscribed to {siteTitle}": "Honakora harpidetu zara: {siteTitle}",
"Your account": "Zure kontua",
"Your email has failed to resubscribe, please try again": "Ezin izan da zure ePosta berriro harpidetu, saiatu berriro",
"your inbox": "",
diff --git a/ghost/i18n/locales/fa/portal.json b/ghost/i18n/locales/fa/portal.json
index ba29a87be08..95eb3368ac7 100644
--- a/ghost/i18n/locales/fa/portal.json
+++ b/ghost/i18n/locales/fa/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "شما هیچ ایمیلی دریافت نمی\u200cکنید",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "شما به خاطر این که آخرین ایمیلی که دریافت کرده\u200cاید به عنوان اسپم علامت\u200cگذاری شده است و یا این که مشکلی برای تحویل ایمیل به آدرسی که وارد کرده\u200cاید وجود دارد، ایمیلی دریافت نمی\u200cکنید.",
"You've successfully signed in.": "شما با موفقیت وارد شدید.",
- "You've successfully subscribed to": "شما با موفقیت مشترک این موارد شدید:",
+ "You've successfully subscribed to {siteTitle}": "شما با موفقیت مشترک این موارد شدید: {siteTitle}",
"Your account": "حساب کاربری شما",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/fi/portal.json b/ghost/i18n/locales/fi/portal.json
index 484ca44bdbf..6fa20a316f3 100644
--- a/ghost/i18n/locales/fi/portal.json
+++ b/ghost/i18n/locales/fi/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Et saa sähköposteja",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Et saa sähköposteja siksi, että joko merkitsit äskettäisen viestin roskapostiksi tai siksi, että viestejä ei voitu toimittaa antamaasi sähköpostiosoitteeseen.",
"You've successfully signed in.": "Olet kirjautunut sisään onnistuneesti",
- "You've successfully subscribed to": "Tilaus onnistui:",
+ "You've successfully subscribed to {siteTitle}": "Tilaus onnistui: {siteTitle}",
"Your account": "Tilisi",
"Your email has failed to resubscribe, please try again": "Tilauksen uusiminen epäonnistui sähköpostillesi. Yritäthän uudelleen.",
"your inbox": "sähköpostilaatikkoosi",
diff --git a/ghost/i18n/locales/fr/portal.json b/ghost/i18n/locales/fr/portal.json
index a88797d55cf..6c4e06472f6 100644
--- a/ghost/i18n/locales/fr/portal.json
+++ b/ghost/i18n/locales/fr/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Vous ne recevez pas d'e-mails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Vous ne recevez pas d’e-mails car vous avez probablement signalé un e-mail récent comme indésirable ou parce que les e-mails n’ont pas pu être livrés à l’adresse que vous avez indiquée.",
"You've successfully signed in.": "Vous vous êtes connecté avec succès.",
- "You've successfully subscribed to": "Vous vous êtes abonné à",
+ "You've successfully subscribed to {siteTitle}": "Vous vous êtes abonné à {siteTitle}",
"Your account": "Votre compte",
"Your email has failed to resubscribe, please try again": "Votre e-mail n'a pas été pris en compte pour le réabonnement, veuillez réessayer",
"your inbox": "votre boîte de réception",
diff --git a/ghost/i18n/locales/gd/portal.json b/ghost/i18n/locales/gd/portal.json
index a4f542ef730..c44570a876d 100644
--- a/ghost/i18n/locales/gd/portal.json
+++ b/ghost/i18n/locales/gd/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Chan eil thu a’ faighinn puist-d",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Chan eil thu a’ faighinn puist-d air sgàth ’s gu bheil thu air brath a chomharradh mar spama o chionn ghoirid, no air sgàth ’s nach gabh brathan a chur dhan a’ phost-d a thug thu seachad.",
"You've successfully signed in.": "Chlàraich thu a-steach gu soirbheachail.",
- "You've successfully subscribed to": "Fo-sgrìobh thu gu soirbheachail gu",
+ "You've successfully subscribed to {siteTitle}": "Fo-sgrìobh thu gu soirbheachail gu {siteTitle}",
"Your account": "An cunntas agad",
"Your email has failed to resubscribe, please try again": "Dh'fhàillig ath-nuadhachadh an fho-sgrìobhaidh, feuch a-rithist",
"your inbox": "",
diff --git a/ghost/i18n/locales/he/portal.json b/ghost/i18n/locales/he/portal.json
index 405e0c18970..728eaeec8ee 100644
--- a/ghost/i18n/locales/he/portal.json
+++ b/ghost/i18n/locales/he/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "אתם לא מקבלים מיילים",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "אתם לא מקבלים מיילים משום שסימנתם הודעה אחרונה כספאם, או משום שהודעות לא ניתנות לשליחה לכתובת המייל שסיפקתם.",
"You've successfully signed in.": "נכנסתם בהצלחה.",
- "You've successfully subscribed to": "נרשמתם בהצלחה ל",
+ "You've successfully subscribed to {siteTitle}": "נרשמתם בהצלחה ל {siteTitle}",
"Your account": "החשבון שלך",
"Your email has failed to resubscribe, please try again": "שגיאה בהרשמה מחדש עם כתובת המייל שלכם, נסו שוב",
"your inbox": "",
diff --git a/ghost/i18n/locales/hi/portal.json b/ghost/i18n/locales/hi/portal.json
index f5b066087bc..bfcc09ddd0a 100644
--- a/ghost/i18n/locales/hi/portal.json
+++ b/ghost/i18n/locales/hi/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "आप ईमेल प्राप्त नहीं कर रहे हैं",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "आप ईमेल प्राप्त नहीं कर रहे हैं क्योंकि आपने हाल की एक संदेश को स्पैम के रूप में चिन्हित किया है, या क्योंकि संदेश आपके द्वारा प्रदान किए गए ईमेल पते पर डिलीवर नहीं किए जा सके।",
"You've successfully signed in.": "आपने सफलतापूर्वक साइन इन कर लिया है।",
- "You've successfully subscribed to": "आपने सफलतापूर्वक सदस्यता ली है",
+ "You've successfully subscribed to {siteTitle}": "आपने सफलतापूर्वक सदस्यता ली है {siteTitle}",
"Your account": "आपका खाता",
"Your email has failed to resubscribe, please try again": "आपका ईमेल पुनः सदस्यता लेने में विफल रहा, कृपया पुनः प्रयास करें",
"your inbox": "",
diff --git a/ghost/i18n/locales/hr/portal.json b/ghost/i18n/locales/hr/portal.json
index 5704c0bc794..0e4b9c8a8ba 100644
--- a/ghost/i18n/locales/hr/portal.json
+++ b/ghost/i18n/locales/hr/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ne primate e-poštu",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ne primate e-poštu zato što ste nedavnu poruku označili kao nepoželjnu ili zato što se poruke nisu mogle isporučiti na vašu adresu e-pošte.",
"You've successfully signed in.": "Uspješno ste prijavljeni.",
- "You've successfully subscribed to": "Uspješno ste pretplaćeni na",
+ "You've successfully subscribed to {siteTitle}": "Uspješno ste pretplaćeni na {siteTitle}",
"Your account": "Vaš korisnički račun",
"Your email has failed to resubscribe, please try again": "Ponovna pretplata nije uspjela, pokušajte ponovno",
"your inbox": "",
diff --git a/ghost/i18n/locales/hu/portal.json b/ghost/i18n/locales/hu/portal.json
index 810f7e06088..df86e9864b9 100644
--- a/ghost/i18n/locales/hu/portal.json
+++ b/ghost/i18n/locales/hu/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Nem kapsz e-maileket",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Nem kapsz e-maileket, mert vagy spamnek jelöltél egy tőlünk kapott e-mailt, vagy mert a megadott e-mail-cím nem tud üzeneteket fogadni.",
"You've successfully signed in.": "Sikeresen bejelentkeztél.",
- "You've successfully subscribed to": "Sikeresen bejelentkeztél ide: ",
+ "You've successfully subscribed to {siteTitle}": "Sikeresen bejelentkeztél ide: {siteTitle}",
"Your account": "Fiókod",
"Your email has failed to resubscribe, please try again": "Az e-mail-címedet nem sikerült újra regisztrálni. Kérjük, próbáld újra",
"your inbox": "",
diff --git a/ghost/i18n/locales/id/portal.json b/ghost/i18n/locales/id/portal.json
index 57ff0200efc..bed53a35f7a 100644
--- a/ghost/i18n/locales/id/portal.json
+++ b/ghost/i18n/locales/id/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Anda tidak menerima email.",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Anda tidak menerima email karena Anda telah menandai pesan terbaru sebagai spam, atau karena pesan tidak dapat dikirimkan ke alamat email yang Anda berikan.",
"You've successfully signed in.": "Anda telah berhasil masuk.",
- "You've successfully subscribed to": "Anda telah berhasil berlangganan ke",
+ "You've successfully subscribed to {siteTitle}": "Anda telah berhasil berlangganan ke {siteTitle}",
"Your account": "Akun Anda",
"Your email has failed to resubscribe, please try again": "Email Anda gagal berlangganan ulang, harap coba lagi",
"your inbox": "",
diff --git a/ghost/i18n/locales/is/portal.json b/ghost/i18n/locales/is/portal.json
index b56efa3903a..34650d8c4e9 100644
--- a/ghost/i18n/locales/is/portal.json
+++ b/ghost/i18n/locales/is/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Þú færð ekki tölvupósta",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Þú færð ekki tölvupósta ýmist vegna þess að þú merktir síðustu skilaboð sem ruslpóst eða vegna þess að ekki er hægt að senda skilaboð á netfangið sem þú gafst upp.",
"You've successfully signed in.": "Þér tókst að skrá þig inn",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Aðgangurinn þinn",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/it/portal.json b/ghost/i18n/locales/it/portal.json
index 0cc24015824..0e9177b518b 100644
--- a/ghost/i18n/locales/it/portal.json
+++ b/ghost/i18n/locales/it/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Non ricevi nessuna email",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Non ricevi email perché hai contrassegnato un messaggio recente come spam, o perché non è stato possibile recapitare i messaggi all'indirizzo email fornito.",
"You've successfully signed in.": "Accesso effettuato.",
- "You've successfully subscribed to": "Iscrizione effettuata a",
+ "You've successfully subscribed to {siteTitle}": "Iscrizione effettuata a {siteTitle}",
"Your account": "Il tuo account",
"Your email has failed to resubscribe, please try again": "La re-iscrizione della tua e-mail è fallita, per favore riprova",
"your inbox": "la tua casella di posta",
diff --git a/ghost/i18n/locales/ja/portal.json b/ghost/i18n/locales/ja/portal.json
index 78f1922f0be..63a861d15db 100644
--- a/ghost/i18n/locales/ja/portal.json
+++ b/ghost/i18n/locales/ja/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "メールを受信していません",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "最近のメッセージをスパムとして判定したか、提供されたメールアドレスに配信できなかったため、メールを受信していません。",
"You've successfully signed in.": "ログインに成功しました",
- "You've successfully subscribed to": "の購読に成功しました",
+ "You've successfully subscribed to {siteTitle}": "の購読に成功しました {siteTitle}",
"Your account": "あなたのアカウント",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ko/portal.json b/ghost/i18n/locales/ko/portal.json
index b84cd5e8288..b3271ecad99 100644
--- a/ghost/i18n/locales/ko/portal.json
+++ b/ghost/i18n/locales/ko/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "이메일을 받지 않고 계세요",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "최근 메시지를 스팸으로 표시했거나 메시지를 제공된 이메일 주소로 전달할 수 없어 이메일을 받지 못하고 계세요.",
"You've successfully signed in.": "성공적으로 로그인되었어요.",
- "You've successfully subscribed to": "성공적으로 구독하셨어요:",
+ "You've successfully subscribed to {siteTitle}": "성공적으로 구독하셨어요: {siteTitle}",
"Your account": "계정",
"Your email has failed to resubscribe, please try again": "이메일 재구독에 실패했어요. 다시 시도해 주세요",
"your inbox": "",
diff --git a/ghost/i18n/locales/kz/portal.json b/ghost/i18n/locales/kz/portal.json
index 2d3e0941912..17043429119 100644
--- a/ghost/i18n/locales/kz/portal.json
+++ b/ghost/i18n/locales/kz/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Сізге электрондық хаттар келіп жатқан жоқ",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Сізге электрондық хаттар келіп жатқан жоқ, себебі жақында келген хат спам ретінде белгіленген немесе хабарламаларды сіз көрсеткен электрондық пошта мекенжайына жеткізу мүмкін емес.",
"You've successfully signed in.": "Кіру сәтті орындалды.",
- "You've successfully subscribed to": "Жазылым сәтті орындалды",
+ "You've successfully subscribed to {siteTitle}": "Жазылым сәтті орындалды {siteTitle}",
"Your account": "Сіздің аккаунт",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/lt/portal.json b/ghost/i18n/locales/lt/portal.json
index 78381a862e1..8c30ef68cfa 100644
--- a/ghost/i18n/locales/lt/portal.json
+++ b/ghost/i18n/locales/lt/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Jūs negaunate el. laiškų",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Jūs šiuo metu negaunate el. laiškų, nes pažymėjote naujausią laišką kaip šlamštą arba dėl to, kad nepavyko išsiųsti pranešimų jūsų nurodytu el. pašto adresu.",
"You've successfully signed in.": "Sėkmingai prisijungėte.",
- "You've successfully subscribed to": "Sėkmingai užsiprenumeravote",
+ "You've successfully subscribed to {siteTitle}": "Sėkmingai užsiprenumeravote {siteTitle}",
"Your account": "Jūsų paskyra",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/lv/portal.json b/ghost/i18n/locales/lv/portal.json
index 76395db9b83..137c0bc6949 100644
--- a/ghost/i18n/locales/lv/portal.json
+++ b/ghost/i18n/locales/lv/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Jūs nesaņemat e-pasta ziņojumus",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Jūs nesaņemat e-pasta ziņojumus, jo nesen kādu ziņojumu esat atzīmējis kā surogātpastu, vai arī tāpēc, ka ziņojumus nevarēja piegādāt uz jūsu norādīto e-pasta adresi.",
"You've successfully signed in.": "Jūs esat veiksmīgi pierakstījies.",
- "You've successfully subscribed to": "Jūs esat veiksmīgi abonējis",
+ "You've successfully subscribed to {siteTitle}": "Jūs esat veiksmīgi abonējis {siteTitle}",
"Your account": "Jūsu konts",
"Your email has failed to resubscribe, please try again": "Jūsu e-pasta abonēšana neizdevās atkārtoti. Lūdzu, mēģiniet vēlreiz",
"your inbox": "",
diff --git a/ghost/i18n/locales/mk/portal.json b/ghost/i18n/locales/mk/portal.json
index f74252ad28e..5a88c3587e5 100644
--- a/ghost/i18n/locales/mk/portal.json
+++ b/ghost/i18n/locales/mk/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Не добивате пораки",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Не добивате пораки бидејќи вие ја обележавте некоја од последните пораки како спам, или бидејќи пораките не можат да бидат доставени на адресата која ја доставивте.",
"You've successfully signed in.": "Успешно се најавивте.",
- "You've successfully subscribed to": "Успешно се претплативте на",
+ "You've successfully subscribed to {siteTitle}": "Успешно се претплативте на {siteTitle}",
"Your account": "Вашата сметка",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/mn/portal.json b/ghost/i18n/locales/mn/portal.json
index 723d67a3bc0..61429ac0674 100644
--- a/ghost/i18n/locales/mn/portal.json
+++ b/ghost/i18n/locales/mn/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Та имэйл хүлээж тохиргоогүй байна",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Таны имэйл хүлээж авахгүй байгаа шалтгаан нь нэг бол та аль нэг имэйлийг спам гэж тэмдэглэсэн, эсвэл таны хаяг имэйл хүлээж авах боломжгүй байна.",
"You've successfully signed in.": "Та амжилттай нэвтэрлээ.",
- "You've successfully subscribed to": "Таны захиалга амжилттай үүслээ.",
+ "You've successfully subscribed to {siteTitle}": "Таны захиалга амжилттай үүслээ. {siteTitle}",
"Your account": "Таны бүртгэл",
"Your email has failed to resubscribe, please try again": "Таны имэйлийг дахин захиалахад алдаа гарлаа, дахин оролдоно уу",
"your inbox": "",
diff --git a/ghost/i18n/locales/ms/portal.json b/ghost/i18n/locales/ms/portal.json
index fd9431ab43c..7c8ff05c770 100644
--- a/ghost/i18n/locales/ms/portal.json
+++ b/ghost/i18n/locales/ms/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Anda tidak menerima e-mel",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Anda tidak menerima e-mel kerana anda sama ada menandai mesej terkini sebagai spam, atau kerana mesej tidak dapat dihantar ke alamat e-mel yang diberikan.",
"You've successfully signed in.": "Anda telah berjaya log masuk.",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Akaun anda",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/nb/portal.json b/ghost/i18n/locales/nb/portal.json
index 7b67930427d..45555cc8275 100644
--- a/ghost/i18n/locales/nb/portal.json
+++ b/ghost/i18n/locales/nb/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Du mottar ikke e-poster",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Du mottar ikke e-poster fordi du enten nylig har merket en melding som søppelpost, eller fordi meldinger ikke kunne leveres til den oppgitte e-postadressen din.",
"You've successfully signed in.": "Du har logget på.",
- "You've successfully subscribed to": "Du har meldt deg på",
+ "You've successfully subscribed to {siteTitle}": "Du har meldt deg på {siteTitle}",
"Your account": "Din konto",
"Your email has failed to resubscribe, please try again": "E-posten din kunne ikke bli meldt på igjen, vennligst prøv på nytt",
"your inbox": "",
diff --git a/ghost/i18n/locales/ne/portal.json b/ghost/i18n/locales/ne/portal.json
index 3ff33035c37..1d24e92b296 100644
--- a/ghost/i18n/locales/ne/portal.json
+++ b/ghost/i18n/locales/ne/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "",
"You've successfully signed in.": "",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/nl/portal.json b/ghost/i18n/locales/nl/portal.json
index 5df094e0800..cc456243025 100644
--- a/ghost/i18n/locales/nl/portal.json
+++ b/ghost/i18n/locales/nl/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Je ontvangt geen e-mails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Je ontvangt geen e-mails omdat je ofwel een recent bericht als spam had gemarkeerd, of omdat de berichten niet verzonden konden worden naar jouw e-mailadres.",
"You've successfully signed in.": "Je bent succesvol ingelogd.",
- "You've successfully subscribed to": "Je bent succesvol geabonneerd op",
+ "You've successfully subscribed to {siteTitle}": "Je bent succesvol geabonneerd op {siteTitle}",
"Your account": "Jouw account",
"Your email has failed to resubscribe, please try again": "Je e-mail is niet opnieuw geabonneerd, probeer het opnieuw",
"your inbox": "",
diff --git a/ghost/i18n/locales/nn/portal.json b/ghost/i18n/locales/nn/portal.json
index 522a37d4fc6..80e216f76d1 100644
--- a/ghost/i18n/locales/nn/portal.json
+++ b/ghost/i18n/locales/nn/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Du mottek ikkje e-postar",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Du mottar ikkje e-postar. Anten fordi du har markert dei som spame, eller fordi dei ikkje kan bli levert til e-posten du har gitt oss.",
"You've successfully signed in.": "Vellykka innlogging.",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Din brukar",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/pa/portal.json b/ghost/i18n/locales/pa/portal.json
index bf187dc56b0..aa80da05986 100644
--- a/ghost/i18n/locales/pa/portal.json
+++ b/ghost/i18n/locales/pa/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "ਤੁਹਾਨੂੰ ਈਮੇਲਾਂ ਨਹੀਂ ਮਿਲ ਰਹੀਆਂ",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "ਤੁਹਾਨੂੰ ਈਮੇਲਾਂ ਨਹੀਂ ਮਿਲ ਰਹੀਆਂ ਕਿਉਂਕਿ ਤੁਸੀਂ ਜਾਂ ਤਾਂ ਹਾਲੀਆ ਸੁਨੇਹੇ ਨੂੰ ਸਪੈਮ ਵਜੋਂ ਮਾਰਕ ਕੀਤਾ ਹੈ, ਜਾਂ ਕਿਉਂਕਿ ਸੁਨੇਹੇ ਤੁਹਾਡੇ ਦਿੱਤੇ ਗਏ ਈਮੇਲ ਪਤੇ 'ਤੇ ਨਹੀਂ ਪਹੁੰਚਾਏ ਜਾ ਸਕੇ।",
"You've successfully signed in.": "ਤੁਸੀਂ ਸਫਲਤਾਪੂਰਵਕ ਸਾਈਨ ਇਨ ਕਰ ਲਿਆ ਹੈ।",
- "You've successfully subscribed to": "ਤੁਸੀਂ ਸਫਲਤਾਪੂਰਵਕ ਸਦੱਸਤਾ ਲਈ ਹੈ:",
+ "You've successfully subscribed to {siteTitle}": "ਤੁਸੀਂ ਸਫਲਤਾਪੂਰਵਕ ਸਦੱਸਤਾ ਲਈ ਹੈ: {siteTitle}",
"Your account": "ਤੁਹਾਡਾ ਖਾਤਾ",
"Your email has failed to resubscribe, please try again": "ਤੁਹਾਡੀ ਈਮੇਲ ਮੁੜ-ਸਦੱਸਤਾ ਲੈਣ ਵਿੱਚ ਅਸਫਲ ਰਹੀ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ",
"your inbox": "",
diff --git a/ghost/i18n/locales/pl/portal.json b/ghost/i18n/locales/pl/portal.json
index c2250d6e3da..7dd55613715 100644
--- a/ghost/i18n/locales/pl/portal.json
+++ b/ghost/i18n/locales/pl/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Nie otrzymujesz emaili",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Nie otrzymujesz email, ponieważ oznaczono przez Ciebie ostatnią wiadomość jako spam lub nie udało się dostarczyć wiadomości na podany adres email.",
"You've successfully signed in.": "Logowanie powiodło się.",
- "You've successfully subscribed to": "Pomyślnie zasubskrybowano",
+ "You've successfully subscribed to {siteTitle}": "Pomyślnie zasubskrybowano {siteTitle}",
"Your account": "Twoje konto",
"Your email has failed to resubscribe, please try again": "Ponowna subskrypcja Twojego emaila nie powiodła się, spróbuj ponownie",
"your inbox": "",
diff --git a/ghost/i18n/locales/pt-BR/portal.json b/ghost/i18n/locales/pt-BR/portal.json
index 76b26a1722e..55d77e6f62e 100644
--- a/ghost/i18n/locales/pt-BR/portal.json
+++ b/ghost/i18n/locales/pt-BR/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Você não está recebendo e-mails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Você não está recebendo e-mails porque classificou uma mensagem recente como spam ou porque as mensagens não puderam ser entregues no endereço de e-mail que você forneceu.",
"You've successfully signed in.": "Você entrou com sucesso.",
- "You've successfully subscribed to": "Você se inscreveu com sucesso",
+ "You've successfully subscribed to {siteTitle}": "Você se inscreveu com sucesso {siteTitle}",
"Your account": "Sua conta",
"Your email has failed to resubscribe, please try again": "Não foi possível reinscrever seu e-mail, por favor, tente novamente.",
"your inbox": "sua caixa de entrada",
diff --git a/ghost/i18n/locales/pt/portal.json b/ghost/i18n/locales/pt/portal.json
index f3e54987ab7..003c6228e66 100644
--- a/ghost/i18n/locales/pt/portal.json
+++ b/ghost/i18n/locales/pt/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Não está a receber emails",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Não está a receber emails porque, classificou uma mensagem recente como spam, ou as mensagens não puderam ser entregues no endereço de email que forneceu.",
"You've successfully signed in.": "Registou-se com sucesso.",
- "You've successfully subscribed to": "Subscreveu com sucesso",
+ "You've successfully subscribed to {siteTitle}": "Subscreveu com sucesso {siteTitle}",
"Your account": "A sua conta",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ro/portal.json b/ghost/i18n/locales/ro/portal.json
index 85bf7cf617a..704886d04db 100644
--- a/ghost/i18n/locales/ro/portal.json
+++ b/ghost/i18n/locales/ro/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Nu primești emailuri",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Nu primești emailuri deoarece fie ai marcat un mesaj recent ca spam, fie pentru că mesajele nu pot fi livrate la adresa ta de email furnizată.",
"You've successfully signed in.": "Te-ai autentificat cu succes.",
- "You've successfully subscribed to": "Te-ai abonat cu succes la",
+ "You've successfully subscribed to {siteTitle}": "Te-ai abonat cu succes la {siteTitle}",
"Your account": "Contul tău",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ru/portal.json b/ghost/i18n/locales/ru/portal.json
index 13416799158..053badc0679 100644
--- a/ghost/i18n/locales/ru/portal.json
+++ b/ghost/i18n/locales/ru/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Вы не получаете электронные письма",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Вы не получаете электронные письма, потому что: либо отметили одно из наших писем как спам, либо письма не могут быть доставлены на указанный вами email адрес.",
"You've successfully signed in.": "Вы успешно вошли.",
- "You've successfully subscribed to": "Вы успешно подписались на",
+ "You've successfully subscribed to {siteTitle}": "Вы успешно подписались на {siteTitle}",
"Your account": "Ваш аккаунт",
"Your email has failed to resubscribe, please try again": "Не удалось подписаться повторно используя ваш email, попробуйте ещё раз",
"your inbox": "",
diff --git a/ghost/i18n/locales/si/portal.json b/ghost/i18n/locales/si/portal.json
index f1ff264bb95..4e55ee51473 100644
--- a/ghost/i18n/locales/si/portal.json
+++ b/ghost/i18n/locales/si/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "ඔබට email ලැබෙන්නේ නැත",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "මෑතකදී ලැබුණු email පණිවිඩයක් spam ලෙස සටහන් කිරීම නිසා හෝ ඔබ ලබාදී ඇති email ලිපිනයට email පණිවිඩ යැවිය නොහැකි නිසාවෙන් ඔබට email ලැබෙන්නේ නැත.",
"You've successfully signed in.": "ඔබ සාර්ථකව sign in වන ලදී.",
- "You've successfully subscribed to": "ඔබ සාර්ථකව subscribe ක\u200bර ඇත",
+ "You've successfully subscribed to {siteTitle}": "ඔබ සාර්ථකව subscribe ක\u200bර ඇත {siteTitle}",
"Your account": "ඔබගේ ගිණුම",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/sk/portal.json b/ghost/i18n/locales/sk/portal.json
index 0e243b098a9..1a060ea94d4 100644
--- a/ghost/i18n/locales/sk/portal.json
+++ b/ghost/i18n/locales/sk/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Nedostávate emaily",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Nepríjimate email-y lebo váša posledná správa bola označená ako spam, alebo správy nemohli byť doručené na vašu email-ovú adresu.",
"You've successfully signed in.": "Úspešne ste sa prihlásili",
- "You've successfully subscribed to": "Úspešne ste sa prihlásili na odber pre",
+ "You've successfully subscribed to {siteTitle}": "Úspešne ste sa prihlásili na odber pre {siteTitle}",
"Your account": "Váš účet",
"Your email has failed to resubscribe, please try again": "Váš email zlyhal pri obnovení predplatného, prosím skúste to znova",
"your inbox": "",
diff --git a/ghost/i18n/locales/sl/portal.json b/ghost/i18n/locales/sl/portal.json
index cd86109d8f7..248562cc708 100644
--- a/ghost/i18n/locales/sl/portal.json
+++ b/ghost/i18n/locales/sl/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ne prejemate e-pošte",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ne prejemate e-pošte, ker ste naše sporočilo nedavno označili kot vsiljeno pošto ali, ker sporočil ni bilo mogoče dostaviti na vaš e-poštni naslov.",
"You've successfully signed in.": "Uspešno ste se prijavili.",
- "You've successfully subscribed to": "Uspešno ste se naročili na",
+ "You've successfully subscribed to {siteTitle}": "Uspešno ste se naročili na {siteTitle}",
"Your account": "Vaš račun",
"Your email has failed to resubscribe, please try again": "Vašega e-poštnega naslova nismo uspeli ponovno prijaviti, prosimo, poskusite znova",
"your inbox": "",
diff --git a/ghost/i18n/locales/sq/portal.json b/ghost/i18n/locales/sq/portal.json
index 732a54e7f5c..01ca5168f15 100644
--- a/ghost/i18n/locales/sq/portal.json
+++ b/ghost/i18n/locales/sq/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ju nuk po merrni emaile",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ju nuk po merrni email sepse ose keni shënuar një mesazh të fundit si të padëshiruar, ose sepse mesazhet nuk mund të dërgoheshin në adresën tuaj të emailit të dhënë.",
"You've successfully signed in.": "Ju jeni identifikuar me sukses.",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Llogaria juar",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/sr-Cyrl/portal.json b/ghost/i18n/locales/sr-Cyrl/portal.json
index bdfb28ea914..a7f87fd7396 100644
--- a/ghost/i18n/locales/sr-Cyrl/portal.json
+++ b/ghost/i18n/locales/sr-Cyrl/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Не примате email-ове",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Не примате email-ове јер сте или означили недавно примљену поруку као нежељену, или поруке нису могле бити испоручене на Вашу email адресу.",
"You've successfully signed in.": "Успешно сте се пријавили.",
- "You've successfully subscribed to": "Успешно сте се претплатили на",
+ "You've successfully subscribed to {siteTitle}": "Успешно сте се претплатили на {siteTitle}",
"Your account": "Ваш налог",
"Your email has failed to resubscribe, please try again": "Поновна претплата на Ваш email није успела, покушајте поново",
"your inbox": "Ваш inbox",
diff --git a/ghost/i18n/locales/sr/portal.json b/ghost/i18n/locales/sr/portal.json
index c945abc88d2..c62d33f1bc2 100644
--- a/ghost/i18n/locales/sr/portal.json
+++ b/ghost/i18n/locales/sr/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ne primate email-ove",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ne primate email-ove jer ste ili označili nedavno primljenu poruku kao neželjenu, ili poruke nisu mogle biti isporučene na Vašu email adresu.",
"You've successfully signed in.": "Uspešno ste se prijavili.",
- "You've successfully subscribed to": "Uspešno ste se pretplatili na",
+ "You've successfully subscribed to {siteTitle}": "Uspešno ste se pretplatili na {siteTitle}",
"Your account": "Vaš nalog",
"Your email has failed to resubscribe, please try again": "Ponovna pretplata na Vaš email nije uspela, pokušajte ponovo",
"your inbox": "Vaš inbox",
diff --git a/ghost/i18n/locales/sv/portal.json b/ghost/i18n/locales/sv/portal.json
index 7cd89a50db6..5f370484cb8 100644
--- a/ghost/i18n/locales/sv/portal.json
+++ b/ghost/i18n/locales/sv/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Du tar inte emot e-post",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Du får inte e-postmeddelanden eftersom du antingen markerade ett nyligt meddelande som skräppost, eller för att meddelanden inte kunde levereras till din angivna e-postadress.",
"You've successfully signed in.": "Du är nu inloggad.",
- "You've successfully subscribed to": "Du är nu anmäld till",
+ "You've successfully subscribed to {siteTitle}": "Du är nu anmäld till {siteTitle}",
"Your account": "Ditt konto",
"Your email has failed to resubscribe, please try again": "Din e-postadress kunde inte återanmälas, vänligen försök igen",
"your inbox": "din inkorg",
diff --git a/ghost/i18n/locales/sw/portal.json b/ghost/i18n/locales/sw/portal.json
index 9513918edf1..03e02a2edb3 100644
--- a/ghost/i18n/locales/sw/portal.json
+++ b/ghost/i18n/locales/sw/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Hupokei barua pepe",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Hupokei barua pepe kwa sababu umeashiria ujumbe wa hivi karibuni kama spam, au kwa sababu ujumbe haukuweza kuwasilishwa kwenye anwani yako ya barua pepe iliyotolewa.",
"You've successfully signed in.": "Umeingia kwa mafanikio.",
- "You've successfully subscribed to": "Umejiunga kwa mafanikio na",
+ "You've successfully subscribed to {siteTitle}": "Umejiunga kwa mafanikio na {siteTitle}",
"Your account": "Akaunti yako",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/ta/portal.json b/ghost/i18n/locales/ta/portal.json
index 216f6098ebd..9e33a0eaa9a 100644
--- a/ghost/i18n/locales/ta/portal.json
+++ b/ghost/i18n/locales/ta/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "நீங்கள் மின்னஞ்சல்களைப் பெறவில்லை",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "நீங்கள் சமீபத்திய செய்தியை ஸ்பாம் என குறித்திருப்பதால் அல்லது உங்கள் வழங்கப்பட்ட மின்னஞ்சல் முகவரிக்கு செய்திகளை அனுப்ப முடியவில்லை என்பதால் நீங்கள் மின்னஞ்சல்களைப் பெறவில்லை.",
"You've successfully signed in.": "நீங்கள் வெற்றிகரமாக உள்நுழைந்துள்ளீர்கள்.",
- "You've successfully subscribed to": "நீங்கள் வெற்றிகரமாக சந்தா செய்துள்ளீர்கள்",
+ "You've successfully subscribed to {siteTitle}": "நீங்கள் வெற்றிகரமாக சந்தா செய்துள்ளீர்கள் {siteTitle}",
"Your account": "உங்கள் கணக்கு",
"Your email has failed to resubscribe, please try again": "உங்கள் மின்னஞ்சல் மீண்டும் சந்தா செய்ய முடியவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்",
"your inbox": "",
diff --git a/ghost/i18n/locales/th/portal.json b/ghost/i18n/locales/th/portal.json
index 0d0f9f8686d..64e167aace7 100644
--- a/ghost/i18n/locales/th/portal.json
+++ b/ghost/i18n/locales/th/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "คุณไม่ได้รับอีเมล",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "คุณไม่ได้รับอีเมล เนื่องจากคุณทำเครื่องหมายข้อความล่าสุดว่าเป็นสแปม, หรือเนื่องจากไม่สามารถส่งข้อความไปยังที่อยู่อีเมลที่คุณให้ไว้",
"You've successfully signed in.": "คุณลงชื่อเข้าใช้สำเร็จแล้ว",
- "You've successfully subscribed to": "คุณรับสมัครข้อมูลสำเร็จแล้ว",
+ "You've successfully subscribed to {siteTitle}": "คุณรับสมัครข้อมูลสำเร็จแล้ว {siteTitle}",
"Your account": "บัญชีของคุณ",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/tr/portal.json b/ghost/i18n/locales/tr/portal.json
index 9631d40610b..69876ad81dc 100644
--- a/ghost/i18n/locales/tr/portal.json
+++ b/ghost/i18n/locales/tr/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "E-posta almıyorsunuz",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "E-postaları alamıyorsanız, ya yakın zamanda bir mesajı spam olarak işaretlediniz ya da mesajlar sağlanan e-posta adresinize teslim edilemedi.",
"You've successfully signed in.": "Başarıyla oturum açtınız.",
- "You've successfully subscribed to": "Başarıyla abone oldunuz",
+ "You've successfully subscribed to {siteTitle}": "Başarıyla abone oldunuz {siteTitle}",
"Your account": "Hesabın",
"Your email has failed to resubscribe, please try again": "E-postanız yeniden abone olmayı başaramadı, lütfen tekrar deneyin",
"your inbox": "gelen kutunuz",
diff --git a/ghost/i18n/locales/uk/portal.json b/ghost/i18n/locales/uk/portal.json
index 8bc5896b9c5..6ea3f16f371 100644
--- a/ghost/i18n/locales/uk/portal.json
+++ b/ghost/i18n/locales/uk/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Ви не отримуєте електронних листів",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Ви не отримуєте електронні листи, тому що ви або позначили останнє повідомлення як спам, або тому, що повідомлення не можуть бути доставлені на надану вами адресу електронної пошти.",
"You've successfully signed in.": "Ви успішно увійшли.",
- "You've successfully subscribed to": "Ви успішно підписалися на",
+ "You've successfully subscribed to {siteTitle}": "Ви успішно підписалися на {siteTitle}",
"Your account": "Ваш обліковий запис",
"Your email has failed to resubscribe, please try again": "Не вдалося повторно підписатися за вашою електронну адресою, спробуйте ще раз",
"your inbox": "",
diff --git a/ghost/i18n/locales/ur/portal.json b/ghost/i18n/locales/ur/portal.json
index 34a5a3f6dce..e279fdd97b0 100644
--- a/ghost/i18n/locales/ur/portal.json
+++ b/ghost/i18n/locales/ur/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "آپ کو ای میل نہیں آ رہا ہے",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "آپ کو ای میل نہیں مل رہا ہے کیونکہ آپ نے حال ہی میسج کو سپیم مارک کیا ہوا ہے یا یہاں فراہم کردہ ای میل ایڈریس پر پیغامات فراہم نہیں کیے جا سکتے ہیں۔",
"You've successfully signed in.": "آپ نے کامیابی سے سائن ان کیا ہے۔",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "آپ کا اکاؤنٹ",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/uz/portal.json b/ghost/i18n/locales/uz/portal.json
index decc27f01e5..21a4bad653e 100644
--- a/ghost/i18n/locales/uz/portal.json
+++ b/ghost/i18n/locales/uz/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Siz e-pochta xabarlarini olmayapsiz, chunki siz oxirgi xabarni spam deb belgilagansiz yoki xabarlar taqdim etilgan elektron pochta manzilingizga yetkazilmagan.",
"You've successfully signed in.": "",
- "You've successfully subscribed to": "",
+ "You've successfully subscribed to {siteTitle}": "",
"Your account": "Sizning hisobingiz",
"Your email has failed to resubscribe, please try again": "",
"your inbox": "",
diff --git a/ghost/i18n/locales/vi/portal.json b/ghost/i18n/locales/vi/portal.json
index 83fa6b40015..6656f0b27f9 100644
--- a/ghost/i18n/locales/vi/portal.json
+++ b/ghost/i18n/locales/vi/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "Bạn không nhận được bản tin email",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "Bạn không nhận được bản tin email vì bạn đã đánh dấu một email gần đây là thư rác, hoặc vì địa chỉ email bạn cung cấp không thể gửi được.",
"You've successfully signed in.": "Bạn đã đăng nhập thành công.",
- "You've successfully subscribed to": "Bạn đã đăng ký gói thành công",
+ "You've successfully subscribed to {siteTitle}": "Bạn đã đăng ký gói thành công {siteTitle}",
"Your account": "Tài khoản của bạn",
"Your email has failed to resubscribe, please try again": "Không thể gia hạn với email của bạn, vui lòng thử lại",
"your inbox": "hộp thư đến của bạn",
diff --git a/ghost/i18n/locales/zh-Hant/portal.json b/ghost/i18n/locales/zh-Hant/portal.json
index 1bb5d664220..ea9aea043c7 100644
--- a/ghost/i18n/locales/zh-Hant/portal.json
+++ b/ghost/i18n/locales/zh-Hant/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "您當前不會收到電子郵件。",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "您無法接收郵件,可能是因為您最近將某個郵件標記為垃圾郵件,或者郵件無法發送到您提供的 email 地址。",
"You've successfully signed in.": "您已成功登入。",
- "You've successfully subscribed to": "您已經成功訂閱",
+ "You've successfully subscribed to {siteTitle}": "您已經成功訂閱 {siteTitle}",
"Your account": "您的帳號",
"Your email has failed to resubscribe, please try again": "您的電子郵件重新訂閱失敗,請再試一次",
"your inbox": "您的收件匣",
diff --git a/ghost/i18n/locales/zh/portal.json b/ghost/i18n/locales/zh/portal.json
index 4e1a3153d5f..c63796632b8 100644
--- a/ghost/i18n/locales/zh/portal.json
+++ b/ghost/i18n/locales/zh/portal.json
@@ -242,7 +242,7 @@
"You're not receiving emails": "您将不会收到邮件。",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "您收不到邮件是因为您可能将最近的某个消息标记为垃圾邮件,或者无法将消息发送到您提供的邮件地址。",
"You've successfully signed in.": "您已成功登录。",
- "You've successfully subscribed to": "您已成功订阅",
+ "You've successfully subscribed to {siteTitle}": "您已成功订阅 {siteTitle}",
"Your account": "您的账户",
"Your email has failed to resubscribe, please try again": "您的邮箱未能成功重新订阅,请重试。",
"your inbox": "您的收件箱",