@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" : "Ga verder"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Deel" },
76
+ "social_media_buttons_facebook": { "other": "Delen op Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Delen op Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Deel op Linkedin" },
79
+ "social_media_buttons_email": { "other": "Deel via e-mail" },
80
+ "social_media_buttons_email_subject": { "other": "Link delen" },
81
+ "social_media_buttons_copied_link": { "other": "Link gekopieerd naar klembord!" },
82
+ "social_media_buttons_copy_link": { "other": "Kopieer naar klembord" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Welkom" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Het lijkt erop dat u deze uitnodiging al hebt gebruikt. U dient zich hier <a href=\"{{.SigninURL}}\">in te loggen</a>. <a href=\"{{.ForgotPasswordURL}}\">Wachtwoord vergeten?</a>." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Vul uw wachtwoord in om in te loggen." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Het wachtwoord is niet correct." },
113
120
  "combined_auth_error_forbidden": { "other": "Er is een fout opgetreden." },
121
+ "combined_auth_error_too_many_requests": { "other": "Te veel verzoeken, probeer het later opnieuw." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Stel uw wachtwoord opnieuw in" },
116
124
  "forgotpassword_form_email": { "other": "E-mailadres" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Dit account is opgeschort" },
120
128
  "forgotpassword_complete": { "other": "Bedankt. Er zou binnenkort een e-mail over het opnieuw instellen van uw wachtwoord in uw inbox moeten verschijnen." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Er is een fout opgetreden." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Te veel verzoeken, probeer het later opnieuw." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Verander uw wachtwoord" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Het lijkt erop dat het verzoek voor het opnieuw instellen van uw wachtwoord ongeldig is, vul het <a href=\"{{.URL}}\">Wachtwoord vergeten</a> formulier opnieuw in." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Bedankt. Uw wachtwoord is veranderd en u bent ingelogd." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Het verzoek om uw wachtwoord opnieuw in te stellen is ongeldig. Probeer het later nog eens." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Het token om het wachtwoord opnieuw in te stellen is ongeldig. Probeer het later nog eens." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Te veel verzoeken, probeer het later opnieuw." },
131
141
 
132
142
  "account_page_header": { "other": "Mijn Account" },
133
143
  "account_form_name": { "other": "Naam" },
@@ -212,11 +222,11 @@
212
222
 
213
223
  "duration_hour": { "one": "1 uur", "other": "{{.Count}} uur" },
214
224
  "duration_day": { "one": "1 dag", "other": "{{.Count}} dagen" },
215
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dagen bekijken " },
225
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} bekijken " },
216
226
  "shopping_info_watch_window_duration": { "other": "{{.Count}} uur (her)bekijken. " },
217
227
  "shopping_info_watch_window_explanation_film": {
218
- "one": "Eenmaal gehuurd, zal de film gedurende 1 dag beschikbaar zijn in uw bibliotheek. ",
219
- "other": "Eenmaal gehuurd, zal de film gedurende {{.ValueUnit}} dagen beschikbaar zijn in uw bibliotheek. "
228
+ "one": "Eenmaal gehuurd, zal de film gedurende {{.ValueUnit}} beschikbaar zijn in uw bibliotheek. ",
229
+ "other": "Eenmaal gehuurd, zal de film gedurende {{.ValueUnit}} beschikbaar zijn in uw bibliotheek. "
220
230
  },
221
231
  "shopping_info_watch_window_explanation2_film": {
222
232
  "one": "Zodra u op play klikt, begint de film en heeft u 1 uur de tijd om deze zo vaak als u wenst te herbekijken.",
@@ -478,5 +488,74 @@
478
488
 
479
489
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
480
490
  "app_badge_ios": { "other": "Download on the App Store" },
481
- "app_badge_android": { "other": "Get it on Google Play" }
482
- }
491
+ "app_badge_android": { "other": "Get it on Google Play" },
492
+
493
+ "shopping_price_title_plan": {
494
+ "other": "Prijs"
495
+ },
496
+ "shopping_price_plan_note": {
497
+ "zero": "Elk {{ .Interval }} opgeladen.",
498
+ "one": "Elke {{ .Interval }} nadat uw gratis proefperiode van 24 uur is afgelopen.",
499
+ "other": "Elk {{ .Interval }} nadat uw {{ .Count }} dag is afgelopen."
500
+ },
501
+ "shopping_price_plan_note_interval": {
502
+ "one": "{{ .Interval }}",
503
+ "other": "{{ .Count }} {{ .Interval }}"
504
+ },
505
+ "shopping_enter_card_prompt_plan": {
506
+ "other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
507
+ },
508
+ "shopping_action_plan": {
509
+ "other": "Compleet"
510
+ },
511
+ "shopping_complete_subscription": {
512
+ "other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{ .Title }} ."
513
+ },
514
+ "shopping_complete_subscription_browse": {
515
+ "other": "Kijk gerust <a href=\"/\">rond op</a> de site of <a href=\"/search.html\">zoek</a> naar iets specifieks."
516
+ },
517
+ "shopping_info_plan_offer": {
518
+ "one": "{{ .Interval }} automatisch elk .Interval",
519
+ "other": "{{ .Count }} automatisch elke {{ .Interval }}"
520
+ },
521
+ "shopping_info_trial_period_offer": {
522
+ "one": "Probeer nu uw gratis proefperiode van 24 uur!",
523
+ "other": "Probeer uw gratis {{ .Count }} !"
524
+ },
525
+ "plans_page_header": {
526
+ "other": "Beschikbare abonnementen"
527
+ },
528
+ "plan_label_owned": {
529
+ "other": "Jij bent eigenaar van dit abonnement"
530
+ },
531
+ "plan_expiry_date": {
532
+ "other": "Verkoop sluiten:"
533
+ },
534
+ "plan_read_more": {
535
+ "other": "Meer te weten komen"
536
+ },
537
+ "plan_page_read_more": {
538
+ "other": "Lees verder"
539
+ },
540
+ "plan_page_header_text": {
541
+ "other": "Geniet van {{ .Name }}"
542
+ },
543
+ "page_plan_explore_intro": {
544
+ "other": "OF"
545
+ },
546
+ "page_plan_explore_link": {
547
+ "other": "Ontdek andere passen"
548
+ },
549
+ "plan_showcase_page_ownership_button_buy": {
550
+ "other": "Nu kopen"
551
+ },
552
+ "plan_free_link_text": {
553
+ "other": "Gratis inschrijven"
554
+ },
555
+ "awards_nominated_for": {
556
+ "other": "Genomineerd voor"
557
+ },
558
+ "awards_in_competition": {
559
+ "other": "in competitie"
560
+ }
561
+ }
@@ -73,7 +73,14 @@
73
73
  "play_button_resume": { "other" : "Fortsett"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Del" },
76
-
76
+ "social_media_buttons_facebook": { "other": "Del på Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Del på Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Del på Linkedin" },
79
+ "social_media_buttons_email": { "other": "Del via e-post" },
80
+ "social_media_buttons_email_subject": { "other": "Linkdeling" },
81
+ "social_media_buttons_copied_link": { "other": "Linken er kopiert til utklippstavlen!" },
82
+ "social_media_buttons_copy_link": { "other": "Kopiere til utklippstavle" },
83
+
77
84
  "accept_invite_page_header": { "other": "Velkommen" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Det ser ut til at du allerede har godtatt denne invitasjonen, forsøk i stedet å <a href=\"{{.SigninURL}}\">logge inn</a>. Hvis du har glemt passordet kan du også <a href=\"{{.ForgotPasswordURL}}\">tilbakestille passordet</a>." },
79
86
  "acceptinvite_complete": { "other": "Takk! Din konto er opprettet." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Vennligst skriv inn passordet ditt for å logge på kontoen din." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Passordet stemmer ikke." },
113
120
  "combined_auth_error_forbidden": { "other": "Det har oppstått en feil." },
121
+ "combined_auth_error_too_many_requests": { "other": "For mange forespørsler. Vær snill å prøv senere." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Tilbakestill passord" },
116
124
  "forgotpassword_form_email": { "other": "E-postadresse" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Denne kontoen er suspendert." },
120
128
  "forgotpassword_complete": { "other": "Takk skal du ha! Du mottar straks en e-post for å tilbakestille passordet." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Det har oppstått en feil." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "For mange forespørsler. Vær snill å prøv senere." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Endre passord" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Det ser ut til at denne forespørselen er ugyldig, vennligst fyll ut skjemaet om <a href=\"{{.URL}}\">tilbakestilling av passord </a> på nytt." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Takk skal du ha! Ditt passord har blitt endret, og du er nå logget inn." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Forespørselen om tilbakestilling av passord er ikke gyldig. Vennligst prøv igjen senere." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Forespørselen om tilbakestilling av passord har gått ut på tid. Vennligst prøv på nytt." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "For mange forespørsler. Vær snill å prøv senere." },
131
141
 
132
142
  "account_page_header": { "other": "Min konto" },
133
143
  "account_form_name": { "other": "Navn" },
@@ -199,11 +209,11 @@
199
209
 
200
210
  "duration_hour": { "one": "1 time", "other": "{{.Count}} timer" },
201
211
  "duration_day": { "one": "1 dag", "other": "{{.Count}} dager" },
202
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}}dagers leie " },
212
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} leie " },
203
213
  "shopping_info_watch_window_duration": { "other": "{{.Count}} timers avspillingsvindu. " },
204
214
  "shopping_info_watch_window_explanation_film": {
205
- "one": "Ved leie av film, vil den være tilgjengelig i kontoen din i {{.ValueUnit}} dager. ",
206
- "other": "Ved leie av film, vil den være tilgjengelig i kontoen din i én dag. "
215
+ "one": "Ved leie av film, vil den være tilgjengelig i kontoen din i {{.ValueUnit}}. ",
216
+ "other": "Ved leie av film, vil den være tilgjengelig i kontoen din i {{.ValueUnit}}. "
207
217
  },
208
218
  "shopping_info_watch_window_explanation2_film": {
209
219
  "one": "Avspillingsvinduet starter i det du starter filmen, og du har da {{.Count}} timer til å se den så mange ganger du ønsker.",
@@ -450,6 +460,75 @@
450
460
 
451
461
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
452
462
  "app_badge_ios": { "other": "Download on the App Store" },
453
- "app_badge_android": { "other": "Get it on Google Play" }
463
+ "app_badge_android": { "other": "Get it on Google Play" },
464
+
465
+ "shopping_price_title_plan": {
466
+ "other": "Pris"
467
+ },
468
+ "shopping_price_plan_note": {
469
+ "zero": "Lades hvert {{ .Interval }} .",
470
+ "one": "Belastet hvert {{ .Interval }} etter at den 24-timers gratis prøveperioden er over.",
471
+ "other": "Belastet hvert {{ .Interval }} etter at {{ .Count }} dager avsluttes."
472
+ },
473
+ "shopping_price_plan_note_interval": {
474
+ "one": "{{ .Interval }}",
475
+ "other": "{{ .Count }} {{ .Interval }}"
476
+ },
477
+ "shopping_enter_card_prompt_plan": {
478
+ "other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte abonnementet."
479
+ },
480
+ "shopping_action_plan": {
481
+ "other": "Fullstendig"
482
+ },
483
+ "shopping_complete_subscription": {
484
+ "other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{ .Title }} ."
485
+ },
486
+ "shopping_complete_subscription_browse": {
487
+ "other": "<a href=\"/\">Bla deg gjerne rundt</a> på siden, eller <a href=\"/search.html\">søk</a> etter noe spesifikt."
488
+ },
489
+ "shopping_info_plan_offer": {
490
+ "one": "{{ .Interval }} automatisk hver .Interval",
491
+ "other": "{{ .Count }} automatisk hver {{ .Interval }}"
492
+ },
493
+ "shopping_info_trial_period_offer": {
494
+ "one": "Prøv din gratis 24-timers prøveversjon nå!",
495
+ "other": "Prøv din gratis {{ .Count }} day prøveversjon!"
496
+ },
497
+ "plans_page_header": {
498
+ "other": "Tilgjengelige planer"
499
+ },
500
+ "plan_label_owned": {
501
+ "other": "Du eier denne planen"
502
+ },
503
+ "plan_expiry_date": {
504
+ "other": "Salg stenger:"
505
+ },
506
+ "plan_read_more": {
507
+ "other": "Finne ut mer"
508
+ },
509
+ "plan_page_read_more": {
510
+ "other": "Les mer"
511
+ },
512
+ "plan_page_header_text": {
513
+ "other": "Nyt {{ .Name }}"
514
+ },
515
+ "page_plan_explore_intro": {
516
+ "other": "ELLER"
517
+ },
518
+ "page_plan_explore_link": {
519
+ "other": "Utforsk andre pass"
520
+ },
521
+ "plan_showcase_page_ownership_button_buy": {
522
+ "other": "Kjøp nå"
523
+ },
524
+ "plan_free_link_text": {
525
+ "other": "Registrer deg gratis"
526
+ },
527
+ "awards_nominated_for": {
528
+ "other": "Nominert til"
529
+ },
530
+ "awards_in_competition": {
531
+ "other": "I konkurranse"
532
+ }
454
533
  }
455
-
534
+
package/site/pin.html.jet CHANGED
@@ -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("activatedevice_page_header"))}}
@@ -50,6 +50,13 @@
50
50
  "play_button_resume": { "other" : "Kontynuuj"},
