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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponível em aplicativos de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Baixe na Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Baixe na Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Baixe na Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visite-nos no Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Inscreva-se no Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visite-nos no Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visite-nos no Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visite-nos no Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Para criar uma conta, devemos primeiro verificar seu endereço de e-mail. Digite seu e-mail e enviaremos um convite de inscrição de conta."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Um e-mail de verificação foi enviado para {{.Email}} . Verifique seu e-mail e siga as instruções de criação de conta."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Esse email já está em uso."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Um e-mail de verificação já foi enviado para {{.Email}} . Verifique sua conta de e-mail."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Sucesso"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "Erro!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Criar uma conta"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "Criando conta..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Falta o código de verificação."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "O token de verificação expirou."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Este e-mail não foi verificado."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Sucesso"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "Erro!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "O endereço de e-mail fornecido é para um domínio que foi restrito. Inscreva-se com um provedor de e-mail diferente."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Ocorreu um erro desconhecido ao validar seu endereço de e-mail. Tente atualizar a página ou entrar em contato com o administrador do site."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Ocorreu um erro desconhecido ao criar sua conta. Tente atualizar a página ou entrar em contato com o administrador do site."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Repetir a validação de e-mail"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "É necessária uma conta para comprar este conteúdo."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "já é um membro? Entrar"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Criar uma conta"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "ou"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "Um e-mail de verificação já foi enviado. Verifique sua conta de e-mail."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "O e-mail não é válido."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "Um e-mail é necessário."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Esse email já está em uso."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "O endereço de e-mail fornecido é para um domínio que foi restrito. Inscreva-se com um provedor de e-mail diferente."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "É necessário um código PIN."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "As inscrições estão desativadas no momento."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Muitos pedidos. Por favor tente mais tarde."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "A validação de e-mail está desativada no momento."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Ocorreu um erro desconhecido ao verificar o e-mail fornecido. Tente atualizar a página ou entrar em contato com o administrador do site."
1518
1638
  }
1519
1639
  }
