@shift72/core-template 1.7.0 → 1.9.0-prerelease.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/README.md +6 -4
  3. package/kibble.json +9 -3
  4. package/package.json +4 -4
  5. package/site/ar_LB.all.json +120 -0
  6. package/site/ca_ES.all.json +120 -0
  7. package/site/da_DK.all.json +120 -0
  8. package/site/de_DE.all.json +120 -0
  9. package/site/el_EL.all.json +120 -0
  10. package/site/en_AU.all.json +120 -0
  11. package/site/es_ES.all.json +120 -0
  12. package/site/es_MX.all.json +120 -0
  13. package/site/et_ET.all.json +120 -0
  14. package/site/fi_FI.all.json +120 -0
  15. package/site/fr_FR.all.json +120 -0
  16. package/site/hr_HR.all.json +120 -0
  17. package/site/hu_HU.all.json +120 -0
  18. package/site/it_IT.all.json +120 -0
  19. package/site/ja_JP.all.json +120 -0
  20. package/site/lt_LT.all.json +120 -0
  21. package/site/nl_BE.all.json +120 -0
  22. package/site/no_NO.all.json +120 -0
  23. package/site/pl_PL.all.json +120 -0
  24. package/site/pt_BR.all.json +120 -0
  25. package/site/pt_PT.all.json +120 -0
  26. package/site/ru_RU.all.json +120 -0
  27. package/site/sr_SR.all.json +120 -0
  28. package/site/static/fonts/fa-s72.woff +0 -0
  29. package/site/static/images/icons/amazonfiretv.png +0 -0
  30. package/site/static/images/icons/androidtv.png +0 -0
  31. package/site/static/images/icons/appletv.png +0 -0
  32. package/site/styles/_buttons.scss +32 -1
  33. package/site/styles/_footer.scss +57 -5
  34. package/site/styles/_forms.scss +13 -0
  35. package/site/styles/_icons.scss +24 -0
  36. package/site/styles/_shift72.scss +37 -14
  37. package/site/styles/_variables.scss +25 -0
  38. package/site/templates/application/footer/app-badges.jet +30 -11
  39. package/site/templates/application/footer/footer.jet +3 -0
  40. package/site/templates/application/footer/nav.jet +12 -12
  41. package/site/templates/application/footer/social-media-buttons.jet +25 -0
  42. package/site/templates/collection/carousel/item.jet +0 -2
  43. package/site/templates/items/meta_item.jet +0 -2
  44. package/site/templates/items/tagline.jet +1 -1
  45. package/site/templates/tv/detail.jet +1 -0
  46. package/site/tr_TR.all.json +120 -0
  47. package/site/uk_UA.all.json +120 -0
  48. package/site/zh_TW.all.json +120 -0