51
51
 
52
52
  "social_media_buttons_title": { "other": "Udostępnij" },
53
+ "social_media_buttons_facebook": { "other": "Udostępnij na Facebooku" },
54
+ "social_media_buttons_twitter": { "other": "Podziel się na Twitterze" },
55
+ "social_media_buttons_linkedin": { "other": "Udostępnij na Linkedin" },
56
+ "social_media_buttons_email": { "other": "Udostępnij przez e-mail" },
57
+ "social_media_buttons_email_subject": { "other": "Udostępnianie linków" },
58
+ "social_media_buttons_copied_link": { "other": "Link skopiowany do schowka!" },
59
+ "social_media_buttons_copy_link": { "other": "Skopiuj do schowka" },
53
60
 
54
61
  "accept_invite_page_header": { "other": "Witamy" },
55
62
  "acceptinvite_form_invalid_reset_password_token": { "other": "Wygląda na to, że już odebrałeś to zaproszenie. Kliknij zatem <a href=\"{{.SigninURL}}\"> zaloguj się </a>. Jeśli zapomniałeś hasła, możesz je odzyskać <a href=\"{{.ForgotPasswordURL}}\"> resetując hasło </a>." },
@@ -86,6 +93,7 @@
86
93
  "combined_auth_signin_password": { "other": "Podaj swoje hasło, aby zalogować się do konta." },
