@shift72/core-template 0.3.6 → 0.4.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 +43 -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 +82 -2
  8. package/site/ca_ES.all.json +87 -2
  9. package/site/da_DK.all.json +89 -2
  10. package/site/de_DE.all.json +80 -1
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +82 -3
  13. package/site/el_EL.all.json +80 -1
  14. package/site/en_AU.all.json +55 -14
  15. package/site/es_ES.all.json +80 -1
  16. package/site/es_MX.all.json +10 -0
  17. package/site/fi_FI.all.json +81 -2
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +80 -1
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -400
  22. package/site/hu_HU.all.json +82 -3
  23. package/site/it_IT.all.json +80 -1
  24. package/site/ja_JP.all.json +81 -2
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +81 -2
  27. package/site/nl_BE.all.json +81 -2
  28. package/site/no_NO.all.json +82 -3
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +81 -2
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +87 -2
  33. package/site/pt_PT.all.json +81 -2
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +81 -2
  36. package/site/se_SE.all.json +81 -2
  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 +82 -3
  98. package/site/uk_UA.all.json +87 -2
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +85 -1
  101. package/site/static/styles/main.css.map +0 -1
@@ -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" },
@@ -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" },
@@ -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
  },
@@ -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
+ }
@@ -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" },
@@ -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)}}