@@ -1515,5 +1515,125 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo deu errado ao adicionar esse cartão. Tente novamente mais tarde ou use um cartão diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponível em aplicativos de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Baixe na Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Baixe na Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Baixe na Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visite-nos no Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Inscreva-se no Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visite-nos no Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visite-nos no Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visite-nos no Letterboxd"
1545
+ },
1546
+ "validate_email_about": {
1547
+ "other": "Para criar uma conta, devemos primeiro verificar seu endereço de e-mail. Digite seu e-mail e enviaremos um convite de inscrição de conta."
1548
+ },
1549
+ "validate_email_success": {
1550
+ "other": "Um e-mail de verificação foi enviado para {{.Email}} . Verifique seu e-mail e siga as instruções de criação de conta."
1551
+ },
1552
+ "validate_email_email_already_in_use": {
1553
+ "other": "Esse email já está em uso."
1554
+ },
1555
+ "validate_email_verify_email_already_sent": {
1556
+ "other": "Um e-mail de verificação já foi enviado para {{.Email}} . Verifique sua conta de e-mail."
1557
+ },
1558
+ "validate_email_alert_success": {
1559
+ "other": "Sucesso"
1560
+ },
1561
+ "validate_email_alert_error": {
1562
+ "other": "Erro!"
1563
+ },
1564
+ "validate_email_submit_button_text": {
1565
+ "other": "Criar uma conta"
1566
+ },
1567
+ "validate_email_submit_button_text_in_progress": {
1568
+ "other": "Criando conta..."
1569
+ },
1570
+ "signup_form_error_email_verification_missing": {
1571
+ "other": "Falta o código de verificação."
1572
+ },
1573
+ "signup_form_error_email_verification_expired": {
1574
+ "other": "O token de verificação expirou."
1575
+ },
1576
+ "signup_form_error_email_verification_no_match": {
1577
+ "other": "Este e-mail não foi verificado."
1578
+ },
1579
+ "alert_title_success": {
1580
+ "other": "Sucesso"
1581
+ },
1582
+ "alert_title_error": {
1583
+ "other": "Erro!"
1584
+ },
1585
+ "signup_form_error_email_verification_status_rejected": {
1586
+ "other": "O endereço de e-mail fornecido é para um domínio que foi restrito. Inscreva-se com um provedor de e-mail diferente."
1587
+ },
1588
+ "signup_form_error_email_verification_generic": {
1589
+ "other": "Ocorreu um erro desconhecido ao validar seu endereço de e-mail. Tente atualizar a página ou entrar em contato com o administrador do site."
1590
+ },
1591
+ "signup_form_error_generic": {
1592
+ "other": "Ocorreu um erro desconhecido ao criar sua conta. Tente atualizar a página ou entrar em contato com o administrador do site."
1593
+ },
1594
+ "signup_form_error_email_verification_link_text": {
1595
+ "other": "Repetir a validação de e-mail"
1596
+ },
1597
+ "auth_selector_info": {
1598
+ "other": "É necessária uma conta para comprar este conteúdo."
1599
+ },
1600
+ "auth_selector_sign_in_button_text": {
1601
+ "other": "já é um membro? Entrar"
1602
+ },
1603
+ "auth_selector_sign_up_button_text": {
1604
+ "other": "Criar uma conta"
1605
+ },
1606
+ "auth_selector_or_divider_text": {
1607
+ "other": "ou"
1608
+ },
1609
+ "validate_email_error_verify_email_already_sent": {
1610
+ "other": "Um e-mail de verificação já foi enviado. Verifique sua conta de e-mail."
1611
+ },
1612
+ "validate_email_error_email_invalid": {
1613
+ "other": "O e-mail não é válido."
1614
+ },
1615
+ "validate_email_error_email_required": {
1616
+ "other": "Um e-mail é necessário."
1617
+ },
1618
+ "validate_email_error_email_taken": {
1619
+ "other": "Esse email já está em uso."
1620
+ },
1621
+ "validate_email_error_email_verification_status_rejected": {
1622
+ "other": "O endereço de e-mail fornecido é para um domínio que foi restrito. Inscreva-se com um provedor de e-mail diferente."
1623
+ },
1624
+ "validate_email_error_pin_required": {
1625
+ "other": "É necessário um código PIN."
1626
+ },
1627
+ "validate_email_error_signups_disabled": {
1628
+ "other": "As inscrições estão desativadas no momento."
1629
+ },
1630
+ "validate_email_error_too_many_requests": {
1631
+ "other": "Muitos pedidos. Por favor tente mais tarde."
1632
+ },
1633
+ "validate_email_error_verify_email_disabled": {
1634
+ "other": "A validação de e-mail está desativada no momento."
1635
+ },
1636
+ "validate_email_error_generic": {
1637
+ "other": "Ocorreu um erro desconhecido ao verificar o e-mail fornecido. Tente atualizar a página ou entrar em contato com o administrador do site."
1518
1638
  }
1519
1639
  }
@@ -1565,5 +1565,125 @@
1565
1565
  },