@@ -1511,5 +1511,125 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Κάτι πήγε στραβά κατά την προσθήκη αυτής της κάρτας. Δοκιμάστε ξανά αργότερα ή χρησιμοποιήστε διαφορετική κάρτα."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Διατίθεται σε εφαρμογές τηλεόρασης"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Αποκτήστε το στο Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Αποκτήστε το στο Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Αποκτήστε το στο Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Επισκεφθείτε μας στο Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Εγγραφείτε στο Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Επισκεφθείτε μας στο Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Επισκεφθείτε μας στο Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Επισκεφθείτε μας στο Letterboxd"
1541
+ },
1542
+ "validate_email_about": {
1543
+ "other": "Για να δημιουργήσουμε έναν λογαριασμό πρέπει πρώτα να επαληθεύσουμε τη διεύθυνση email σας. Εισαγάγετε το email σας και θα σας στείλουμε μια πρόσκληση εγγραφής λογαριασμού."
1544
+ },
1545
+ "validate_email_success": {
1546
+ "other": "Ένα email επαλήθευσης έχει σταλεί στη {{.Email}} . Ελέγξτε το email σας και ακολουθήστε τις οδηγίες δημιουργίας λογαριασμού."
1547
+ },
1548
+ "validate_email_email_already_in_use": {
1549
+ "other": "Αυτό το email χρησιμοποιείται ήδη."
1550
+ },
1551
+ "validate_email_verify_email_already_sent": {
1552
+ "other": "Ένα email επαλήθευσης έχει ήδη σταλεί στο {{.Email}} . Ελέγξτε τον λογαριασμό email σας."
1553
+ },
1554
+ "validate_email_alert_success": {
1555
+ "other": "Επιτυχία"
1556
+ },
1557
+ "validate_email_alert_error": {
1558
+ "other": "Λάθος!"
1559
+ },
1560
+ "validate_email_submit_button_text": {
1561
+ "other": "Δημιουργήστε λογαριασμό"
1562
+ },
1563
+ "validate_email_submit_button_text_in_progress": {
1564
+ "other": "Δημιουργία λογαριασμού..."
1565
+ },
1566
+ "signup_form_error_email_verification_missing": {
1567
+ "other": "Λείπει ο κωδικός επαλήθευσης."
1568
+ },
1569
+ "signup_form_error_email_verification_expired": {
1570
+ "other": "Το διακριτικό επαλήθευσης έχει λήξει."
1571
+ },
1572
+ "signup_form_error_email_verification_no_match": {
1573
+ "other": "Αυτό το email δεν έχει επαληθευτεί."
1574
+ },
1575
+ "alert_title_success": {
1576
+ "other": "Επιτυχία"
1577
+ },
1578
+ "alert_title_error": {
1579
+ "other": "Λάθος!"
1580
+ },
1581
+ "signup_form_error_email_verification_status_rejected": {
1582
+ "other": "Η διεύθυνση αλληλογραφίας που παρέχεται είναι για έναν τομέα που έχει περιοριστεί. Εγγραφείτε με διαφορετικό πάροχο email."
1583
+ },
1584
+ "signup_form_error_email_verification_generic": {
1585
+ "other": "Παρουσιάστηκε ένα άγνωστο σφάλμα κατά την επικύρωση της διεύθυνσης email σας. Δοκιμάστε να ανανεώσετε τη σελίδα ή να επικοινωνήσετε με τον διαχειριστή του ιστότοπού σας."
1586
+ },
1587
+ "signup_form_error_generic": {
1588
+ "other": "Παρουσιάστηκε ένα άγνωστο σφάλμα κατά τη δημιουργία του λογαριασμού σας. Δοκιμάστε να ανανεώσετε τη σελίδα ή να επικοινωνήσετε με τον διαχειριστή του ιστότοπού σας."
1589
+ },
1590
+ "signup_form_error_email_verification_link_text": {
1591
+ "other": "Δοκιμάστε ξανά την επικύρωση μέσω email"
1592
+ },
1593
+ "auth_selector_info": {
1594
+ "other": "Απαιτείται λογαριασμός για την αγορά αυτού του περιεχομένου."
1595
+ },
1596
+ "auth_selector_sign_in_button_text": {
1597
+ "other": "Ήδη μέλος; Συνδεθείτε"
1598
+ },
1599
+ "auth_selector_sign_up_button_text": {
1600
+ "other": "Δημιουργήστε λογαριασμό"
1601
+ },
1602
+ "auth_selector_or_divider_text": {
1603
+ "other": "ή"
1604
+ },
1605
+ "validate_email_error_verify_email_already_sent": {
1606
+ "other": "Ένα email επαλήθευσης έχει ήδη σταλεί. Ελέγξτε τον λογαριασμό email σας."
1607
+ },
1608
+ "validate_email_error_email_invalid": {
1609
+ "other": "Το email δεν είναι έγκυρο."
1610
+ },
1611
+ "validate_email_error_email_required": {
1612
+ "other": "Απαιτείται μία διεύθυνση ηλεκτρονικού ταχυδρομείου."
1613
+ },
1614
+ "validate_email_error_email_taken": {
1615
+ "other": "Αυτό το email χρησιμοποιείται ήδη."
1616
+ },
1617
+ "validate_email_error_email_verification_status_rejected": {
1618
+ "other": "Η διεύθυνση αλληλογραφίας που παρέχεται είναι για έναν τομέα που έχει περιοριστεί. Εγγραφείτε με διαφορετικό πάροχο email."
1619
+ },
1620
+ "validate_email_error_pin_required": {
1621
+ "other": "Απαιτείται κωδικός PIN."
1622
+ },
1623
+ "validate_email_error_signups_disabled": {
1624
+ "other": "Οι εγγραφές είναι προς το παρόν απενεργοποιημένες."
1625
+ },
1626
+ "validate_email_error_too_many_requests": {
1627
+ "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα."
1628
+ },
1629
+ "validate_email_error_verify_email_disabled": {
1630
+ "other": "Η επικύρωση email είναι προς το παρόν απενεργοποιημένη."
1631
+ },
1632
+ "validate_email_error_generic": {
1633
+ "other": "Παρουσιάστηκε ένα άγνωστο σφάλμα κατά την επαλήθευση του παρεχόμενου email. Δοκιμάστε να ανανεώσετε τη σελίδα ή να επικοινωνήσετε με τον διαχειριστή του ιστότοπού σας."
1514
1634
  }
