@shift72/core-template 1.2.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. package/CHANGELOG.md +38 -1
  2. package/kibble.json +3 -3
  3. package/package.json +2 -2
  4. package/scripts/core-template-version.js +4 -4
  5. package/scripts/css-local-get.js +12 -5
  6. package/scripts/css-local-put.js +3 -3
  7. package/scripts/language-file-validator.js +1 -1
  8. package/scripts/translate.mjs +2 -3
  9. package/site/ar_LB.all.json +124 -10
  10. package/site/ca_ES.all.json +78 -8
  11. package/site/da_DK.all.json +80 -10
  12. package/site/de_DE.all.json +78 -8
  13. package/site/el_EL.all.json +83 -4
  14. package/site/en_AU.all.json +83 -4
  15. package/site/es_ES.all.json +87 -4
  16. package/site/es_MX.all.json +89 -6
  17. package/site/et_ET.all.json +77 -7
  18. package/site/fi_FI.all.json +81 -2
  19. package/site/fr_FR.all.json +88 -5
  20. package/site/hr_HR.all.json +93 -9
  21. package/site/hu_HU.all.json +77 -7
  22. package/site/it_IT.all.json +87 -4
  23. package/site/ja_JP.all.json +71 -0
  24. package/site/lt_LT.all.json +104 -3
  25. package/site/manifest.json.jet +4 -2
  26. package/site/nl_BE.all.json +79 -0
  27. package/site/no_NO.all.json +84 -5
  28. package/site/pl_PL.all.json +104 -3
  29. package/site/plans.html.jet +12 -2
  30. package/site/pt_BR.all.json +87 -4
  31. package/site/pt_PT.all.json +86 -3
  32. package/site/ru_RU.all.json +105 -4
  33. package/site/search.html.jet +3 -1
  34. package/site/sr_SR.all.json +93 -3
  35. package/site/static/js/main.js +1 -0
  36. package/site/static/scripts/main.js.map +1 -1
  37. package/site/styles/_awards.scss +1 -0
  38. package/site/styles/_buttons.scss +20 -10
  39. package/site/styles/_carousel.scss +7 -3
  40. package/site/styles/_cookie-consent.scss +1 -0
  41. package/site/styles/_footer.scss +10 -31
  42. package/site/styles/_forms.scss +11 -0
  43. package/site/styles/_icons.scss +1 -0
  44. package/site/styles/_meta-detail.scss +27 -28
  45. package/site/styles/_mixins.scss +23 -1
  46. package/site/styles/_nav.scss +49 -65
  47. package/site/styles/_share-modal.scss +12 -7
  48. package/site/styles/_shopping.scss +5 -0
  49. package/site/styles/_typography.scss +72 -14
  50. package/site/styles/_variables.scss +93 -46
  51. package/site/subscriptions.html.jet +1 -1
  52. package/site/templates/application/application.jet +10 -12
  53. package/site/templates/application/brand/logo.jet +11 -0
  54. package/site/templates/application/brand/sponsors.jet +11 -0
  55. package/site/templates/application/footer/brand.jet +3 -1
  56. package/site/templates/application/footer/sponsor-banner.jet +3 -3
  57. package/site/templates/application/head/seo.jet +1 -1
  58. package/site/templates/application/nav/nav.jet +5 -4
  59. package/site/templates/collection/carousel/carousel.jet +4 -1
  60. package/site/templates/collection/carousel/item.jet +3 -1
  61. package/site/tr_TR.all.json +83 -4
  62. package/site/uk_UA.all.json +105 -4
  63. package/site/zh_TW.all.json +73 -2
@@ -536,10 +536,10 @@
536
536
  "other": "Es ist ein Fehler aufgetreten."
537
537
  },
538
538
  "shopping_error_incorrect_cvc": {
539
- "other": "Bitte geben Sie eine gültige CVV-Nummer ein."
539
+ "other": "Bitte geben Sie eine gültige CVC-Nummer ein."
540
540
  },
541
541
  "shopping_error_invalid_cvc": {
542
- "other": "Bitte geben Sie eine CVV-Nummer ein."
542
+ "other": "Bitte geben Sie eine CVC-Nummer ein."
543
543
  },
