@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": "Jotain meni pieleen korttia lisättäessä. Yritä myöhemmin uudelleen tai käytä toista korttia."
1514
+ },
1515
+ "wcag_aria_label_social_instagram": {
1516
+ "other": "Vieraile meillä Instagramissa"
1517
+ },
1518
+ "wcag_aria_label_social_youtube": {
1519
+ "other": "Tilaa Youtubessa"
1520
+ },
1521
+ "wcag_aria_label_social_facebook": {
1522
+ "other": "Vieraile Facebookissa"
1523
+ },
1524
+ "wcag_aria_label_social_twitter": {
1525
+ "other": "Vieraile Twitterissä"
1526
+ },
1527
+ "wcag_aria_label_social_letterboxd": {
1528
+ "other": "Vieraile meillä Letterboxdissa"
1529
+ },
1530
+ "tv_app_badge_title": {
1531
+ "other": "Saatavilla TV-sovelluksissa"
1532
+ },
1533
+ "app_badge_fire_tv": {
1534
+ "other": "Hanki se Amazon Fire TV:stä"
1535
+ },
1536
+ "app_badge_android_tv": {
1537
+ "other": "Lataa se Android TV:hen"
1538
+ },
1539
+ "app_badge_apple_tv": {
1540
+ "other": "Lataa se Apple TV:stä"
1541
+ },
1542
+ "validate_email_about": {
1543
+ "other": "Tilin luomiseksi meidän on ensin vahvistettava sähköpostiosoitteesi. Kirjoita sähköpostiosoitteesi, niin lähetämme kutsun tilin rekisteröintiin."
1544
+ },
1545
+ "validate_email_success": {
1546
+ "other": "Vahvistussähköposti on lähetetty osoitteeseen {{.Email}} . Tarkista sähköpostisi ja seuraa tilin luomisohjeita."
1547
+ },
1548
+ "validate_email_email_already_in_use": {
1549
+ "other": "Tämä sähköpostiosoite on jo käytössä."
1550
+ },
1551
+ "validate_email_verify_email_already_sent": {
1552
+ "other": "Vahvistussähköposti on jo lähetetty osoitteeseen {{.Email}} . Tarkista sähköpostitilisi."
1553
+ },
1554
+ "validate_email_alert_success": {
1555
+ "other": "Menestys"
1556
+ },
1557
+ "validate_email_alert_error": {
1558
+ "other": "Virhe!"
1559
+ },
1560
+ "validate_email_submit_button_text": {
1561
+ "other": "Luo tili"
1562
+ },
1563
+ "validate_email_submit_button_text_in_progress": {
1564
+ "other": "Luodaan tiliä..."
1565
+ },
1566
+ "signup_form_error_email_verification_missing": {
1567
+ "other": "Vahvistuskoodi puuttuu."
1568
+ },
1569
+ "signup_form_error_email_verification_expired": {
1570
+ "other": "Vahvistustunnus on vanhentunut."
1571
+ },
1572
+ "signup_form_error_email_verification_no_match": {
1573
+ "other": "Tätä sähköpostia ei ole vahvistettu."
1574
+ },
1575
+ "alert_title_success": {
1576
+ "other": "Menestys"
1577
+ },
1578
+ "alert_title_error": {
1579
+ "other": "Virhe!"
1580
+ },
1581
+ "signup_form_error_email_verification_status_rejected": {
1582
+ "other": "Annettu sähköpostiosoite on rajoitettua verkkotunnusta varten. Rekisteröidy toisen sähköpostipalvelun kautta."
1583
+ },
1584
+ "signup_form_error_email_verification_generic": {
1585
+ "other": "Sähköpostiosoitteesi vahvistamisessa tapahtui tuntematon virhe. Yritä päivittää sivu tai ota yhteyttä sivuston ylläpitäjään."
1586
+ },
1587
+ "signup_form_error_generic": {
1588
+ "other": "Tiliäsi luotaessa tapahtui tuntematon virhe. Yritä päivittää sivu tai ota yhteyttä sivuston ylläpitäjään."
1589
+ },
1590
+ "signup_form_error_email_verification_link_text": {
1591
+ "other": "Yritä sähköpostin vahvistusta uudelleen"
1592
+ },
1593
+ "auth_selector_info": {
1594
+ "other": "Tämän sisällön ostamiseen tarvitaan tili."
1595
+ },
1596
+ "auth_selector_sign_in_button_text": {
1597
+ "other": "joko olet jäsen? Kirjaudu sisään"
1598
+ },
1599
+ "auth_selector_sign_up_button_text": {
1600
+ "other": "Luo tili"
1601
+ },
1602
+ "auth_selector_or_divider_text": {
1603
+ "other": "tai"
1604
+ },
1605
+ "validate_email_error_verify_email_already_sent": {
1606
+ "other": "Vahvistussähköposti on jo lähetetty. Tarkista sähköpostitilisi."
1607
+ },
1608
+ "validate_email_error_email_invalid": {
1609
+ "other": "Sähköposti ei ole kelvollinen."
1610
+ },
1611
+ "validate_email_error_email_required": {
1612
+ "other": "Sähköposti vaaditaan."
1613
+ },
1614
+ "validate_email_error_email_taken": {
1615
+ "other": "Tämä sähköpostiosoite on jo käytössä."
1616
+ },
1617
+ "validate_email_error_email_verification_status_rejected": {
1618
+ "other": "Annettu sähköpostiosoite on rajoitettua verkkotunnusta varten. Rekisteröidy toisen sähköpostipalvelun kautta."
1619
+ },
1620
+ "validate_email_error_pin_required": {
1621
+ "other": "PIN-koodi vaaditaan."
1622
+ },
1623
+ "validate_email_error_signups_disabled": {
1624
+ "other": "Ilmoittautuminen on tällä hetkellä poissa käytöstä."
1625
+ },
1626
+ "validate_email_error_too_many_requests": {
1627
+ "other": "Liian monta pyyntöä, yritä myöhemmin uudelleen."
1628
+ },
1629
+ "validate_email_error_verify_email_disabled": {
1630
+ "other": "Sähköpostin vahvistus on tällä hetkellä poissa käytöstä."
1631
+ },
1632
+ "validate_email_error_generic": {
1633
+ "other": "Toimitettua sähköpostia vahvistettaessa tapahtui tuntematon virhe. Yritä päivittää sivu tai ota yhteyttä sivuston ylläpitäjään."
1514
1634
  }