1566
1566
  "new_card_error_timed_out": {
1567
1567
  "other": "Что-то пошло не так при добавлении этой карты. Повторите попытку позже или используйте другую карту."
1568
+ },
1569
+ "tv_app_badge_title": {
1570
+ "other": "Доступно в приложениях для ТВ"
1571
+ },
1572
+ "app_badge_fire_tv": {
1573
+ "other": "Получите его на Amazon Fire TV"
1574
+ },
1575
+ "app_badge_android_tv": {
1576
+ "other": "Загрузите его на Android TV"
1577
+ },
1578
+ "app_badge_apple_tv": {
1579
+ "other": "Получить его на Apple TV"
1580
+ },
1581
+ "wcag_aria_label_social_instagram": {
1582
+ "other": "Посетите нас в Instagram"
1583
+ },
1584
+ "wcag_aria_label_social_youtube": {
1585
+ "other": "Подпишитесь на Youtube"
1586
+ },
1587
+ "wcag_aria_label_social_facebook": {
1588
+ "other": "Посетите нас на Facebook"
1589
+ },
1590
+ "wcag_aria_label_social_twitter": {
1591
+ "other": "Посетите нас в Твиттере"
1592
+ },
1593
+ "wcag_aria_label_social_letterboxd": {
1594
+ "other": "Посетите нас на Letterboxd"
1595
+ },
1596
+ "validate_email_about": {
1597
+ "other": "Чтобы создать учетную запись, мы должны сначала подтвердить ваш адрес электронной почты. Введите адрес электронной почты, и мы вышлем приглашение для регистрации учетной записи."
1598
+ },
1599
+ "validate_email_success": {
1600
+ "other": "Письмо с подтверждением отправлено на {{.Email}} . Пожалуйста, проверьте свою электронную почту и следуйте инструкциям по созданию учетной записи."
1601
+ },
1602
+ "validate_email_email_already_in_use": {
1603
+ "other": "Этот электронный адрес уже используется."
1604
+ },
1605
+ "validate_email_verify_email_already_sent": {
1606
+ "other": "Письмо с подтверждением уже отправлено на {{.Email}} . Пожалуйста, проверьте свою учетную запись электронной почты."
1607
+ },
1608
+ "validate_email_alert_success": {
1609
+ "other": "Успех"
1610
+ },
1611
+ "validate_email_alert_error": {
1612
+ "other": "Ошибка!"
1613
+ },
1614
+ "validate_email_submit_button_text": {
1615
+ "other": "Зарегистрироваться"
1616
+ },
1617
+ "validate_email_submit_button_text_in_progress": {
1618
+ "other": "Создание аккаунта..."
1619
+ },
1620
+ "signup_form_error_email_verification_missing": {
1621
+ "other": "Код подтверждения отсутствует."
1622
+ },
1623
+ "signup_form_error_email_verification_expired": {
1624
+ "other": "Срок действия токена подтверждения истек."
1625
+ },
1626
+ "signup_form_error_email_verification_no_match": {
1627
+ "other": "Это электронное письмо не было подтверждено."
1628
+ },
1629
+ "alert_title_success": {
1630
+ "other": "Успех"
1631
+ },
1632
+ "alert_title_error": {
1633
+ "other": "Ошибка!"
1634
+ },
1635
+ "signup_form_error_email_verification_status_rejected": {
1636
+ "other": "Предоставленный адрес электронной почты относится к домену, который был ограничен. Пожалуйста, зарегистрируйтесь у другого поставщика услуг электронной почты."
1637
+ },
1638
+ "signup_form_error_email_verification_generic": {
1639
+ "other": "При проверке адреса электронной почты произошла неизвестная ошибка. Попробуйте обновить страницу или обратиться к администратору сайта."
1640
+ },
1641
+ "signup_form_error_generic": {
1642
+ "other": "При создании учетной записи произошла неизвестная ошибка. Попробуйте обновить страницу или обратиться к администратору сайта."
1643
+ },
1644
+ "signup_form_error_email_verification_link_text": {
1645
+ "other": "Повторить проверку электронной почты"
1646
+ },
1647
+ "auth_selector_info": {
1648
+ "other": "Для покупки этого контента необходима учетная запись."
1649
+ },
1650
+ "auth_selector_sign_in_button_text": {
1651
+ "other": "Уже вступил? Войти"
1652
+ },
1653
+ "auth_selector_sign_up_button_text": {
1654
+ "other": "Зарегистрироваться"
1655
+ },
1656
+ "auth_selector_or_divider_text": {
1657
+ "other": "или"
1658
+ },
1659
+ "validate_email_error_verify_email_already_sent": {
1660
+ "other": "Письмо с подтверждением уже отправлено. Пожалуйста, проверьте свою учетную запись электронной почты."
1661
+ },
1662
+ "validate_email_error_email_invalid": {
1663
+ "other": "Электронная почта недействительна."
1664
+ },
1665
+ "validate_email_error_email_required": {
1666
+ "other": "Необходимо указать адрес электронной почты."
1667
+ },
1668
+ "validate_email_error_email_taken": {
1669
+ "other": "Этот электронный адрес уже используется."
1670
+ },
1671
+ "validate_email_error_email_verification_status_rejected": {
1672
+ "other": "Предоставленный адрес электронной почты относится к домену, который был ограничен. Пожалуйста, зарегистрируйтесь у другого поставщика услуг электронной почты."
1673
+ },
1674
+ "validate_email_error_pin_required": {
1675
+ "other": "Требуется PIN-код."
1676
+ },
1677
+ "validate_email_error_signups_disabled": {
1678
+ "other": "В настоящее время регистрация отключена."
1679
+ },
1680
+ "validate_email_error_too_many_requests": {
1681
+ "other": "Пожалуйста, повторите попытку позже."
1682
+ },
1683
+ "validate_email_error_verify_email_disabled": {
1684
+ "other": "Проверка электронной почты в настоящее время отключена."
1685
+ },
1686
+ "validate_email_error_generic": {
1687
+ "other": "При проверке указанного адреса электронной почты произошла неизвестная ошибка. Попробуйте обновить страницу или обратиться к администратору сайта."
1568
1688
  }