87
94
  "combined_auth_signin_error_incorrect_credentials": { "other": "Podane hasło jest nieprawidłowe." },
88
95
  "combined_auth_error_forbidden": { "other": "Wystąpił błąd." },
96
+ "combined_auth_error_too_many_requests": { "other": "Zbyt wiele zapytań. Spróbuj ponownie później." },
89
97
 
90
98
  "forgotpassword_page_header": { "other": "Zresetuj swoje hasło" },
91
99
  "forgotpassword_form_email": { "other": "Adres e-mail" },
@@ -94,6 +102,7 @@
94
102
  "forgotpassword_form_error_account_suspended": { "other": "Konto jest zawieszone." },
95
103
  "forgotpassword_complete": { "other": "Dziękujemy. E-mail dotyczący resetowania hasła powinien wkrótce pojawić się w Twojej skrzynce odbiorczej." },
96
104
  "forgotpassword_form_error_forbidden": { "other": "Wystąpił błąd." },
105
+ "forgotpassword_form_error_too_many_requests": { "other": "Zbyt wiele zapytań. Spróbuj ponownie później." },
97
106
 
98
107
  "resetpassword_page_header": { "other": "Zmień swoje hasło." },
99
108
  "resetpassword_form_invalid_reset_password_token": { "other": "Wygląda na to, że ta prośba o zresetowanie hasła jest nieprawidłowa, należy ponownie wypełnić formularz <a href=\"{{.URL}}\">Zapomniałem hasła</a>." },
