@shift72/core-template 0.3.8 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/CHANGELOG.md +40 -3
  2. package/kibble.json +1 -1
  3. package/package.json +2 -2
  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 -3
  8. package/site/ca_ES.all.json +81 -2
  9. package/site/da_DK.all.json +82 -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 -4
  13. package/site/el_EL.all.json +80 -2
  14. package/site/en_AU.all.json +54 -14
  15. package/site/es_ES.all.json +81 -2
  16. package/site/es_MX.all.json +10 -1
  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 -2
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +481 -403
  22. package/site/hu_HU.all.json +82 -4
  23. package/site/it_IT.all.json +80 -2
  24. package/site/ja_JP.all.json +81 -3
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +81 -3
  27. package/site/nl_BE.all.json +82 -3
  28. package/site/no_NO.all.json +82 -4
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +81 -3
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +81 -2
  33. package/site/pt_PT.all.json +81 -3
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +81 -3
  36. package/site/se_SE.all.json +81 -3
  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/static/images/common/sponsors-md.png +0 -0
  41. package/site/static/images/common/sponsors-xs.png +0 -0
  42. package/site/static/images/common/sponsors-xxxs.png +0 -0
  43. package/site/styles/_awards.scss +39 -0
  44. package/site/styles/_buttons.scss +13 -0
  45. package/site/styles/_card.scss +3 -0
  46. package/site/styles/_footer.scss +43 -0
  47. package/site/styles/_forms.scss +1 -1
  48. package/site/styles/_globals.scss +7 -0
  49. package/site/styles/_icons.scss +4 -0
  50. package/site/styles/_meta-detail.scss +1 -2
  51. package/site/styles/_pages.scss +13 -3
  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 +3 -3
  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 +3 -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/templates/application/footer/sponsor-banner.jet +9 -0
  68. package/site/{google.jet → templates/application/google.jet} +0 -0
  69. package/site/templates/application/head/font.jet +4 -0
  70. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  71. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  72. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  73. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  74. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  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/social-media-buttons.jet +1 -1
  85. package/site/templates/film/item.jet +5 -1
  86. package/site/templates/items/meta_item.jet +7 -2
  87. package/site/templates/items/tagline.jet +11 -11
  88. package/site/templates/page/content.jet +4 -1
  89. package/site/templates/page/curated.jet +25 -6
  90. package/site/templates/page/homepage.jet +1 -1
  91. package/site/templates/page/landing.jet +1 -1
  92. package/site/templates/page/page-content.jet +24 -2
  93. package/site/templates/page/page-header.jet +21 -2
  94. package/site/templates/tv/detail.jet +1 -1
  95. package/site/tr_TR.all.json +82 -4
  96. package/site/uk_UA.all.json +81 -2
  97. package/site/wishlist.html.jet +1 -1
  98. package/site/zh_TW.all.json +79 -1
  99. package/site/static/styles/main.css.map +0 -1
@@ -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"}}
@@ -6,6 +6,7 @@
6
6
  {{import "../collection/slider.jet"}}
7
7
  {{import "../common/list.jet"}}
8
8
  {{import "../common/social-media-buttons.jet"}}
9
+ {{import "../common/awards/item.jet"}}
9
10
 
10
11
  {{block head()}}
11
12
  {{yield seo() film}}
@@ -53,6 +54,9 @@
53
54
  <br>
54
55
  {{end}}
55
56
  <s72-availability-label data-slug="{{film.Slug}}"></s72-availability-label>
57
+
58
+ {{yield awardNominations() film}}
59
+
56
60
  <div class="meta-detail-synopsis">{{film.Overview | raw}}</div>
57
61
  <div class="meta-detail-extras">
58
62
  {{if len(film.Trailers) > 0 }}
@@ -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,17 +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
- {{if genresLimit > -1 && len(itemGenres) > genresLimit}}
38
- {{itemGenres = itemGenres[:genresLimit]}}
39
- {{end}}
40
- {{yield taglineItem() content}}
41
- {{itemGenres}}
42
- {{end}}
43
- {{yield taglineDivider(dividers=dividers)}}
44
- {{dividers = dividers - 1}}
45
- {{end}}
46
-
47
36
  {{if isset(.Runtime)}}