1569
1689
  }
@@ -1527,5 +1527,125 @@
1527
1527
  },
1528
1528
  "new_card_error_timed_out": {
1529
1529
  "other": "Нешто није у реду приликом додавања те картице. Покушајте поново касније или користите другу картицу."
1530
+ },
1531
+ "tv_app_badge_title": {
1532
+ "other": "Доступно у ТВ апликацијама"
1533
+ },
1534
+ "app_badge_fire_tv": {
1535
+ "other": "Набавите га на Амазон Фире ТВ-у"
1536
+ },
1537
+ "app_badge_android_tv": {
1538
+ "other": "Набавите га на Андроид ТВ-у"
1539
+ },
1540
+ "app_badge_apple_tv": {
1541
+ "other": "Набавите га на Аппле ТВ-у"
1542
+ },
1543
+ "wcag_aria_label_social_instagram": {
1544
+ "other": "Посетите нас на Инстаграму"
1545
+ },
1546
+ "wcag_aria_label_social_youtube": {
1547
+ "other": "Претплатите се на Иоутубе"
1548
+ },
1549
+ "wcag_aria_label_social_facebook": {
1550
+ "other": "Посетите нас на Фејсбуку"
1551
+ },
1552
+ "wcag_aria_label_social_twitter": {
1553
+ "other": "Посетите нас на Твитеру"
1554
+ },
1555
+ "wcag_aria_label_social_letterboxd": {
1556
+ "other": "Посетите нас на Леттербокд-у"
1557
+ },
1558
+ "validate_email_about": {
1559
+ "other": "Да бисмо направили налог, прво морамо да верификујемо вашу адресу е-поште. Унесите своју е-пошту и послаћемо вам позивницу за регистрацију налога."
1560
+ },
1561
+ "validate_email_success": {
1562
+ "other": "Порука за верификацију је послата на {{.Email}} . Проверите своју е-пошту и пратите упутства за креирање налога."
1563
+ },
1564
+ "validate_email_email_already_in_use": {
1565
+ "other": "Овај емаил је већ у употреби."
1566
+ },
1567
+ "validate_email_verify_email_already_sent": {
1568
+ "other": "Емаил за верификацију је већ послат на {{.Email}} . Проверите свој налог е-поште."
1569
+ },
1570
+ "validate_email_alert_success": {
1571
+ "other": "Успех"
1572
+ },
1573
+ "validate_email_alert_error": {
1574
+ "other": "Грешка!"
1575
+ },
1576
+ "validate_email_submit_button_text": {
1577
+ "other": "Региструј се"
1578
+ },
1579
+ "validate_email_submit_button_text_in_progress": {
1580
+ "other": "Прављење налога..."
1581
+ },
1582
+ "signup_form_error_email_verification_missing": {
1583
+ "other": "Недостаје верификациони код."
1584
+ },
1585
+ "signup_form_error_email_verification_expired": {
1586
+ "other": "Токен за верификацију је истекао."
1587
+ },
1588
+ "signup_form_error_email_verification_no_match": {
1589
+ "other": "Ова адреса е-поште није верификована."
1590
+ },
1591
+ "alert_title_success": {
1592
+ "other": "Успех"
1593
+ },
1594
+ "alert_title_error": {
1595
+ "other": "Грешка!"
1596
+ },
1597
+ "signup_form_error_email_verification_status_rejected": {
1598
+ "other": "Наведена адреса поште је за домен који је ограничен. Пријавите се код другог провајдера е-поште."
1599
+ },
1600
+ "signup_form_error_email_verification_generic": {
1601
+ "other": "Дошло је до непознате грешке приликом провере ваше имејл адресе. Покушајте да освежите страницу или се обратите администратору сајта."
1602
+ },
1603
+ "signup_form_error_generic": {
1604
+ "other": "Дошло је до непознате грешке приликом креирања налога. Покушајте да освежите страницу или се обратите администратору сајта."
1605
+ },
1606
+ "signup_form_error_email_verification_link_text": {
1607
+ "other": "Поновите проверу е-поште"
1608
+ },
1609
+ "auth_selector_info": {
1610
+ "other": "За куповину овог садржаја потребан је налог."
1611
+ },
1612
+ "auth_selector_sign_in_button_text": {
1613
+ "other": "Већ сте члан? Пријавите се"
1614
+ },
1615
+ "auth_selector_sign_up_button_text": {
1616
+ "other": "Региструј се"
1617
+ },
1618
+ "auth_selector_or_divider_text": {
1619
+ "other": "или"
1620
+ },
1621
+ "validate_email_error_verify_email_already_sent": {
1622
+ "other": "Е-порука за верификацију је већ послата. Проверите свој налог е-поште."
1623
+ },
1624
+ "validate_email_error_email_invalid": {
1625
+ "other": "Е-пошта није важећа."
1626
+ },
1627
+ "validate_email_error_email_required": {
1628
+ "other": "Имејл је обавезан."
1629
+ },
1630
+ "validate_email_error_email_taken": {
1631
+ "other": "Овај емаил је већ у употреби."
1632
+ },
1633
+ "validate_email_error_email_verification_status_rejected": {
1634
+ "other": "Наведена адреса поште је за домен који је ограничен. Пријавите се код другог провајдера е-поште."
1635
+ },
1636
+ "validate_email_error_pin_required": {
1637
+ "other": "Потребан је ПИН код."
1638
+ },
1639
+ "validate_email_error_signups_disabled": {
1640
+ "other": "Пријаве су тренутно онемогућене."
1641
+ },
1642
+ "validate_email_error_too_many_requests": {
1643
+ "other": "Превише захтева. Покушајте поново касније."
1644
+ },
1645
+ "validate_email_error_verify_email_disabled": {
1646
+ "other": "Валидација е-поште је тренутно онемогућена."
1647
+ },
1648
+ "validate_email_error_generic": {
1649
+ "other": "Дошло је до непознате грешке приликом верификације достављене е-поште. Покушајте да освежите страницу или се обратите администратору сајта."
1530
1650
  }
