mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
🎨 wrapped missing i18n strings in portal (#21042)
ref https://forum.ghost.org/t/how-to-translate-the-date-intervals-year-and-month-in-portal-js/25599 - Added sneaky missing translation wrapping, notably the elusive year and month strings. Also "Change Plan" and "Choose Plan" for upgrade situations. - Finding and adding these missing wrappings is critical to making Ghost's i18n usable for customers using other languages
This commit is contained in:
parent
f828ddefee
commit
6b84d9a900
49 changed files with 193 additions and 12 deletions
|
@ -594,12 +594,13 @@ function ProductCardTrialDays({trialDays, discount, selectedInterval}) {
|
|||
|
||||
function ProductCardPrice({product}) {
|
||||
const {selectedInterval} = useContext(ProductsContext);
|
||||
const {site} = useContext(AppContext);
|
||||
const {t, site} = useContext(AppContext);
|
||||
const monthlyPrice = product.monthlyPrice;
|
||||
const yearlyPrice = product.yearlyPrice;
|
||||
const trialDays = product.trial_days;
|
||||
const activePrice = selectedInterval === 'month' ? monthlyPrice : yearlyPrice;
|
||||
const alternatePrice = selectedInterval === 'month' ? yearlyPrice : monthlyPrice;
|
||||
const interval = activePrice.interval === 'year' ? t('year') : t('month');
|
||||
if (!monthlyPrice || !yearlyPrice) {
|
||||
return null;
|
||||
}
|
||||
|
@ -615,7 +616,7 @@ function ProductCardPrice({product}) {
|
|||
<div className="gh-portal-product-price">
|
||||
<span className={'currency-sign' + (currencySymbol.length > 1 ? ' long' : '')}>{currencySymbol}</span>
|
||||
<span className="amount" data-testid="product-amount">{formatNumber(getStripeAmount(activePrice.amount))}</span>
|
||||
<span className="billing-period">/{activePrice.interval}</span>
|
||||
<span className="billing-period">/{interval}</span>
|
||||
</div>
|
||||
<ProductCardTrialDays trialDays={trialDays} discount={yearlyDiscount} selectedInterval={selectedInterval} />
|
||||
</div>
|
||||
|
|
|
@ -26,7 +26,7 @@ const AccountActions = () => {
|
|||
<div className='gh-portal-list'>
|
||||
<section>
|
||||
<div className='gh-portal-list-detail'>
|
||||
<h3>{(name ? name : 'Account')}</h3>
|
||||
<h3>{(name ? name : t('Account'))}</h3>
|
||||
<p>{email}</p>
|
||||
</div>
|
||||
<button
|
||||
|
|
|
@ -31,7 +31,7 @@ const PaidAccountActions = () => {
|
|||
let label = '';
|
||||
if (price) {
|
||||
const {amount = 0, currency, interval} = price;
|
||||
label = `${Intl.NumberFormat('en', {currency, style: 'currency'}).format(amount / 100)}/${interval}`;
|
||||
label = `${Intl.NumberFormat('en', {currency, style: 'currency'}).format(amount / 100)}/${t(interval)}`;
|
||||
}
|
||||
let offerLabelStr = getOfferLabel({price, offer, subscriptionStartDate: startDate, t});
|
||||
const compExpiry = getCompExpiry({member});
|
||||
|
|
|
@ -52,7 +52,7 @@ function getConfirmationPageTitle({confirmationType, t}) {
|
|||
|
||||
const Header = ({showConfirmation, confirmationType}) => {
|
||||
const {member, t} = useContext(AppContext);
|
||||
let title = isPaidMember({member}) ? 'Change plan' : 'Choose a plan';
|
||||
let title = isPaidMember({member}) ? t('Change plan') : t('Choose a plan');
|
||||
if (showConfirmation) {
|
||||
title = getConfirmationPageTitle({confirmationType, t});
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ const PlanConfirmationSection = ({plan, type, onConfirm}) => {
|
|||
planStartingMessage = t('Starting today');
|
||||
}
|
||||
const priceString = formatNumber(plan.price);
|
||||
const planStartMessage = `${plan.currency_symbol}${priceString}/${plan.interval} – ${planStartingMessage}`;
|
||||
const planStartMessage = `${plan.currency_symbol}${priceString}/${t(plan.interval)} – ${planStartingMessage}`;
|
||||
const product = getProductFromPrice({site, priceId: plan?.id});
|
||||
const priceLabel = hasMultipleProductsFeature({site}) ? product?.name : t('Price');
|
||||
if (type === 'changePlan') {
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Kanselleer inskrywing",
|
||||
"Cancellation reason": "Kansellasie rede",
|
||||
"Change": "Verander",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Kyk in spam & promosie vouers",
|
||||
"Check with your mail provider": "Kyk by u e-posverskaffer",
|
||||
"Choose": "Kies",
|
||||
"Choose a different plan": "Kies 'n ander plan",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Kies u nuusbriefs",
|
||||
"Click here to retry": "Kliek hier om weer te probeer",
|
||||
"Close": "Sluit",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Bestuur",
|
||||
"Maybe later": "Dalk later",
|
||||
"Memberships unavailable, contact the owner for access.": "Lidmaatskap nie beskikbaar nie, kontak die eienaar vir toegang.",
|
||||
"month": "",
|
||||
"Monthly": "Maandeliks",
|
||||
"More like this": "Meer soos hierdie",
|
||||
"Name": "Naam",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Welkom by {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "As 'n inboks nie 'n e-pos aanvaar nie, word dit algemeen 'n 'bounce' genoem. In baie gevalle kan dit tydelik wees. In sommige gevalle kan 'n gebotsde e-pos egter as 'n permanente fout teruggekeer word wanneer 'n e-posadres ongeldig of nie-bestaande is nie.",
|
||||
"Why has my email been disabled?": "Waarom is my e-pos gedeaktiveer?",
|
||||
"year": "",
|
||||
"Yearly": "Jaarliks",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "U het tans 'n gratis lidmaatskap, opgradeer na 'n betaalde intekening vir volle toegang.",
|
||||
"You have been successfully resubscribed": "U is suksesvol heringeskryf",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Откажи абонамент",
|
||||
"Cancellation reason": "Причина за отказ",
|
||||
"Change": "Промени",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Провери папките за спам и промоции",
|
||||
"Check with your mail provider": "Уведомете доставчика ви на ел. поща",
|
||||
"Choose": "Избери",
|
||||
"Choose a different plan": "Избеи различен план",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Избери твоят бюлетин",
|
||||
"Click here to retry": "Щракнете за нов опит",
|
||||
"Close": "Затвори",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Управлявай",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Месечно",
|
||||
"More like this": "Повече такива",
|
||||
"Name": "Име",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Когато дадена пощенска кутия не успее да приеме даден имейл, това обикновено се нарича отказ. В много случаи това е временно. В някои случаи обаче, имейлът може да се отхвърля постоянно, например когато имейл адресът е невалиден или не съществува.",
|
||||
"Why has my email been disabled?": "Защо имейлът ми е деактивиран?",
|
||||
"year": "",
|
||||
"Yearly": "Годишно",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "В момента имате безплатно членство, преминете към платен абонамент за пълен достъп.",
|
||||
"You have been successfully resubscribed": "Успешно беше подновен абонаментът",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Otkaži pretplatu",
|
||||
"Cancellation reason": "Razlog otkazivanja",
|
||||
"Change": "Promijeni",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Provjeri spam folder i posebne pod-foldere",
|
||||
"Check with your mail provider": "Provjeri s Email providerom",
|
||||
"Choose": "Odaberi",
|
||||
"Choose a different plan": "Odaberi drugi plan",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Odaberi svoje newslettere",
|
||||
"Click here to retry": "Pokušaj ponovo",
|
||||
"Close": "Zatvori",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Upravljaj",
|
||||
"Maybe later": "Možda kasnije",
|
||||
"Memberships unavailable, contact the owner for access.": "Članstvo nije dostupno, kontaktiraj vlasnika za pristup.",
|
||||
"month": "",
|
||||
"Monthly": "Mjesečno",
|
||||
"More like this": "Više poput ovoga",
|
||||
"Name": "Ime",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Dobrodošli na {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Kada inbox ne prihvata Email poruke, to se obično naziva bounce (odbijanje). U mnogim slučajevima, to može biti privremeno. Međutim, u nekim slučajevima, odbijena e-pošta može biti vraćena kao trajni neuspjeh kada je Email adresa neispravna ili nepostojeća.",
|
||||
"Why has my email been disabled?": "Zašto mi je onemogućena Email adresa?",
|
||||
"year": "",
|
||||
"Yearly": "Godišnje",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Trenutno imaš besplatno članstvo, nadogradi na plaćenu članarinu za potpuni pristup.",
|
||||
"You have been successfully resubscribed": "Uspješno ste ponovo postali član",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Cancel·la la subscripció",
|
||||
"Cancellation reason": "Motiu de la cancel·lació",
|
||||
"Change": "Canvia",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Comproveu les carpetes de correu brossa i promocions",
|
||||
"Check with your mail provider": "Consulteu amb el vostre proveïdor de correu",
|
||||
"Choose": "Tria",
|
||||
"Choose a different plan": "Seleccioneu un pla diferent",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Selecciona els teus butlletins",
|
||||
"Click here to retry": "Fes clic aquí per tornar a intentar",
|
||||
"Close": "Tancar",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Gestionar",
|
||||
"Maybe later": "Potser més tard",
|
||||
"Memberships unavailable, contact the owner for access.": "Membres no disponibles, poseu-vos en contacte amb el propietari per accedir-hi.",
|
||||
"month": "",
|
||||
"Monthly": "Mensual",
|
||||
"More like this": "Més com aquesta",
|
||||
"Name": "Nom",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Benvingut/da {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Quan una safata d'entrada no accepta un correu electrònic s'anomena habitualment un rebot. En molts casos, això pot ser temporal. Tanmateix, en alguns casos, un correu electrònic rebutjat es pot retornar com a error permanent quan una adreça de correu electrònic no és vàlida o no és vàlida. existent.",
|
||||
"Why has my email been disabled?": "Per què s'ha desactivat el meu correu electrònic?",
|
||||
"year": "",
|
||||
"Yearly": "Anual",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Actualment teniu una subscripció gratuïta, actualitzeu a una subscripció de pagament per accedir-hi.",
|
||||
"You have been successfully resubscribed": "T'has tornat a subscribir amb èxit",
|
||||
|
|
|
@ -24,10 +24,12 @@
|
|||
"Cancel subscription": "A button to cancel a paid subscription",
|
||||
"Cancellation reason": "A textarea inviting members who are publishing to share feedback with the publisher",
|
||||
"Change": "A button to change the current plan",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "A section title in email receiving FAQ",
|
||||
"Check with your mail provider": "A section title in email receiving FAQ",
|
||||
"Choose": "A button to select a plan",
|
||||
"Choose a different plan": "A button for members to switch between plans",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "A title for a screen where members can choose which email newsletters to receive",
|
||||
"Click here to retry": "A link to retry the login process",
|
||||
"Close": "A button to close or dismiss portal and other UI components",
|
||||
|
@ -60,7 +62,6 @@
|
|||
"Don't have an account?": "A link on the login screen, directing people who do not yet have an account to sign up.",
|
||||
"Edit": "A button to edit the user profile",
|
||||
"Edit this comment": "Context menu action to edit a comment",
|
||||
"Edited": "Text added to comments that have been edited",
|
||||
"Email": "A label for email address input",
|
||||
"Email newsletter": "Title for the email newsletter settings",
|
||||
"Email preferences": "A label for email settings",
|
||||
|
@ -122,7 +123,7 @@
|
|||
"Once resubscribed, if you still don't see emails in your inbox, check your spam folder. Some inbox providers keep a record of previous spam complaints and will continue to flag emails. If this happens, mark the latest newsletter as 'Not spam' to move it back to your primary inbox.": "A paragraph in the email suppression FAQ",
|
||||
"One day ago": "Time a comment was placed",
|
||||
"One hour ago": "Time a comment was placed",
|
||||
"One minute ago": "Time a comment was placed",
|
||||
"One min ago": "",
|
||||
"One month ago": "Time a comment was placed",
|
||||
"One week ago": "Time a comment was placed",
|
||||
"One year ago": "Time a comment was placed",
|
||||
|
@ -248,13 +249,16 @@
|
|||
"Your subscription will expire on {{expiryDate}}": "A message indicating when the member's subscription will expire",
|
||||
"Your subscription will renew on {{renewalDate}}": "A message indicating when the member's subscription will be renewed",
|
||||
"Your subscription will start on {{subscriptionStart}}": "A message for trial users indicating when their subscription will start",
|
||||
"edited": "",
|
||||
"jamie@example.com": "Placeholder for email input field",
|
||||
"month": "the subscription interval (monthly), following the /",
|
||||
"year": "the subscription interval (monthly), following the /",
|
||||
"{{amount}} characters left": "Characters left, shown above the input field, when editing your expertise in the comments app",
|
||||
"{{amount}} comments": "Amount of comments on a post",
|
||||
"{{amount}} days ago": "Time a comment was placed",
|
||||
"{{amount}} days free": "A label for an offer, explaining how long the trial is",
|
||||
"{{amount}} hours ago": "Time a comment was placed",
|
||||
"{{amount}} minutes ago": "Time a comment was placed",
|
||||
"{{amount}} hrs ago": "",
|
||||
"{{amount}} mins ago": "",
|
||||
"{{amount}} months ago": "Time a comment was placed",
|
||||
"{{amount}} more": "",
|
||||
"{{amount}} off": "A label for an offer, explaining how much the discount is for",
|
||||
|
@ -269,4 +273,4 @@
|
|||
"{{memberEmail}} will no longer receive this newsletter.": "A message shown when a user unsubscribes from a newsletter",
|
||||
"{{memberEmail}} will no longer receive {{newsletterName}} newsletter.": "A message shown when a user unsubscribes from a newsletter",
|
||||
"{{trialDays}} days free": "A label for free trial days"
|
||||
}
|
||||
}
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Zrušit odběr",
|
||||
"Cancellation reason": "Důvod zrušení",
|
||||
"Change": "Změnit",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Zkontrolujte složky spam a propagace",
|
||||
"Check with your mail provider": "Zkontrolujte u svého poskytovatele e-mailu",
|
||||
"Choose": "Vybrat",
|
||||
"Choose": "Vybrat",
|
||||
"Choose a different plan": "Vybrat jiný plán",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Vyberte si newsletter",
|
||||
"Click here to retry": "Klikněte zde pro opakování",
|
||||
"Close": "Zavřít",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Spravovat",
|
||||
"Maybe later": "Možná později",
|
||||
"Memberships unavailable, contact the owner for access.": "Členství není k dispozici, kontaktujte vlastníka pro přístup.",
|
||||
"month": "",
|
||||
"Monthly": "Měsíčně",
|
||||
"More like this": "Víc podobných",
|
||||
"Name": "Jméno",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Vítejte na {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Když schránka nepřijme e-mail, běžně se tomu říká odraz. V mnoha případech to může být dočasné. V některých případech však může být odražený e-mail vrácen jako trvalé selhání, když je e-mailová adresa neplatná nebo neexistující.",
|
||||
"Why has my email been disabled?": "Proč byl můj e-mail deaktivován?",
|
||||
"year": "",
|
||||
"Yearly": "Ročně",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "V současné době máte bezplatné členství, upgradujte na placené předplatné pro plný přístup.",
|
||||
"You have been successfully resubscribed": "Úspěšně jste se opět přihlásili k odběru",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Annuller abonnement",
|
||||
"Cancellation reason": "Årsag til annullering",
|
||||
"Change": "Skift",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Tjek spam og kampagner mapper",
|
||||
"Check with your mail provider": "Tjek med din e-mailudbyder",
|
||||
"Choose": "Vælg",
|
||||
"Choose a different plan": "Vælg et andet abonnement",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Hvilke nyhedsbreve ønsker du",
|
||||
"Click here to retry": "Klik her for at prøve igen",
|
||||
"Close": "Luk",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Administrer",
|
||||
"Maybe later": "Måske senere",
|
||||
"Memberships unavailable, contact the owner for access.": "Medlemskaber er ikke tilgængelige. Kontakt ejeren for at få adgang.",
|
||||
"month": "",
|
||||
"Monthly": "Månedlig",
|
||||
"More like this": "Mere af dette",
|
||||
"Name": "Navn",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Velkommen til {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Når en indbakke ikke accepterer en e-mail, kaldes det almindeligvis en bounce. I mange tilfælde kan dette være midlertidigt. Men i nogle tilfælde kan en afvist e-mail returneres som en permanent fejl, når en e-mailadresse er ugyldig eller ikke eksisterer.",
|
||||
"Why has my email been disabled?": "Hvorfor er min e-mail blevet deaktiveret?",
|
||||
"year": "",
|
||||
"Yearly": "Årlig",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Du har i øjeblikket et gratis medlemskab, opgrader til et betalt abonnement for fuld adgang.",
|
||||
"You have been successfully resubscribed": "Du er nu tilmeldt igen",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Abonnement kündigen",
|
||||
"Cancellation reason": "Kündigungsgrund",
|
||||
"Change": "Ändern",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Überprüfe dein Spam- und Werbeordner",
|
||||
"Check with your mail provider": "Erkundige dich bei deinem E-Mail-Anbieter",
|
||||
"Choose": "Auswählen",
|
||||
"Choose a different plan": "Wähle einen anderen Tarif",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Wähle deine Newsletter",
|
||||
"Click here to retry": "Hier klicken zum Wiederholen",
|
||||
"Close": "Schließen",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Verwalten",
|
||||
"Maybe later": "Vielleicht später",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Monatlich",
|
||||
"More like this": "Mehr davon",
|
||||
"Name": "Name",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Willkommen bei {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Wenn ein Posteingang eine E-Mail nicht annimmt, spricht man von einem Bounce. In vielen Fällen kann dies vorübergehend sein (Soft Bounce). In einigen Fällen kann eine E-Mail jedoch als dauerhafter Fehler zurückgeschickt werden, wenn eine E-Mail-Adresse ungültig oder nicht vorhanden ist (Hard Bounce).",
|
||||
"Why has my email been disabled?": "Warum wurde meine E-Mail deaktiviert?",
|
||||
"year": "",
|
||||
"Yearly": "Jährlich",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Du hast derzeit eine kostenlose Mitgliedschaft. Wechsele zu einem kostenpflichtigen Abonnement, um vollen Zugang zu erhalten.",
|
||||
"You have been successfully resubscribed": "Du wurdest erfolgreich wieder angemeldet",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "",
|
||||
"Cancellation reason": "",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "",
|
||||
"Click here to retry": "",
|
||||
"Close": "",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "",
|
||||
"More like this": "",
|
||||
"Name": "",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Nuligu abonon",
|
||||
"Cancellation reason": "Nuliga kialo",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "Elektu alian planon",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Elektu viajn bultenojn",
|
||||
"Click here to retry": "",
|
||||
"Close": "Fermu",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Administru",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Monate",
|
||||
"More like this": "Pli kiel ĉi tio",
|
||||
"Name": "Nomo",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Jare",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Vi sukcese reaboniĝis",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Cancelar suscripción",
|
||||
"Cancellation reason": "Razón de cancelación",
|
||||
"Change": "Cambiar",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Comprueba la carpeta de spam y promociones",
|
||||
"Check with your mail provider": "Comprueba con tu proveedor de correo",
|
||||
"Choose": "Elige",
|
||||
"Choose a different plan": "Elige un plan diferente",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Elige tus boletines",
|
||||
"Click here to retry": "Haz click aquí para reintentar",
|
||||
"Close": "Cerrar",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Administrar",
|
||||
"Maybe later": "Tal vez más tarde",
|
||||
"Memberships unavailable, contact the owner for access.": "Membresía no disponible, contacta al propietario para obtener acceso.",
|
||||
"month": "",
|
||||
"Monthly": "Mensual",
|
||||
"More like this": "Más como esto",
|
||||
"Name": "Nombre",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Bienvenido a {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Cuando una bandeja de entrada no acepta un correo electrónico, comúnmente se le llama rebote. En muchos casos, esto puede ser temporal. Sin embargo, en algunos casos, un correo electrónico rebotado puede devolverse como una falla permanente cuando una dirección de correo electrónico no es válida o no existe.",
|
||||
"Why has my email been disabled?": "¿Por qué mi correo electrónico ha sido desabilitado?",
|
||||
"year": "",
|
||||
"Yearly": "Anual",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Tienes una membresía gratuita, actualiza a una suscripción pagada para obtener acceso completo.",
|
||||
"You have been successfully resubscribed": "Te has vuelto a suscribir con éxito",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "لغو اشتراک",
|
||||
"Cancellation reason": "دلیل لغو اشتراکتان چیست؟",
|
||||
"Change": "تغییر",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "پوشه اسپم و یا تبلیغات خود را بررسی کنید",
|
||||
"Check with your mail provider": "موضوع را با ارائه\u200cدهنده ایمیل خود بررسی کنید",
|
||||
"Choose": "انتخاب",
|
||||
"Choose a different plan": "بسته\u200cای دیگر انتخاب کنید",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "خبرنامه\u200cی خود را انتخاب کنید",
|
||||
"Click here to retry": "برای تلاش دوباره اینجا را کلیک کنید",
|
||||
"Close": "بستن",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "مدیریت",
|
||||
"Maybe later": "شاید بعداً",
|
||||
"Memberships unavailable, contact the owner for access.": "عضویت غیرقابل دسترس است، با مالک برای دسترسی تماس بگیرید.",
|
||||
"month": "",
|
||||
"Monthly": "ماهانه",
|
||||
"More like this": "مواردی بیشتری مثل این نشان بده",
|
||||
"Name": "نام",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "به {{siteTitle}} خوش آمدید",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "زمانی که یک صندوق ایمیل از قبول پیام سر باز می\u200cزند به آن معمولا bounce می\u200cگویند. در بسیاری از موارد این موضوع موقتی است و رفع می\u200cشود. اما در برخی موارد، این خطا دائمی می\u200cشود و معمولاً به این خاطر است که آدرس اشتباه بوده و یا وجود ندارد.",
|
||||
"Why has my email been disabled?": "چرا آدرس ایمیل من غیرفعال شده است؟",
|
||||
"year": "",
|
||||
"Yearly": "سالانه",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "شما در حال حاضر از بسته رایگان استفاده می\u200cکنید، حساب خود را به یک اشتراک پولی برای دریافت دسترسی کامل ارتقاء دهید.",
|
||||
"You have been successfully resubscribed": "شما با موفقیت دوباره مشترک شدید",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Peruuta tilaus",
|
||||
"Cancellation reason": "Syy peruutukselle",
|
||||
"Change": "Vaihda",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Katso spam & promotions kansiot",
|
||||
"Check with your mail provider": "Tarkista sähköpostitarjoajaltasi",
|
||||
"Choose": "Valitse",
|
||||
"Choose a different plan": "Valitse toinen tilaus",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Valitse uutiskirjeesi",
|
||||
"Click here to retry": "Klikkaa tästä kokeillaksesi uudestaan",
|
||||
"Close": "Sulje",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Hallitse",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Kuukausittainen",
|
||||
"More like this": "Lisää tämän kaltaista",
|
||||
"Name": "Nimi",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "ksissa “bounssannut” sähköposti voi kuitenkin palautua pysyvänä virheenä, kun sähköpostiosoite on virheellinen tai sitä ei ole olemassa.",
|
||||
"Why has my email been disabled?": "Miksi sähköpostini on poistettu käytöstä?",
|
||||
"year": "",
|
||||
"Yearly": "Vuosittainen",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Sinulla on tällä hetkellä ilmainen jäsenyys, päivitä maksulliseksi tilaukseksi saadaksesi täyden pääsyn.",
|
||||
"You have been successfully resubscribed": "Olet tilannut uudelleen onnistuneesti",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Annuler l’abonnement",
|
||||
"Cancellation reason": "Raison de l’annulation",
|
||||
"Change": "Changer",
|
||||
"Change plan": "Changez d'abonnement",
|
||||
"Check spam & promotions folders": "Vérifiez les dossiers d'indésirables et de promotion",
|
||||
"Check with your mail provider": "Vérifiez auprès de votre fournisseur d'email",
|
||||
"Choose": "Choisir",
|
||||
"Choose a different plan": "Choisir un autre abonnement",
|
||||
"Choose a plan": "Choisir un abonnement",
|
||||
"Choose your newsletters": "Choisir vos newsletters",
|
||||
"Click here to retry": "Cliquez ici pour réessayer",
|
||||
"Close": "Fermer",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Gérer",
|
||||
"Maybe later": "Peut-être plus tard",
|
||||
"Memberships unavailable, contact the owner for access.": "Abonnements non disponibles. Veuillez prendre contact avec le propriétaire pour y accéder.",
|
||||
"month": "",
|
||||
"Monthly": "Mensuel",
|
||||
"More like this": "Davantage de contenus similaires",
|
||||
"Name": "Nom",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Bienvenue sur {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Lorsqu'une boîte de réception n'accepte pas un -mail, on parle communément d'un renvoi. Souvent, cela peut être temporaire. Cependant, dans certains cas, cet email peut être accompagné d'une erreur persistante lorsque l'adresse e-mail est invalide ou inexistante.",
|
||||
"Why has my email been disabled?": "Pourquoi mon email a-t-il été désactivé ?",
|
||||
"year": "",
|
||||
"Yearly": "Annuel",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Vous avez actuellement un abonnement gratuit. Passez à un abonnement payant pour un accès complet.",
|
||||
"You have been successfully resubscribed": "Vous avez été réinscrit avec succès",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Sguir dhen fo-sgrìobhadh",
|
||||
"Cancellation reason": "Adbhar airson sguir dheth",
|
||||
"Change": "Atharraich",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Thoir sùil air a’ phasgan spama / margaidheachd agad",
|
||||
"Check with your mail provider": "Faighnich air solaraiche a’ phuist-d agad",
|
||||
"Choose": "Tagh",
|
||||
"Choose a different plan": "Tagh plana eile",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Tagh na cuairt-litrichean agad",
|
||||
"Click here to retry": "Briog an seo gus feuchainn a-rithist",
|
||||
"Close": "Dùin",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Rianaich",
|
||||
"Maybe later": "’S mathaid an ceann greis",
|
||||
"Memberships unavailable, contact the owner for access.": "Leig fios dhan rianaire airson cothrom fhaighinn air na ballrachdan.",
|
||||
"month": "",
|
||||
"Monthly": "Gach mìos",
|
||||
"More like this": "Barrachd mar seo",
|
||||
"Name": "Ainm",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Fàilte dhan làrach-lìn, {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Dh’fhaodadh gur e mearachd sealach a tha seo, no dh’fhaodadh gur e post-d mì-dhligheach a th’ ann.",
|
||||
"Why has my email been disabled?": "Carson a chaidh am post-d agam a chur à comas?",
|
||||
"year": "",
|
||||
"Yearly": "Gach bliadhna",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Tha ballrachd an-asgaidh agad an-dràsta, àrdaich gu ballrachd pàighte airson cothrom-inntrigidh air a h-uile rud.",
|
||||
"You have been successfully resubscribed": "Fo-sgrìobh thu a-rithist",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Otkaži pretplatu",
|
||||
"Cancellation reason": "Razlog za otkazivanje",
|
||||
"Change": "Izmjena",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Provjerite mape za spam i promociju",
|
||||
"Check with your mail provider": "Provjerite s vašim pružateljem usluge e-pošte",
|
||||
"Choose": "Odaberite",
|
||||
"Choose a different plan": "Odaberite drugi plan",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Odaberite vaš newsletter",
|
||||
"Click here to retry": "Klikni ovdje za ponovni pokušaj",
|
||||
"Close": "Zatvori",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Upravljanje",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "Pretplate nisu dostupne, kontaktirajte vlasnika za pristup.",
|
||||
"month": "",
|
||||
"Monthly": "Mjesečno",
|
||||
"More like this": "Više sadržaja kao što je ovaj",
|
||||
"Name": "Ime i prezime",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Kada vaš email server ne prihvati e-poštu to se obično naziva odbijanje. U mnogim slučajevima to može biti privremeno. Međutim, u nekim slučajevima odbijena e-pošta može se vratiti kao trajna greška kada je adresa e-pošte nevažeća ili nepostojeća.",
|
||||
"Why has my email been disabled?": "Zašto je moja adresa e-pošte blokirana?",
|
||||
"year": "",
|
||||
"Yearly": "Godišnje",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Trenutno ste imate besplatnu pretplatu, odabirom plaćene pretplate dobit ćete pristup svim sadržajima.",
|
||||
"You have been successfully resubscribed": "Uspješno ste se ponovo pretplatili",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Feliratkozás megszűntetése",
|
||||
"Cancellation reason": "A megszűntetés oka",
|
||||
"Change": "Változtat",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Kérjük ellenőrizze a spam és promóciók mappát",
|
||||
"Check with your mail provider": "Lépjen kapcsolatba az email szolgáltatójával",
|
||||
"Choose": "Kiválaszt",
|
||||
"Choose a different plan": "Válasszon másik csomagot",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Válassza ki a hírleveleket",
|
||||
"Click here to retry": "Kattintson ide az újpróbáláshoz",
|
||||
"Close": "Bezár",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Kezelés",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "A feliratkozás nem elérhető! Kérjük lépjen kapcsolatba a tulajdonossal a hozzáférésért.",
|
||||
"month": "",
|
||||
"Monthly": "Havi",
|
||||
"More like this": "Több ilyet",
|
||||
"Name": "Név",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Üdvözöljük — {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Amikor a beérkező postaláda nem fogadja el az e-mailt, azt általában visszapattanásnak nevezik. Sok esetben ez lehet ideiglenes. Azonban néhány esetben visszapattanó e-mailként térhet vissza, ha az e-mail cím érvénytelen vagy nem létező.",
|
||||
"Why has my email been disabled?": "Miért tiltották le az email címem?",
|
||||
"year": "",
|
||||
"Yearly": "Éves",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Jelengleg ingyenes tagsága van! Fizessen elő a teljes hozzáférésért.",
|
||||
"You have been successfully resubscribed": "Sikeres feliratkozás",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Batalkan langganan",
|
||||
"Cancellation reason": "Alasan pembatalan",
|
||||
"Change": "Ubah",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Periksa folder spam & promosi",
|
||||
"Check with your mail provider": "Hubungi penyedia layanan email Anda",
|
||||
"Choose": "Pilih",
|
||||
"Choose a different plan": "Pilih paket yang berbeda",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Pilih buletin Anda",
|
||||
"Click here to retry": "Klik di sini untuk mencoba lagi",
|
||||
"Close": "Tutup",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Kelola",
|
||||
"Maybe later": "Mungkin nanti",
|
||||
"Memberships unavailable, contact the owner for access.": "Keanggotaan tidak tersedia, hubungi pemilik situs untuk mendapatkan akses.",
|
||||
"month": "",
|
||||
"Monthly": "Bulanan",
|
||||
"More like this": "Lebih banyak yang seperti ini",
|
||||
"Name": "Nama",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Selamat datang di {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Ketika sebuah kotak masuk gagal menerima sebuah email, hal tersebut umumnya disebut sebagai bounce. Dalam banyak kasus, ini bisa bersifat sementara. Namun, dalam beberapa kasus, email yang terbounce dapat dikembalikan sebagai kegagalan permanen ketika alamat email yang dituju tidak valid atau tidak ada.",
|
||||
"Why has my email been disabled?": "Mengapa email saya dinonaktifkan?",
|
||||
"year": "",
|
||||
"Yearly": "Tahunan",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Saat ini Anda memiliki keanggotaan gratis, tingkatkan ke langganan berbayar untuk akses penuh",
|
||||
"You have been successfully resubscribed": "Anda telah berhasil berlangganan kembali",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Segja upp áskrift",
|
||||
"Cancellation reason": "Ástæða uppsagnar",
|
||||
"Change": "Breyta",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Athugið ruslpósta- eða kynningarefnismöppur",
|
||||
"Check with your mail provider": "Hafið samband við þjónustuveitanda netfangsins",
|
||||
"Choose": "Velja",
|
||||
"Choose a different plan": "Velja aðra áskriftarleið",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Velja fréttabréf",
|
||||
"Click here to retry": "Smellið hér til að reyna aftur",
|
||||
"Close": "Loka",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Stjórna",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Mánaðarlega",
|
||||
"More like this": "Meira af þessu tagi",
|
||||
"Name": "Nafn",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Þegar netfang getur ekki tekið við tölvupósti er það oftast tímabundin villa en í sumum tilfellum, þegar netfangið er ógilt eða ekki til staðar, er villan varanleg.",
|
||||
"Why has my email been disabled?": "Hvers vegna var netfangið mitt gert óvirkt?",
|
||||
"year": "",
|
||||
"Yearly": "Árlega",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Þú ert með gjaldfrjálsan aðgang eins og stendur, keyptu áskrift til að fá fullan aðgang.",
|
||||
"You have been successfully resubscribed": "Þú ert orðinn áskrifandi að nýju",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Cancella l'abbonamento",
|
||||
"Cancellation reason": "Motivo della cancellazione",
|
||||
"Change": "Cambia",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Controlla nello spam",
|
||||
"Check with your mail provider": "Contatta il tuo provider di posta elettronica",
|
||||
"Choose": "Scegli",
|
||||
"Choose a different plan": "Scegli un piano differente",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Scegli la tua newsletter",
|
||||
"Click here to retry": "Clicca qui per riprovare",
|
||||
"Close": "Chiudi",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Gestisci",
|
||||
"Maybe later": "Magari più tardi",
|
||||
"Memberships unavailable, contact the owner for access.": "Iscrizione non disponibile, contatta il proprietario per accedere.",
|
||||
"month": "",
|
||||
"Monthly": "Mensile",
|
||||
"More like this": "Più come questo",
|
||||
"Name": "Nome",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Benvenuto a {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Quando una casella fallisce l'accettazione di un'email, questo viene normalmente chiamato \"rimbalzo\". In molti casi questo è temporaneo. Tuttavia, in alcuni casi un'email potrebbe tornare come un fallimento permanente se l'indirizzo è sbagliato o inesistente.",
|
||||
"Why has my email been disabled?": "Perché la mia email è stata disattivata?",
|
||||
"year": "",
|
||||
"Yearly": "Annuale",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Attualmente hai un piano gratuito, abbonati per ottenere l'accesso completo.",
|
||||
"You have been successfully resubscribed": "Reiscrizione effettuata con successo",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "購読をキャンセル",
|
||||
"Cancellation reason": "キャンセル理由",
|
||||
"Change": "変更",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "スパムとプロモーションフォルダを確認してください",
|
||||
"Check with your mail provider": "メールプロバイダーに確認してください",
|
||||
"Choose": "選択",
|
||||
"Choose a different plan": "別のプランを選択",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "ニュースレターを選択",
|
||||
"Click here to retry": "再試行するにはここをクリックしてください",
|
||||
"Close": "閉じる",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "管理",
|
||||
"Maybe later": "たぶん後で",
|
||||
"Memberships unavailable, contact the owner for access.": "メンバーシップが利用できません。アクセスについては管理者に連絡してください。",
|
||||
"month": "",
|
||||
"Monthly": "月額",
|
||||
"More like this": "興味あり",
|
||||
"Name": "名前",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "{{siteTitle}}にようこそ",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "受信トレイにメールが届かない場合のことを一般的にバウンスと呼び、多くの場合、一時的なものです。ただし、メールアドレスが無効または存在しない場合、バウンスしたメールは永続的な失敗として返されることがあります。",
|
||||
"Why has my email been disabled?": "なぜメールが無効になったのか?",
|
||||
"year": "",
|
||||
"Yearly": "年額",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "現在、無料版のメンバーシップです。完全にアクセスするには有料版にアップグレードしてください。",
|
||||
"You have been successfully resubscribed": "正常に再購読されました",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "구독 취소",
|
||||
"Cancellation reason": "취소 사유",
|
||||
"Change": "변경",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "스팸 & 프로모션 폴더를 확인해 주세요",
|
||||
"Check with your mail provider": "메일 제공업체에 문의해 주세요",
|
||||
"Choose": "선택",
|
||||
"Choose a different plan": "다른 요금제 선택",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "뉴스레터 선택",
|
||||
"Click here to retry": "다시 시도하려면 여기를 클릭해 주세요",
|
||||
"Close": "닫기",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "관리",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "월간",
|
||||
"More like this": "비슷한 게시물 더 보기",
|
||||
"Name": "이름",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "받는 편지함이 이메일을 받지 못하는 경우 이를 바운스(bounce)라고 해요. 이는 일시적인 경우가 많지만, 이메일 주소가 잘못되었거나 존재하지 않는 경우 영구적인 실패로 반환될 수도 있어요.",
|
||||
"Why has my email been disabled?": "왜 이메일이 비활성화되었나요?",
|
||||
"year": "",
|
||||
"Yearly": "연간",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "현재 무료 멤버십을 사용 중이에요. 유료 구독으로 업그레이드하면 모든 콘텐츠에 접근하실 수 있어요.",
|
||||
"You have been successfully resubscribed": "성공적으로 재구독되었어요",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Atšaukti prenumeratą",
|
||||
"Cancellation reason": "Prenumeratos atšaukimo priežastis",
|
||||
"Change": "Pakeisti",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Patikrinkite šlamšto (spam) ir reklamos aplankus",
|
||||
"Check with your mail provider": "Pasitarkite su savo el. pašto paslaugų teikėju",
|
||||
"Choose": "Pasirinkite",
|
||||
"Choose a different plan": "Pasirinkite kitą planą",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Pasirinkite norimus naujienlaiškius",
|
||||
"Click here to retry": "Spauskite čia, kad pakartotumėte",
|
||||
"Close": "Uždaryti",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Tvarkyti",
|
||||
"Maybe later": "Galbūt vėliau",
|
||||
"Memberships unavailable, contact the owner for access.": "Narystės negalimos, susisiekite su savininku dėl prieigos.",
|
||||
"month": "",
|
||||
"Monthly": "Mėnesinis",
|
||||
"More like this": "Daugiau tokių, kaip šis",
|
||||
"Name": "Vardas",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Sveiki apsilankę {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Kai el. pašto dėžutė nepriima el. laiško, tai paprastai vadinama atmetimu. Daugeliu atvejų tai gali būti laikina. Tačiau kai kuriais atvejais atšauktas el. laiškas gali būti grąžintas kaip pasikartojantis gedimas, kai el. pašto adresas neteisingas arba neegzistuoja.",
|
||||
"Why has my email been disabled?": "Kodėl mano el. paštas buvo deaktyvuotas?",
|
||||
"year": "",
|
||||
"Yearly": "Metinis",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Jūsų narystė šiuo metu yra nemokama. Norėdami turėti pilną prieigą įsigykite mokamą prenumeratą.",
|
||||
"You have been successfully resubscribed": "Jūs sėkmingai atkūrėte prenumeratą",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Захиалгаа цуцлах",
|
||||
"Cancellation reason": "Цуцалсан шалтгаан",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "Өөр багц сонгох",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Товхимолоо сонгох",
|
||||
"Click here to retry": "",
|
||||
"Close": "Хаах",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Удирдах",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Сарын",
|
||||
"More like this": "Таалагдлаа",
|
||||
"Name": "Нэр",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Жилийн",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Таны захиалга амжилттай дахин идэвхжлээ",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Batalkan langganan",
|
||||
"Cancellation reason": "Alasan pembatalan",
|
||||
"Change": "Ubah",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Semak folder spam & promosi",
|
||||
"Check with your mail provider": "Semak dengan pembekal mel anda",
|
||||
"Choose": "Pilih",
|
||||
"Choose a different plan": "Pilih pelan yang berbeza",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Pilih newsletter anda",
|
||||
"Click here to retry": "Klik di sini untuk cuba semula",
|
||||
"Close": "Tutup",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Urus",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Bulanan",
|
||||
"More like this": "Lebih seperti ini",
|
||||
"Name": "Nama",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Apabila peti masuk gagal menerima e-mel, ia biasanya disebut sebagai bounce. Dalam banyak kes, ini hanya sementara. Walau bagaimanapun, dalam beberapa kes, e-mel bounce boleh dikembalikan sebagai kegagalan kekal apabila alamat e-mel tidak sah atau tidak wujud.",
|
||||
"Why has my email been disabled?": "Mengapa e-mel saya telah dilumpuhkan?",
|
||||
"year": "",
|
||||
"Yearly": "Tahunan",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Anda kini mempunyai keahlian percuma, naik taraf ke langganan berbayar untuk akses penuh.",
|
||||
"You have been successfully resubscribed": "Anda telah berjaya melanggan semula",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Abonnement opzeggen",
|
||||
"Cancellation reason": "Reden voor opzegging",
|
||||
"Change": "Wijzigen",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Check je spam folders",
|
||||
"Check with your mail provider": "Check bij je e-mail provider",
|
||||
"Choose": "Kies",
|
||||
"Choose a different plan": "Kies een ander abonnement",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Kies jouw nieuwsbrieven",
|
||||
"Click here to retry": "Click hier om opnieuw te proberen",
|
||||
"Close": "Sluiten",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Beheer",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Maandelijks",
|
||||
"More like this": "Meer hiervan",
|
||||
"Name": "Naam",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Jaarlijks",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Je bent weer succesvol geabonneerd",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Avslutt abonnement",
|
||||
"Cancellation reason": "Grunn for avslutting",
|
||||
"Change": "Endra",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Sjekk søppelpostmappa di",
|
||||
"Check with your mail provider": "Sjekk med e-postleverandøren din",
|
||||
"Choose": "Vel",
|
||||
"Choose a different plan": "Vel eit anna abonnement",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Vel nyheitsbrevet ditt",
|
||||
"Click here to retry": "Klikk her for å prøva på ny",
|
||||
"Close": "Lukk",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Innstillinger",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Månadleg",
|
||||
"More like this": "Meir som dette",
|
||||
"Name": "Namn",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Når ein innboks ikkje klarar å akseptera ein e-post blir det kalla ein bounce. I nokre tilfelle blir ein bounce registrert som ein permanent feil når ein e-postadresse er ugyldig eller ikkje eksisterer.",
|
||||
"Why has my email been disabled?": "Kvifor har e-posten min blitt deaktivert?",
|
||||
"year": "",
|
||||
"Yearly": "Årleg",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "For augneblikket har du eit gratis medlemsskap. Oppgrader til eit betalande for å få full tilgang.",
|
||||
"You have been successfully resubscribed": "No abonnerer du igjen",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Avbryt abonnement",
|
||||
"Cancellation reason": "Grunn til avbryting",
|
||||
"Change": "Endre",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Sjekk foldere for søppelpost og reklame",
|
||||
"Check with your mail provider": "Ta kontakt med din epostleverandør",
|
||||
"Choose": "Velg",
|
||||
"Choose a different plan": "Velg et annet nivå",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Velg dine nyhetsbrev",
|
||||
"Click here to retry": "Klikk her for å prøve igjen",
|
||||
"Close": "Lukk",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Administrer",
|
||||
"Maybe later": "Kanskje senere",
|
||||
"Memberships unavailable, contact the owner for access.": "Medlemskap ikke tilgjengelig, ta kontakt for tilgang.",
|
||||
"month": "",
|
||||
"Monthly": "Månedlig",
|
||||
"More like this": "Mer som dette",
|
||||
"Name": "Navn",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Velkommen til {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "Hvorfor fungerer ikke min epost?",
|
||||
"year": "",
|
||||
"Yearly": "Årlig",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Du har for tiden et gratis abonnement, oppgrader for full tilgang.",
|
||||
"You have been successfully resubscribed": "Du har blitt meldt på igjen",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Anuluj subskrypcję",
|
||||
"Cancellation reason": "Powód anulowania",
|
||||
"Change": "Zmień",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Sprawdź foldery spamu i promocji",
|
||||
"Check with your mail provider": "Skontaktuj się z dostawcą poczty elektronicznej",
|
||||
"Choose": "Wybierz",
|
||||
"Choose a different plan": "Wybierz inny plan",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Wybierz swoje newslettery",
|
||||
"Click here to retry": "Kliknij tu żeby potwierdzić",
|
||||
"Close": "Zamknij",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Zarządzaj",
|
||||
"Maybe later": "Może później",
|
||||
"Memberships unavailable, contact the owner for access.": "Dostęp niemożliwy, skontaktuj się z właścielem strony w celu uzyskania dostępu.",
|
||||
"month": "",
|
||||
"Monthly": "Miesięcznie",
|
||||
"More like this": "Więcej podobnych",
|
||||
"Name": "Imię",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Witaj w {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Zdarza się, że skrzynka odbiorcza nie akceptuje wiadomości e-mail. W wielu przypadkach może to być tymczasowe, jednak w niektórych przypadkach, szczegolnie gdy adres jest nieprawidłowy lub nie istnieje, ma to charakter trwały.",
|
||||
"Why has my email been disabled?": "Dlaczego mój email został zablokowany?",
|
||||
"year": "",
|
||||
"Yearly": "Rocznie",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Obecnie posiadasz bezpłatny plan, uaktualnij do płatnej subskrypcji, aby uzyskać pełny dostęp",
|
||||
"You have been successfully resubscribed": "Zostałeś ponownie zapisany",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Cancelar inscrição",
|
||||
"Cancellation reason": "Motivo do cancelamento",
|
||||
"Change": "Alterar",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Verificar pastas de spam e promoções",
|
||||
"Check with your mail provider": "Verificar com seu provedor de e-mail",
|
||||
"Choose": "Escolher",
|
||||
"Choose a different plan": "Escolher um plano diferente",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Escolher suas newsletters",
|
||||
"Click here to retry": "Clique aqui para tentar novamente",
|
||||
"Close": "Fechar",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Gerenciar",
|
||||
"Maybe later": "Talvez mais tarde",
|
||||
"Memberships unavailable, contact the owner for access.": "Assinaturas indisponíveis, entre em contato para obter acesso.",
|
||||
"month": "",
|
||||
"Monthly": "Mensal",
|
||||
"More like this": "Relacionados",
|
||||
"Name": "Nome",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Bem-vindo ao {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Quando uma caixa de entrada falha ao aceitar um e-mail, isso é comumente chamado de bounce. Em muitos casos, isso pode ser temporário. No entanto, em alguns casos, um e-mail com falha pode ser retornado como uma falha permanente quando um endereço de e-mail é inválido ou não existe.",
|
||||
"Why has my email been disabled?": "Por que meu e-mail foi desativado?",
|
||||
"year": "",
|
||||
"Yearly": "Anualmente",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Você atualmente tem uma assinatura gratuita, faça um upgrade para uma assinatura paga para ter acesso completo.",
|
||||
"You have been successfully resubscribed": "Você foi reinscrito com sucesso",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Cancelar subscrição",
|
||||
"Cancellation reason": "Motivo para o cancelamento",
|
||||
"Change": "Alterar",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Verifique a pasta de spam e promoções",
|
||||
"Check with your mail provider": "Entre em contacto com o seu serviço de email",
|
||||
"Choose": "Escolher",
|
||||
"Choose a different plan": "Escolha um plano diferente",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Escolha as suas newsletters",
|
||||
"Click here to retry": "Clique aqui para tentar novamente",
|
||||
"Close": "Fechar",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Gerir",
|
||||
"Maybe later": "Talvez mais tarde",
|
||||
"Memberships unavailable, contact the owner for access.": "Adesões indisponíveis, entre em contacto com o reponsável do site para aceder.",
|
||||
"month": "",
|
||||
"Monthly": "Mensalmente",
|
||||
"More like this": "Mais como este",
|
||||
"Name": "Nome",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Bem-vindo ao {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Quando a caixa de entrada rejeita um email, esse fenómeno é apelidado de bounce. Em muitos casos, tem carácter temporário. No entanto, em alguns casos, um email com falha pode ser retornado como uma falha permanente quando um endereço de email é inválido ou não existe.",
|
||||
"Why has my email been disabled?": "Por que razão o meu email foi desativado?",
|
||||
"year": "",
|
||||
"Yearly": "Anualmente",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Atualmente tem uma assinatura gratuita, faça um upgrade para uma assinatura paga para ter acesso completo.",
|
||||
"You have been successfully resubscribed": "A sua subscrição foi renovada com sucesso",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Anulează abonamentul",
|
||||
"Cancellation reason": "Motivul anulării",
|
||||
"Change": "Schimbă",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Verifică dosarele spam & promoții",
|
||||
"Check with your mail provider": "Verifică cu furnizorul tău de email",
|
||||
"Choose": "Alege",
|
||||
"Choose a different plan": "Alege un plan diferit",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Alege-ți newsletterele",
|
||||
"Click here to retry": "Clic aici pentru a reîncerca",
|
||||
"Close": "Închide",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Administrează",
|
||||
"Maybe later": "Poate mai târziu",
|
||||
"Memberships unavailable, contact the owner for access.": "Membriile nu sunt disponibile, contactați proprietarul pentru acces.",
|
||||
"month": "",
|
||||
"Monthly": "Lunar",
|
||||
"More like this": "Mai multe de genul acesta",
|
||||
"Name": "Nume",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Bun venit la {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Când o cutie poștală eșuează în a accepta un email, acesta este de obicei numit un bounce. În multe cazuri, acesta poate fi temporar. Totuși, în unele cazuri, un email returnat poate fi considerat o defecțiune permanentă când o adresă de email este invalidă sau inexistență.",
|
||||
"Why has my email been disabled?": "De ce a fost dezactivat emailul meu?",
|
||||
"year": "",
|
||||
"Yearly": "Anual",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "În prezent ai o membră tate gratuită, upgradează la un abonament plătit pentru acces complet.",
|
||||
"You have been successfully resubscribed": "Te-ai reabonat cu succes",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Отменить подписку",
|
||||
"Cancellation reason": "Поделитесь причиной отмены",
|
||||
"Change": "Изменить",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Проверьте папки «Спам», «Рассылки» или «Промоакции»",
|
||||
"Check with your mail provider": "Обратитесь к своему почтовому провайдеру",
|
||||
"Choose": "Выбрать",
|
||||
"Choose a different plan": "Выбрать другой план",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Выбор и управление рассылками",
|
||||
"Click here to retry": "Нажмите здесь, чтобы повторить попытку",
|
||||
"Close": "Закрыть",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Управление",
|
||||
"Maybe later": "Может быть позже",
|
||||
"Memberships unavailable, contact the owner for access.": "Членство недоступно, свяжитесь с владельцем сайта для получения доступа.",
|
||||
"month": "",
|
||||
"Monthly": "Ежемесячно",
|
||||
"More like this": "Больше подобного",
|
||||
"Name": "Имя",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Добро пожаловать на {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Когда почтовый ящик не принимает электронное письмо, это обычно называется отказом (bounce). Во многих случаях это может быть временным явлением. Но, в некоторых случаях возвращённое электронное письмо может быть возвращено со статусом постоянного отказа, такое происходит, когда адрес электронной почты недействителен или не существует.",
|
||||
"Why has my email been disabled?": "Почему моя электронная почта была отключена?",
|
||||
"year": "",
|
||||
"Yearly": "Ежегодно",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "В настоящее время у вас есть бесплатное членство, но для получения полного доступа к содержимому сайта — перейдите на платную подписку.",
|
||||
"You have been successfully resubscribed": "Вы успешно снова подписались на рассылку",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Subscription එක අවලංගු කරන්න",
|
||||
"Cancellation reason": "අවලංගු කිරිමට හේතුව",
|
||||
"Change": "වෙනස් කරන්න",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Spam සහ promotions folders පරීක්ෂා කරන්න",
|
||||
"Check with your mail provider": "ඔබගේ email සේවා සපයන්නා සමඟින් පරීක්ෂා කර බලන්න",
|
||||
"Choose": "තෝරන්න",
|
||||
"Choose a different plan": "වෙනත් plan එකක් තෝරන්න",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "ඔබගේ newsletter වර්ගය තෝරන්න",
|
||||
"Click here to retry": "නැවත උත්සාහ කිරීම සඳහා මෙහි click කරන්න",
|
||||
"Close": "වසන්න",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "කළමනාකරණය කරන්න",
|
||||
"Maybe later": "සමහර විට පසුව",
|
||||
"Memberships unavailable, contact the owner for access.": "සාමාජිකත්වයන් නොමැත, ප්\u200dරවේශය සඳහා වෙබ් අඩ\u200bවි හිමිකරු සම්බන්ධ කරගන්\u200bන.",
|
||||
"month": "",
|
||||
"Monthly": "මාසිකව",
|
||||
"More like this": "මෙවැනි දෑ වැඩියෙන් පෙන්වන්න",
|
||||
"Name": "නම",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "යම් අවස්ථාවකදී email එකක් අදාල email ලිපිනයට ලබාගත නොහැකි නම්, එය පොදුවේ bounce ලෙස හඳුන්වනු ලබනවා. මෙය තාවකාලික තත්ත්වයක් විය හැකයි. කෙසේ නමුත්, ඇතැම් අවස්ථා වලදී අදාල email ලිපිනය වැරදි නම් හෝ එවැනි email ලිපිනයක් නොමැති නම්, bounce email එකක් permanent failure එකක් ලෙස නැවත හරවා යවනු ලැබෙනවා.",
|
||||
"Why has my email been disabled?": "මගේ emails අක්\u200dරීය කර ඇත්තේ ඇයි?",
|
||||
"year": "",
|
||||
"Yearly": "වාර්ෂිකව",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "ඔබ සතුව දැනට ඇත්තේ free membership එකකි. සම්පූර්ණ access ලබාගැනීම සඳහා එය Paid membership එකකට upgrade කරන්න.",
|
||||
"You have been successfully resubscribed": "ඔබ සාර්ථකව නැවත subscribe කර ඇත",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Zrušiť odber",
|
||||
"Cancellation reason": "Dôvod zrušenia",
|
||||
"Change": "Zmena",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Skontrolujte spam",
|
||||
"Check with your mail provider": "Overte si to s vašim e-mailovým poskytovateľom.",
|
||||
"Choose": "Vybrať",
|
||||
"Choose a different plan": "Vybrať iný plán",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Vyberte si newsletter",
|
||||
"Click here to retry": "Kliknite sem pre obnovenie",
|
||||
"Close": "Zatvoriť",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Spravovať",
|
||||
"Maybe later": "Možno neskôr",
|
||||
"Memberships unavailable, contact the owner for access.": "Členstvá nie sú k dispozícii, pre prístup kontaktujte vlastníka stránky.",
|
||||
"month": "",
|
||||
"Monthly": "Mesačne",
|
||||
"More like this": "Viac podobných",
|
||||
"Name": "Meno",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "Prečo bol môj email deaktivovaný?",
|
||||
"year": "",
|
||||
"Yearly": "Ročne",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Aktuálne máte bezplatné členstvo, upgradnite na platené predplatné, aby ste získali plný prístup.",
|
||||
"You have been successfully resubscribed": "Vaše predplatné bolo úspešne obnovené",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Prekliči naročnino",
|
||||
"Cancellation reason": "Razlog za preklic",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "Izberite drug načrt",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Izberite svoje novice",
|
||||
"Click here to retry": "",
|
||||
"Close": "Zapri",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Upravljanje",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Mesečno",
|
||||
"More like this": "Všeč mi je",
|
||||
"Name": "Ime",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Letno",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Uspešno ste bili ponovno naročeni",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Anullo abonimin",
|
||||
"Cancellation reason": "Arsyeja e anullimit",
|
||||
"Change": "Ndrysho",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Kontrolloni dosjet e postës së padëshiruar dhe promovimeve ",
|
||||
"Check with your mail provider": "Kontrolloni me ofruesin tuaj të postës",
|
||||
"Choose": "Zgjidh",
|
||||
"Choose a different plan": "Zgjidh nje plan ndryshe",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Zgjidh buletinin tend",
|
||||
"Click here to retry": "Kliko ketu per te provuar perseri",
|
||||
"Close": "Mbyll",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Menaxho",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Mujore",
|
||||
"More like this": "Me shume si kjo",
|
||||
"Name": "Emri",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Kur një kuti hyrëse dështon të pranojë një email, zakonisht quhet kthim. Në shumë raste, kjo mund të jetë e përkohshme. Megjithatë, në disa raste, një email i kthyer mund të kthehet si një dështim i përhershëm kur një adresë emaili është e pavlefshme ose nuk ekziston.",
|
||||
"Why has my email been disabled?": "Pse është çaktivizuar emaili im?",
|
||||
"year": "",
|
||||
"Yearly": "Vjetore",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Ju keni aktualisht nje antaresim falas, beni abonimin me pagese per akses te plote. ",
|
||||
"You have been successfully resubscribed": "Ju jeni ri-abonuar me sukses",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Otkaži pretplatu",
|
||||
"Cancellation reason": "Razlog za otkazivanje",
|
||||
"Change": "Promeni",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Proverite foldere za nepoželjne poruke i promocije",
|
||||
"Check with your mail provider": "Proverite sa svojim pružaocem imejl usluga",
|
||||
"Choose": "Izaberi",
|
||||
"Choose a different plan": "Izaberi drugi plan",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Izaberi svoje biltene",
|
||||
"Click here to retry": "Klikni ovde da pokušaš ponovo",
|
||||
"Close": "Zatvori",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Podešavanja",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Mesečno",
|
||||
"More like this": "Više sadržaja kao ovaj",
|
||||
"Name": "Ime",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Dobrodošli na {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "Zašto je moj imejl onemogućen?",
|
||||
"year": "",
|
||||
"Yearly": "Godišnje",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Trenutno imate besplatno članstvo, nadogradite na plaćenu pretplatu za pun pristup.",
|
||||
"You have been successfully resubscribed": "Uspešno ste se ponovo pretplatili",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Avbryt prenumeration",
|
||||
"Cancellation reason": "Anledning till avslut",
|
||||
"Change": "Ändra",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Titta i skräppostmappen",
|
||||
"Check with your mail provider": "Verifirera att e-posten fungerar för ditt konto",
|
||||
"Choose": "Välj",
|
||||
"Choose a different plan": "Välj en annan prenumeration",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Välj dina nyhetsbrev",
|
||||
"Click here to retry": "Klicka här för att försöka igen",
|
||||
"Close": "Stäng",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Hantera",
|
||||
"Maybe later": "Kanske senare",
|
||||
"Memberships unavailable, contact the owner for access.": "Medlemskap inte tillgängligt. Kontakta ansvarig för webplatsen för tillgång.",
|
||||
"month": "",
|
||||
"Monthly": "Månadsvis",
|
||||
"More like this": "Mer sånt här",
|
||||
"Name": "Namn",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Välkommen till {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "När en mottagare inte kan ta emot ett e-postmeddelande kallas det vanligtvis för att ett mejl studsar. I många fall kan detta vara tillfälligt. Dock kan i vissa fall ett studsande mejl returneras som ett permanent fel när en e-postadress är ogiltig eller inte existerar.",
|
||||
"Why has my email been disabled?": "Varför har e-postutskicken stängts av?",
|
||||
"year": "",
|
||||
"Yearly": "Årligen",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Du har för närvarande ett gratiskonto. Uppgradera till en betald prenumeration för att full tillgång.",
|
||||
"You have been successfully resubscribed": "Du är nu anmäld ",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Aboneliği iptal et",
|
||||
"Cancellation reason": "İptal sebebi",
|
||||
"Change": "Değiştir",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Spam ve promosyonlar klasörlerini kontrol edin",
|
||||
"Check with your mail provider": "Posta sağlayıcınızla kontrol edin",
|
||||
"Choose": "Seç",
|
||||
"Choose a different plan": "Farklı bir plan seç",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Bültenleri seç",
|
||||
"Click here to retry": "Tekrar denemek için buraya tıkla",
|
||||
"Close": "Kapat",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Yönet",
|
||||
"Maybe later": "Belki daha sonra",
|
||||
"Memberships unavailable, contact the owner for access.": "Üyelikler müsait değil, erişim için sahibe başvurun.",
|
||||
"month": "",
|
||||
"Monthly": "Aylık",
|
||||
"More like this": "Bunun gibi daha fazla",
|
||||
"Name": "İsim",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "{{siteTitle}} hoş geldiniz",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Gelen kutusu bir e-postayı kabul etmeyi reddettiğinde, buna genellikle bir geri dönen denir. Çoğu durumda bu geçici olabilir. Ancak, bazı durumlarda, bir e-posta adresi geçersiz veya mevcut olmadığında bir geri dönen e-postası kalıcı bir başarısızlık olarak geri dönebilir.",
|
||||
"Why has my email been disabled?": "E-postam neden devre dışı bırakıldı?",
|
||||
"year": "",
|
||||
"Yearly": "Yıllık",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Şu anda ücretsiz üyeliğiniz var, tam erişim için ücretli aboneliğe yükseltin.",
|
||||
"You have been successfully resubscribed": "Başarıyla yeniden abone oldun",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Скасуй підписку",
|
||||
"Cancellation reason": "Причина скасування",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "Вибари інший план",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Вибери свої підписки",
|
||||
"Click here to retry": "",
|
||||
"Close": "Закрий",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Управління",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Місячно",
|
||||
"More like this": "Більше подібних",
|
||||
"Name": "Ім'я",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Річно",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Тебе успішно підписано знову",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Obunani bekor qilish",
|
||||
"Cancellation reason": "Bekor qilish sababi",
|
||||
"Change": "",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "",
|
||||
"Check with your mail provider": "",
|
||||
"Choose": "",
|
||||
"Choose a different plan": "Boshqa rejani tanlang",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Pochta xabarlarini tanlang",
|
||||
"Click here to retry": "",
|
||||
"Close": "Yopmoq",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Boshqarmoq",
|
||||
"Maybe later": "",
|
||||
"Memberships unavailable, contact the owner for access.": "",
|
||||
"month": "",
|
||||
"Monthly": "Oylik",
|
||||
"More like this": "Ko'proq shunga o'xshash",
|
||||
"Name": "Ism",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "",
|
||||
"Why has my email been disabled?": "",
|
||||
"year": "",
|
||||
"Yearly": "Yillik",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "",
|
||||
"You have been successfully resubscribed": "Siz muvaffaqiyatli qayta obuna bo'ldingiz",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "Hủy gói",
|
||||
"Cancellation reason": "Lý do hủy gói",
|
||||
"Change": "Thay đổi",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "Kiểm tra hộp thư spam & quảng cáo",
|
||||
"Check with your mail provider": "Yêu cầu nhà cung cấp dịch vụ email hỗ trợ",
|
||||
"Choose": "Chọn",
|
||||
"Choose a different plan": "Chọn gói khác",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "Chọn bản tin bạn muốn nhận",
|
||||
"Click here to retry": "Nhấn vào đây thử lại",
|
||||
"Close": "Đóng",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "Quản lý",
|
||||
"Maybe later": "Để sau",
|
||||
"Memberships unavailable, contact the owner for access.": "Chưa phải là thành viên, liên hệ với chủ sở hữu để truy cập.",
|
||||
"month": "",
|
||||
"Monthly": "Hàng tháng",
|
||||
"More like this": "Thích bài viết như này",
|
||||
"Name": "Tên",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "Chào mừng tham gia {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "Khi hộp thư đến không nhận được email, nó thường được gọi là email bị trả lại. Điều này có thể là tạm thời. Tuy nhiên, trong một số trường hợp, email bị trả lại có thể là lỗi vĩnh viễn nếu địa chỉ email không hợp lệ hoặc không tồn tại.",
|
||||
"Why has my email been disabled?": "Tại sao email của tôi bị vô hiệu hóa?",
|
||||
"year": "",
|
||||
"Yearly": "Hàng năm",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "Bạn đang là thành viên thường, hãy nâng cấp gói trả phí để có toàn quyền truy cập.",
|
||||
"You have been successfully resubscribed": "Bạn đã theo dõi lại thành công",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "取消訂閱",
|
||||
"Cancellation reason": "取消原因",
|
||||
"Change": "變更",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "檢查垃圾郵件或促銷郵件",
|
||||
"Check with your mail provider": "請向您的電子信箱服務提供商確認",
|
||||
"Choose": "選擇",
|
||||
"Choose a different plan": "選擇其他訂閱方案",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "選擇您的電子報",
|
||||
"Click here to retry": "點擊重試",
|
||||
"Close": "關閉",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "管理",
|
||||
"Maybe later": "晚點再說",
|
||||
"Memberships unavailable, contact the owner for access.": "無法存取你的會員資訊,請聯絡客服或是網站的所有人。",
|
||||
"month": "",
|
||||
"Monthly": "每月",
|
||||
"More like this": "感興趣",
|
||||
"Name": "名字",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "歡迎來到{{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "當收件匣無法接收郵件時,通常稱之為退信。在許多情況下,這可能是暫時的。然而,在某些情況下,當郵件地址無效或不存在時,退回的郵件可能會被視為永久失敗。",
|
||||
"Why has my email been disabled?": "為什麼我的 email 被停用了?",
|
||||
"year": "",
|
||||
"Yearly": "年付",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "您目前是免費會員,升級至付費訂閱以獲得完整存取權。",
|
||||
"You have been successfully resubscribed": "您已成功重新訂閱",
|
||||
|
|
|
@ -25,10 +25,12 @@
|
|||
"Cancel subscription": "取消订阅",
|
||||
"Cancellation reason": "取消原因",
|
||||
"Change": "变更",
|
||||
"Change plan": "",
|
||||
"Check spam & promotions folders": "检查垃圾邮件与促销邮件目录",
|
||||
"Check with your mail provider": "与您的邮件服务商确认",
|
||||
"Choose": "选择",
|
||||
"Choose a different plan": "选择其他订阅方案",
|
||||
"Choose a plan": "",
|
||||
"Choose your newsletters": "选择您的刊物",
|
||||
"Click here to retry": "请点此处重试",
|
||||
"Close": "关闭",
|
||||
|
@ -83,6 +85,7 @@
|
|||
"Manage": "管理",
|
||||
"Maybe later": "之后再说",
|
||||
"Memberships unavailable, contact the owner for access.": "会员资格不可用,请联系网站所有者获取访问权限。",
|
||||
"month": "",
|
||||
"Monthly": "月付",
|
||||
"More like this": "喜欢",
|
||||
"Name": "名字",
|
||||
|
@ -157,6 +160,7 @@
|
|||
"Welcome to {{siteTitle}}": "欢迎来到 {{siteTitle}}",
|
||||
"When an inbox fails to accept an email it is commonly called a bounce. In many cases, this can be temporary. However, in some cases, a bounced email can be returned as a permanent failure when an email address is invalid or non-existent.": "收件箱无法接收邮件时称为“反弹”。大多数时候这是临时的。但是某些情况下,无效或者不存在的邮件地址反弹的邮件会被认定为永久错误。",
|
||||
"Why has my email been disabled?": "为什么我的邮件功能被禁用了?",
|
||||
"year": "",
|
||||
"Yearly": "年付",
|
||||
"You currently have a free membership, upgrade to a paid subscription for full access.": "您当前为免费用户,升级为付费订阅以获取全部内容。",
|
||||
"You have been successfully resubscribed": "您已成功重新订阅",
|
||||
|
|
Loading…
Add table
Reference in a new issue