@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
@@ -1,4 +1,5 @@
1
1
  {{import "tagline.jet"}}
2
+ {{import "../common/awards/partial.jet"}}
2
3
 
3
4
  {{block metaItem(item, layout, wrapper_class="")}}
4
5
  {{ displayTitleAndGenreBelowPosters = config("media_item_caption") == "true" }}
@@ -38,8 +39,12 @@
38
39
  {{end}}
39
40
  <a href="{{routeToSlug(item.Slug)}}" class="meta-item-link" aria-label="{{item.Title}}" target="{{isExternalPage ? "_blank" : ""}}">
40
41
  <div class="poster poster-{{layout}}">
41
- <s72-availability-status data-slug="{{item.Slug}}"></s72-availability-status>
42
42
  <s72-availability-label data-slug="{{item.Slug}}"></s72-availability-label>
43
+ <div class="poster-overlay poster-overlay-top">
44
+ <s72-availability-status data-slug="{{item.Slug}}"></s72-availability-status>
45
+ {{ yield awardsPosterOverlay() item.InnerItem }}
46
+ </div>
47
+
43
48
  <s72-image src="{{imageUrl}}" alt="{{item.Title}}" class="poster-image poster-image-{{layout}}" border="0"></s72-image>
44
49
  {{if !isExternalPage}}
45
50
  <div class="hover">
@@ -79,4 +84,4 @@
79
84
  {{if wrapper_class != ""}}
80
85
  </div>
81
86
  {{end}}
82
- {{end}}
87
+ {{end}}
@@ -33,14 +33,6 @@
33
33
  <s72-classification-label data-slug="{{.Slug}}" data-layout="tooltip"></s72-classification-label>
34
34
  {{end}}
35
35
 
36
- {{if genres && len(itemGenres) > 0}}
37
- {{yield taglineItem() content}}
38
- {{itemGenres}}
39
- {{end}}
40
- {{yield taglineDivider(dividers=dividers)}}
41
- {{dividers = dividers - 1}}
42
- {{end}}
43
-
44
36
  {{if isset(.Runtime)}}
45
37
  {{yield taglineItem() content}}
46
38
  {{if .Runtime > 60}}
@@ -69,6 +61,17 @@
69
61
  {{dividers = dividers - 1}}
70
62
  {{end}}
71
63
 
64
+ {{if genres && len(itemGenres) > 0}}
65
+ {{if genresLimit > -1 && len(itemGenres) > genresLimit}}
66
+ {{itemGenres = itemGenres[:genresLimit]}}
67
+ {{end}}
68
+ {{yield taglineItem() content}}
69
+ {{itemGenres}}
70
+ {{end}}
71
+ {{yield taglineDivider(dividers=dividers)}}
72
+ {{dividers = dividers - 1}}
73
+ {{end}}
74
+
72
75
  {{if isset(.ReleaseDate) && .ReleaseDate.Year() > 1}}
73
76
  {{yield taglineItem() content}}
74
77
  {{.ReleaseDate.Year()}}
@@ -1,16 +1,15 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
+ {{import "templates/page/page-header.jet"}}
3
+ {{import "templates/page/page-content.jet"}}
4
+
2
5
  {{block head()}}
3
6
  {{yield seo() page}}
4
7
  {{end}}
8
+
5
9
  {{block body()}}
6
- <main id="main" class="page content-page">
7
- <div class="page-header">
8
- <h1>{{ page.Title }}</h1>
9
- </div>
10
- {{if len(page.Content)}}
11
- <div class="content-page-content">
12
- {{page.Content | raw}}
13
- </div>
14
- {{end}}
15
- </main>
16
- {{end}}
10
+ <main id="main" class="page content-page">
11
+ {{yield pageHeader(title=page.Title)}}
12
+
13
+ {{yield pageContent(text=page.Content)}}
14
+ </main>
15
+ {{end}}
@@ -1,5 +1,8 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{import "templates/collection/page_collection.jet"}}
3
+ {{import "templates/common/background-image.jet"}}
4
+ {{import "templates/page/page-content.jet"}}
5
+ {{import "templates/page/page-header.jet"}}
3
6
 
4
7
  {{block head()}}
5
8
  {{yield seo() page}}
@@ -7,26 +10,38 @@
7
10
 
8
11
 
9
12
  {{block body()}}