544
544
  "shopping_error_incorrect_number": {
545
545
  "other": "Bitte geben Sie eine gültige Kreditkarten-Nummer ein."
@@ -616,6 +616,9 @@
616
616
  "shopping_error_payment_intent_authentication_failure": {
617
617
  "other": "Die Kreditkarte wurde abgelehnt. Bitte versuchen Sie es noch einmal."
618
618
  },
619
+ "shopping_error_card_not_supported": {
620
+ "other": "Ihre Karte wird nicht unterstützt."
621
+ },
619
622
  "shopping_complete_rental": {
620
623
  "other": "Kauf erfolgreich!"
621
624
  },
@@ -903,7 +906,7 @@
903
906
  "other": "Wird alle {{.Interval}} nach Ablauf Ihrer {{.Count}}-tägigen kostenlosen Testversion berechnet."
904
907
  },
905
908
  "shopping_price_plan_note_without_trial": {
906
- "other": "Aufgeladen in jedem {{.Interval}} ."
909
+ "other": "Aufgeladen in jedem {{.Interval}}."
907
910
  },
908
911
  "shopping_price_plan_note_interval": {
909
912
  "one": "{{.Interval}}",
@@ -1080,13 +1083,10 @@
1080
1083
  "other": "Läuft ab {{.Expiry}}"
1081
1084
  },
1082
1085
  "usersubscriptions_subscription_status_cancelled": {
1083
- "other": "usersubscriptions_subscription_status_cancelled"
1084
- },
1085
- "usersubscriptions_subscription_status_errored": {
1086
- "other": "usersubscriptions_subscription_status_errored"
1086
+ "other": "Abgesagt"
1087
1087
  },
1088
1088
  "usersubscriptions_subscription_status_past_due": {
1089
- "other": "usersubscriptions_subscription_status_past_due"
1089
+ "other": "Überfällig"
1090
1090
  },
1091
1091
  "usersubscriptions_subscription_status_trialing": {
1092
1092
  "other": "Probezeit"
@@ -1340,7 +1340,77 @@
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Tilgen"
1342
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Abonnieren {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Jahr",
1348
+ "other": "{{.Count}} Jahre"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Monat",
1352
+ "other": "{{.Count}} Monate"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Woche",
1356
+ "other": "{{.Count}} Wochen"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Tag",
1360
+ "other": "{{.Count}} Tage"
1361
+ },
1343
1362
  "shopping_info_ownership_subscription": {
1344
1363
  "other": "Abonnement"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Bitte versuche es erneut"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Ihre Karte wird nicht unterstützt."
1370
+ },
1371
+ "nav_search_control_placeholder": {
1372
+ "other": "Suche"
1373
+ },
1374
+ "nav_search_control_sr_submit": {
1375
+ "other": "Suche einreichen"
1376
+ },
1377
+ "shopping_info_plan_interval": {
1378
+ "one": "Erneuert automatisch alle {{.Interval}}",
1379
+ "other": "Erneuert automatisch alle {{.Count}} {{.Interval}}"
1380
+ },
1381
+ "shopping_info_trial_period": {
1382
+ "one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
1383
+ "other": "Testen Sie Ihre kostenlose {{.Count}} Tage-Testversion!"
1384
+ },
1385
+ "usersubscriptions_page_header_seo": {
1386
+ "other": "Abonnements und Abrechnung"
1387
+ },
1388
+ "usersubscriptions_subscription_status_unpaid": {
1389
+ "other": "Unbezahlt"
1390
+ },
1391
+ "usersubscriptions_subscription_status_cancelling": {
1392
+ "other": "Stornieren"
1393
+ },
1394
+ "interval_day": {
1395
+ "one": "Tag",
1396
+ "other": "Tage"
1397
+ },
1398
+ "interval_week": {
1399
+ "one": "Woche",
1400
+ "other": "Wochen"
1401
+ },
1402
+ "interval_month": {
1403
+ "one": "Monat",
1404
+ "other": "Monate"
1405
+ },
1406
+ "interval_year": {
1407
+ "one": "Jahr",
1408
+ "other": "Jahre"
1409
+ },
1410
+ "shopping_error_processing_error": {
1411
+ "other": "Bei der Verarbeitung Ihrer Karte ist ein Fehler aufgetreten. Versuchen Sie es später noch einmal oder mit einer anderen Zahlungsmethode."
1412
+ },
1413
+ "shopping_error_invalid_session_token": {
1414
+ "other": "Einkaufssitzung abgelaufen, bitte versuchen Sie es erneut."
1345
1415
  }
1346
1416
  }
