From 31693a8be9dc5e72e8fe9e319cc36bb70ff83b28 Mon Sep 17 00:00:00 2001 From: Vito Galatro Date: Thu, 7 Dec 2023 11:29:51 -0500 Subject: [PATCH] THEMES-1589: Subs phrases added for all locales (#1837) THEMES-1589: properly added new subs phrases. --- blocks/subscriptions-block/intl.json | 95 ++++++++++++++++++++++------ locale/de.json | 9 ++- locale/en.json | 18 +++--- locale/es.json | 11 +++- locale/fr.json | 11 +++- locale/ja.json | 21 ++++-- locale/ko.json | 13 +++- locale/no.json | 13 +++- locale/pt.json | 13 +++- locale/sv.json | 11 +++- 10 files changed, 164 insertions(+), 51 deletions(-) diff --git a/blocks/subscriptions-block/intl.json b/blocks/subscriptions-block/intl.json index 5d855bb5f1..5840d3e77c 100644 --- a/blocks/subscriptions-block/intl.json +++ b/blocks/subscriptions-block/intl.json @@ -2683,6 +2683,39 @@ "en": "Back to subscription selection", "de": "Zurück zur Auswahl der Abonnements" }, + "checkout-block.cardNumber": { + "sv": "Card number", + "pt": "Card number", + "no": "Card number", + "ko": "Card number", + "ja": "Card number", + "fr": "Card number", + "es": "Card number", + "en": "Card number", + "de": "Card number" + }, + "checkout-block.cardholderName": { + "sv": "Name on card", + "pt": "Name on card", + "no": "Name on card", + "ko": "Name on card", + "ja": "Name on card", + "fr": "Name on card", + "es": "Name on card", + "en": "Name on card", + "de": "Name on card" + }, + "checkout-block.cardholderName-requirements": { + "sv": "Please enter name on card", + "pt": "Please enter name on card", + "no": "Please enter name on card", + "ko": "Please enter name on card", + "ja": "Please enter name on card", + "fr": "Please enter name on card", + "es": "Please enter name on card", + "en": "Please enter name on card", + "de": "Please enter name on card" + }, "checkout-block.contact-info": { "sv": "Kontaktuppgifter", "pt": "Informações de contacto", @@ -2903,6 +2936,17 @@ "en": "Payment Method and Information", "de": "Zahlungsmethode und Informationen" }, + "subscriptions-block.payWithCard-label": { + "sv": "Or Pay with card", + "pt": "Or Pay with card", + "no": "Or Pay with card", + "ko": "Or Pay with card", + "ja": "Or Pay with card", + "fr": "Or Pay with card", + "es": "Or Pay with card", + "en": "Or Pay with card", + "de": "Or Pay with card" + }, "subscriptions-block.payment-error": { "sv": "Ett fel uppstod när din betalning skulle behandlas.", "pt": "Ocorreu um erro ao processar o seu pagamento.", @@ -2922,8 +2966,31 @@ "ja": "クレジットカード情報", "fr": "Informations relatives à la carte de crédit", "es": "Información de la tarjeta de crédito", + "en": "Credit card information", "de": "Kreditkarteninformationen" }, + "subscriptions-block.paypal-processing": { + "sv": "Processing...", + "pt": "Processing...", + "no": "Processing...", + "ko": "Processing...", + "ja": "Processing...", + "fr": "Processing...", + "es": "Processing...", + "en": "Processing...", + "de": "Processing..." + }, + "subscriptions-block.paypal-redirect-label": { + "sv": "Redirecting to PayPal page...", + "pt": "Redirecting to PayPal page...", + "no": "Redirecting to PayPal page...", + "ko": "Redirecting to PayPal page...", + "ja": "Redirecting to PayPal page...", + "fr": "Redirecting to PayPal page...", + "es": "Redirecting to PayPal page...", + "en": "Redirecting to PayPal page...", + "de": "Redirecting to PayPal page..." + }, "subscriptions-block.submit-payment": { "sv": "Köp prenumeration", "pt": "Adquirir subscrição", @@ -2935,25 +3002,15 @@ "en": "Purchase Subscription", "de": "Abonnement kaufen" }, - "checkout-block.cardholderName": { - "en": "Name on card" - }, - "checkout-block.cardNumber": { - "en": "Card number" - }, - "checkout-block.cardholderName-requirements": { - "en": "Please enter name on card" - }, - "subscriptions-block.payWithCard-label": { - "en": "Or Pay with card" - }, "subscriptions-block.update-payment": { - "en": "Update Payment Method" - }, - "subscriptions-block.paypal-processing": { - "en": "Processing..." - }, - "subscriptions-block.paypal-redirect-label": { - "en": "Redirecting to PayPal page..." + "sv": "Update Payment Method", + "pt": "Update Payment Method", + "no": "Update Payment Method", + "ko": "Update Payment Method", + "ja": "Update Payment Method", + "fr": "Update Payment Method", + "es": "Update Payment Method", + "en": "Update Payment Method", + "de": "Update Payment Method" } } \ No newline at end of file diff --git a/locale/de.json b/locale/de.json index 0cee16a8d3..b6c341cd57 100644 --- a/locale/de.json +++ b/locale/de.json @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Zurück zur Auswahl der Abonnements", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Kontaktinformationen", "checkout-block.continue-to-checkout": "Weiter zur Kasse", "checkout-block.country": "Land oder Region", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "Zuzüglich der geltenden Umsatzsteuer", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Zahlungsmethode und Informationen", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Bei der Bearbeitung Ihrer Zahlung ist ein Fehler aufgetreten.", "subscriptions-block.payment-information": "Kreditkarteninformationen", - "subscriptions-block.submit-payment": "Abonnement kaufen" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Abonnement kaufen", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/en.json b/locale/en.json index 9a5fb22639..cb45782a46 100644 --- a/locale/en.json +++ b/locale/en.json @@ -66,7 +66,7 @@ "global.gallery-autoplay-label-stop": "Stop automatic slide show", "global.gallery-expand-button": "Expand", "global.gallery-next-label": "Next Slide", - "global.gallery-page-count-text": "Image %{current} of %{total}", + "global.gallery-page-count-text": "Image<\/span> %{current} of %{total}", "global.gallery-pause-autoplay-button": "Pause autoplay", "global.gallery-previous-label": "Previous Slide", "global.gallery-text": "Gallery", @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Username" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Back to subscription selection", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Contact Info", "checkout-block.continue-to-checkout": "Continue to Checkout", "checkout-block.country": "Country or region", @@ -470,20 +473,17 @@ "checkout-block.identity-sign-out": "Sign out", "checkout-block.identity-social": "Connected", "checkout-block.last-name": "Last name", - "checkout-block.cardholderName": "Name on card", - "checkout-block.cardNumber": "Card number", - "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.last-name-requirements": "Please enter last name", "checkout-block.order-summary": "Order Summary", "checkout-block.plus-sales-tax": "Plus applicable sales tax", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Payment Method and Information", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "There was an error processing your payment.", "subscriptions-block.payment-information": "Credit card information", - "subscriptions-block.submit-payment": "Purchase Subscription", - "subscriptions-block.payWithCard-label": "Or Pay with card", - "subscriptions-block.update-payment": "Update Payment Method", "subscriptions-block.paypal-processing": "Processing...", - "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page..." + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Purchase Subscription", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/es.json b/locale/es.json index e7c81fe169..b6afb3e4dc 100644 --- a/locale/es.json +++ b/locale/es.json @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Nombre de usuario" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Volver a la selección de la suscripción", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Información de contacto", "checkout-block.continue-to-checkout": "Continuar con el pago", "checkout-block.country": "País o región", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "Más impuestos sobre ventas aplicable", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Información y método de pago", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Hubo un error al procesar el pago.", "subscriptions-block.payment-information": "Información de la tarjeta de crédito", - "subscriptions-block.submit-payment": "Comprar suscripción" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Comprar suscripción", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/fr.json b/locale/fr.json index 5f7be94aaf..67dbdc44d8 100644 --- a/locale/fr.json +++ b/locale/fr.json @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Nom d’utilisateur" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Retour à la sélection d'abonnement", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Informations de contact", "checkout-block.continue-to-checkout": "Continuer vers le paiement", "checkout-block.country": "Pays ou région", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "Plus la taxe de vente applicable", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Mode de paiement et informations", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Une erreur s'est produite lors du traitement de votre paiement.", "subscriptions-block.payment-information": "Informations relatives à la carte de crédit", - "subscriptions-block.submit-payment": "Acheter un abonnement" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Acheter un abonnement", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/ja.json b/locale/ja.json index e3fa0cfad4..fa179bd7a0 100644 --- a/locale/ja.json +++ b/locale/ja.json @@ -31,7 +31,7 @@ "category-carousel.aria-label": "カテゴリ", "category-carousel.left-arrow-label": "前", "category-carousel.right-arrow-label": "次", - "category-carousel.slide-indicator": "スライド(%{current}/%{maximum})" + "category-carousel.slide-indicator": "スライド(%{current}\/%{maximum})" }, "default-output-block": { "default-output-block.skip-main": "メインコンテンツにスキップ" @@ -66,7 +66,7 @@ "global.gallery-autoplay-label-stop": "自動スライド ショーを停止", "global.gallery-expand-button": "展開", "global.gallery-next-label": "次のスライド", - "global.gallery-page-count-text": "%{current} / %{total}", + "global.gallery-page-count-text": "%{current} \/ %{total}", "global.gallery-pause-autoplay-button": "自動再生の一時停止", "global.gallery-previous-label": "前のスライド", "global.gallery-text": "ギャラリー", @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "ユーザー名" @@ -168,7 +168,7 @@ "product-assortment-carousel.aria-label": "製品", "product-assortment-carousel.left-arrow-label": "前", "product-assortment-carousel.right-arrow-label": "次", - "product-assortment-carousel.slide-indicator": "スライド(%{current}/%{maximum})" + "product-assortment-carousel.slide-indicator": "スライド(%{current}\/%{maximum})" }, "product-content-block": { "product-content.description": "説明", @@ -184,7 +184,7 @@ "product-gallery.go-to-slide": "スライド%{slideNumber}に移動", "product-gallery.left-arrow-label": "前", "product-gallery.right-arrow-label": "次", - "product-gallery.slide-indicator": "スライド(%{current}/%{maximum})" + "product-gallery.slide-indicator": "スライド(%{current}\/%{maximum})" }, "product-information-block": { "product-information.list-price": "定価%{price}", @@ -208,7 +208,7 @@ "story-carousel.aria-label": "記事", "story-carousel.left-arrow-label": "前", "story-carousel.right-arrow-label": "次", - "story-carousel.slide-indicator": "スライド(%{current}/%{maximum})" + "story-carousel.slide-indicator": "スライド(%{current}\/%{maximum})" }, "subscriptions-block": { "checkout-block.Afghanistan": "Afghanistan", @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "サブスクリプションの選択に戻る", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "連絡先情報", "checkout-block.continue-to-checkout": "チェックアウトに進む", "checkout-block.country": "国または地域", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "さらに消費税がかかります", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "支払い方法および情報", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "支払い処理中にエラーが発生しました。", "subscriptions-block.payment-information": "クレジットカード情報", - "subscriptions-block.submit-payment": "サブスクリプションを購入" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "サブスクリプションを購入", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/ko.json b/locale/ko.json index 5206338ceb..85213dd92f 100644 --- a/locale/ko.json +++ b/locale/ko.json @@ -66,7 +66,7 @@ "global.gallery-autoplay-label-stop": "자동 슬라이드 쇼 중지", "global.gallery-expand-button": "더보기", "global.gallery-next-label": "다음 슬라이드", - "global.gallery-page-count-text": "%{current}/%개 보는 %{total}", + "global.gallery-page-count-text": "%{current}\/%개 보는 %{total}", "global.gallery-pause-autoplay-button": "자동 재생 일시 중지", "global.gallery-previous-label": "이전 슬라이드", "global.gallery-text": "갤러리", @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "사용자 이름" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "구독 선택으로 돌아가기", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "연락처 정보", "checkout-block.continue-to-checkout": "결제 계속하기", "checkout-block.country": "국가 또는 지역", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "해당 판매세 별도", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "결제 방법 및 정보", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "결제를 처리하는 중 오류가 발생했습니다.", "subscriptions-block.payment-information": "신용카드 정보", - "subscriptions-block.submit-payment": "구독 구입" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "구독 구입", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/no.json b/locale/no.json index 8694fcd943..dac975588c 100644 --- a/locale/no.json +++ b/locale/no.json @@ -66,7 +66,7 @@ "global.gallery-autoplay-label-stop": "Stopp automatisk lysbildevisning", "global.gallery-expand-button": "Utvid", "global.gallery-next-label": "Neste slide", - "global.gallery-page-count-text": "Bilde %{current} av %{total}", + "global.gallery-page-count-text": "Bilde<\/span> %{current} av %{total}", "global.gallery-pause-autoplay-button": "Sett automatisk avspilling på pause", "global.gallery-previous-label": "Forrige slide", "global.gallery-text": "Bildegalleri", @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Username" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Tilbake til abonnementsvalg", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Kontaktinformasjon", "checkout-block.continue-to-checkout": "Fortsett til kassen", "checkout-block.country": "Land eller område", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "I tillegg til gjeldende salgsavgift", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Betalingsmetode og -informasjon", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Det oppstod en feil under behandlingen av betalingen.", "subscriptions-block.payment-information": "Kredittkortopplysninger", - "subscriptions-block.submit-payment": "Kjøp abonnement" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Kjøp abonnement", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/pt.json b/locale/pt.json index e8f974c2d8..37d27adb75 100644 --- a/locale/pt.json +++ b/locale/pt.json @@ -66,7 +66,7 @@ "global.gallery-autoplay-label-stop": "Parar apresentação automática de diapositivos", "global.gallery-expand-button": "Expandir", "global.gallery-next-label": "Próximo diapositivo", - "global.gallery-page-count-text": "Imagem %{current} de %{total}", + "global.gallery-page-count-text": "Imagem<\/span> %{current} de %{total}", "global.gallery-pause-autoplay-button": "Colocar a reprodução automática em pausa", "global.gallery-previous-label": "Diapositivo anterior", "global.gallery-text": "Galeria", @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Username" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Voltar à seleção de subscrição", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Informações de contacto", "checkout-block.continue-to-checkout": "Continuar para o checkout", "checkout-block.country": "País ou região", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "Mais imposto sobre vendas aplicável", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Método de pagamento e informação", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Ocorreu um erro ao processar o seu pagamento.", "subscriptions-block.payment-information": "Informação de cartão de crédito", - "subscriptions-block.submit-payment": "Adquirir subscrição" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Adquirir subscrição", + "subscriptions-block.update-payment": "Update Payment Method" } } diff --git a/locale/sv.json b/locale/sv.json index d50de35670..ae238489bf 100644 --- a/locale/sv.json +++ b/locale/sv.json @@ -152,7 +152,7 @@ "identity-block.save": "Save", "identity-block.sign-up": "Sign Up", "identity-block.sign-up-form-error": "There's been an error creating your account", - "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service and acknowledge our Privacy Policy.", + "identity-block.terms-privacy-text": "By creating an account, you agree to the Terms of Service<\/a> and acknowledge our Privacy Policy<\/a>.", "identity-block.update-email-error": "There's been an error updating your email address", "identity-block.update-password-error": "There's been an error updating your password", "identity-block.username": "Username" @@ -455,6 +455,9 @@ "checkout-block.Zambia": "Zambia", "checkout-block.Zimbabwe": "Zimbabwe", "checkout-block.back-to-offer-page": "Tillbaka till prenumerationsval", + "checkout-block.cardNumber": "Card number", + "checkout-block.cardholderName": "Name on card", + "checkout-block.cardholderName-requirements": "Please enter name on card", "checkout-block.contact-info": "Kontaktuppgifter", "checkout-block.continue-to-checkout": "Fortsätt till kassan", "checkout-block.country": "Land eller region", @@ -475,8 +478,12 @@ "checkout-block.plus-sales-tax": "Plus moms", "checkout-block.Åland-Islands": "Åland Islands", "subscriptions-block.credit-card-information": "Betalningsmetod och betalningsuppgifter", + "subscriptions-block.payWithCard-label": "Or Pay with card", "subscriptions-block.payment-error": "Ett fel uppstod när din betalning skulle behandlas.", "subscriptions-block.payment-information": "Kreditkortsuppgifter", - "subscriptions-block.submit-payment": "Köp prenumeration" + "subscriptions-block.paypal-processing": "Processing...", + "subscriptions-block.paypal-redirect-label": "Redirecting to PayPal page...", + "subscriptions-block.submit-payment": "Köp prenumeration", + "subscriptions-block.update-payment": "Update Payment Method" } }