10
- <main id="main" class="page {{page.PageType}}-page">
11
- <div class="page-bg">
12
- <div class="right-gradient"></div>
13
- <s72-image src="{{page.Images.Background}}" alt="" class="page-bg-img"></s72-image>
14
- </div>
15
- <div class="container-fluid">
16
- <div class="page-header">
17
- <h1>{{ page.Title }}</h1>
18
- {{if len(page.Content)}}
19
- <div class="page-header-content">
20
- {{page.Content | raw}}
21
- </div>
13
+ {{ plan := 0 }}
14
+ {{ if len(page.Plans) }}
15
+ {{ plan = page.Plans[0] }}
16
+ {{ end }}
17
+
18
+ <main id="main" class="page curated-page{{if len(page.PageCollections) > 0}} curated-collection-page{{end}}{{if plan != 0}} curated-plan-page{{end}}">
19
+ {{yield backgroundImage(containerClass="page-bg", gradientClass="right-gradient", imageClass="page-bg-img", imageSrc=page.Images.Background)}}
20
+
21
+ {{yield pageHeader(title=page.Title, plan=plan)}}
22
+
23
+ {{yield pageContent(text=page.Content, plan=plan)}}
24
+
25
+ <div class="page-collections">
26
+ <h2 class="sr-only">{{i18n("wcag_collections_h2")}}</h2>
27
+ {{range index, pf := page.PageCollections}}
28
+ {{yield pageCollection() pf}}
22
29
  {{end}}
23
30
  </div>
24
- </div>
25
- <div class="page-collections">
26
- <h2 class="sr-only">{{i18n("wcag_collections_h2")}}</h2>
27
- {{range index, pf := page.PageCollections}}
28
- {{yield pageCollection() pf}}
29
- {{end}}
30
- </div>
31
- </main>
32
- {{end}}
31
+
32
+ {{ if plan != 0 }}
33
+ <div class="s72-view-all-passes text-center">
34
+ <h2 class="s72-divider-bottom mb-2 pb-2">{{ i18n("plan_page_header_text", map("Name", plan.Name)) }}</h2>
35
+
36
+ <p class="col-xs-10 col-xxl-8 mx-auto">{{ plan.Description }}</p>
37
+
38
+ <div>
39
+ <s72-pricing-buttons class="mb-2" data-slug="{{plan.Slug}}" data-title="{{plan.Name}}" />
40
+ <s72-plan-label data-slug="{{plan.Slug}}" data-title="{{plan.Name}}" />
41
+ </div>
42
+ <p>{{ i18n("page_plan_explore_intro" )}}</p>
43
+ <p><a href="/plans.html">{{ i18n("page_plan_explore_link") }}</a></p>
44
+ </div>
45
+ {{ end }}
46
+ </main>
47
+ {{end}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{import "templates/collection/page_collection.jet"}}
3
3
  {{import "templates/items/featured_item.jet"}}
4
4
  {{import "../collection/carousel.jet"}}
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{block body()}}
3
3
  <div>
4
4
  <h1>Landing - {{ page.Title }}</h1>
@@ -0,0 +1,29 @@
1
+ {{block pageContent(text="", plan=0)}}
2
+ {{if len(text) > 0}}
3
+ <div class="page-content">
4
+ {{text | raw}}
5
+
6
+ {{if plan != 0 }}
7
+ <div class="plan-buttons">
8
+ {{ if plan.PlanType == "free" }}
9
+ {{ if plan.HasExpiryDate() }}
10
+ <s72-before datetime="{{ plan.ExpiryDate.UnixMilli() }}">
11
+ <s72-user-anon>
12
+ <a class="btn btn-block s72-btn-purchase signup-link" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
13
+ </s72-user-anon>
14
+ </s72-before>
15
+ {{ else }}
16
+ <s72-user-anon>
17
+ <a class="btn btn-block s72-btn-purchase signup-link" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
18
+ </s72-user-anon>
19
+ {{ end }}
20
+ {{ else }}
21
+ <s72-pricing-buttons data-slug="{{plan.Slug}}" data-title="{{plan.Name}}" data-ownership-label-prefix={{ i18n("plan_showcase_page_ownership_button_") }} data-hide-price="true" />
22
+ {{ end }}
23
+ </div>
24
+ {{end}}
25
+ </div>
26
+
27
+
28
+ {{end}}
29
+ {{end}}
@@ -0,0 +1,26 @@
1
+ {{block pageHeader(title="", plan=0)}}
2
+ {{if len(title) > 0}}
3
+ <div class="page-header">
4
+ {{if plan != 0}}
5
+ <s72-plan-label data-slug="{{plan.Slug}}" data-title="{{plan.Name}}"></s72-plan-label>
6
+ {{end}}
7
+ <h1>{{title}}</h1>
8
+ {{if plan != 0 && plan.HasExpiryDate() }}
9
+ {{ if plan.HasExpiryDate() }}
10
+ <p class="alert p-0 border-0 my-1">
11
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-exclamation-circle mr-p5" 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>
12
+ <small>
13
+ <s72-before datetime="{{ plan.ExpiryDate.UnixMilli() }}">
14
+ {{ i18n("plan_expiry_date") }} <s72-time datetime="{{ plan.ExpiryDate.UnixMilli() }}" />
15
+ </s72-before>
16
+
17
+ <s72-after datetime="{{ plan.ExpiryDate.UnixMilli() }}">
18
+ {{ i18n("availability_not_available") }}
19
+ </s72-after>
20
+ </small>
21
+ </p>
22
+ {{ end }}
23
+ {{end}}
24
+ </div>
25
+ {{end}}
26
+ {{end}}
@@ -1,4 +1,4 @@
1
- {{extends "../application.jet"}}
1
+ {{extends "../application/application.jet"}}
2
2
  {{import "../common/slider.jet"}}