1515
1635
  }
@@ -1256,15 +1256,42 @@
1256
1256
  "wcag_aria_label_letterboxd": {
1257
1257
  "other": "View on Letterboxd"
1258
1258
  },
1259
+ "wcag_aria_label_social_instagram": {
1260
+ "other": "Visit us on Instagram"
1261
+ },
1262
+ "wcag_aria_label_social_youtube": {
1263
+ "other": "Subscribe on Youtube"
1264
+ },
1265
+ "wcag_aria_label_social_facebook": {
1266
+ "other": "Visit us on Facebook"
1267
+ },
1268
+ "wcag_aria_label_social_twitter": {
1269
+ "other": "Visit us on Twitter"
1270
+ },
1271
+ "wcag_aria_label_social_letterboxd": {
1272
+ "other": "Visit us on Letterboxd"
1273
+ },
1259
1274
  "app_badge_title": {
1260
1275
  "other": "Download the app to view your purchased content!"
1261
1276
  },
1277
+ "tv_app_badge_title": {
1278
+ "other": "Available on TV apps"
1279
+ },
1262
1280
  "app_badge_ios": {
1263
1281
  "other": "Download on the App Store"
1264
1282
  },
1265
1283
  "app_badge_android": {
1266
1284
  "other": "Get it on Google Play"
1267
1285
  },
1286
+ "app_badge_fire_tv": {
1287
+ "other": "Get it on Amazon Fire TV"
1288
+ },
1289
+ "app_badge_android_tv": {
1290
+ "other": "Get it on Android TV"
1291
+ },
1292
+ "app_badge_apple_tv": {
1293
+ "other": "Get it on Apple TV"
1294
+ },
1268
1295
  "plans_page_header": {
1269
1296
  "other": "Available Plans"
1270
1297
  },
@@ -1511,5 +1538,98 @@
1511
1538
  },