@@ -545,10 +545,10 @@
545
545
  "other": "Αντιμετωπίσαμε ένα σφάλμα. "
546
546
  },
547
547
  "shopping_error_incorrect_cvc": {
548
- "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. "
548
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVC. "
549
549
  },
550
550
  "shopping_error_invalid_cvc": {
551
- "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. "
551
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVC. "
552
552
  },
553
553
  "shopping_error_incorrect_number": {
554
554
  "other": "Παρακαλώ εισάγετε έναν έγκυρο αριθμό κάρτας."
@@ -625,6 +625,9 @@
625
625
  "shopping_error_payment_intent_authentication_failure": {
626
626
  "other": "Η πιστωτική σας κάρτα δεν έγινε δεκτή. Παρακαλώ προσπαθήστε ξανά."
627
627
  },
628
+ "shopping_error_card_not_supported": {
629
+ "other": "Η κάρτα σας δεν υποστηρίζεται."
630
+ },
628
631
  "shopping_complete_rental": {
629
632
  "other": "Επιτυχία!"
630
633
  },
@@ -990,7 +993,7 @@
990
993
  "other": "Χρεώνεται κάθε {{.Interval}} μετά τη λήξη της δωρεάν δοκιμής {{.Count}} ημερών."
991
994
  },
992
995
  "shopping_price_plan_note_without_trial": {
993
- "other": "Χρεώνεται κάθε {{.Interval}} ."
996
+ "other": "Χρεώνεται κάθε {{.Interval}}."
994
997
  },
995
998
  "shopping_price_plan_note_interval": {
996
999
  "one": "{{.Interval}}",
@@ -1017,7 +1020,7 @@
1017
1020
  },
1018
1021
  "shopping_info_trial_period_offer": {
1019
1022
  "one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
1020
- "other": "Δοκιμάστε τη δωρεάν {{.Count}} day!"
1023
+ "other": "Δοκιμάστε τη δωρεάν ημερήσια δοκιμή {{.Count}}!"
1021
1024
  },
1022
1025
  "plans_page_header": {
1023
1026
  "other": "Διαθέσιμα σχέδια"
@@ -1331,7 +1334,83 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Εξαργυρώνω"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Εγγραφείτε {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "Ετος",
1342
+ "other": "{{.Count}} Χρόνια"
1343
+ },
1344
+ "subscription_recurrence_month": {
1345
+ "one": "Μήνας",
1346
+ "other": "{{.Count}} Μήνες"
1347
+ },
1348
+ "subscription_recurrence_week": {
1349
+ "one": "Εβδομάδα",
1350
+ "other": "{{.Count}} Εβδομάδες"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Ημέρα",
1354
+ "other": "{{.Count}} Ημέρες"
1355
+ },
1334
1356
  "shopping_info_ownership_subscription": {
1335
1357
  "other": "Συνδρομή"
1358
+ },
1359
+ "something_bad_happened": {
1360
+ "other": "ΠΑΡΑΚΑΛΩ προσπαθησε ξανα"
1361
+ },
1362
+ "stripe_card_not_supported": {
1363
+ "other": "Η κάρτα σας δεν υποστηρίζεται."
1364
+ },
1365
+ "nav_search_control_placeholder": {
1366
+ "other": "Αναζήτηση"
1367
+ },
1368
+ "nav_search_control_sr_submit": {
1369
+ "other": "Υποβάλετε αναζήτηση"
1370
+ },
1371
+ "shopping_info_plan_interval": {
1372
+ "one": "Ανανεώνει αυτόματα κάθε {{.Interval}}",
1373
+ "other": "Ανανεώνει αυτόματα κάθε {{.Count}} {{.Interval}}"
1374
+ },
1375
+ "shopping_info_trial_period": {
1376
+ "one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
1377
+ "other": "Δοκιμάστε τη δωρεάν ημερήσια δοκιμή {{.Count}}!"
1378
+ },
1379
+ "usersubscriptions_page_header_seo": {
1380
+ "other": "Συνδρομές και Χρεώσεις"
1381
+ },
1382
+ "usersubscriptions_subscription_status_past_due": {
1383
+ "other": "Παρελθούσα"
1384
+ },
1385
+ "usersubscriptions_subscription_status_unpaid": {
1386
+ "other": "Απλήρωτος"
1387
+ },
1388
+ "usersubscriptions_subscription_status_cancelled": {
1389
+ "other": "Ακυρώθηκε"
1390
+ },
1391
+ "usersubscriptions_subscription_status_cancelling": {
1392
+ "other": "Ακύρωση"
1393
+ },
1394
+ "interval_day": {
1395
+ "one": "ημέρα",
1396
+ "other": "ημέρες"
1397
+ },
1398
+ "interval_week": {
1399
+ "one": "εβδομάδα",
1400
+ "other": "εβδομάδες"
1401
+ },
1402
+ "interval_month": {
1403
+ "one": "μήνας",
1404
+ "other": "μήνες"
1405
+ },
1406
+ "interval_year": {
1407
+ "one": "έτος",
1408
+ "other": "χρόνια"
1409
+ },
1410
+ "shopping_error_processing_error": {
1411
+ "other": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία της κάρτας σας. Δοκιμάστε ξανά αργότερα ή με διαφορετικό τρόπο πληρωμής."
1412
+ },
1413
+ "shopping_error_invalid_session_token": {
1414
+ "other": "Η περίοδος αγορών έληξε, δοκιμάστε ξανά."
1336
1415
  }
