@shift72/core-template 0.3.5 → 0.4.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/kibble.json +1 -1
  3. package/package.json +9 -6
  4. package/site/404.html.jet +1 -1
  5. package/site/acceptinvite.html.jet +1 -1
  6. package/site/account.html.jet +1 -1
  7. package/site/ar_LB.all.json +85 -5
  8. package/site/ca_ES.all.json +94 -9
  9. package/site/da_DK.all.json +92 -5
  10. package/site/de_DE.all.json +83 -4
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +85 -6
  13. package/site/el_EL.all.json +83 -4
  14. package/site/en_AU.all.json +58 -17
  15. package/site/es_ES.all.json +83 -4
  16. package/site/es_MX.all.json +13 -3
  17. package/site/fi_FI.all.json +84 -5
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +83 -4
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -397
  22. package/site/hu_HU.all.json +86 -7
  23. package/site/it_IT.all.json +83 -4
  24. package/site/ja_JP.all.json +85 -6
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +84 -5
  27. package/site/nl_BE.all.json +84 -5
  28. package/site/no_NO.all.json +85 -6
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +89 -10
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +91 -6
  33. package/site/pt_PT.all.json +85 -6
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +88 -9
  36. package/site/se_SE.all.json +85 -6
  37. package/site/search.html.jet +1 -1
  38. package/site/signin.html.jet +1 -1
  39. package/site/signup.html.jet +1 -1
  40. package/site/styles/_awards.scss +39 -0
  41. package/site/styles/_buttons.scss +13 -0
  42. package/site/styles/_card.scss +3 -0
  43. package/site/styles/_collections.scss +1 -1
  44. package/site/styles/_footer.scss +0 -1
  45. package/site/styles/_forms.scss +1 -1
  46. package/site/styles/_globals.scss +7 -0
  47. package/site/styles/_icons.scss +4 -0
  48. package/site/styles/_legacy.scss +0 -5
  49. package/site/styles/_meta-detail.scss +1 -2
  50. package/site/styles/_nav.scss +2 -2
  51. package/site/styles/_pages.scss +25 -6
  52. package/site/styles/_plans.scss +87 -0
  53. package/site/styles/_poster.scss +25 -1
  54. package/site/styles/_shift72.scss +19 -0
  55. package/site/styles/_shopping.scss +6 -0
  56. package/site/styles/_variables.scss +14 -0
  57. package/site/styles/_wishlist.scss +2 -2
  58. package/site/styles/main.scss +6 -1
  59. package/site/templates/{application.jet → application/application.jet} +5 -5
  60. package/site/templates/{footer → application/footer}/app-badges.jet +5 -1
  61. package/site/templates/{footer → application/footer}/brand.jet +0 -0
  62. package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
  63. package/site/templates/{footer → application/footer}/footer.jet +0 -0
  64. package/site/templates/{footer → application/footer}/info.jet +0 -0
  65. package/site/templates/{footer → application/footer}/nav.jet +0 -0
  66. package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
  67. package/site/{google.jet → templates/application/google.jet} +0 -0
  68. package/site/templates/application/head/font.jet +4 -0
  69. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  70. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  71. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  72. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  73. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  74. package/site/templates/bundle/background.jet +4 -5
  75. package/site/templates/bundle/item.jet +1 -1
  76. package/site/templates/collection/carousel_item.jet +3 -1
  77. package/site/templates/collection/index.jet +1 -1
  78. package/site/templates/collection/item.jet +1 -1
  79. package/site/templates/collection/list.jet +4 -4
  80. package/site/templates/collection/page_collection.jet +8 -8
  81. package/site/templates/common/awards/carousel.jet +10 -0
  82. package/site/templates/common/awards/item.jet +12 -0
  83. package/site/templates/common/awards/partial.jet +7 -0
  84. package/site/templates/common/background-image.jet +6 -0
  85. package/site/templates/common/separator.jet +3 -0
  86. package/site/templates/common/social-media-buttons.jet +42 -28
  87. package/site/templates/film/item.jet +5 -1
  88. package/site/templates/items/meta_item.jet +7 -2
  89. package/site/templates/items/tagline.jet +11 -8
  90. package/site/templates/page/content.jet +11 -12
  91. package/site/templates/page/curated.jet +37 -22
  92. package/site/templates/page/homepage.jet +1 -1
  93. package/site/templates/page/landing.jet +1 -1
  94. package/site/templates/page/page-content.jet +29 -0
  95. package/site/templates/page/page-header.jet +26 -0
  96. package/site/templates/tv/detail.jet +7 -1
  97. package/site/tr_TR.all.json +86 -7
  98. package/site/uk_UA.all.json +95 -10
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +89 -5
  101. package/site/static/styles/main.css.map +0 -1
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Continuar"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartilhar" },
76
+ "social_media_buttons_facebook": { "other": "Compartilhar no Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Compartilhar no Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Compartilhar no Linkedin" },
79
+ "social_media_buttons_email": { "other": "Compartilhe via e-mail" },
80
+ "social_media_buttons_email_subject": { "other": "Compartilhamento de link" },
81
+ "social_media_buttons_copied_link": { "other": "Link copiado para a área de transferência!" },
82
+ "social_media_buttons_copy_link": { "other": "Copiar para área de transferência" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Acolher" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Por favor, insira sua senha para entrar em sua conta." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "A senha fornecida está incorreta." },
110
117
  "combined_auth_error_forbidden": { "other": "Ocorreu um erro." },