1512
1539
  "new_card_error_timed_out": {
1513
1540
  "other": "Something went wrong when adding that card. Please try again later or use a different card."
1541
+ },
1542
+ "validate_email_about": {
1543
+ "other": "To create an account we must first verify your email address. Enter your email and we will send an account sign up invitation."
1544
+ },
1545
+ "validate_email_success": {
1546
+ "other": "A verification email has been sent to {{.Email}}. Please check your email and follow the account creation instructions."
1547
+ },
1548
+ "validate_email_email_already_in_use": {
1549
+ "other": "This email is already in use."
1550
+ },
1551
+ "validate_email_verify_email_already_sent": {
1552
+ "other": "A verification email has already been sent to {{.Email}}. Please check your email account."
1553
+ },
1554
+ "validate_email_alert_success": {
1555
+ "other": "Success"
1556
+ },
1557
+ "validate_email_alert_error": {
1558
+ "other": "Error!"
1559
+ },
1560
+ "validate_email_submit_button_text": {
1561
+ "other": "Create account"
1562
+ },
1563
+ "validate_email_submit_button_text_in_progress": {
1564
+ "other": "Creating account..."
1565
+ },
1566
+ "signup_form_error_email_verification_missing": {
1567
+ "other": "Verification code missing."
1568
+ },
1569
+ "signup_form_error_email_verification_expired": {
1570
+ "other": "The verification token has expired."
1571
+ },
1572
+ "signup_form_error_email_verification_no_match": {
1573
+ "other": "This email has not been verified."
1574
+ },
1575
+ "alert_title_success": {
1576
+ "other": "Success"
1577
+ },
1578
+ "alert_title_error": {
1579
+ "other": "Error!"
1580
+ },
1581
+ "signup_form_error_email_verification_status_rejected": {
1582
+ "other": "The mail address provided is for a domain that has been restricted. Please sign up with a different email provider."
1583
+ },
1584
+ "signup_form_error_email_verification_generic": {
1585
+ "other": "There was a unknown error while validating your email address. Try refreshing the page or contacting your site administrator."
1586
+ },
1587
+ "signup_form_error_generic": {
1588
+ "other": "There was a unknown error while creating your account. Try refreshing the page or contacting your site administrator."
1589
+ },
1590
+ "signup_form_error_email_verification_link_text": {
1591
+ "other": "Retry email validation"
1592
+ },
1593
+ "auth_selector_info": {
1594
+ "other": "An account is needed to purchase this content."
1595
+ },
1596
+ "auth_selector_sign_in_button_text": {
1597
+ "other": "Already a member? Sign in"
1598
+ },
1599
+ "auth_selector_sign_up_button_text": {
1600
+ "other": "Create account"
1601
+ },
1602
+ "auth_selector_or_divider_text": {
1603
+ "other": "or"
1604
+ },
1605
+ "validate_email_error_verify_email_already_sent": {
1606
+ "other": "A verification email has already been sent. Please check your email account."
1607
+ },
1608
+ "validate_email_error_email_invalid": {
1609
+ "other": "Email is not a valid."
1610
+ },
1611
+ "validate_email_error_email_required": {
1612
+ "other": "An email is required."
1613
+ },
1614
+ "validate_email_error_email_taken": {
1615
+ "other": "This email is already in use."
1616
+ },
1617
+ "validate_email_error_email_verification_status_rejected": {
1618
+ "other": "The mail address provided is for a domain that has been restricted. Please sign up with a different email provider."
1619
+ },
1620
+ "validate_email_error_pin_required": {
1621
+ "other": "A PIN code is required."
1622
+ },
1623
+ "validate_email_error_signups_disabled": {
1624
+ "other": "Sign ups are currently disabled."
1625
+ },
1626
+ "validate_email_error_too_many_requests": {
1627
+ "other": "Too many requests, please try again later."
1628
+ },
1629
+ "validate_email_error_verify_email_disabled": {
1630
+ "other": "Email validation is currently disabled."
1631
+ },
1632
+ "validate_email_error_generic": {
1633
+ "other": "There was a unknown error while verifying the supplied email. Try refreshing the page or contacting your site administrator."
1514
1634
  }
1515
1635
  }
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible en aplicaciones de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Consíguelo en Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Consíguelo en Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Consíguelo en Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visítanos en Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Suscríbete en Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visítenos en Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visítenos en Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visítenos en Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Para crear una cuenta primero debemos verificar su dirección de correo electrónico. Ingrese su correo electrónico y le enviaremos una invitación de registro de cuenta."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Se ha enviado un correo electrónico de verificación a {{.Email}} . Por favor revise su correo electrónico y siga las instrucciones de creación de cuenta."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Este correo electrónico ya está en uso."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Ya se ha enviado un correo electrónico de verificación a {{.Email}} . Por favor revise su cuenta de correo electrónico."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Éxito"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "¡Error!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Crear una cuenta"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "Creando cuenta..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Falta el código de verificación."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "El token de verificación ha caducado."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Este correo electrónico no ha sido verificado."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Éxito"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "¡Error!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "La dirección de correo proporcionada es para un dominio que ha sido restringido. Regístrese con un proveedor de correo electrónico diferente."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Hubo un error desconocido al validar su dirección de correo electrónico. Intente actualizar la página o comuníquese con el administrador del sitio."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Hubo un error desconocido al crear su cuenta. Intente actualizar la página o comuníquese con el administrador del sitio."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Vuelva a intentar la validación de correo electrónico"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "Se necesita una cuenta para comprar este contenido."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "¿Ya eres usuario? Iniciar sesión"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Crear una cuenta"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "o"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "Ya se ha enviado un correo electrónico de verificación. Por favor revise su cuenta de correo electrónico."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "El correo electrónico no es válido."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "Se requiere un email."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Este correo electrónico ya está en uso."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "La dirección de correo proporcionada es para un dominio que ha sido restringido. Regístrese con un proveedor de correo electrónico diferente."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "Se requiere un código PIN."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "Los registros están actualmente deshabilitados."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "La validación de correo electrónico está actualmente deshabilitada."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Hubo un error desconocido al verificar el correo electrónico proporcionado. Intente actualizar la página o comuníquese con el administrador del sitio."
1518
1638
  }