3
3
  {{import "../items/tagline.jet"}}
4
4
  {{import "../items/bonus_item.jet"}}
@@ -47,6 +47,12 @@
47
47
  <s72-userwishlist-button data-slug="{{tvseason.Slug}}" class="btn-wishlist"></s72-userwishlist-button>
48
48
  {{yield socialMediaButtons(path=currentUrlPath)}}
49
49
  </div>
50
+ </div>
51
+ <s72-availability-label data-slug="{{tvseason.Slug}}"></s72-availability-label>
52
+ <div class="meta-detail-synopsis">{{tvseason.Overview | raw}}</div>
53
+ </div>
54
+ <s72-availability-label data-slug="{{tvseason.Slug}}"></s72-availability-label>
55
+ <div class="meta-detail-synopsis">{{tvseason.Overview | raw}}</div>
50
56
  <div class="meta-detail-cast">
51
57
  {{if len(tvseason.Cast) > 0 }}
52
58
  <h2>{{i18n("meta_detail_cast_title")}}</h2>
@@ -73,7 +73,14 @@
73
73
  "play_button_resume": { "other" : "Devam et"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Paylaş" },
76
-
76
+ "social_media_buttons_facebook": { "other": "Facebook'ta Paylaş" },
77
+ "social_media_buttons_twitter": { "other": "Twitter'da paylaş" },
78
+ "social_media_buttons_linkedin": { "other": "Linkedin'de paylaş" },
79
+ "social_media_buttons_email": { "other": "E-mail ile paylaş" },
80
+ "social_media_buttons_email_subject": { "other": "Bağlantı paylaşımı" },
81
+ "social_media_buttons_copied_link": { "other": "Link kopyalandı!" },
82
+ "social_media_buttons_copy_link": { "other": "Panoya kopyala" },
83
+
77
84
  "accept_invite_page_header": { "other": "Hoşgeldiniz" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Görünüşe göre bu davet talebini zaten yapmışsınız, onun yerine <a href=\"{{.SigninURL}}\">sign in</a> denemelisiniz. Parolanızı unuttuysanız, parolanızı ayrıca <a href=\"{{.ForgotPasswordURL}}\"> sıfırlayabilirsiniz." },
79
86
  "acceptinvite_complete": { "other": "Teşekkürler. Hesabınız oluşturuldu." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Lütfen hesabınızda oturum açmak için şifrenizi girin." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Bu şifre hatalı." },
113
120
  "combined_auth_error_forbidden": { "other": "Bir hata oluştu." },
121
+ "combined_auth_error_too_many_requests": { "other": "Çok fazla talep var.Lütfen daha sonra tekrar deneyin." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Parolanızı Sıfırlayın" },
116
124
  "forgotpassword_form_email": { "other": "E-posta adresi" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Bu hesap askıya alınmıştır." },
120
128
  "forgotpassword_complete": { "other": "Teşekkürler. Kısa süre içinde gelen kutunuzda bir şifre sıfırlama e-postası görünecektir." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Bir hata gerçekleşti." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Çok fazla talep var.Lütfen daha sonra tekrar deneyin." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Şifrenizi değiştirin" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Eğer şifrenizi sıfırlama talebi geçersiz görünüyorsa, lütfen <a href=\"{{.URL}}\">Şifremi Unuttum </a> formunu tekrar doldurun." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Teşekkürler. Şifreniz değiştirildi ve oturumunuz açıldı. " },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Şifre sıfırlama talebi geçersizdir. Lütfen daha sonra tekrar deneyin." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Şifre sıfırlama talebi geçersizdir. Lütfen daha sonra tekrar deneyin." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Çok fazla talep var.Lütfen daha sonra tekrar deneyin." },
131
141
 
132
142
  "account_page_header": { "other": "Hesabım" },
133
143
  "account_form_name": { "other": "İsim" },
@@ -199,11 +209,11 @@
199
209
 
200
210
  "duration_hour": { "one": "1 saat", "other": "{{.Count}} saat" },
201
211
  "duration_day": { "one": "1 gün", "other": "{{.Count}} gün" },
202
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} kiralanan gün sayısı " },
203
- "shopping_info_watch_window_duration": { "other": "{{.Count}} saat playback oynatma penceresi " },
212
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} kiralama " },
213
+ "shopping_info_watch_window_duration": { "other": "{{.Count}} saat playback oynatma penceresi. " },
204
214
  "shopping_info_watch_window_explanation_film": {
205
- "one": "Kiralandığında, filminiz hesabınızda bir gün boyunca erişilebilir olacaktır.",
206
- "other": "Oynata bastığınızda izleme penceresi başlar ve filmi istediğiniz kadar izlemek için bir saatiniz olacak."
215
+ "one": "Oynata bastığınızda izleme penceresi başlar ve filmi istediğiniz kadar izlemek için {{.ValueUnit}} olacak. ",
216
+ "other": "Oynata bastığınızda izleme penceresi başlar ve filmi istediğiniz kadar izlemek için {{.ValueUnit}} olacak. "
207
217
  },
208
218
  "shopping_info_watch_window_explanation2_film": {
209
219
  "one": "Oynata bastığınızda izleme penceresi başlar ve filmi istediğiniz kadar izlemek için bir saatiniz olacak. ",
@@ -454,6 +464,75 @@
454
464
 
455
465
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
456
466
  "app_badge_ios": { "other": "Download on the App Store" },
457
- "app_badge_android": { "other": "Get it on Google Play" }
467
+ "app_badge_android": { "other": "Get it on Google Play" },
468
+
469
+ "shopping_price_title_plan": {
470
+ "other": "Fiyat"
471
+ },
472
+ "shopping_price_plan_note": {
473
+ "zero": "Her {{ .Interval }} .",
474
+ "one": "24 saatlik ücretsiz deneme süreniz sona erdikten sonra her {{ .Interval }}",
475
+ "other": "Her Ücretli {{ .Interval }} sizin sonra {{ .Count }} günlük ücretsiz deneme sürümü bitmeden."
476
+ },
477
+ "shopping_price_plan_note_interval": {
478
+ "one": "{{ .Interval }}",
479
+ "other": "{{ .Count }} {{ .Interval }}"
480
+ },
481
+ "shopping_enter_card_prompt_plan": {
482
+ "other": "Aboneliğinizi başlatmak için aşağıya kredi kartı bilgilerinizi girin."
483
+ },
484
+ "shopping_action_plan": {
485
+ "other": "Tamamlayınız"
486
+ },
487
+ "shopping_complete_subscription": {
488
+ "other": "Abonelik satın alma işleminiz başarılı oldu. Artık {{ .Title }} ."
489
+ },
490
+ "shopping_complete_subscription_browse": {
491
+ "other": "Sitede <a href=\"/\">gezinmekten</a> veya belirli bir şey <a href=\"/search.html\">aramaktan</a> çekinmeyin."
492
+ },
493
+ "shopping_info_plan_offer": {
494
+ "one": "{{ .Interval }} otomatik olarak yeniler",
495
+ "other": "Otomatik olarak her yeniler {{ .Count }} {{ .Interval }}"
496
+ },
497
+ "shopping_info_trial_period_offer": {
498
+ "one": "24 saatlik ücretsiz denemenizi şimdi deneyin!",
499
+ "other": "Ücretsiz {{ .Count }} günlük denemenizi deneyin!"
500
+ },
501
+ "plans_page_header": {
502
+ "other": "Mevcut Planlar"
503
+ },
504
+ "plan_label_owned": {
505
+ "other": "Bu plana sahipsin"
506
+ },
507
+ "plan_expiry_date": {
508
+ "other": "Satış kapanışı:"
509
+ },
510
+ "plan_read_more": {
511
+ "other": "Daha fazlasını bul"
512
+ },
513
+ "plan_page_read_more": {
514
+ "other": "Devamını oku"
515
+ },
516
+ "plan_page_header_text": {
517
+ "other": "Keyfini çıkarın {{ .Name }}"
518
+ },
519
+ "page_plan_explore_intro": {
520
+ "other": "VEYA"
521
+ },
522
+ "page_plan_explore_link": {
523
+ "other": "Diğer geçişleri keşfedin"
524
+ },
525
+ "plan_showcase_page_ownership_button_buy": {
526
+ "other": "Şimdi al"
527
+ },
528
+ "plan_free_link_text": {
529
+ "other": "Ücretsiz kaydol"
530
+ },
531
+ "awards_nominated_for": {
532
+ "other": "Aday için"
533
+ },
534
+ "awards_in_competition": {
535
+ "other": "Rekabette"
536
+ }
458
537
  }
459
-
538
+
@@ -126,6 +126,13 @@
126
126
  "social_media_buttons_title": {
127
127
  "other": "Поділитися"
128
128
  },
129
+ "social_media_buttons_facebook": { "other": "Поділіться на Facebook" },
130
+ "social_media_buttons_twitter": { "other": "Поділіться у Twitter" },
131
+ "social_media_buttons_linkedin": { "other": "Поділіться на Linkedin" },
132
+ "social_media_buttons_email": { "other": "Поділіться електронною поштою" },
133
+ "social_media_buttons_email_subject": { "other": "Поділитися посиланням" },
134
+ "social_media_buttons_copied_link": { "other": "Посилання скопійовано в буфер обміну!" },
135
+ "social_media_buttons_copy_link": { "other": "Копіювати в буфер обміну" },
129
136
  "accept_invite_page_header": {
130
137
  "other": "Ласкаво просимо"
131
138
  },
@@ -225,6 +232,9 @@
225
232
  "combined_auth_error_forbidden": {
226
233
  "other": "Сталася помилка."
227
234
  },
235
+ "combined_auth_error_too_many_requests": {
236
+ "other": "Забагато запитів, спробуйте пізніше."
237
+ },
228
238
  "forgotpassword_page_header": {
229
239
  "other": "Скинути пароль"
230
240
  },
@@ -246,6 +256,9 @@
246
256
  "forgotpassword_form_error_forbidden": {
247
257
  "other": "Сталася помилка."
248
258
  },
259
+ "forgotpassword_form_error_too_many_requests": {
260
+ "other": "Забагато запитів, спробуйте пізніше."
261
+ },
249
262
  "resetpassword_page_header": {
250
263
  "other": "Змінити пароль"
251
264
  },
@@ -270,6 +283,9 @@
270
283
  "resetpassword_form_error_reset_password_token_expired": {
271
284
  "other": "Термін дії маркера скидання пароля закінчився. Будь ласка, запитайте новий."
272
285
  },
286
+ "resetpassword_form_error_too_many_requests": {
287
+ "other": "Забагато запитів, спробуйте пізніше."
288
+ },
273
289
  "account_page_header": {
274
290
  "other": "Мій обліковий запис"
275
291
  },
@@ -482,7 +498,7 @@
482
498
  "other": "Ви можете взяти фільм напрокат вже зараз, але ви не зможете переглянути його до дати релізу."
483
499
  },