118
+ "combined_auth_error_too_many_requests": { "other": "Muitos pedidos. Por favor tente mais tarde." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Alterar senha" },
113
121
  "forgotpassword_form_email": { "other": "E-mail" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Essa conta foi suspensa." },
117
125
  "forgotpassword_complete": { "other": "Obrigado. Você deve receber um e-mail para alteração de senha na sua caixa de entrada." },
118
126
  "forgotpassword_form_error_forbidden": { "other": "Ocorreu um erro." },
127
+ "forgotpassword_form_error_too_many_requests": { "other": "Muitos pedidos. Por favor tente mais tarde." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Alterar sua senha" },
121
130
  "resetpassword_form_invalid_reset_password_token": { "other": "Parece que esse pedido para alteração de senha é inválido. Por favor, faça uma nova solicitação em <a href=\"{{.URL}}\">Esqueci minha senha</a>." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Obrigado. Sua senha foi alterada e você está conectado." },
126
135
  "resetpassword_form_error_invalid_reset_password_token": { "other": "O pedido para alteração de senha é inválido, por favor tente novamente mais tarde." },
127
136
  "resetpassword_form_error_reset_password_token_expired": { "other": "O token para alteração de senha expirou. Por favor, solicite novamente." },
137
+ "resetpassword_form_error_too_many_requests": { "other": "Muitos pedidos. Por favor tente mais tarde." },
128
138
 
129
139
  "account_page_header": { "other": "Minha conta" },
130
140
  "account_form_name": { "other": "Nome" },
@@ -196,11 +206,11 @@
196
206
 
197
207
  "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
208
  "duration_day": { "one": "1 dia", "other": "{{.Count}} dias" },
199
- "shopping_info_rental_period_duration": { "other": "Aluguel de {{.ValueUnit}} dias." },
200
- "shopping_info_watch_window_duration": { "other": "Período de reprodução de {{.Count}} horas." },
209
+ "shopping_info_rental_period_duration": { "other": "Aluguel de {{.ValueUnit}} " },
210
+ "shopping_info_watch_window_duration": { "other": "Período de reprodução de {{.Count}} horas. " },
201
211
  "shopping_info_watch_window_explanation_film": {
202
- "one": "Uma vez alugado, o filme estará disponível na sua conta por um dia.",
203
- "other": "Uma vez alugado, o filme estará disponível na sua conta por {{.ValueUnit}} dias."
212
+ "one": "Uma vez alugado, o filme estará disponível na sua conta por {{.ValueUnit}}. ",
213
+ "other": "Uma vez alugado, o filme estará disponível na sua conta por {{.ValueUnit}}. "
204
214
  },
205
215
  "shopping_info_watch_window_explanation2_film": {
206
216
  "one": "Uma vez pressionado play, o período de reprodução se inicia e você tem uma hora para assistir o filme quantas vezes quiser.",
@@ -423,7 +433,7 @@
423
433
 
424
434
  "availability_coming_soon": { "other": "Em breve" },
425
435
  "availability_renting": { "other": "Alugando" },
426
- "availability_not_available": { "other": "availability_not_available" },
436
+ "availability_not_available": { "other": "Não disponível" },
427
437
  "availability_in_watch_window": { "other": "availability_in_watch_window" },
428
438
  "availability_sold_out": { "other": "Esgotado" },
429
439
  "availability_available_till": { "other": "Disponível até {{.ExpiryDate}}" },
@@ -447,5 +457,74 @@
447
457
 
448
458
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
449
459
  "app_badge_ios": { "other": "Download on the App Store" },
450
- "app_badge_android": { "other": "Get it on Google Play" }
460
+ "app_badge_android": { "other": "Get it on Google Play" },
461
+
462
+ "shopping_price_title_plan": {
463
+ "other": "Preço"
464
+ },
465
+ "shopping_price_plan_note": {
466
+ "zero": "Cobrado a cada {{ .Interval }} .",
467
+ "one": "Cobrado a cada {{ .Interval }} após o término da avaliação gratuita de 24 horas.",
468
+ "other": "Cobrado a cada {{ .Interval }} após o {{ .Count }} avaliação gratuita de .Count dias."
469
+ },
470
+ "shopping_price_plan_note_interval": {
471
+ "one": "{{ .Interval }}",
472
+ "other": "{{ .Count }} {{ .Interval }}"
473
+ },
474
+ "shopping_enter_card_prompt_plan": {
475
+ "other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
476
+ },
477
+ "shopping_action_plan": {
478
+ "other": "Completo"
479
+ },
480
+ "shopping_complete_subscription": {
481
+ "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{ .Title }} ."
482
+ },
483
+ "shopping_complete_subscription_browse": {
484
+ "other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
485
+ },
486
+ "shopping_info_plan_offer": {
487
+ "one": "Renova automaticamente a cada {{ .Interval }}",
488
+ "other": "Renova automaticamente cada {{ .Count }} {{ .Interval }}"
489
+ },
490
+ "shopping_info_trial_period_offer": {
491
+ "one": "Experimente agora o seu teste gratuito de 24 horas!",
492
+ "other": "Experimente o seu teste gratuito de {{ .Count }} dia!"
493
+ },
494
+ "plans_page_header": {
495
+ "other": "Planos Disponíveis"
496
+ },
497
+ "plan_label_owned": {
498
+ "other": "Você possui este plano"
499
+ },
500
+ "plan_expiry_date": {
501
+ "other": "Fechamento de vendas:"
502
+ },
503
+ "plan_read_more": {
504
+ "other": "Descubra mais"
505
+ },
506
+ "plan_page_read_more": {
507
+ "other": "Consulte Mais informação"
508
+ },
509
+ "plan_page_header_text": {
510
+ "other": "Aproveite {{ .Name }}"
511
+ },
512
+ "page_plan_explore_intro": {
513
+ "other": "OU"
514
+ },
515
+ "page_plan_explore_link": {
516
+ "other": "Explore outros passes"
517
+ },
518
+ "plan_showcase_page_ownership_button_buy": {
519
+ "other": "Compre Agora"
520
+ },
521
+ "plan_free_link_text": {
522
+ "other": "Cadastre-se gratuitamente"
523
+ },
524
+ "awards_nominated_for": {
525
+ "other": "Nomeado para"
526
+ },
527
+ "awards_in_competition": {
528
+ "other": "Em competição"
529
+ }
451
530
  }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("resetpassword_page_header"), index=false)}}
@@ -74,6 +74,13 @@
74
74
  "play_button_resume": { "other" : "Поделиться"},
75
75
 
76
76
  "social_media_buttons_title": { "other": "Поделиться" },
77
+ "social_media_buttons_facebook": { "other": "Поделиться через фейсбук" },
78
+ "social_media_buttons_twitter": { "other": "Поделиться в Твиттере" },
79
+ "social_media_buttons_linkedin": { "other": "Поделиться в Linkedin" },
80
+ "social_media_buttons_email": { "other": "Поделиться по электронной почте" },
81
+ "social_media_buttons_email_subject": { "other": "Поделиться ссылкой" },
82
+ "social_media_buttons_copied_link": { "other": "Ссылка скопирована в буфер обмена!" },
83
+ "social_media_buttons_copy_link": { "other": "Скопировать в буфер обмена" },
77
84
 
78
85
  "accept_invite_page_header": { "other": "Добро пожаловать" },
79
86
  "acceptinvite_form_invalid_reset_password_token": { "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>." },
@@ -112,6 +119,7 @@
112
119
  "combined_auth_signin_password": { "other": "Введите ваш пароль для входа в аккаунт." },
113
120
  "combined_auth_signin_error_incorrect_credentials": { "other": "Это неверный пароль." },
114
121
  "combined_auth_error_forbidden": { "other": "Произошла ошибка." },
122
+ "combined_auth_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
115
123
 
116
124
  "forgotpassword_page_header": { "other": "Сбросить пароль" },
117
125
  "forgotpassword_form_email": { "other": "Адрес электронной почты" },
@@ -120,6 +128,7 @@
120
128
  "forgotpassword_form_error_account_suspended": { "other": "Эта учетная запись приостановлена." },
121
129
  "forgotpassword_complete": { "other": "Спасибо. Новый пароль электронной почты должен появиться в вашем почтовом ящике в ближайшее время." },
122
130
  "forgotpassword_form_error_forbidden": { "other": "Произошла ошибка." },
131
+ "forgotpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
123
132
 
124
133
  "resetpassword_page_header": { "other": "Измените свой пароль" },
125
134
  "resetpassword_form_invalid_reset_password_token": { "other": "Сборс пароля более не действителен, пожалуйста, заполните <a href=\"{{.URL}}\">Забыл_а пароль</a> сформировать снова." },
@@ -129,6 +138,7 @@
129
138
  "resetpassword_complete": { "other": "Спасибо. Ваш пароль был изменен, и вы были зарегистрированы." },
130
139
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Запрос сброса пароля не действителен. Пожалуйста, попробуйте позже." },
131
140
  "resetpassword_form_error_reset_password_token_expired": { "other": "Сборс пароля истек. Пожалуйста, запросите новый." },
141
+ "resetpassword_form_error_too_many_requests": { "other": "Пожалуйста, повторите попытку позже." },
132
142
 
133
143
  "account_page_header": { "other": "Мой аккаунт" },
134
144
  "account_form_name": { "other": "имя" },
@@ -208,17 +218,17 @@
208
218
  "duration_hour": { "one": "1 час", "other": "{{.Count}} часа" },
209
219
  "duration_day": { "one": "1 день", "other": "{{.Count}} дня" },
210
220
  "shopping_info_rental_period_duration": {
211
- "few": "{{.ValueUnit}} день аренды",
212
- "many": "{{.ValueUnit}} день аренды"
221
+ "few": "{{.ValueUnit}} аренды ",
222
+ "many": "{{.ValueUnit}} аренды "
213
223
  },
214
224
  "shopping_info_watch_window_duration": {
215
- "few": "{{.Count}} кол-во часов аренды.",
216
- "many": "{{.Count}} кол-во часов аренды."
225
+ "few": "{{.Count}} кол-во часов аренды. ",
226
+ "many": "{{.Count}} кол-во часов аренды. "
217
227
  },
218
228
  "shopping_info_watch_window_explanation_film": {
219
- "one": "После того, как в аренду, ваш фильм будет доступен в вашем аккаунте в течение дня.",
220
- "few": "После того, как вы приобрели арендовали фильм, он будет доступен в вашем аккаунте на {{.ValueUnit}} дней.",
221
- "many": "После того, как вы приобрели арендовали фильм, он будет доступен в вашем аккаунте на {{.ValueUnit}} дней."
229
+ "one": "После того, как вы приобрели арендовали фильм, он будет доступен в вашем аккаунте на {{.ValueUnit}}. ",
230
+ "few": "После того, как вы приобрели арендовали фильм, он будет доступен в вашем аккаунте на {{.ValueUnit}}. ",
231
+ "many": "После того, как вы приобрели арендовали фильм, он будет доступен в вашем аккаунте на {{.ValueUnit}}. "
222
232
  },
223
233
  "shopping_info_watch_window_explanation2_film": {
224
234
  "one": "После того, как вы нажмите кнопку воспроизведения, окно часов начинается и у вас есть час, чтобы посмотреть фильм столько раз, сколько вам нравится.",
@@ -461,7 +471,7 @@
461
471
 
462
472
  "availability_coming_soon": { "other": "Скоро в онлайне" },
463
473
  "availability_renting": { "other": "аренда" },
464
- "availability_not_available": { "other": "availability_not_available" },
474
+ "availability_not_available": { "other": "Недоступен" },
465
475
  "availability_in_watch_window": { "other": "availability_in_watch_window" },
466
476
  "availability_sold_out": { "other": "Продано" },
467
477
  "availability_available_till": { "other": "Доступно до {{.ExpiryDate}}" },
@@ -485,5 +495,74 @@
485
495
 
486
496
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
487
497
  "app_badge_ios": { "other": "Download on the App Store" },
488
- "app_badge_android": { "other": "Get it on Google Play" }
498
+ "app_badge_android": { "other": "Get it on Google Play" },
499
+
500
+ "shopping_price_title_plan": {
501
+ "other": "Цена"
502
+ },
503
+ "shopping_price_plan_note": {
504
+ "zero": "{{ .Interval }} каждые .интервал.",
505
+ "one": "{{ .Interval }} каждые .Interval после окончания 24-часового бесплатного пробного периода.",
506
+ "other": "Взимается каждые .Interval после окончания {{ .Interval }} вашей дневной бесплатной пробной {{ .Count }}"
507
+ },
508
+ "shopping_price_plan_note_interval": {
509
+ "one": "{{ .Interval }}",
510
+ "other": "{{ .Count }} {{ .Interval }}"
511
+ },
512
+ "shopping_enter_card_prompt_plan": {
513
+ "other": "Введите данные своей кредитной карты ниже, чтобы начать подписку."
514
+ },
515
+ "shopping_action_plan": {
516
+ "other": "Полный"
517
+ },
518
+ "shopping_complete_subscription": {
519
+ "other": "Ваша подписка была приобретена. Теперь вы подписаны на {{ .Title }} ."
520
+ },
521
+ "shopping_complete_subscription_browse": {
522
+ "other": "Не стесняйтесь <a href=\"/\">просматривать</a> сайт или <a href=\"/search.html\">искать</a> что-то конкретное."
523
+ },
524
+ "shopping_info_plan_offer": {
525
+ "one": "Автоматически обновляется каждые {{ .Interval }}",
526
+ "other": "Автоматически обновляется каждые {{ .Count }} {{ .Interval }}"
527
+ },
528
+ "shopping_info_trial_period_offer": {
529
+ "one": "Попробуйте бесплатную 24-часовую пробную версию прямо сейчас!",
530
+ "other": "Попробуйте бесплатную дневную пробную версию {{ .Count }}"
531
+ },
532
+ "plans_page_header": {
533
+ "other": "Доступные планы"
534
+ },
535
+ "plan_label_owned": {
536
+ "other": "Вы владеете этим планом"
537
+ },
538
+ "plan_expiry_date": {
539
+ "other": "Закрытие продаж:"
540
+ },
541
+ "plan_read_more": {
542
+ "other": "Узнать больше"
543
+ },
544
+ "plan_page_read_more": {
545
+ "other": "Подробнее"
546
+ },
547
+ "plan_page_header_text": {
548
+ "other": "Наслаждайтесь {{ .Name }}"
549
+ },
550
+ "page_plan_explore_intro": {
551
+ "other": "ИЛИ"
552
+ },
553
+ "page_plan_explore_link": {
554
+ "other": "Исследуйте другие перевалы"
555
+ },
556
+ "plan_showcase_page_ownership_button_buy": {
557
+ "other": "Купи сейчас"
558
+ },
559
+ "plan_free_link_text": {
560
+ "other": "Подпишитесь бесплатно"
561
+ },
562
+ "awards_nominated_for": {
563
+ "other": "Выдвинут на"
564
+ },
565
+ "awards_in_competition": {
566
+ "other": "В соревновании"
567
+ }
489
568
  }
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Наставите"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Поделите" },
76
+ "social_media_buttons_facebook": { "other": "Поделите на Фејсбуку" },
77
+ "social_media_buttons_twitter": { "other": "Делите на Твитеру" },
78
+ "social_media_buttons_linkedin": { "other": "Делите на Линкедину" },
79
+ "social_media_buttons_email": { "other": "Делите путем е-поште" },
80
+ "social_media_buttons_email_subject": { "other": "Дељење везе" },
81
+ "social_media_buttons_copied_link": { "other": "Линк је копиран у међуспремник!" },
82
+ "social_media_buttons_copy_link": { "other": "Копирај у међуспремник" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Добродошли" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Изгледа да сте већ активирали овај позив. Потребно је да се <a href=\"{{.SigninURL}}\">пријавите</a>. Ако сте заборавили лозинку, можете и да <a href=\"{{.ForgotPasswordURL}}\">ресетујете лозинку</a>." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Молимо Вас унесите лозинку да бисте се пријавили." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Лозинка је нетачна." },
113
120
  "combined_auth_error_forbidden": { "other": "Догодила се грешка." },