1519
1639
  }
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible en aplicaciones de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Consíguelo en Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Consíguelo en Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Consíguelo en Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visítanos en Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Suscríbete en Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visítenos en Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visítenos en Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visítenos en Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Para crear una cuenta primero debemos verificar su dirección de correo electrónico. Ingrese su correo electrónico y le enviaremos una invitación de registro de cuenta."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Se ha enviado un correo electrónico de verificación a {{.Email}} . Por favor revise su correo electrónico y siga las instrucciones de creación de cuenta."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Este correo electrónico ya está en uso."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Ya se ha enviado un correo electrónico de verificación a {{.Email}} . Por favor revise su cuenta de correo electrónico."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Éxito"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "¡Error!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Crear una cuenta"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "Creando cuenta..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Falta el código de verificación."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "El token de verificación ha caducado."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Este correo electrónico no ha sido verificado."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Éxito"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "¡Error!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "La dirección de correo proporcionada es para un dominio que ha sido restringido. Regístrese con un proveedor de correo electrónico diferente."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Hubo un error desconocido al validar su dirección de correo electrónico. Intente actualizar la página o comuníquese con el administrador del sitio."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Hubo un error desconocido al crear su cuenta. Intente actualizar la página o comuníquese con el administrador del sitio."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Vuelva a intentar la validación de correo electrónico"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "Se necesita una cuenta para comprar este contenido."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "¿Ya eres usuario? Iniciar sesión"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Crear una cuenta"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "o"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "Ya se ha enviado un correo electrónico de verificación. Por favor revise su cuenta de correo electrónico."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "El correo electrónico no es válido."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "Se requiere un email."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Este correo electrónico ya está en uso."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "La dirección de correo proporcionada es para un dominio que ha sido restringido. Regístrese con un proveedor de correo electrónico diferente."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "Se requiere un código PIN."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "Los registros están actualmente deshabilitados."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "La validación de correo electrónico está actualmente deshabilitada."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Hubo un error desconocido al verificar el correo electrónico proporcionado. Intente actualizar la página o comuníquese con el administrador del sitio."
1518
1638
  }
1519
1639
  }