484
500
  "shopping_info_available_until_date_title": {
485
- "other": "Доступний до {{.Date}}."
501
+ "other": "Доступний до {{.Date}}. "
486
502
  },
487
503
  "shopping_info_available_until_date_explanation_rent": {
488
504
  "other": "Ви не зможете переглянути контент після цього."
@@ -493,17 +509,17 @@
493
509
  "duration_hour": { "one": "1 година", "other": "{{.Count}} години" },
494
510
  "duration_day": { "one": "1 день", "other": "{{.Count}} дні" },
495
511
  "shopping_info_rental_period_duration": {
496
- "few": "{{.ValueUnit}} день прокату",
497
- "many": "{{.ValueUnit}} день прокату"
512
+ "few": "{{.ValueUnit}} прокату ",
513
+ "many": "{{.ValueUnit}} прокату "
498
514
  },
499
515
  "shopping_info_watch_window_duration": {
500
- "few": "{{.Count}}-годинне вікно відтворення.",
501
- "many": "{{.Count}}-годинне вікно відтворення."
516
+ "few": "{{.Count}}-годинне вікно відтворення. ",
517
+ "many": "{{.Count}}-годинне вікно відтворення. "
502
518
  },
503
519
  "shopping_info_watch_window_explanation_film": {
504
- "one": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}} дня.",
505
- "few": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}} днів. ",
506
- "many": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}} днів. "
520
+ "one": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}}. ",
521
+ "few": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}}. ",
522
+ "many": "Після оформлення прокату, фільм буде доступний у вашому обліковому записі протягом {{.ValueUnit}}. "
507
523
  },