1531
1651
  }
Binary file
@@ -110,7 +110,8 @@
110
110
 
111
111
  .s72-btn-rent,
112
112
  .s72-btn-purchase,
113
- .s72-btn-subscribe {
113
+ .s72-btn-subscribe,
114
+ .s72-btn-purchase-option {
114
115
  background: $button-background;
115
116
  border: 3px solid $button-background;
116
117
  min-width: 140px;
@@ -129,6 +130,36 @@
129
130
  }
130
131
  }
131
132
 
133
+ .s72-purchase-option.rent-or-buy {
134
+ .s72-purchase-option-buttons {
135
+ @include media-breakpoint-up(md) {
136
+ flex-wrap: nowrap;
137
+ }
138
+ }
139
+
140
+ .s72-btn-purchase-option {
141
+ background: transparent;
142
+ color: var(--body-color);
143
+ margin-bottom: 10px;
144
+
145
+ @include hover-focus {
146
+ background: $button-background-hover;
147
+ border-color: $button-background-hover;
148
+ color: $button-text-color-hover;
149
+ }
150
+
151
+ @include media-breakpoint-up(md) {
152
+ margin-bottom: 0;
153
+ margin-right: 10px;
154
+ }
155
+
156
+ &:last-child {
157
+ margin-bottom: 0;
158
+ margin-right: 0;
159
+ }
160
+ }
161
+ }
162
+
132
163
  .s72-btn.s72-btn-unsubscribe,