1337
1416
  }
@@ -608,10 +608,13 @@
608
608
  "other": "An error occurred"
609
609
  },
610
610
  "shopping_error_incorrect_cvc": {
611
- "other": "Please enter a valid CVV."
611
+ "other": "Please enter a valid CVC."
612
612
  },
613
613
  "shopping_error_invalid_cvc": {
614
- "other": "Please enter a valid CVV."
614
+ "other": "Please enter a valid CVC."
615
+ },
616
+ "shopping_error_processing_error": {
617
+ "other": "An error occurred while processing your card. Try again later or with a different payment method."
615
618
  },
616
619
  "shopping_error_incorrect_number": {
617
620
  "other": "Please enter a valid Credit Card Number."
@@ -694,6 +697,9 @@
694
697
  "shopping_error_plan_expired": {
695
698
  "other": "This plan is no longer available."
696
699
  },
700
+ "shopping_error_card_not_supported": {
701
+ "other": "Your card is not supported."
702
+ },
697
703
  "shopping_complete_rental": {
698
704
  "other": "Success!"
699
705
  },
@@ -991,7 +997,7 @@
991
997
  },
992
998
  "shopping_price_plan_note_interval": {
993
999
  "one": "{{.Interval}}",
994
- "other": "{{.Count}} {{.Interval}}s"
1000
+ "other": "{{.Count}} {{.Interval}}"
995
1001
  },
996
1002
  "shopping_enter_card_prompt_subscription": {
997
1003
  "other": "Enter your credit card details below in order start your subscription."
@@ -1019,7 +1025,7 @@
1019
1025
  },
1020
1026
  "shopping_info_plan_offer": {
1021
1027
  "one": "Automatically renews every {{.Interval}}",
1022
- "other": "Automatically renews every {{.Count}} {{.Interval}}s"
1028
+ "other": "Automatically renews every {{.Count}} {{.Interval}}"
1023
1029
  },