48
37
  {{yield taglineItem() content}}
49
38
  {{if .Runtime > 60}}
@@ -72,6 +61,17 @@
72
61
  {{dividers = dividers - 1}}
73
62
  {{end}}
74
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
+
75
75
  {{if isset(.ReleaseDate) && .ReleaseDate.Year() > 1}}
76
76
  {{yield taglineItem() content}}
77
77
  {{.ReleaseDate.Year()}}
@@ -1,6 +1,7 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{import "templates/page/page-header.jet"}}
3
3
  {{import "templates/page/page-content.jet"}}
4
+ {{import "templates/common/background-image.jet"}}
4
5
 
5
6
  {{block head()}}
6
7
  {{yield seo() page}}
@@ -8,6 +9,8 @@
8
9
 
9
10
  {{block body()}}
10
11
  <main id="main" class="page content-page">
12
+ {{yield backgroundImage(containerClass="page-bg", gradientClass="right-gradient", imageClass="page-bg-img", imageSrc=page.Images.Background)}}
13
+
11
14
  {{yield pageHeader(title=page.Title)}}
12
15
 
13
16
  {{yield pageContent(text=page.Content)}}
@@ -1,7 +1,6 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{import "templates/collection/page_collection.jet"}}
3
3
  {{import "templates/common/background-image.jet"}}
4
- {{import "templates/common/separator.jet"}}
5
4
  {{import "templates/page/page-content.jet"}}
6
5
  {{import "templates/page/page-header.jet"}}
7
6
 
@@ -11,12 +10,17 @@
11
10
 
12
11
 
13
12
  {{block body()}}
14
- <main id="main" class="page curated-page">
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}}">
15
19
  {{yield backgroundImage(containerClass="page-bg", gradientClass="right-gradient", imageClass="page-bg-img", imageSrc=page.Images.Background)}}
16
20
 
17
- {{yield pageHeader(title=page.Title)}}
21
+ {{yield pageHeader(title=page.Title, plan=plan)}}
18
22
 
19
- {{yield pageContent(text=page.Content)}}
23
+ {{yield pageContent(text=page.Content, plan=plan)}}
20
24
 
21
25
  <div class="page-collections">
22
26
  <h2 class="sr-only">{{i18n("wcag_collections_h2")}}</h2>
@@ -24,5 +28,20 @@
24
28
  {{yield pageCollection() pf}}
25
29
  {{end}}
26
30
  </div>
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 }}
27
46
  </main>
28
- {{end}}
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>
@@ -1,7 +1,29 @@
1
- {{block pageContent(text="")}}
1
+ {{block pageContent(text="", plan=0)}}
2
2
  {{if len(text) > 0}}
3
3
  <div class="page-content">
4
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}}
5
25
  </div>
26
+
27
+
6
28
  {{end}}
7
- {{end}}
29
+ {{end}}
@@ -1,7 +1,26 @@
1
- {{block pageHeader(title="")}}
1
+ {{block pageHeader(title="", plan=0)}}
2
2
  {{if len(title) > 0}}
3
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}}
4
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}}
5
24
  </div>
6
25
  {{end}}