121
+ "combined_auth_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Ресетујте лозинку" },
116
124
  "forgotpassword_form_email": { "other": "Имејл адреса" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Овај налог је суспендован." },
120
128
  "forgotpassword_complete": { "other": "Хвала Вам. Имејл за ресетовање лозинке ће Вам убрзо стићи у инбокс." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Догодила се грешка." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Промените лозинку" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Изгледа да је захтев за ресетовање лозинке неправилан, молимо Вас попуните <a href=\"{{.URL}}\">Образац за заборављену лозинку</a> поново." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Хвала. Ваша лозинка је промењена и пријављени сте." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Захтев за ресетовање лозинке је неправилан." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Токен за ресетовање лозинке је истекао. Молимо Вас, тражите нови." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Превише захтева. Покушајте поново касније." },
131
141
 
132
142
  "account_page_header": { "other": "Мој налог" },
133
143
  "account_form_name": { "other": "Име" },
@@ -212,11 +222,11 @@
212
222
 
213
223
  "duration_hour": { "one": "1 сат", "other": "{{.Count}} сата" },
214
224
  "duration_day": { "one": "1 дан", "other": "{{.Count}} дана" },
215
- "shopping_info_rental_period_duration": { "other": "Изнајмљено на {{.ValueUnit}} дана" },
216
- "shopping_info_watch_window_duration": { "other": "{{.Count}} ч. за гледање." },
225
+ "shopping_info_rental_period_duration": { "other": "Изнајмљено на {{.ValueUnit}} " },
226
+ "shopping_info_watch_window_duration": { "other": "{{.Count}} ч. за гледање. " },
217
227
  "shopping_info_watch_window_explanation_film": {
218
- "one": "Када изнајмите филм, биће доступан на Вашем налогу један дан.",
219
- "other": "Када изнајмите филм, биће доступан на Вашем налогу {{.ValueUnit}} дана."
228
+ "one": "Када изнајмите филм, биће доступан на Вашем налогу {{.ValueUnit}}. ",
229
+ "other": "Када изнајмите филм, биће доступан на Вашем налогу {{.ValueUnit}}. "
220
230
  },
221
231
  "shopping_info_watch_window_explanation2_film": {
222
232
  "one": "Када притиснете дугме за гледање, имаћете један сат да погледате филм колико год пута желите.",
@@ -485,5 +495,74 @@
485
495
 
486
496
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
487
497
  "app_badge_ios": { "other": "Download on the App Store" },
488
- "app_badge_android": { "other": "Get it on Google Play" }
489
- }
498
+ "app_badge_android": { "other": "Get it on Google Play" },
499
+
500
+ "shopping_price_title_plan": {
501
+ "other": "Цена"
502
+ },
503
+ "shopping_price_plan_note": {
504
+ "zero": "Наплаћује се сваки {{ .Interval }} .",
505
+ "one": "Наплаћује се сваки {{ .Interval }} након завршетка бесплатног пробног периода од 24 сата.",
506
+ "other": "Оптужен сваки {{ .Interval }} после ваших {{ .Count }} дневни бесплатни пробни крајевима."
507
+ },
508
+ "shopping_price_plan_note_interval": {
509
+ "one": "{{ .Interval }}",
510
+ "other": "{{ .Count }} {{ .Interval }} а"
511
+ },
512
+ "shopping_enter_card_prompt_plan": {
513
+ "other": "Унесите податке о својој кредитној картици испод да бисте започели претплату."
514
+ },
515
+ "shopping_action_plan": {
516
+ "other": "комплетан"
517
+ },
518
+ "shopping_complete_subscription": {
519
+ "other": "Ваша куповина претплате је била успешна. Сада сте претплаћени на {{ .Title }} ."
520
+ },
521
+ "shopping_complete_subscription_browse": {
522
+ "other": "Слободно <a href=\"/\">претражујте по</a> сајту или <a href=\"/search.html\">тражите</a> нешто специфично."
523
+ },
524
+ "shopping_info_plan_offer": {
525
+ "one": "Аутоматски обнавља сваки {{ .Interval }}",
526
+ "other": "Аутоматски обнавља на сваких {{ .Count }} {{ .Interval }} с"
527
+ },
528
+ "shopping_info_trial_period_offer": {
529
+ "one": "Испробајте своју бесплатну пробну верзију од 24 сата сада!",
530
+ "other": "Испробајте своју бесплатну пробну верзију {{ .Count }}"
531
+ },
532
+ "plans_page_header": {
533
+ "other": "Доступни планови"
534
+ },
535
+ "plan_label_owned": {
536
+ "other": "Ви сте власник овог плана"
537
+ },
538
+ "plan_expiry_date": {
539
+ "other": "Завршена продаја:"
540
+ },
541
+ "plan_read_more": {
542
+ "other": "Откриј више"
543
+ },
544
+ "plan_page_read_more": {
545
+ "other": "Опширније"
546
+ },
547
+ "plan_page_header_text": {
548
+ "other": "Уживајте у {{ .Name }}"
549
+ },
550
+ "page_plan_explore_intro": {
551
+ "other": "ИЛИ"
552
+ },
553
+ "page_plan_explore_link": {
554
+ "other": "Истражите друге пролазе"
555
+ },
556
+ "plan_showcase_page_ownership_button_buy": {
557
+ "other": "Купите сада"
558
+ },
559
+ "plan_free_link_text": {
560
+ "other": "Бесплатно се пријави"
561
+ },
562
+ "awards_nominated_for": {
563
+ "other": "Номинован за"
564
+ },
565
+ "awards_in_competition": {
566
+ "other": "Ин Цомпетитион"
567
+ }
568
+ }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("searchresults_page_header"))}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("signin_page_header"), index=false)}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("signup_page_header"), index=false)}}
@@ -0,0 +1,39 @@
1
+ .meta-awards {
2
+ @extend .d-flex;
3
+ @extend .align-items-center;
4
+
5
+ &.meta-awards-all {
6
+ @extend .align-items-start;
7
+ }
8
+
9
+ .meta-award-nomination {
10
+ @extend .d-flex;
11
+ }
12
+
13
+ .meta-award-nomination-icon {
14
+ @extend .fa;
15
+ @extend .fa-star; // for now
16
+ font-size: 1.25rem;
17
+ line-height: 1.5rem;
18
+ padding-right: .5rem;
19
+ }
20
+ }
21
+
22
+ .meta-awards-icon-overlay {
23
+ @extend .text-center;
24
+
25
+ border-radius: $meta-item-border-radius;
26
+ background: rgba(0, 0, 0, 0.8);
27
+
28
+ padding-right: 3px;
29
+ padding-left: 3px;
30
+ width: 16px + (3px * 2);
31
+ height: 16px + (3px * 2);
32
+
33
+ .meta-award-nomination-icon {
34
+ @extend .fa;
35
+ @extend .fa-star;
36
+
37
+ font-size: 1rem;
38
+ }
39
+ }
@@ -230,3 +230,16 @@
230
230
  margin-right: 5px;