@@ -103,6 +112,7 @@
103
112
  "resetpassword_complete": { "other": "Dziękujemy. Twoje hasło zostało zmienione i jesteś już zalogowany." },
104
113
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Żądanie resetowania hasła jest nieprawidłowe. Spróbuj ponownie później." },
105
114
  "resetpassword_form_error_reset_password_token_expired": { "other": "Link do zresetowania hasła wygasł. Poproś o nowy." },
115
+ "resetpassword_form_error_too_many_requests": { "other": "Zbyt wiele zapytań. Spróbuj ponownie później." },
106
116
 
107
117
  "account_page_header": { "other": "Moje konto" },
108
118
  "account_form_name": { "other": "Nazwa użytkownika" },
@@ -183,10 +193,10 @@
183
193
  "duration_hour": { "one": "1 godzina", "other": "{{.Count}} godziny" },
184
194
  "duration_day": { "one": "1 dzień", "other": "{{.Count}} dni" },
185
195
  "shopping_info_rental_period_duration": {
186
- "one": "Wypożyczono na {{.ValueUnit}} dzień ",
187
- "few": "Wypożyczono na {{.ValueUnit}} dni ",
188
- "many": "Wypożyczono na {{.ValueUnit}} dni ",
189
- "other": "Wypożyczono na {{.ValueUnit}} dni "
196
+ "one": "Wypożyczono na {{.ValueUnit}} ",
197
+ "few": "Wypożyczono na {{.ValueUnit}} ",
198
+ "many": "Wypożyczono na {{.ValueUnit}} ",
199
+ "other": "Wypożyczono na {{.ValueUnit}} "
190
200
  },
