Skip to content

Commit

Permalink
fix(i18n): add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLantukh committed Apr 3, 2024
1 parent d4c851b commit 961bcd1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/web/public/locales/en/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"password_helper_text": "Use a minimum of 8 characters (case sensitive) with at least one number",
"password_strength": {
"fair": "Fair",
"invalid": "Invalid",
"invalid": "",
"strong": "Strong",
"very_strong": "Very strong",
"weak": "Weak"
Expand Down
12 changes: 11 additions & 1 deletion platforms/web/public/locales/es/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"credit_card": "Tarjeta de crédito",
"credit_card_name": "Nombre de la tarjeta de crédito",
"days_trial_one": "Se te cobrará mañana.",
"days_trial_many": "Se te cobrará después de {{count}} días.",
"days_trial_other": "Se te cobrará después de {{count}} días.",
"discount_period_one": "Durante el primer {{period}}",
"discount_period_many": "Durante los primeros {{count}} {{period}}",
"discount_period_other": "Durante los primeros {{count}} {{period}}",
"free_trial_discount": "Prueba gratuita",
"go_back_to_checkout": "Volver a la página de pago",
Expand All @@ -37,6 +39,7 @@
"paypal": "PayPal",
"paypal_instructions": "Al hacer clic en 'Continuar', serás redirigido al sitio de PayPal.",
"periods_trial_one": "Se te cobrará después de un {{period}}.",
"periods_trial_many": "Se te cobrará después de {{count}} {{period}}.",
"periods_trial_other": "Se te cobrará después de {{count}} {{period}}.",
"redeem_coupon": "Canjear cupón",
"save": "Guardar",
Expand All @@ -57,8 +60,10 @@
"benefits": {
"cancel_anytime": "Cancele en cualquier momento",
"first_days_free_one": "Primer día gratis",
"first_days_free_many": "Primeros {{count}} días gratis",
"first_days_free_other": "Primeros {{count}} días gratis",
"first_periods_free_one": "Primer {{period}} gratis",
"first_periods_free_many": "Primeros {{count}} {{period}} gratis",
"first_periods_free_other": "Primeros {{count}} {{period}} gratis",
"watch_on_all_devices": "Ver en todos los dispositivos"
},
Expand All @@ -71,6 +76,7 @@
"subscription": "Suscripción",
"title": "Elige un plan",
"tvod_access_one": "Acceso de {{count}} {{period}}",
"tvod_access_many": "Acceso de {{count}} {{period}}",
"tvod_access_other": "Acceso de {{count}} {{period}}",
"watch_this_on_platform": "Ver esto en {{siteName}}",
"yearly": "Anual",
Expand Down Expand Up @@ -106,14 +112,18 @@
},
"periods": {
"day_one": "día",
"day_many": "días",
"day_other": "días",
"month": "mensual",
"month_one": "mes",
"month_many": "meses",
"month_other": "meses",
"week_one": "semana",
"week_many": "semanas",
"week_other": "semanas",
"year": "anual",
"year_one": "año",
"year_many": "años",
"year_other": "años"
},
"personal_details": {
Expand Down Expand Up @@ -148,7 +158,7 @@
"password_helper_text": "Utiliza un mínimo de 8 caracteres (distingue entre mayúsculas y minúsculas) con al menos un número",
"password_strength": {
"fair": "Regular",
"invalid": "Invalida",
"invalid": "",
"strong": "Fuerte",
"very_strong": "Muy fuerte",
"weak": "Débil"
Expand Down
1 change: 1 addition & 0 deletions platforms/web/public/locales/es/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"tip_two": "Hacer términos de búsqueda más generales",
"tip_three": "Prueba con diferentes términos de búsqueda",
"title_one": "{{count}} resultado para \"{{query}}\"",
"title_many": "{{count}} resultados para \"{{query}}\"",
"title_other": "{{count}} resultados para \"{{query}}\""
}
1 change: 1 addition & 0 deletions platforms/web/public/locales/es/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"expiry_date": "Fecha de vencimiento",
"granted_subscription": "Suscripción otorgada",
"hidden_transactions_one": "Una transacción más",
"hidden_transactions_many": "{{count}} transacciones más",
"hidden_transactions_other": "{{count}} transacciones más",
"longer_than_usual": "El pago está tardando más de lo habitual. Por favor, inténtelo de nuevo más tarde.",
"monthly_subscription": "Suscripción mensual",
Expand Down
1 change: 1 addition & 0 deletions platforms/web/public/locales/es/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sign_up_to_start_watching": "¡Regístrate para comenzar a ver!",
"start_watching": "Comenzar a ver",
"total_episodes_one": "{{count}} episodio",
"total_episodes_many": "{{count}} episodios",
"total_episodes_other": "{{count}} episodios",
"trailer": "Tráiler",
"watch_trailer": "Ver el tráiler"
Expand Down

0 comments on commit 961bcd1

Please sign in to comment.