133
164
  .s72-btn.s72-btn-updatecreditcard {
134
165
  @extend .btn-secondary;
@@ -7,10 +7,11 @@ footer {
7
7
  .footer-brand-link {
8
8
  align-self: center;
9
9
  display: flex;
10
+ margin-bottom: 30px;
10
11
 
11
12
  @include media-breakpoint-up(xl) {
12
13
  align-self: flex-start;
13
- margin: 0 50px;
14
+ margin: 0 50px 20px;
14
15
  }
15
16
  }
16
17
 
@@ -19,10 +20,10 @@ footer {
19
20
  }
20
21
 
21
22
  .footer-nav {
22
- padding: 30px 0;
23
+ margin-bottom: 30px;
23
24
 
24
25
  @include media-breakpoint-up(xl) {
25
- padding: 20px 50px;
26
+ margin: 0 50px 20px;
26
27
  }
27
28
 
28
29
  .nav {
@@ -49,14 +50,46 @@ footer {
49
50
  }
50
51
  }
51
52
 
53
+ .footer-social-media-icons {
54
+ display: grid;
55
+ gap: 24px;
56
+ grid-auto-columns: 25px;
57
+ grid-auto-flow: column;
58
+ grid-template-rows: 1fr;
59
+ justify-content: center;
60
+ margin-bottom: 30px;
61
+
62
+ @include media-breakpoint-up(xl) {
63
+ justify-content: start;
64
+ margin: 0 50px 20px;
65
+ }
66
+
67
+ .s72-btn {
68
+ border: initial;
69
+ grid-row: 1;
70
+ padding: 0;
71
+
72
+ i {
73
+ color: var(--body-color);
74
+ font-size: 25px;
75
+
76
+ &:hover {
77
+ color: var(--body-color-hover);
78
+ }
79
+ }
80
+ }
81
+ }
82
+
52
83
  .footer-info {
53
84
  background-color: $footer-bar-background-color;
85
+ margin-top: 30px;
54
86
  padding: 20px 42px;
55
87
 
56
88
  @include media-breakpoint-up(xl) {
57
89
  display: flex;
58
90
  flex-direction: row;
59
91
  justify-content: space-between;
92
+ margin-top: 20px;
60
93
  padding: 20px 50px;
61
94
  }
62
95
  }
@@ -85,20 +118,38 @@ footer {
85
118
  }
86
119
  }
87
120
 
88
- .app-banner {
121
+ .app-banner,
122
+ .tv-app-banner {
89
123
  align-items: center;
90
124
  display: flex;
91
125
  flex-direction: column;
92
126
  margin: 0 20px;
93
127
  padding: 50px 0;
128
+
94
129
  @include media-breakpoint-up(lg) {
95
130
  margin: 0 50px;
96
131
  }
132
+
97
133
  .app-badge-container {
98
134
  display: flex;
99
135
  }
100
136
 
101
- .app-badge-title {
137
+ .tv-app-badge-container {
138
+ display: grid;
139
+ gap: 22px;
140
+ grid-auto-flow: column;
141
+ grid-template-rows: 1fr;
142
+ justify-content: center;
143
+
144
+ .app-badge-link {
145
+ align-items: center;
146
+ display: flex;
147
+ height: 45px;
148
+ }
149
+ }
150
+
151
+ .app-badge-title,
152
+ .tv-app-badge-title {
102
153
  @include body-1-style;
103
154
  margin-bottom: 20px;
104
155
  text-align: center;
@@ -107,6 +158,7 @@ footer {
107
158
  .app-badge-link {
108
159
  margin: 0 5px;
109
160
  }
161
+
110
162
  .app-badge-image {
111
163
  height: 40px;
112
164
  }