191
201
  "shopping_info_watch_window_duration": {
192
202
  "one": "{{.Count}} godzinne okno odtwarzania. ",
@@ -195,10 +205,10 @@
195
205
  "other": "{{.Count}} godzinne okno odtwarzania. "
196
206
  },
197
207
  "shopping_info_watch_window_explanation_film": {
198
- "one": "Wypożyczony film będzie dostępny na Twoim koncie przez jeden dzień. ",
199
- "few": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. ",
200
- "many": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. ",
201
- "other": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. "
208
+ "one": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}}. ",
209
+ "few": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}}. ",
210
+ "many": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}}. ",
211
+ "other": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}}. "
202
212
  },
203
213
  "shopping_info_watch_window_explanation2_film": {
204
214
  "one": "Po naciśnięciu przycisku odtwarzania otworzy się player i będziesz miał godzinę na obejrzenie filmu tyle razy, ile chcesz.",
@@ -414,5 +424,74 @@
414
424
 
415
425
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
416
426
  "app_badge_ios": { "other": "Download on the App Store" },
417
- "app_badge_android": { "other": "Get it on Google Play" }
418
- }
427
+ "app_badge_android": { "other": "Get it on Google Play" },
428
+
429
+ "shopping_price_title_plan": {
430
+ "other": "Cena"
431
+ },
432
+ "shopping_price_plan_note": {
433
+ "zero": "{{ .Interval }} co .Interwał .",
434
+ "one": "{{ .Interval }} co .Interwał po zakończeniu 24-godzinnego bezpłatnego okresu próbnego.",
435
+ "other": "{{ .Interval }} co .Interwał po {{ .Count }} bezpłatnego okresu próbnego .Count."
436
+ },
437
+ "shopping_price_plan_note_interval": {
438
+ "one": "{{ .Interval }}",
439
+ "other": "{{ .Count }} {{ .Interval }}"
440
+ },
441
+ "shopping_enter_card_prompt_plan": {
442
+ "other": "Wprowadź poniżej dane karty kredytowej, aby rozpocząć subskrypcję."
443
+ },
444
+ "shopping_action_plan": {
445
+ "other": "Kompletny"
446
+ },
447
+ "shopping_complete_subscription": {
448
+ "other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{ .Title }} ."
449
+ },
450
+ "shopping_complete_subscription_browse": {
451
+ "other": "Możesz swobodnie <a href=\"/\">przeglądać</a> witrynę lub <a href=\"/search.html\">szukać</a> czegoś konkretnego."
452
+ },
453
+ "shopping_info_plan_offer": {
454
+ "one": "Automatycznie odnawia co {{ .Interval }}",
455
+ "other": "Automatycznie odnawia co {{ .Count }} {{ .Interval }}"
456
+ },
457
+ "shopping_info_trial_period_offer": {
458
+ "one": "Wypróbuj bezpłatny 24-godzinny okres próbny już teraz!",
459
+ "other": "Wypróbuj bezpłatną {{ .Count }} próbną programu .Count!"
460
+ },
461
+ "plans_page_header": {
462
+ "other": "Dostępne plany"
463
+ },
464
+ "plan_label_owned": {
465
+ "other": "Jesteś właścicielem tego planu"
466
+ },
467
+ "plan_expiry_date": {
468
+ "other": "Zamknięcie sprzedaży:"
469
+ },
470
+ "plan_read_more": {
471
+ "other": "Dowiedz się więcej"
472
+ },
473
+ "plan_page_read_more": {
474
+ "other": "Czytaj więcej"
475
+ },
476
+ "plan_page_header_text": {
477
+ "other": "Ciesz się {{ .Name }}"
478
+ },
479
+ "page_plan_explore_intro": {
480
+ "other": "LUB"
481
+ },
482
+ "page_plan_explore_link": {
483
+ "other": "Poznaj inne karnety"
484
+ },
485
+ "plan_showcase_page_ownership_button_buy": {
486
+ "other": "Kup Teraz"
487
+ },
488
+ "plan_free_link_text": {
489
+ "other": "Zarejestruj się za darmo"
490
+ },
491
+ "awards_nominated_for": {
492
+ "other": "Nominowany do"
493
+ },
494
+ "awards_in_competition": {
495
+ "other": "W zawodach"
496
+ }
497
+ }
@@ -0,0 +1,94 @@
1
+ {{extends "templates/application/application.jet"}}
2
+
3
+ {{block head()}}
4
+ {{yield seo(title=i18n("plans_page_header"), index=false)}}
5
+ {{end}}
6
+
7
+ {{block body()}}
8
+ <main id="main" class="page plans-page">
9
+
10
+ <div class="page-header">
11
+ <h1>{{ i18n("plans_page_header") }}</h1>
12
+ </div>
13
+
14
+ <div class="container-xxxl px-2 px-lg-5">
15
+ <div class="row">
16
+ {{ range _, p := site.Plans }}
17
+ <div class="plan col-xs-6 col-lg-4 mb-3">
18
+ <div class="card h-100">
19
+ <div class="plan-container">
20
+ {{ if isset(p.LandscapeImage) && p.LandscapeImage != ""}}
21
+ <div class="poster poster-landscape">
22
+ {{ if p.Page }}
23
+ <a href="{{ routeToSlug(p.Page.Slug) }}">
24
+ {{ end }}
25
+ <s72-image src="{{p.LandscapeImage}}" alt="{{p.Name}}" class="plan-poster card-img-top" border="0"></s72-image>
26
+ <s72-plan-label data-slug="{{p.Slug}}" data-title="{{p.Name}}"></s72-plan-label>
27
+ {{ if p.Page }}
28
+ </a>
29
+ {{ end }}
30
+ </div>
31
+ {{ end }}
32
+ <div class="card-body d-flex flex-column justify-content-between">
33
+ <div class="plan-caption-details">
34
+
35
+ {{ if !isset(p.LandscapeImage) || p.LandscapeImage == "" }}
36
+ <s72-plan-label data-slug="{{p.Slug}}" data-title="{{p.Name}}"></s72-plan-label>
37
+ {{ end }}
38
+
39
+ <h3 class="plan-name">{{p.Name}}</h3>
40
+
41
+ {{ if p.HasExpiryDate() }}
42
+ <p class="alert p-0 border-0">
43
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/> <path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/> </svg>
44
+ <small>
45
+ <s72-before datetime="{{ p.ExpiryDate.UnixMilli() }}">
46
+ {{ i18n("plan_expiry_date") }} <s72-time datetime="{{ p.ExpiryDate.UnixMilli() }}" />
47
+ </s72-before>
48
+
49
+ <s72-after datetime="{{ p.ExpiryDate.UnixMilli() }}">
50
+ {{ i18n("availability_not_available") }}
51
+ </s72-after>
52
+ </small>
53
+ </p>
54
+ {{ end }}
55
+
56
+ <p class="plan-description">{{p.Description}}</p>
57
+ {{ if p.Interval }}
58
+ <p class="plan-interval">{{i18n("shopping_info_plan_offer", map("Interval", p.Interval, "Count", p.IntervalCount))}}</p>
59
+ {{ if p.TrialPeriodDays }}
60
+ <p class="plan-trial-period">{{i18n("shopping_info_trial_period_offer", p.TrialPeriodDays)}}</p>
61
+ {{ end }}
62
+ {{ end }}
63
+ </div>
64
+
65
+ <div class="plan-buttons">
66
+ {{ if p.Page }}
67
+ <a class="plan-page-link btn btn-light text-dark btn-block" href="{{ routeToSlug(p.Page.Slug) }}">{{i18n("plan_read_more")}}</a>
68
+ {{ end }}
69
+ {{ if p.PlanType == "free" }}
70
+ {{ if p.HasExpiryDate() }}
71
+ <s72-before datetime="{{ p.ExpiryDate.UnixMilli() }}">
72
+ <s72-user-anon>
73
+ <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
74
+ </s72-user-anon>
75
+ </s72-before>
76
+ {{ else }}
77
+ <s72-user-anon>
78
+ <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
79
+ </s72-user-anon>
80
+ {{ end }}
81
+ {{ else }}
82
+ <s72-pricing-buttons class="btn-block" data-slug="{{p.Slug}}" data-title="{{p.Name}}" />
83
+ {{ end }}
84
+ </div>
85
+ </div>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ {{ end }}
90
+ </div>
91
+ </div>
92
+
93
+ </main>
94
+ {{end}}
@@ -139,6 +139,13 @@
139
139
  "social_media_buttons_title": {
140
140
  "other": "Compartilhar"
141
141
  },