7
- {{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"}}
@@ -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." },
@@ -288,7 +295,9 @@
288
295
  "shopping_complete_purchase_coming_soon": { "other": "tarihinden itibaren filmi izleyebileceksiniz {{.Date}}." },
289
296
  "shopping_complete_receipt": { "other": "Faturanız adresinize e-posta ile gönderilmiştir." },
290
297
  "shopping_complete_library_link": { "other": "Kütüphanenizi görüntüle" },
291
-
298
+ "shopping_complete_plan": {
299
+ "other": "{{ .Title }} satın alma işleminiz başarılı oldu."
300
+ },
292
301
  "shopping_complete_rental_watch_window_start": {
293
302
  "one": "Artık önümüzdeki günde filmi izlemeye başlayabilirsiniz.",
294
303
  "other": "Artık önümüzdeki {{.Count}} günde filmi izlemeye başlayabilirsiniz."
@@ -457,6 +466,75 @@
457
466
 
458
467
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
459
468
  "app_badge_ios": { "other": "Download on the App Store" },
460
- "app_badge_android": { "other": "Get it on Google Play" }
469
+ "app_badge_android": { "other": "Get it on Google Play" },
470
+
471
+ "shopping_price_title_plan": {
472
+ "other": "Fiyat"
473
+ },
474
+ "shopping_price_plan_note": {
475
+ "zero": "Her {{ .Interval }} .",
476
+ "one": "24 saatlik ücretsiz deneme süreniz sona erdikten sonra her {{ .Interval }}",
477
+ "other": "Her Ücretli {{ .Interval }} sizin sonra {{ .Count }} günlük ücretsiz deneme sürümü bitmeden."
478
+ },
479
+ "shopping_price_plan_note_interval": {
480
+ "one": "{{ .Interval }}",
481
+ "other": "{{ .Count }} {{ .Interval }}"
482
+ },
483
+ "shopping_enter_card_prompt_plan": {
484
+ "other": "Aboneliğinizi başlatmak için aşağıya kredi kartı bilgilerinizi girin."
485
+ },
486
+ "shopping_action_plan": {
487
+ "other": "Tamamlayınız"
488
+ },
489
+ "shopping_complete_subscription": {
490
+ "other": "Abonelik satın alma işleminiz başarılı oldu. Artık {{ .Title }} ."
491
+ },
492
+ "shopping_complete_subscription_browse": {
493
+ "other": "Sitede <a href=\"/\">gezinmekten</a> veya belirli bir şey <a href=\"/search.html\">aramaktan</a> çekinmeyin."
494
+ },
495
+ "shopping_info_plan_offer": {
496
+ "one": "{{ .Interval }} otomatik olarak yeniler",
497
+ "other": "Otomatik olarak her yeniler {{ .Count }} {{ .Interval }}"
498
+ },
499
+ "shopping_info_trial_period_offer": {
500
+ "one": "24 saatlik ücretsiz denemenizi şimdi deneyin!",
501
+ "other": "Ücretsiz {{ .Count }} günlük denemenizi deneyin!"
502
+ },
503
+ "plans_page_header": {
504
+ "other": "Mevcut Planlar"
505
+ },
506
+ "plan_label_owned": {
507
+ "other": "Bu plana sahipsin"
508
+ },
509
+ "plan_expiry_date": {
510
+ "other": "Satış kapanışı:"
511
+ },
512
+ "plan_read_more": {
513
+ "other": "Daha fazlasını bul"
514
+ },
515
+ "plan_page_read_more": {
516
+ "other": "Devamını oku"
517
+ },
518
+ "plan_page_header_text": {
519
+ "other": "Keyfini çıkarın {{ .Name }}"
520
+ },
521
+ "page_plan_explore_intro": {
522
+ "other": "VEYA"
523
+ },
524
+ "page_plan_explore_link": {
525
+ "other": "Diğer geçişleri keşfedin"
526
+ },
527
+ "plan_showcase_page_ownership_button_buy": {
528
+ "other": "Şimdi al"
529
+ },
530
+ "plan_free_link_text": {
531
+ "other": "Ücretsiz kaydol"
532
+ },
533
+ "awards_nominated_for": {
534
+ "other": "Aday için"
535
+ },
536
+ "awards_in_competition": {
537
+ "other": "Rekabette"
538
+ }
461
539
  }
462
-
540
+
@@ -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
  },
@@ -685,6 +692,9 @@
685
692
  "shopping_complete_library_link": {
686
693
  "other": "Подивитися вашу бібліотеку"
687
694
  },
695
+ "shopping_complete_plan": {
696
+ "other": "Ваша покупка {{ .Title }} була успішною."
697
+ },
688
698
  "shopping_complete_rental_watch_window_start": {
689
699
  "one": "Тепер ви можете почати дивитися фільм протягом наступного дня.",
690
700
  "few": "Тепер ви можете почати дивитися фільм протягом наступних {{.Count}} днів.",
@@ -1109,5 +1119,74 @@
1109
1119
 
1110
1120
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
1111
1121
  "app_badge_ios": { "other": "Download on the App Store" },
1112
- "app_badge_android": { "other": "Get it on Google Play" }
1113
- }
1122
+ "app_badge_android": { "other": "Get it on Google Play" },
1123
+
1124
+ "shopping_price_title_plan": {
1125
+ "other": "Ціна"
1126
+ },
1127
+ "shopping_price_plan_note": {
1128
+ "zero": "Стягується через кожний {{ .Interval }} .",
1129
+ "one": "Стягується кожні {{ .Interval }} після закінчення 24-годинної безкоштовної пробної версії.",
1130
+ "other": "Заряджені кожен {{ .Interval }} після вашого {{ .Count }} дня закінчується безкоштовно суд."
1131
+ },
1132
+ "shopping_price_plan_note_interval": {
1133
+ "one": "{{ .Interval }}",
1134
+ "other": "{{ .Count }} {{ .Interval }}"
1135
+ },
1136
+ "shopping_enter_card_prompt_plan": {
1137
+ "other": "Введіть дані своєї кредитної картки нижче, щоб розпочати підписку."
1138
+ },
1139
+ "shopping_action_plan": {
1140
+ "other": "Завершено"
1141
+ },
1142
+ "shopping_complete_subscription": {
1143
+ "other": "Ваша покупка підписки була успішною. Тепер ви підписані на {{ .Title }} ."
1144
+ },
1145
+ "shopping_complete_subscription_browse": {
1146
+ "other": "Не соромтеся <a href=\"/\">переглядати</a> сайт або <a href=\"/search.html\">шукати</a> щось конкретне."
1147
+ },
1148
+ "shopping_info_plan_offer": {
1149
+ "one": "Автоматично поновлюється через кожний {{ .Interval }}",
1150
+ "other": "Автоматично оновлює кожні {{ .Count }} {{ .Interval }} сек"
1151
+ },
1152
+ "shopping_info_trial_period_offer": {
1153
+ "one": "Спробуйте безкоштовну 24-годинну пробну версію зараз!",
1154
+ "other": "Спробуйте безкоштовну пробну версію {{ .Count }}"
1155
+ },
1156
+ "plans_page_header": {
1157
+ "other": "Доступні плани"
1158
+ },
1159
+ "plan_label_owned": {
1160
+ "other": "Ви володієте цим планом"
1161
+ },
1162
+ "plan_expiry_date": {
1163
+ "other": "Закриття продажів:"
1164
+ },
1165
+ "plan_read_more": {
1166
+ "other": "Дізнатися більше"
1167
+ },
1168
+ "plan_page_read_more": {
1169
+ "other": "Детальніше"
1170
+ },
1171
+ "plan_page_header_text": {
1172
+ "other": "Насолоджуйтесь {{ .Name }}"
1173
+ },
1174
+ "page_plan_explore_intro": {
1175
+ "other": "АБО"
1176
+ },
1177
+ "page_plan_explore_link": {
1178
+ "other": "Дослідіть інші перевали"
1179
+ },
1180
+ "plan_showcase_page_ownership_button_buy": {
1181
+ "other": "Придбайте зараз"
1182
+ },
1183
+ "plan_free_link_text": {
1184
+ "other": "Зареєструйтеся безкоштовно"
1185
+ },
1186
+ "awards_nominated_for": {
1187
+ "other": "Номінований за"
1188
+ },
1189
+ "awards_in_competition": {
1190
+ "other": "У конкурсі"
1191
+ }
1192
+ }
@@ -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}}
@@ -139,6 +139,13 @@
139
139
  "social_media_buttons_title": {
140
140
  "other": "分享"
141
141
  },