508
524
  "shopping_info_watch_window_explanation2_film": {
509
525
  "one": "Після натискання кнопки \"Дивитися\" відкривається вікно перегляду. У вас є 1 година, щоб переглянути фільм скільки завгодно разів.",
@@ -1100,5 +1116,74 @@
1100
1116
 
1101
1117
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
1102
1118
  "app_badge_ios": { "other": "Download on the App Store" },
1103
- "app_badge_android": { "other": "Get it on Google Play" }
1104
- }
1119
+ "app_badge_android": { "other": "Get it on Google Play" },
1120
+
1121
+ "shopping_price_title_plan": {
1122
+ "other": "Ціна"
1123
+ },
1124
+ "shopping_price_plan_note": {
1125
+ "zero": "Стягується через кожний {{ .Interval }} .",
1126
+ "one": "Стягується кожні {{ .Interval }} після закінчення 24-годинної безкоштовної пробної версії.",
1127
+ "other": "Заряджені кожен {{ .Interval }} після вашого {{ .Count }} дня закінчується безкоштовно суд."
1128
+ },
1129
+ "shopping_price_plan_note_interval": {
1130
+ "one": "{{ .Interval }}",
1131
+ "other": "{{ .Count }} {{ .Interval }}"
1132
+ },
1133
+ "shopping_enter_card_prompt_plan": {
1134
+ "other": "Введіть дані своєї кредитної картки нижче, щоб розпочати підписку."
1135
+ },
1136
+ "shopping_action_plan": {
1137
+ "other": "Завершено"
1138
+ },
1139
+ "shopping_complete_subscription": {
1140
+ "other": "Ваша покупка підписки була успішною. Тепер ви підписані на {{ .Title }} ."
1141
+ },
1142
+ "shopping_complete_subscription_browse": {
1143
+ "other": "Не соромтеся <a href=\"/\">переглядати</a> сайт або <a href=\"/search.html\">шукати</a> щось конкретне."
1144
+ },
1145
+ "shopping_info_plan_offer": {
1146
+ "one": "Автоматично поновлюється через кожний {{ .Interval }}",
1147
+ "other": "Автоматично оновлює кожні {{ .Count }} {{ .Interval }} сек"
1148
+ },
1149
+ "shopping_info_trial_period_offer": {
1150
+ "one": "Спробуйте безкоштовну 24-годинну пробну версію зараз!",
1151
+ "other": "Спробуйте безкоштовну пробну версію {{ .Count }}"
1152
+ },
1153
+ "plans_page_header": {
1154
+ "other": "Доступні плани"
1155
+ },
1156
+ "plan_label_owned": {
1157
+ "other": "Ви володієте цим планом"
1158
+ },
1159
+ "plan_expiry_date": {
1160
+ "other": "Закриття продажів:"
1161
+ },
1162
+ "plan_read_more": {
1163
+ "other": "Дізнатися більше"
1164
+ },
1165
+ "plan_page_read_more": {
1166
+ "other": "Детальніше"
1167
+ },
1168
+ "plan_page_header_text": {
1169
+ "other": "Насолоджуйтесь {{ .Name }}"
1170
+ },
1171
+ "page_plan_explore_intro": {
1172
+ "other": "АБО"
1173
+ },
1174
+ "page_plan_explore_link": {
1175
+ "other": "Дослідіть інші перевали"
1176
+ },
1177
+ "plan_showcase_page_ownership_button_buy": {
1178
+ "other": "Придбайте зараз"
1179
+ },
1180
+ "plan_free_link_text": {
1181
+ "other": "Зареєструйтеся безкоштовно"
1182
+ },
1183
+ "awards_nominated_for": {
1184
+ "other": "Номінований за"
1185
+ },
1186
+ "awards_in_competition": {
1187
+ "other": "У конкурсі"
1188
+ }
1189
+ }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{block head()}}
3
3
  {{yield seo(title=i18n("userwishlist_page_header"), index=false)}}
4
4
  {{end}}