142
+ "social_media_buttons_facebook": { "other": "Compartilhar no Facebook" },
143
+ "social_media_buttons_twitter": { "other": "Compartilhar no Twitter" },
144
+ "social_media_buttons_linkedin": { "other": "Compartilhar no Linkedin" },
145
+ "social_media_buttons_email": { "other": "Compartilhe via e-mail" },
146
+ "social_media_buttons_email_subject": { "other": "Compartilhamento de link" },
147
+ "social_media_buttons_copied_link": { "other": "Link copiado para a área de transferência!" },
148
+ "social_media_buttons_copy_link": { "other": "Copiar para área de transferência" },
142
149
  "accept_invite_page_header": {
143
150
  "other": "Acolher"
144
151
  },
@@ -238,6 +245,9 @@
238
245
  "combined_auth_error_forbidden": {
239
246
  "other": "Ocorreu um erro."
240
247
  },
248
+ "combined_auth_error_too_many_requests": {
249
+ "other": "Muitos pedidos. Por favor tente mais tarde."
250
+ },
241
251
  "forgotpassword_page_header": {
242
252
  "other": "Alterar senha"
243
253
  },
@@ -259,6 +269,9 @@
259
269
  "forgotpassword_form_error_forbidden": {
260
270
  "other": "Ocorreu um erro."
261
271
  },