1515
1635
  }
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Une erreur s'est produite lors de l'ajout de cette carte. Veuillez réessayer plus tard ou utiliser une autre carte."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible sur les applications TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Obtenez-le sur Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Obtenez-le sur Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Obtenez-le sur Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visitez-nous sur Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Abonnez-vous sur Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visitez-nous sur Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visitez-nous sur Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Rendez-nous visite sur Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Pour créer un compte, nous devons d'abord vérifier votre adresse e-mail. Entrez votre e-mail et nous vous enverrons une invitation à créer un compte."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Un e-mail de vérification a été envoyé à {{.Email}} . Veuillez vérifier votre messagerie et suivre les instructions de création de compte."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Cet e-mail est déjà utilisée."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Un e-mail de vérification a déjà été envoyé à {{.Email}} . Veuillez vérifier votre compte de messagerie."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Succès"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "Erreur!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Créer un compte"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "La création du compte..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Code de vérification manquant."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "Le jeton de vérification a expiré."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Cet e-mail n'a pas été vérifié."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Succès"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "Erreur!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "L'adresse e-mail fournie est celle d'un domaine qui a été restreint. Veuillez vous inscrire avec un autre fournisseur de messagerie."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Une erreur inconnue s'est produite lors de la validation de votre adresse e-mail. Essayez d'actualiser la page ou de contacter l'administrateur de votre site."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Une erreur inconnue s'est produite lors de la création de votre compte. Essayez d'actualiser la page ou de contacter l'administrateur de votre site."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Réessayez la validation de l'e-mail"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "Un compte est nécessaire pour acheter ce contenu."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "Déjà membre? S'identifier"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Créer un compte"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "ou"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "Un e-mail de vérification a déjà été envoyé. Veuillez vérifier votre compte de messagerie."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "L'e-mail n'est pas valide."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "Un e-mail est requis."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Cet e-mail est déjà utilisée."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "L'adresse e-mail fournie est celle d'un domaine qui a été restreint. Veuillez vous inscrire avec un autre fournisseur de messagerie."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "Un code PIN est requis."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "Les inscriptions sont actuellement désactivées."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "La validation des e-mails est actuellement désactivée."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Une erreur inconnue s'est produite lors de la vérification de l'e-mail fourni. Essayez d'actualiser la page ou de contacter l'administrateur de votre site."
1518
1638
  }
1519
1639
  }
@@ -1513,5 +1513,125 @@
1513
1513
  },