1024
1030
  "shopping_info_trial_period_offer": {
1025
1031
  "one": "Try your free 24hr trial now!",
@@ -1331,7 +1337,80 @@
1331
1337
  "pricing_ownership_promo": {
1332
1338
  "other": "Redeem"
1333
1339
  },
1340
+ "subscription_cta_label": {
1341
+ "other": "Subscribe {{.Price}}/{{.Recurrence}}"
1342
+ },
1343
+ "subscription_recurrence_day": {
1344
+ "one": "Day",
1345
+ "other": "{{.Count}} Days"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Week",
1349
+ "other": "{{.Count}} Weeks"
1350
+ },
1351
+ "subscription_recurrence_month": {
1352
+ "one": "Month",
1353
+ "other": "{{.Count}} Months"
1354
+ },
1355
+ "subscription_recurrence_year": {
1356
+ "one": "Year",
1357
+ "other": "{{.Count}} Years"
1358
+ },
1334
1359
  "shopping_info_ownership_subscription": {
1335
1360
  "other": "Subscription"
1361
+ },
1362
+ "something_bad_happened": {
1363
+ "other": "Please try again"
1364
+ },
1365
+ "stripe_card_not_supported": {
1366
+ "other": "Your card is not supported."
1367
+ },
1368
+ "nav_search_control_placeholder": {
1369
+ "other": "Search"
1370
+ },
1371
+ "nav_search_control_sr_submit": {
1372
+ "other": "Submit search"
1373
+ },
1374
+ "shopping_info_plan_interval": {
1375
+ "one": "Automatically renews every {{.Interval}}",
1376
+ "other": "Automatically renews every {{.Count}} {{.Interval}}"
1377
+ },
1378
+ "shopping_info_trial_period": {
1379
+ "one": "Try your free 24hr trial now!",
1380
+ "other": "Try your free {{.Count}} day trial!"
1381
+ },
1382
+ "usersubscriptions_page_header_seo": {
1383
+ "other": "Subscriptions and Billing"
1384
+ },
1385
+ "usersubscriptions_subscription_status_past_due": {
1386
+ "other": "Past due"
1387
+ },
1388
+ "usersubscriptions_subscription_status_unpaid": {
1389
+ "other": "Unpaid"
1390
+ },
1391
+ "usersubscriptions_subscription_status_cancelled": {
1392
+ "other": "Cancelled"
1393
+ },
1394
+ "usersubscriptions_subscription_status_cancelling": {
1395
+ "other": "Cancelling"
1396
+ },
1397
+ "interval_day": {
1398
+ "one": "day",
1399
+ "other": "days"
1400
+ },
1401
+ "interval_week": {
1402
+ "one": "week",
1403
+ "other": "weeks"
1404
+ },
1405
+ "interval_month": {
1406
+ "one": "month",
1407
+ "other": "months"
1408
+ },
1409
+ "interval_year": {
1410
+ "one": "year",
1411
+ "other": "years"
1412
+ },
1413
+ "shopping_error_invalid_session_token": {
1414
+ "other": "Shopping session expired, please try again."
1336
1415
  }
1337
1416
  }
@@ -545,10 +545,10 @@
545
545
  "other": "Ocurrió un error"
546
546
  },
547
547
  "shopping_error_incorrect_cvc": {
548
- "other": "Por favor, introduzca una CVV válida."
548
+ "other": "Por favor, introduzca una CVC válida."
549
549
  },
550
550
  "shopping_error_invalid_cvc": {
551
- "other": "Por favor, introduzca una CVV válida."
551
+ "other": "Por favor, introduzca una CVC válida."
552
552
  },
553
553
  "shopping_error_incorrect_number": {
554
554
  "other": "Por favor, introduzca un número de tarjeta de crédito válido."
@@ -625,6 +625,9 @@
625
625
  "shopping_error_payment_intent_authentication_failure": {
626
626
  "other": "La tarjeta de crédito ha sido rechazada. Inténtelo de nuevo."
627
627
  },
628
+ "shopping_error_card_not_supported": {
629
+ "other": "Su tarjeta no es compatible."
630
+ },
628
631
  "shopping_complete_rental": {
629
632
  "other": "¡Éxito!"
630
633
  },
@@ -903,7 +906,7 @@
903
906
  "other": "Se {{.Interval}} cada .Interval después de que finaliza la prueba gratuita de {{.Count}}"
904
907
  },
905
908
  "shopping_price_plan_note_without_trial": {
906
- "other": "Cargado cada {{.Interval}} ."
909
+ "other": "Cargado cada {{.Interval}}."
907
910
  },
908
911
  "shopping_price_plan_note_interval": {
909
912
  "one": "{{.Interval}}",
@@ -930,7 +933,7 @@
930
933
  },
931
934
  "shopping_info_trial_period_offer": {
932
935
  "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
933
- "other": "¡Pruebe su prueba gratuita de {{.Count}} day!"
936
+ "other": "¡Pruebe su prueba gratuita de {{.Count}} días!"
934
937
  },