272
+ "forgotpassword_form_error_too_many_requests": {
273
+ "other": "Muitos pedidos. Por favor tente mais tarde."
274
+ },
262
275
  "resetpassword_page_header": {
263
276
  "other": "Alterar sua senha"
264
277
  },
@@ -283,6 +296,9 @@
283
296
  "resetpassword_form_error_reset_password_token_expired": {
284
297
  "other": "O token para alteração de senha expirou. Por favor, solicite novamente."
285
298
  },
299
+ "resetpassword_form_error_too_many_requests": {
300
+ "other": "Muitos pedidos. Por favor tente mais tarde."
301
+ },
286
302
  "account_page_header": {
287
303
  "other": "Minha conta"
288
304
  },
@@ -509,14 +525,14 @@
509
525
  "other": "{{.Count}} dias"
510
526
  },
511
527
  "shopping_info_rental_period_duration": {
512
- "other": "Aluguel de {{.Count}} dias."
528
+ "other": "Aluguel de {{.ValueUnit}} "
513
529
  },
514
530
  "shopping_info_watch_window_duration": {
515
- "other": "Período de reprodução de {{.Count}} horas."
531
+ "other": "Período de reprodução de {{.Count}} horas. "
516
532
  },
517
533
  "shopping_info_watch_window_explanation_film": {
518
- "one": "Uma vez alugado, o filme estará disponível na sua conta por um dia.",
519
- "other": "Uma vez alugado, o filme estará disponível na sua conta por {{.Count}} dias."
534
+ "one": "Uma vez alugado, o filme estará disponível na sua conta por {{.ValueUnit}}. ",
535
+ "other": "Uma vez alugado, o filme estará disponível na sua conta por {{.ValueUnit}}. "
520
536
  },