142
+ "social_media_buttons_facebook": { "other": "在脸书上分享" },
143
+ "social_media_buttons_twitter": { "other": "分享到Twitter" },
144
+ "social_media_buttons_linkedin": { "other": "在领英上分享" },
145
+ "social_media_buttons_email": { "other": "通过电子邮件分享" },
146
+ "social_media_buttons_email_subject": { "other": "链接分享" },
147
+ "social_media_buttons_copied_link": { "other": "链接已复制到剪贴板!" },
148
+ "social_media_buttons_copy_link": { "other": "复制到剪贴板" },
142
149
  "accept_invite_page_header": {
143
150
  "other": "歡迎"
144
151
  },
@@ -686,6 +693,9 @@
686
693
  "shopping_complete_library_link": {
687
694
  "other": "瀏覽已付費影片"
688
695
  },
696
+ "shopping_complete_plan": {
697
+ "other": "您已成功{{ .Title }}"
698
+ },
689
699
  "shopping_complete_rental_watch_window_start": {
690
700
  "one": "可於 1 天內開始觀看。",
691
701
  "other": "您可於 {{.Count}} 天內開始觀看。"
@@ -1173,5 +1183,73 @@
1173
1183
  },
1174
1184
  "app_badge_android": {
1175
1185
  "other": "Get it on Google Play"
1186
+ },
1187
+ "shopping_price_title_plan": {
1188
+ "other": "價錢"
1189
+ },
1190
+ "shopping_price_plan_note": {
1191
+ "zero": "每隔{{ .Interval }}充電。",
1192
+ "one": "24 小時免費試用期結束後, {{ .Interval }}收費一次。",
1193
+ "other": "{{ .Count }}天免費試用期結束後, {{ .Interval }}收費一次。"
1194
+ },
1195
+ "shopping_price_plan_note_interval": {
1196
+ "one": "{{ .Interval }}",
1197
+ "other": "{{ .Count }} {{ .Interval }}"
1198
+ },
1199
+ "shopping_enter_card_prompt_plan": {
1200
+ "other": "在下面輸入您的信用卡詳細信息以開始訂閱。"
1201
+ },
1202
+ "shopping_action_plan": {
1203
+ "other": "完全的"
1204
+ },
1205
+ "shopping_complete_subscription": {
1206
+ "other": "您的訂閱購買成功。您現在訂閱了{{ .Title }} 。"
1207
+ },
1208
+ "shopping_complete_subscription_browse": {
1209
+ "other": "隨意<a href=\"/\">瀏覽</a>網站,或<a href=\"/search.html\">搜索</a>特定內容。"
1210
+ },
1211
+ "shopping_info_plan_offer": {
1212
+ "one": "{{ .Interval }}自動更新",
1213
+ "other": "自動更新每個{{ .Count }} {{ .Interval }}"
1214
+ },
1215
+ "shopping_info_trial_period_offer": {
1216
+ "one": "立即試用您的 24 小時免費試用版!",
1217
+ "other": "免費{{ .Count }}天!"
1218
+ },
1219
+ "plans_page_header": {
1220
+ "other": "可用計劃"
1221
+ },
1222
+ "plan_label_owned": {
1223
+ "other": "您擁有此計劃"
1224
+ },
1225
+ "plan_expiry_date": {
1226
+ "other": "銷售結束:"
1227
+ },
1228
+ "plan_read_more": {
1229
+ "other": "了解更多"
1230
+ },
1231
+ "plan_page_read_more": {
1232
+ "other": "閱讀更多"
1233
+ },
1234
+ "plan_page_header_text": {
1235
+ "other": "享受{{ .Name }}"
1236
+ },
1237
+ "page_plan_explore_intro": {
1238
+ "other": "或者"
1239
+ },
1240
+ "page_plan_explore_link": {
1241
+ "other": "探索其他通行證"
1242
+ },
1243
+ "plan_showcase_page_ownership_button_buy": {
1244
+ "other": "立即購買"
1245
+ },
1246
+ "plan_free_link_text": {
1247
+ "other": "免費註冊"
1248
+ },
1249
+ "awards_nominated_for": {
1250
+ "other": "提名"
1251
+ },
1252
+ "awards_in_competition": {
1253
+ "other": "比賽中"
1176
1254
  }
1177
- }
1255
+ }