@@ -1511,5 +1511,125 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Selle kaardi lisamisel läks midagi valesti. Proovige hiljem uuesti või kasutage teist kaarti."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Saadaval telerirakendustes"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Hankige see Amazon Fire TV-st"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Hankige see Android TV-s"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Hankige see Apple TV-st"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Külastage meid Instagramis"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Telli Youtube'is"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Külastage meid Facebookis"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Külastage meid Twitteris"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Külastage meid Letterboxdis"
1541
+ },
1542
+ "validate_email_about": {
1543
+ "other": "Konto loomiseks peame esmalt kinnitama teie e-posti aadressi. Sisesta oma e-mail ja saadame konto registreerimiskutse."
1544
+ },
1545
+ "validate_email_success": {
1546
+ "other": "Kinnitusmeil on saadetud aadressile {{.Email}} . Kontrollige oma meili ja järgige konto loomise juhiseid."
1547
+ },
1548
+ "validate_email_email_already_in_use": {
1549
+ "other": "See email on juba kasutusel."
1550
+ },
1551
+ "validate_email_verify_email_already_sent": {
1552
+ "other": "Kinnitusmeil on juba aadressile {{.Email}} saadetud. Kontrollige oma meilikontot."
1553
+ },
1554
+ "validate_email_alert_success": {
1555
+ "other": "Edu"
1556
+ },
1557
+ "validate_email_alert_error": {
1558
+ "other": "Viga!"
1559
+ },
1560
+ "validate_email_submit_button_text": {
1561
+ "other": "Loo konto"
1562
+ },
1563
+ "validate_email_submit_button_text_in_progress": {
1564
+ "other": "Konto loomine..."
1565
+ },
1566
+ "signup_form_error_email_verification_missing": {
1567
+ "other": "Kinnituskood puudub."
1568
+ },
1569
+ "signup_form_error_email_verification_expired": {
1570
+ "other": "Kinnitusluba on aegunud."
1571
+ },
1572
+ "signup_form_error_email_verification_no_match": {
1573
+ "other": "Seda meili pole kinnitatud."
1574
+ },
1575
+ "alert_title_success": {
1576
+ "other": "Edu"
1577
+ },
1578
+ "alert_title_error": {
1579
+ "other": "Viga!"
1580
+ },
1581
+ "signup_form_error_email_verification_status_rejected": {
1582
+ "other": "Esitatud meiliaadress on piiratud domeeni jaoks. Registreeruge mõne teise meiliteenuse pakkujaga."
1583
+ },
1584
+ "signup_form_error_email_verification_generic": {
1585
+ "other": "Teie e-posti aadressi kinnitamisel ilmnes tundmatu viga. Proovige lehte värskendada või võtta ühendust saidi administraatoriga."
1586
+ },
1587
+ "signup_form_error_generic": {
1588
+ "other": "Teie konto loomisel ilmnes tundmatu viga. Proovige lehte värskendada või võtta ühendust saidi administraatoriga."
1589
+ },
1590
+ "signup_form_error_email_verification_link_text": {
1591
+ "other": "Proovige meili kinnitamist uuesti"
1592
+ },
1593
+ "auth_selector_info": {
1594
+ "other": "Selle sisu ostmiseks on vaja kontot."
1595
+ },
1596
+ "auth_selector_sign_in_button_text": {
1597
+ "other": "Oled juba liige? Logi sisse"
1598
+ },
1599
+ "auth_selector_sign_up_button_text": {
1600
+ "other": "Loo konto"
1601
+ },
1602
+ "auth_selector_or_divider_text": {
1603
+ "other": "või"
1604
+ },
1605
+ "validate_email_error_verify_email_already_sent": {
1606
+ "other": "Kinnitusmeil on juba saadetud. Kontrollige oma meilikontot."
1607
+ },
1608
+ "validate_email_error_email_invalid": {
1609
+ "other": "E-post ei ole kehtiv."
1610
+ },
1611
+ "validate_email_error_email_required": {
1612
+ "other": "Vaja on meili."
1613
+ },
1614
+ "validate_email_error_email_taken": {
1615
+ "other": "See email on juba kasutusel."
1616
+ },
1617
+ "validate_email_error_email_verification_status_rejected": {
1618
+ "other": "Esitatud meiliaadress on piiratud domeeni jaoks. Registreeruge mõne teise meiliteenuse pakkujaga."
1619
+ },
1620
+ "validate_email_error_pin_required": {
1621
+ "other": "Vaja on PIN-koodi."
1622
+ },
1623
+ "validate_email_error_signups_disabled": {
1624
+ "other": "Registreerumine on praegu keelatud."
1625
+ },
1626
+ "validate_email_error_too_many_requests": {
1627
+ "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti."
1628
+ },
1629
+ "validate_email_error_verify_email_disabled": {
1630
+ "other": "Meili kinnitamine on praegu keelatud."
1631
+ },
1632
+ "validate_email_error_generic": {
1633
+ "other": "Esitatud meili kinnitamisel ilmnes tundmatu viga. Proovige lehte värskendada või võtta ühendust saidi administraatoriga."
1514
1634
  }
1515
1635
  }