521
537
  "shopping_info_watch_window_explanation2_film": {
522
538
  "one": "Ao clicar no play, o período de reprodução se inicia e você tem uma hora para assistir o filme quantas vezes quiser.",
@@ -1025,7 +1041,7 @@
1025
1041
  "other": "Alugando"
1026
1042
  },
1027
1043
  "availability_not_available": {
1028
- "other": "availability_not_available"
1044
+ "other": "Não disponível"
1029
1045
  },
1030
1046
  "availability_in_watch_window": {
1031
1047
  "other": "availability_in_watch_window"
@@ -1170,5 +1186,74 @@
1170
1186
  },
1171
1187
  "app_badge_android": {
1172
1188
  "other": "Get it on Google Play"
1189
+ },
1190
+
1191
+ "shopping_price_title_plan": {
1192
+ "other": "Preço"
1193
+ },
1194
+ "shopping_price_plan_note": {
1195
+ "zero": "Cobrado a cada {{ .Interval }} .",
1196
+ "one": "Cobrado a cada {{ .Interval }} após o término da avaliação gratuita de 24 horas.",
1197
+ "other": "Cobrado a cada {{ .Interval }} após o {{ .Count }} avaliação gratuita de .Count dias."
1198
+ },
1199
+ "shopping_price_plan_note_interval": {
1200
+ "one": "{{ .Interval }}",
1201
+ "other": "{{ .Count }} {{ .Interval }}"
1202
+ },
1203
+ "shopping_enter_card_prompt_plan": {
1204
+ "other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
1205
+ },
1206
+ "shopping_action_plan": {
1207
+ "other": "Completo"
1208
+ },
1209
+ "shopping_complete_subscription": {
1210
+ "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{ .Title }} ."
1211
+ },
1212
+ "shopping_complete_subscription_browse": {
1213
+ "other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
1214
+ },
1215
+ "shopping_info_plan_offer": {
1216
+ "one": "Renova automaticamente a cada {{ .Interval }}",
1217
+ "other": "Renova automaticamente cada {{ .Count }} {{ .Interval }}"
1218
+ },
1219
+ "shopping_info_trial_period_offer": {
1220
+ "one": "Experimente agora o seu teste gratuito de 24 horas!",
1221
+ "other": "Experimente o seu teste gratuito de {{ .Count }} dia!"
1222
+ },
1223
+ "plans_page_header": {
1224
+ "other": "Planos Disponíveis"
1225
+ },
1226
+ "plan_label_owned": {
1227
+ "other": "Você possui este plano"
1228
+ },
1229
+ "plan_expiry_date": {
1230
+ "other": "Fechamento de vendas:"
1231
+ },
1232
+ "plan_read_more": {
1233
+ "other": "Descubra mais"
1234
+ },
1235
+ "plan_page_read_more": {
1236
+ "other": "Consulte Mais informação"
1237
+ },
1238
+ "plan_page_header_text": {
1239
+ "other": "Aproveite {{ .Name }}"
1240
+ },
1241
+ "page_plan_explore_intro": {
1242
+ "other": "OU"
1243
+ },
1244
+ "page_plan_explore_link": {
1245
+ "other": "Explore outros passes"
1246
+ },
1247
+ "plan_showcase_page_ownership_button_buy": {
1248
+ "other": "Compre Agora"
1249
+ },
1250
+ "plan_free_link_text": {
1251
+ "other": "Cadastre-se gratuitamente"
1252
+ },
1253
+ "awards_nominated_for": {
1254
+ "other": "Nomeado para"
1255
+ },
1256
+ "awards_in_competition": {
1257
+ "other": "Em competição"
1173
1258
  }
1174
- }
1259
+ }