From be4f83e4e1ee75dae14344e1c810ffa0145b67d9 Mon Sep 17 00:00:00 2001 From: Samir Sabri Date: Sat, 14 Oct 2023 07:53:45 +0300 Subject: [PATCH] feat!: remove Transifex calls for OEP-58 --- .gitignore | 2 ++ .tx/config | 9 ------- Makefile | 20 ---------------- src/i18n/index.js | 45 +---------------------------------- src/i18n/messages/ar.json | 37 ---------------------------- src/i18n/messages/de.json | 37 ---------------------------- src/i18n/messages/de_DE.json | 37 ---------------------------- src/i18n/messages/es_419.json | 37 ---------------------------- src/i18n/messages/fr.json | 37 ---------------------------- src/i18n/messages/fr_CA.json | 37 ---------------------------- src/i18n/messages/hi.json | 37 ---------------------------- src/i18n/messages/it.json | 37 ---------------------------- src/i18n/messages/it_IT.json | 37 ---------------------------- src/i18n/messages/pt.json | 37 ---------------------------- src/i18n/messages/pt_PT.json | 37 ---------------------------- src/i18n/messages/ru.json | 37 ---------------------------- src/i18n/messages/uk.json | 37 ---------------------------- src/i18n/messages/zh_CN.json | 37 ---------------------------- 18 files changed, 3 insertions(+), 591 deletions(-) delete mode 100644 .tx/config delete mode 100644 src/i18n/messages/ar.json delete mode 100644 src/i18n/messages/de.json delete mode 100644 src/i18n/messages/de_DE.json delete mode 100644 src/i18n/messages/es_419.json delete mode 100644 src/i18n/messages/fr.json delete mode 100644 src/i18n/messages/fr_CA.json delete mode 100644 src/i18n/messages/hi.json delete mode 100644 src/i18n/messages/it.json delete mode 100644 src/i18n/messages/it_IT.json delete mode 100644 src/i18n/messages/pt.json delete mode 100644 src/i18n/messages/pt_PT.json delete mode 100644 src/i18n/messages/ru.json delete mode 100644 src/i18n/messages/uk.json delete mode 100644 src/i18n/messages/zh_CN.json diff --git a/.gitignore b/.gitignore index 0aac7e51..ad2fc383 100755 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ temp/babel-plugin-react-intl *~ /temp /.vscode + +src/i18n/messages \ No newline at end of file diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 4f61e1e0..00000000 --- a/.tx/config +++ /dev/null @@ -1,9 +0,0 @@ -[main] -host = https://www.transifex.com - -[o:open-edx:p:edx-platform:r:frontend-app-ecommerce] -file_filter = src/i18n/messages/.json -source_file = src/i18n/transifex_input.json -source_lang = en -type = KEYVALUEJSON - diff --git a/Makefile b/Makefile index 1ea76b4a..593c379e 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -export TRANSIFEX_RESOURCE = frontend-app-ecommerce -transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fr_CA,it_IT,pt_PT,de_DE" - intl_imports = ./node_modules/.bin/intl-imports.js transifex_utils = ./node_modules/.bin/transifex-utils.js i18n = ./src/i18n @@ -28,22 +25,6 @@ detect_changed_source_translations: # Checking for changed translations... git diff --exit-code $(i18n) -# Pushes translations to Transifex. You must run make extract_translations first. -push_translations: - # Pushing strings to Transifex... - tx push -s - # Fetching hashes from Transifex... - ./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh - # Writing out comments to file... - $(transifex_utils) $(transifex_temp) --comments --v3-scripts-path - # Pushing comments to Transifex... - ./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh - -ifeq ($(OPENEDX_ATLAS_PULL),) -# Pulls translations from Transifex. -pull_translations: - tx pull -f -t --mode reviewed --languages=$(transifex_langs) -else # Experimental: OEP-58 Pulls translations using atlas pull_translations: rm -rf src/i18n/messages @@ -57,7 +38,6 @@ pull_translations: translations/frontend-app-ecommerce/src/i18n/messages:frontend-app-ecommerce $(intl_imports) frontend-component-header frontend-component-footer frontend-platform paragon frontend-app-ecommerce -endif # This target is used by CI. validate-no-uncommitted-package-lock-changes: diff --git a/src/i18n/index.js b/src/i18n/index.js index 15c382e6..d6d1738d 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -1,44 +1 @@ -import { messages as headerMessages } from '@edx/frontend-component-header'; -import { messages as footerMessages } from '@edx/frontend-component-footer'; -import { messages as paragonMessages } from '@edx/paragon'; - -import arMessages from './messages/ar.json'; -import frMessages from './messages/fr.json'; -import es419Messages from './messages/es_419.json'; -import zhcnMessages from './messages/zh_CN.json'; -import ptMessages from './messages/pt.json'; -import itMessages from './messages/it.json'; -import ukMessages from './messages/uk.json'; -import deMessages from './messages/de.json'; -import ruMessages from './messages/ru.json'; -import hiMessages from './messages/hi.json'; -import frCAMessages from './messages/fr_CA.json'; -import dedeCAMessages from './messages/de_DE.json'; -import ititCAMessages from './messages/it_IT.json'; -import ptptCAMessages from './messages/pt_PT.json'; -// no need to import en messages-- they are in the defaultMessage field - -const appMessages = { - ar: arMessages, - 'es-419': es419Messages, - fr: frMessages, - 'zh-cn': zhcnMessages, - pt: ptMessages, - it: itMessages, - de: deMessages, - hi: hiMessages, - 'fr-ca': frCAMessages, - ru: ruMessages, - uk: ukMessages, - 'de-de': dedeCAMessages, - 'it-it': ititCAMessages, - 'pt-pt': ptptCAMessages, - -}; - -export default [ - headerMessages, - footerMessages, - paragonMessages, - appMessages, -]; +export default []; diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json deleted file mode 100644 index 0b92d308..00000000 --- a/src/i18n/messages/ar.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "الصفحة التي تبحث عنها غير متوفرة أو هناك خطأ في العنوان. رجاءً تحقق من العنوان و حاول مجددًا.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "سجل الطلبيات", - "ecommerce.order.history.no.orders": "ستظهر هنا طلبياتك التي تقوم بها عند {siteName}", - "ecommerce.order.history.loading.orders": "تحميل الطلبيات جارٍ...", - "ecommerce.order.history.view.order.detail": "عرض تفاصيل الطلبية", - "ecommerce.order.history.table.column.items": "العناصر", - "ecommerce.order.history.table.column.date.placed": "تاريخ الطلبية", - "ecommerce.order.history.table.column.total.cost": "التكلفة الإجمالية", - "ecommerce.order.history.table.column.order.number": "رقم الطلبية", - "ecommerce.order.history.table.column.order.details": "تفاصيل الطلبية", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/de.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/de_DE.json b/src/i18n/messages/de_DE.json deleted file mode 100644 index 7ec375a7..00000000 --- a/src/i18n/messages/de_DE.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "Die gesuchte Seite ist nicht verfügbar oder es liegt ein Fehler in der URL vor. Bitte überprüfen Sie die URL und versuchen Sie es erneut.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Bestellverlauf", - "ecommerce.order.history.no.orders": "Ihre Bestellungen bei {siteName}, werden hier angezeigt.", - "ecommerce.order.history.loading.orders": "Bestelldaten werden geladen...", - "ecommerce.order.history.view.order.detail": "Bestelldetails anzeigen", - "ecommerce.order.history.table.column.items": "Auswahlmöglichkeit/en", - "ecommerce.order.history.table.column.date.placed": "Eingestellt am", - "ecommerce.order.history.table.column.total.cost": "Gesamtpreis", - "ecommerce.order.history.table.column.order.number": "Bestellnummer", - "ecommerce.order.history.table.column.order.details": "Bestelldetails", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json deleted file mode 100644 index a61c0d6e..00000000 --- a/src/i18n/messages/es_419.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Algo salió mal.", - "ecommerce.order.history.basic.alert.body": "Actualiza esta página e inténtalo de nuevo. Si el problema continúa, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Despedir", - "error.notfound.message": "La página que estas buscando no está disponible o hay un error en la URL. Por favor, comprueba la URL y vuelve a intentarlo.", - "ecommerce.order.history.support.fragment": "contacta al equipo de soporte", - "ecommerce.order.history.page.heading": "Historial de órdenes", - "ecommerce.order.history.no.orders": "Los pedidos que realices con {siteName} aparecerán aquí.", - "ecommerce.order.history.loading.orders": "Cargando datos del pedido...", - "ecommerce.order.history.view.order.detail": "Ver detalles del pedido", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Fecha de la orden", - "ecommerce.order.history.table.column.total.cost": "Costo total", - "ecommerce.order.history.table.column.order.number": "Número de orden", - "ecommerce.order.history.table.column.order.details": "Detalles de la orden", - "ecommerce.order.history.main.heading": "Mis pedidos y suscripciones", - "ecommerce.order.history.main.subtitle": "Gestiona tus suscripciones a programas y consulta tu historial de pedidos.", - "ecommerce.order.history.loading": "Cargando pedidos y suscripciones...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Algo salió mal", - "ecommerce.order.history.manage.subscriptions.error.body": "La página que estás buscando no está disponible o hubo un error. Visite la página {buttonLabel} para gestionar su suscripción.", - "ecommerce.order.history.manage.subscriptions.error.support": "Si este problema persiste, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Pedidos y suscripciones", - "ecommerce.order.history.manage.subscriptions.loading": "Cargando gestionar suscripciones...", - "ecommerce.order.history.subscriptions.badge.active": "Activo", - "ecommerce.order.history.subscriptions.badge.trial": "Prueba", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactivo", - "ecommerce.order.history.subscriptions.subtitle.empty": "No tienes ninguna suscripción activa o antigua.", - "ecommerce.order.history.subscriptions.heading": "Suscripciones", - "ecommerce.order.history.subscriptions.subtitle.zero": "No tienes ninguna suscripción activa. Si deseas consultar tus recibos anteriores, haz clic en {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "Tienes {activeCount} suscripción activa. Si deseas consultar tus recibos, cambiar la forma de pago o cancelar la suscripción, haz clic en {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "Tienes {activeCount} suscripciones activas. Si deseas consultar tus recibos, cambiar la forma de pago o cancelar la suscripción, haz clic en {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Gestionar mis suscripciones", - "ecommerce.order.history.subscription.upsell.button": "Explorar las opciones de suscripción", - "ecommerce.order.history.subscription.upsell.badge": "Nuevo", - "ecommerce.order.history.subscription.upsell.heading": "Suscripciones mensuales a programas {emDash} más flexibles y asequibles", - "ecommerce.order.history.subscription.upsell.message": "Los asequibles precios de suscripción mensual, que están disponibles desde ya mismo para muchos programas populares, pueden ayudarte a gestionar tu presupuesto de forma más eficaz. Las suscripciones parten de {minSubscriptionPrice} USD al mes por programa una vez completada una prueba gratuita de acceso completo de {trialLength} días, y es posible cancelarlas en cualquier momento." -} \ No newline at end of file diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json deleted file mode 100644 index bdb98c93..00000000 --- a/src/i18n/messages/fr.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "La page que vous recherchez n'est pas disponible ou il y a une erreur dans l'URL. Veuillez vérifier l'URL et réessayer.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Historique des commandes", - "ecommerce.order.history.no.orders": "Les commandes que vous passez avec {siteName} apparaîtront ici.", - "ecommerce.order.history.loading.orders": "Chargement des données de la commande...", - "ecommerce.order.history.view.order.detail": "Voir les détails de la commande", - "ecommerce.order.history.table.column.items": "Éléments", - "ecommerce.order.history.table.column.date.placed": "Date d'émission", - "ecommerce.order.history.table.column.total.cost": "Coût total", - "ecommerce.order.history.table.column.order.number": "Numéro de commande", - "ecommerce.order.history.table.column.order.details": "Détails des commandes", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/fr_CA.json b/src/i18n/messages/fr_CA.json deleted file mode 100644 index e9f71d9a..00000000 --- a/src/i18n/messages/fr_CA.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Quelque chose s'est mal passé.", - "ecommerce.order.history.basic.alert.body": "Actualisez cette page et réessayez. Si ce problème persiste, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Rejeter", - "error.notfound.message": "La page que vous recherchez n'est pas disponible ou il y a une erreur dans l'URL. Veuillez vérifier l'URL et réessayer.", - "ecommerce.order.history.support.fragment": "contacter le support", - "ecommerce.order.history.page.heading": "Historique des commandes", - "ecommerce.order.history.no.orders": "Les commandes que vous passez avec {siteName} apparaîtront ici.", - "ecommerce.order.history.loading.orders": "Chargement des commandes...", - "ecommerce.order.history.view.order.detail": "Voir les détails de la commande", - "ecommerce.order.history.table.column.items": "Éléments", - "ecommerce.order.history.table.column.date.placed": "Date commandée", - "ecommerce.order.history.table.column.total.cost": "Coût total", - "ecommerce.order.history.table.column.order.number": "Numéro de la commande", - "ecommerce.order.history.table.column.order.details": "Détails de la commande", - "ecommerce.order.history.main.heading": "Mes commandes et abonnements", - "ecommerce.order.history.main.subtitle": "Gérez vos abonnements aux programmes et consultez l'historique de vos commandes.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Quelque chose s'est mal passé", - "ecommerce.order.history.manage.subscriptions.error.body": "La page que vous recherchez n'est pas disponible ou une erreur s'est produite. Visitez la page {buttonLabel} pour gérer votre abonnement.", - "ecommerce.order.history.manage.subscriptions.error.support": "Si ce problème persiste, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "Vous n'avez aucun abonnement actif ou antérieur.", - "ecommerce.order.history.subscriptions.heading": "Abonnements", - "ecommerce.order.history.subscriptions.subtitle.zero": "Vous n'avez pas d'abonnement actif. Pour afficher vos anciens reçus, cliquez sur {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "Vous avez {activeCount} abonnement actif. Pour afficher vos reçus, modifier votre mode de paiement ou annuler votre abonnement, cliquez sur {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "Vous avez {activeCount} abonnements actifs. Pour afficher vos reçus, modifier votre mode de paiement ou annuler votre abonnement, cliquez sur {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Gérer mes abonnements", - "ecommerce.order.history.subscription.upsell.button": "Explorer les options d'abonnement", - "ecommerce.order.history.subscription.upsell.badge": "Nouveau", - "ecommerce.order.history.subscription.upsell.heading": "Abonnements mensuels aux programmes {emDash} plus flexibles, plus abordables", - "ecommerce.order.history.subscription.upsell.message": "Désormais disponible pour de nombreux programmes populaires, des tarifs d'abonnement mensuels abordables peuvent vous aider à gérer votre budget plus efficacement. Les abonnements commencent à {minSubscriptionPrice}/mois USD par programme, après un essai gratuit d'accès complet de {trialLength} jours. Annulez à tout moment." -} \ No newline at end of file diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/hi.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/it.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/it_IT.json b/src/i18n/messages/it_IT.json deleted file mode 100644 index af3b7aa0..00000000 --- a/src/i18n/messages/it_IT.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "La pagina ricercata non è disponibile oppure è presente un errore nell'URL. Controllare l'URL e riprovare. ", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Cronologia Ordini", - "ecommerce.order.history.no.orders": "Gli ordini che effettui con {siteName} verranno visualizzati qui.", - "ecommerce.order.history.loading.orders": "Caricamento degli ordini...", - "ecommerce.order.history.view.order.detail": "Visualizza dettagli ordine", - "ecommerce.order.history.table.column.items": "Oggetti", - "ecommerce.order.history.table.column.date.placed": "Data di emissione", - "ecommerce.order.history.table.column.total.cost": "Costo totale ", - "ecommerce.order.history.table.column.order.number": "Numero ordine", - "ecommerce.order.history.table.column.order.details": "Dettagli ordine", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/pt.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/pt_PT.json b/src/i18n/messages/pt_PT.json deleted file mode 100644 index f0003c72..00000000 --- a/src/i18n/messages/pt_PT.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "A página não foi encontrada ou o URL está errado. Por favor, verifique o URL e tente novamente,", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Histórico de encomendas", - "ecommerce.order.history.no.orders": "As encomendas que fizer no {siteName} irão aparecer aqui.", - "ecommerce.order.history.loading.orders": "A carregar encomendas...", - "ecommerce.order.history.view.order.detail": "Ver Detalhes do Pedido", - "ecommerce.order.history.table.column.items": "Itens", - "ecommerce.order.history.table.column.date.placed": "Data colocada", - "ecommerce.order.history.table.column.total.cost": "Custo total", - "ecommerce.order.history.table.column.order.number": "Número do Registo de Contas", - "ecommerce.order.history.table.column.order.details": "Detalhes do pedido", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/ru.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/uk.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/uk.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json deleted file mode 100644 index 08fe5336..00000000 --- a/src/i18n/messages/zh_CN.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ecommerce.order.history.basic.alert.title": "Something went wrong.", - "ecommerce.order.history.basic.alert.body": "Refresh this page and try again. If this problem persists, {supportLink}.", - "ecommerce.order.history.basic.alert.button": "Dismiss", - "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", - "ecommerce.order.history.support.fragment": "contact support", - "ecommerce.order.history.page.heading": "Order History", - "ecommerce.order.history.no.orders": "Orders you place with {siteName} will appear here.", - "ecommerce.order.history.loading.orders": "Loading orders...", - "ecommerce.order.history.view.order.detail": "View Order Details", - "ecommerce.order.history.table.column.items": "Items", - "ecommerce.order.history.table.column.date.placed": "Date placed", - "ecommerce.order.history.table.column.total.cost": "Total cost", - "ecommerce.order.history.table.column.order.number": "Order number", - "ecommerce.order.history.table.column.order.details": "Order details", - "ecommerce.order.history.main.heading": "My orders and subscriptions", - "ecommerce.order.history.main.subtitle": "Manage your program subscriptions and view your order history.", - "ecommerce.order.history.loading": "Loading orders and subscriptions...", - "ecommerce.order.history.manage.subscriptions.error.heading": "Something went wrong", - "ecommerce.order.history.manage.subscriptions.error.body": "The page you’re looking for is unavailable or there was an error. Visit the {buttonLabel} page to manage your subscription.", - "ecommerce.order.history.manage.subscriptions.error.support": "If this problem persists, {supportLink}.", - "ecommerce.order.history.manage.subscriptions.button": "Orders and subscriptions", - "ecommerce.order.history.manage.subscriptions.loading": "Loading manage subscriptions...", - "ecommerce.order.history.subscriptions.badge.active": "Active", - "ecommerce.order.history.subscriptions.badge.trial": "Trial", - "ecommerce.order.history.subscriptions.badge.inactive": "Inactive", - "ecommerce.order.history.subscriptions.subtitle.empty": "You do not have any active or previous subscriptions.", - "ecommerce.order.history.subscriptions.heading": "Subscriptions", - "ecommerce.order.history.subscriptions.subtitle.zero": "You do not have an active subscription. To view your past receipts, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.one": "You have {activeCount} active subscription. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.subtitle.multiple": "You have {activeCount} active subscriptions. To view your receipts, change your payment method or cancel your subscription, click {buttonLabel}.", - "ecommerce.order.history.subscriptions.manage.button": "Manage my subscriptions", - "ecommerce.order.history.subscription.upsell.button": "Explore subscription options", - "ecommerce.order.history.subscription.upsell.badge": "New", - "ecommerce.order.history.subscription.upsell.heading": "Monthly program subscriptions {emDash} more flexible, more affordable", - "ecommerce.order.history.subscription.upsell.message": "Now available for many popular programs, affordable monthly subscription pricing can help you manage your budget more effectively. Subscriptions start at {minSubscriptionPrice}/month USD per program, after a {trialLength}-day full access free trial. Cancel at any time." -} \ No newline at end of file