1514
1514
  "new_card_error_timed_out": {
1515
1515
  "other": "Nešto nije u redu prilikom dodavanja te kartice. Pokušajte ponovno kasnije ili upotrijebite drugu karticu."
1516
+ },
1517
+ "tv_app_badge_title": {
1518
+ "other": "Dostupno u TV aplikacijama"
1519
+ },
1520
+ "app_badge_fire_tv": {
1521
+ "other": "Nabavite ga na Amazon Fire TV"
1522
+ },
1523
+ "app_badge_android_tv": {
1524
+ "other": "Preuzmite ga na Android TV"
1525
+ },
1526
+ "app_badge_apple_tv": {
1527
+ "other": "Nabavite ga na Apple TV-u"
1528
+ },
1529
+ "wcag_aria_label_social_instagram": {
1530
+ "other": "Posjetite nas na Instagramu"
1531
+ },
1532
+ "wcag_aria_label_social_youtube": {
1533
+ "other": "Pretplatite se na Youtube"
1534
+ },
1535
+ "wcag_aria_label_social_facebook": {
1536
+ "other": "Posjetite nas na Facebooku"
1537
+ },
1538
+ "wcag_aria_label_social_twitter": {
1539
+ "other": "Posjetite nas na Twitteru"
1540
+ },
1541
+ "wcag_aria_label_social_letterboxd": {
1542
+ "other": "Posjetite nas na Letterboxd"
1543
+ },
1544
+ "validate_email_about": {
1545
+ "other": "Za kreiranje računa prvo moramo potvrditi vašu adresu e-pošte. Unesite svoju e-poštu i poslat ćemo vam pozivnicu za registraciju računa."
1546
+ },
1547
+ "validate_email_success": {
1548
+ "other": "E-pošta za potvrdu poslana je na {{.Email}} . Provjerite svoju e-poštu i slijedite upute za izradu računa."
1549
+ },
1550
+ "validate_email_email_already_in_use": {
1551
+ "other": "Ovaj email se već koristi."
1552
+ },
1553
+ "validate_email_verify_email_already_sent": {
1554
+ "other": "E-pošta za potvrdu već je poslana na {{.Email}} . Provjerite svoj račun e-pošte."
1555
+ },
1556
+ "validate_email_alert_success": {
1557
+ "other": "Uspjeh"
1558
+ },
1559
+ "validate_email_alert_error": {
1560
+ "other": "Greška!"
1561
+ },
1562
+ "validate_email_submit_button_text": {
1563
+ "other": "Napravi račun"
1564
+ },
1565
+ "validate_email_submit_button_text_in_progress": {
1566
+ "other": "Izrada računa..."
1567
+ },
1568
+ "signup_form_error_email_verification_missing": {
1569
+ "other": "Nedostaje kontrolni kod."
1570
+ },
1571
+ "signup_form_error_email_verification_expired": {
1572
+ "other": "Verifikacijski token je istekao."
1573
+ },
1574
+ "signup_form_error_email_verification_no_match": {
1575
+ "other": "Ova adresa e-pošte nije potvrđena."
1576
+ },
1577
+ "alert_title_success": {
1578
+ "other": "Uspjeh"
1579
+ },
1580
+ "alert_title_error": {
1581
+ "other": "Greška!"
1582
+ },
1583
+ "signup_form_error_email_verification_status_rejected": {
1584
+ "other": "Navedena adresa e-pošte je za domenu koja je ograničena. Prijavite se kod drugog davatelja usluga e-pošte."
1585
+ },
1586
+ "signup_form_error_email_verification_generic": {
1587
+ "other": "Došlo je do nepoznate pogreške tijekom provjere vaše adrese e-pošte. Pokušajte osvježiti stranicu ili se obratite administratoru stranice."
1588
+ },
1589
+ "signup_form_error_generic": {
1590
+ "other": "Došlo je do nepoznate pogreške prilikom izrade vašeg računa. Pokušajte osvježiti stranicu ili se obratite administratoru stranice."
1591
+ },
1592
+ "signup_form_error_email_verification_link_text": {
1593
+ "other": "Ponovi provjeru valjanosti e-pošte"
1594
+ },
1595
+ "auth_selector_info": {
1596
+ "other": "Za kupnju ovog sadržaja potreban je račun."
1597
+ },
1598
+ "auth_selector_sign_in_button_text": {
1599
+ "other": "već si član? Prijaviti se"
1600
+ },
1601
+ "auth_selector_sign_up_button_text": {
1602
+ "other": "Napravi račun"
1603
+ },
1604
+ "auth_selector_or_divider_text": {
1605
+ "other": "ili"
1606
+ },
1607
+ "validate_email_error_verify_email_already_sent": {
1608
+ "other": "E-pošta za potvrdu već je poslana. Provjerite svoj račun e-pošte."
1609
+ },
1610
+ "validate_email_error_email_invalid": {
1611
+ "other": "Email nije valjan."
1612
+ },
1613
+ "validate_email_error_email_required": {
1614
+ "other": "Potreban je email."
1615
+ },
1616
+ "validate_email_error_email_taken": {
1617
+ "other": "Ovaj email se već koristi."
1618
+ },
1619
+ "validate_email_error_email_verification_status_rejected": {
1620
+ "other": "Navedena adresa e-pošte je za domenu koja je ograničena. Prijavite se kod drugog davatelja usluga e-pošte."
1621
+ },
1622
+ "validate_email_error_pin_required": {
1623
+ "other": "Potreban je PIN kod."
1624
+ },
1625
+ "validate_email_error_signups_disabled": {
1626
+ "other": "Prijave su trenutno onemogućene."
1627
+ },
1628
+ "validate_email_error_too_many_requests": {
1629
+ "other": "Previše zahtjeva. Pokušajte ponovno kasnije."
1630
+ },
1631
+ "validate_email_error_verify_email_disabled": {
1632
+ "other": "Provjera valjanosti e-pošte trenutno je onemogućena."
1633
+ },
1634
+ "validate_email_error_generic": {
1635
+ "other": "Došlo je do nepoznate pogreške tijekom provjere dostavljene e-pošte. Pokušajte osvježiti stranicu ili se obratite administratoru stranice."
1516
1636
  }