231
231
  }
232
232
  }
233
+
234
+ .btn-block .s72-btn {
235
+ @extend .btn-block;
236
+ }
237
+
238
+ .btn-light {
239
+ background-color: $gray-300;
240
+ border-color: $gray-300;
241
+ @include hover-focus {
242
+ background-color: $gray-200;
243
+ border-color: $gray-200;
244
+ }
245
+ }
@@ -0,0 +1,3 @@
1
+ .card {
2
+ @extend .text-dark;
3
+ }
@@ -313,7 +313,7 @@
313
313
 
314
314
  .page-collection-list {
315
315
  padding: 0 20px 15px;
316
- @include media-breakpoint-up(md) {
316
+ @include media-breakpoint-up(lg) {
317
317
  padding: 0 50px 30px;
318
318
  }
319
319
 
@@ -86,7 +86,6 @@ footer {
86
86
 
87
87
  .app-banner {
88
88
  align-items: center;
89
- border-bottom: 1px solid rgba($body-color, 0.2);
90
89
  display: flex;
91
90
  flex-direction: column;
92
91
  margin: 0 20px;
@@ -194,4 +194,4 @@ s72-signup-form {
194
194
  .s72-form-text {
195
195
  margin-bottom: 1rem;
196
196
  }
197
- }
197
+ }
@@ -0,0 +1,7 @@
1
+ small {
2
+ font-size: 85%;
3
+ }
4
+
5
+ a:not([class]) {
6
+ text-decoration: underline;
7
+ }
@@ -31,3 +31,7 @@
31
31
  @extend .fa;
32
32
  @extend .fa-search;
33
33
  }
34
+
35
+ .alert svg {
36
+ fill: $primary;
37
+ }
@@ -9,11 +9,6 @@ body {
9
9
  height: 100%;
10
10
  }
11
11
 
12
- .container-fluid {
13
- margin: 0 auto;
14
- padding: 0;
15
- }
16
-
17
12
  .animate-this {
18
13
  transition: all 0.25s ease-out;
19
14
  }
@@ -150,7 +150,7 @@
150
150
  width: 563px;
151
151
  }
152
152
  @include media-breakpoint-up(xl) {
153
- width: 763px;
153
+ width: 1100px;
154
154
  }
155
155
 
156
156
  h1 {
@@ -358,7 +358,6 @@
358
358
  top: 50%;
359
359
  transform: translateX(-50%) translateY(-50%);
360
360
  z-index: 2;
361
-
362
361
  .verb {
363
362
  display: none;
364
363
  }
@@ -241,12 +241,12 @@
241
241
  background: url('../images/common/logo@2x.png') left center / contain no-repeat;
242
242
  }
243
243
 
244
- @include media-breakpoint-up(lg) {
244
+ @include media-breakpoint-up(md) {
245
245
  min-width: $navbar-brand-min-width-md;
246
246
  }
247
247
 
248
248
  @include media-breakpoint-up(lg) {
249
- min-width: $navbar-brand-min-width-xl;
249
+ min-width: $navbar-brand-min-width-lg;
250
250
  }
251
251
 
252
252
  @include media-breakpoint-up(xl) {