935
938
  "plans_page_header": {
936
939
  "other": "Planes Disponibles"
@@ -1331,7 +1334,87 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Redimir"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "Año",
1342
+ "many": "{{.Count}} Años",
1343
+ "other": "{{.Count}} Años"
1344
+ },
1345
+ "subscription_recurrence_month": {
1346
+ "one": "Mes",
1347
+ "many": "{{.Count}} Meses",
1348
+ "other": "{{.Count}} Meses"
1349
+ },
1350
+ "subscription_recurrence_week": {
1351
+ "one": "Semana",
1352
+ "many": "{{.Count}} Semanas",
1353
+ "other": "{{.Count}} Semanas"
1354
+ },
1355
+ "subscription_recurrence_day": {
1356
+ "one": "Día",
1357
+ "many": "{{.Count}} Días",
1358
+ "other": "{{.Count}} Días"
1359
+ },
1334
1360
  "shopping_info_ownership_subscription": {
1335
1361
  "other": "Suscripción"
1362
+ },
1363
+ "something_bad_happened": {
1364
+ "other": "Inténtalo de nuevo"
1365
+ },
1366
+ "stripe_card_not_supported": {
1367
+ "other": "Su tarjeta no es compatible."
1368
+ },
1369
+ "nav_search_control_placeholder": {
1370
+ "other": "Buscar"
1371
+ },
1372
+ "nav_search_control_sr_submit": {
1373
+ "other": "Aplicar búsqueda"
1374
+ },
1375
+ "shopping_info_plan_interval": {
1376
+ "one": "Renueva automáticamente cada {{.Interval}}",
1377
+ "other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
1378
+ },
1379
+ "shopping_info_trial_period": {
1380
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
1381
+ "other": "¡Pruebe su prueba gratuita de {{.Count}} días!"
1382
+ },
1383
+ "usersubscriptions_page_header_seo": {
1384
+ "other": "Suscripciones y Facturación"
1385
+ },
1386
+ "usersubscriptions_subscription_status_past_due": {
1387
+ "other": "Atrasado"
1388
+ },
1389
+ "usersubscriptions_subscription_status_unpaid": {
1390
+ "other": "No pagado"
1391
+ },
1392
+ "usersubscriptions_subscription_status_cancelled": {
1393
+ "other": "Cancelado"
1394
+ },
1395
+ "usersubscriptions_subscription_status_cancelling": {
1396
+ "other": "Cancelado"
1397
+ },
1398
+ "interval_day": {
1399
+ "one": "día",
1400
+ "other": "días"
1401
+ },
1402
+ "interval_week": {
1403
+ "one": "semana",
1404
+ "other": "semanas"
1405
+ },
1406
+ "interval_month": {
1407
+ "one": "mes",
1408
+ "other": "meses"
1409
+ },
1410
+ "interval_year": {
1411
+ "one": "año",
1412
+ "other": "años"
1413
+ },
1414
+ "shopping_error_processing_error": {
1415
+ "other": "Ocurrió un error al procesar su tarjeta. Vuelve a intentarlo más tarde o con otro método de pago."
1416
+ },
1417
+ "shopping_error_invalid_session_token": {
1418
+ "other": "La sesión de compra expiró, inténtalo de nuevo."
1336
1419
  }
1337
1420
  }
@@ -545,10 +545,10 @@
545
545
  "other": "Ocurrió un error"
546
546
  },
547
547
  "shopping_error_incorrect_cvc": {
548
- "other": "Por favor ingresa un CVV válido."
548
+ "other": "Por favor ingresa un CVC válido."
549
549
  },
550
550
  "shopping_error_invalid_cvc": {
551
- "other": "Por favor ingresa un CVV válido."
551
+ "other": "Por favor ingresa un CVC válido."
552
552
  },
553
553
  "shopping_error_incorrect_number": {
554
554
  "other": "Por favor ingresa un número de tarjeta de crédito válido."
@@ -625,6 +625,9 @@
625
625
  "shopping_error_payment_intent_authentication_failure": {
626
626
  "other": "Esa tarjeta de crédito está declinada. Por favor intenta más tarde."
627
627
  },
628
+ "shopping_error_card_not_supported": {
629
+ "other": "Su tarjeta no es compatible."
630
+ },
628
631
  "shopping_complete_rental": {
629
632
  "other": "¡Éxito!"
630
633
  },
@@ -1189,7 +1192,7 @@
1189
1192
  },