1517
1637
  }
@@ -1511,5 +1511,125 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Valami hiba történt a kártya hozzáadásakor. Kérjük, próbálja újra később, vagy használjon másik kártyát."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Elérhető a TV-alkalmazásokban"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Szerezd meg az Amazon Fire TV-n"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Szerezd meg Android TV-n"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Szerezd meg az Apple TV-n"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Látogass meg minket az Instagramon"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Iratkozz fel a Youtube-on"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Látogass el hozzánk a Facebookon"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Látogasson el hozzánk a Twitteren"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Látogasson el hozzánk a Letterboxd-on"
1541
+ },
1542
+ "validate_email_about": {
1543
+ "other": "Fiók létrehozásához először igazolnunk kell e-mail címét. Adja meg e-mail címét, és küldünk egy fiók regisztrációs meghívót."
1544
+ },
1545
+ "validate_email_success": {
1546
+ "other": "Egy ellenőrző e-mailt küldtünk {{.Email}} címre. Kérjük, ellenőrizze e-mailjeit, és kövesse a fiók létrehozására vonatkozó utasításokat."
1547
+ },
1548
+ "validate_email_email_already_in_use": {
1549
+ "other": "Ez az email cím már foglalt."
1550
+ },
1551
+ "validate_email_verify_email_already_sent": {
1552
+ "other": "Egy ellenőrző e-mailt már elküldtek {{.Email}} címre. Kérjük, ellenőrizze e-mail fiókját."
1553
+ },
1554
+ "validate_email_alert_success": {
1555
+ "other": "Siker"
1556
+ },
1557
+ "validate_email_alert_error": {
1558
+ "other": "Hiba!"
1559
+ },
1560
+ "validate_email_submit_button_text": {
1561
+ "other": "Fiók létrehozása"
1562
+ },
1563
+ "validate_email_submit_button_text_in_progress": {
1564
+ "other": "Fiók létrehozása..."
1565
+ },
1566
+ "signup_form_error_email_verification_missing": {
1567
+ "other": "Hiányzik az ellenőrző kód."
1568
+ },
1569
+ "signup_form_error_email_verification_expired": {
1570
+ "other": "Az ellenőrző token lejárt."
1571
+ },
1572
+ "signup_form_error_email_verification_no_match": {
1573
+ "other": "Ezt az e-mailt nem ellenőriztük."
1574
+ },
1575
+ "alert_title_success": {
1576
+ "other": "Siker"
1577
+ },
1578
+ "alert_title_error": {
1579
+ "other": "Hiba!"
1580
+ },
1581
+ "signup_form_error_email_verification_status_rejected": {
1582
+ "other": "A megadott e-mail cím egy korlátozott domainhez tartozik. Kérjük, regisztráljon egy másik e-mail szolgáltatónál."
1583
+ },
1584
+ "signup_form_error_email_verification_generic": {
1585
+ "other": "Ismeretlen hiba történt az e-mail-cím érvényesítése során. Próbálja meg frissíteni az oldalt, vagy lépjen kapcsolatba a webhely rendszergazdájával."
1586
+ },
1587
+ "signup_form_error_generic": {
1588
+ "other": "Ismeretlen hiba történt a fiók létrehozásakor. Próbálja meg frissíteni az oldalt, vagy lépjen kapcsolatba a webhely rendszergazdájával."
1589
+ },
1590
+ "signup_form_error_email_verification_link_text": {
1591
+ "other": "Próbálja újra az e-mail érvényesítést"
1592
+ },
1593
+ "auth_selector_info": {
1594
+ "other": "A tartalom megvásárlásához fiók szükséges."
1595
+ },
1596
+ "auth_selector_sign_in_button_text": {
1597
+ "other": "Már tag? Bejelentkezés"
1598
+ },
1599
+ "auth_selector_sign_up_button_text": {
1600
+ "other": "Fiók létrehozása"
1601
+ },
1602
+ "auth_selector_or_divider_text": {
1603
+ "other": "vagy"
1604
+ },
1605
+ "validate_email_error_verify_email_already_sent": {
1606
+ "other": "Az ellenőrző e-mailt már elküldtük. Kérjük, ellenőrizze e-mail fiókját."
1607
+ },
1608
+ "validate_email_error_email_invalid": {
1609
+ "other": "Az e-mail cím nem érvényes."
1610
+ },
1611
+ "validate_email_error_email_required": {
1612
+ "other": "E-mail szükséges."
1613
+ },
1614
+ "validate_email_error_email_taken": {
1615
+ "other": "Ez az email cím már foglalt."
1616
+ },
1617
+ "validate_email_error_email_verification_status_rejected": {
1618
+ "other": "A megadott e-mail cím egy korlátozott domainhez tartozik. Kérjük, regisztráljon egy másik e-mail szolgáltatónál."
1619
+ },
1620
+ "validate_email_error_pin_required": {
1621
+ "other": "PIN kód szükséges."
1622
+ },
1623
+ "validate_email_error_signups_disabled": {
1624
+ "other": "A regisztráció jelenleg le van tiltva."
1625
+ },
1626
+ "validate_email_error_too_many_requests": {
1627
+ "other": "Túl sok kérés. Kérlek, próbáld újra később."
1628
+ },
1629
+ "validate_email_error_verify_email_disabled": {
1630
+ "other": "Az e-mail ellenőrzés jelenleg le van tiltva."
1631
+ },
1632
+ "validate_email_error_generic": {
1633
+ "other": "Ismeretlen hiba történt a megadott e-mail ellenőrzése során. Próbálja meg frissíteni az oldalt, vagy lépjen kapcsolatba a webhely rendszergazdájával."
1514
1634
  }
1515
1635
  }
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Qualcosa è andato storto durante l'aggiunta di quella carta. Riprova più tardi o usa una carta diversa."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponibile sulle app TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Scaricalo su Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Scaricalo su Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Scaricalo su Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Venite a trovarci su Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Iscriviti su Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visitaci su Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visitaci su Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Venite a trovarci su Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Per creare un account dobbiamo prima verificare il tuo indirizzo email. Inserisci la tua email e ti invieremo un invito alla registrazione dell'account."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Un'email di verifica è stata inviata a {{.Email}} . Controlla la tua email e segui le istruzioni per la creazione dell'account."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Questa e-mail è già in uso."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Un'email di verifica è già stata inviata a {{.Email}} . Controlla il tuo account di posta elettronica."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Successo"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "Errore!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Creare un account"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "Creazione dell'account..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Codice di verifica mancante."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "Il token di verifica è scaduto."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Questa email non è stata verificata."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Successo"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "Errore!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "L'indirizzo e-mail fornito è per un dominio che è stato limitato. Registrati con un altro provider di posta elettronica."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Si è verificato un errore sconosciuto durante la convalida del tuo indirizzo email. Prova ad aggiornare la pagina o a contattare l'amministratore del sito."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Si è verificato un errore sconosciuto durante la creazione del tuo account. Prova ad aggiornare la pagina o a contattare l'amministratore del sito."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Riprova la convalida dell'e-mail"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "È necessario un account per acquistare questo contenuto."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "sei già un membro? Registrazione"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Creare un account"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "O"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "È già stata inviata un'e-mail di verifica. Controlla il tuo account di posta elettronica."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "L'e-mail non è valida."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "E 'richiesta una email."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Questa e-mail è già in uso."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "L'indirizzo e-mail fornito è per un dominio che è stato limitato. Registrati con un altro provider di posta elettronica."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "È richiesto un codice PIN."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "Le iscrizioni sono attualmente disattivate."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Troppe richieste. La preghiamo di riprovare più tardi."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "La convalida dell'e-mail è attualmente disabilitata."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Si è verificato un errore sconosciuto durante la verifica dell'e-mail fornita. Prova ad aggiornare la pagina o a contattare l'amministratore del sito."
1518
1638
  }
1519
1639
  }