1190
1193
  "shopping_price_plan_note_interval": {
1191
1194
  "one": "{{.Interval}}",
1192
- "other": "{{.Count}} {{.Interval}}s"
1195
+ "other": "{{.Count}} {{.Interval}}"
1193
1196
  },
1194
1197
  "shopping_enter_card_prompt_subscription": {
1195
1198
  "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
@@ -1208,11 +1211,11 @@
1208
1211
  },
1209
1212
  "shopping_info_plan_offer": {
1210
1213
  "one": "Se renueva automáticamente cada {{.Interval}}",
1211
- "other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}s"
1214
+ "other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}"
1212
1215
  },
1213
1216
  "shopping_info_trial_period_offer": {
1214
- "one": "Renueva automáticamente cada {{.Interval}}",
1215
- "other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
1217
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
1218
+ "other": "¡Pruebe su prueba gratuita de {{.Count}} días!"
1216
1219
  },
1217
1220
  "availability_expires": {
1218
1221
  "other": "Caducó {{.Expiry}}"
@@ -1331,7 +1334,87 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Redimir"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "Año",
1342
+ "many": "{{.Count}} Años",
1343
+ "other": "{{.Count}} Años"
1344
+ },
1345
+ "subscription_recurrence_month": {
1346
+ "one": "Mes",
1347
+ "many": "{{.Count}} Meses",
1348
+ "other": "{{.Count}} Meses"
1349
+ },
1350
+ "subscription_recurrence_week": {
1351
+ "one": "Semana",
1352
+ "many": "{{.Count}} Semanas",
1353
+ "other": "{{.Count}} Semanas"
1354
+ },
1355
+ "subscription_recurrence_day": {
1356
+ "one": "Día",
1357
+ "many": "{{.Count}} Días",
1358
+ "other": "{{.Count}} Días"
1359
+ },
1334
1360
  "shopping_info_ownership_subscription": {
1335
1361
  "other": "Suscripción"
1362
+ },
1363
+ "something_bad_happened": {
1364
+ "other": "Inténtalo de nuevo"
1365
+ },
1366
+ "stripe_card_not_supported": {
1367
+ "other": "Su tarjeta no es compatible."
1368
+ },
1369
+ "nav_search_control_placeholder": {
1370
+ "other": "Buscar"
1371
+ },
1372
+ "nav_search_control_sr_submit": {
1373
+ "other": "Enviar busqueda"
1374
+ },
1375
+ "shopping_info_plan_interval": {
1376
+ "one": "Se renueva automáticamente cada {{.Interval}}",
1377
+ "other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}"
1378
+ },
1379
+ "shopping_info_trial_period": {
1380
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
1381
+ "other": "¡Pruebe su prueba gratuita de {{.Count}} días!"
1382
+ },
1383
+ "usersubscriptions_page_header_seo": {
1384
+ "other": "Suscripciones y Facturación"
1385
+ },
1386
+ "usersubscriptions_subscription_status_past_due": {
1387
+ "other": "Atrasado"
1388
+ },
1389
+ "usersubscriptions_subscription_status_unpaid": {
1390
+ "other": "No pagado"
1391
+ },
1392
+ "usersubscriptions_subscription_status_cancelled": {
1393
+ "other": "Cancelado"
1394
+ },
1395
+ "usersubscriptions_subscription_status_cancelling": {
1396
+ "other": "Cancelado"
1397
+ },
1398
+ "interval_day": {
1399
+ "one": "día",
1400
+ "other": "días"
1401
+ },
1402
+ "interval_week": {
1403
+ "one": "semana",
1404
+ "other": "semanas"
1405
+ },
1406
+ "interval_month": {
1407
+ "one": "mes",
1408
+ "other": "meses"
1409
+ },
1410
+ "interval_year": {
1411
+ "one": "año",
1412
+ "other": "años"
1413
+ },
1414
+ "shopping_error_processing_error": {
1415
+ "other": "Ocurrió un error al procesar su tarjeta. Vuelve a intentarlo más tarde o con otro método de pago."
1416
+ },
1417
+ "shopping_error_invalid_session_token": {
1418
+ "other": "La sesión de compra expiró, inténtalo de nuevo."
1336
1419
  }
1337
1420
  }