@shift72/core-template 0.3.8 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -3
- package/kibble.json +1 -1
- package/package.json +2 -2
- package/site/404.html.jet +1 -1
- package/site/acceptinvite.html.jet +1 -1
- package/site/account.html.jet +1 -1
- package/site/ar_LB.all.json +82 -3
- package/site/ca_ES.all.json +81 -2
- package/site/da_DK.all.json +82 -2
- package/site/de_DE.all.json +80 -1
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +82 -4
- package/site/el_EL.all.json +80 -2
- package/site/en_AU.all.json +54 -14
- package/site/es_ES.all.json +81 -2
- package/site/es_MX.all.json +10 -1
- package/site/fi_FI.all.json +81 -2
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +80 -2
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +481 -403
- package/site/hu_HU.all.json +82 -4
- package/site/it_IT.all.json +80 -2
- package/site/ja_JP.all.json +81 -3
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +81 -3
- package/site/nl_BE.all.json +82 -3
- package/site/no_NO.all.json +82 -4
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +81 -3
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +81 -2
- package/site/pt_PT.all.json +81 -3
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +81 -3
- package/site/se_SE.all.json +81 -3
- package/site/search.html.jet +1 -1
- package/site/signin.html.jet +1 -1
- package/site/signup.html.jet +1 -1
- package/site/static/images/common/sponsors-md.png +0 -0
- package/site/static/images/common/sponsors-xs.png +0 -0
- package/site/static/images/common/sponsors-xxxs.png +0 -0
- package/site/styles/_awards.scss +39 -0
- package/site/styles/_buttons.scss +13 -0
- package/site/styles/_card.scss +3 -0
- package/site/styles/_footer.scss +43 -0
- package/site/styles/_forms.scss +1 -1
- package/site/styles/_globals.scss +7 -0
- package/site/styles/_icons.scss +4 -0
- package/site/styles/_meta-detail.scss +1 -2
- package/site/styles/_pages.scss +13 -3
- package/site/styles/_plans.scss +87 -0
- package/site/styles/_poster.scss +25 -1
- package/site/styles/_shift72.scss +19 -0
- package/site/styles/_shopping.scss +6 -0
- package/site/styles/_variables.scss +14 -0
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +6 -1
- package/site/templates/{application.jet → application/application.jet} +5 -5
- package/site/templates/{footer → application/footer}/app-badges.jet +3 -3
- package/site/templates/{footer → application/footer}/brand.jet +0 -0
- package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
- package/site/templates/{footer → application/footer}/footer.jet +3 -0
- package/site/templates/{footer → application/footer}/info.jet +0 -0
- package/site/templates/{footer → application/footer}/nav.jet +0 -0
- package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
- package/site/templates/application/footer/sponsor-banner.jet +9 -0
- package/site/{google.jet → templates/application/google.jet} +0 -0
- package/site/templates/application/head/font.jet +4 -0
- package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
- package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
- package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
- package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
- package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
- package/site/templates/bundle/item.jet +1 -1
- package/site/templates/collection/carousel_item.jet +3 -1
- package/site/templates/collection/index.jet +1 -1
- package/site/templates/collection/item.jet +1 -1
- package/site/templates/collection/list.jet +4 -4
- package/site/templates/collection/page_collection.jet +8 -8
- package/site/templates/common/awards/carousel.jet +10 -0
- package/site/templates/common/awards/item.jet +12 -0
- package/site/templates/common/awards/partial.jet +7 -0
- package/site/templates/common/social-media-buttons.jet +1 -1
- package/site/templates/film/item.jet +5 -1
- package/site/templates/items/meta_item.jet +7 -2
- package/site/templates/items/tagline.jet +11 -11
- package/site/templates/page/content.jet +4 -1
- package/site/templates/page/curated.jet +25 -6
- package/site/templates/page/homepage.jet +1 -1
- package/site/templates/page/landing.jet +1 -1
- package/site/templates/page/page-content.jet +24 -2
- package/site/templates/page/page-header.jet +21 -2
- package/site/templates/tv/detail.jet +1 -1
- package/site/tr_TR.all.json +82 -4
- package/site/uk_UA.all.json +81 -2
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +79 -1
- package/site/static/styles/main.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/0.
|
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/0.4.2...HEAD)
|
|
4
|
+
|
|
5
|
+
## [0.4.2](https://github.com/shift72/core-template/compare/0.4.1...0.4.2)
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Lang files updated with entries for purchasing one-off passes
|
|
9
|
+
- Sponsor banner that can be enabled/disabled in Uber Admin
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Typo in English lang file
|
|
13
|
+
|
|
14
|
+
## [0.4.1](https://github.com/shift72/core-template/compare/0.4.0...0.4.1)
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- Fixed layout issue with TV Season detail page.
|
|
18
|
+
- Support for header images on content pages.
|
|
19
|
+
|
|
20
|
+
## [0.4.0](https://github.com/shift72/core-template/compare/0.4.0-rc.0...0.4.0)
|
|
21
|
+
|
|
22
|
+
No changes from RC0.
|
|
23
|
+
|
|
24
|
+
## [0.4.0-rc.0](https://github.com/shift72/core-template/compare/0.3.8...0.4.0-rc.0)
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
- Support for purchasing plans and pages to showcase them.
|
|
28
|
+
- Support for award nominations on carousel, meta item partials and film pages.
|
|
29
|
+
- Separate template for overriding with custom fonts.
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
- Moved separator line from footer jet into app badge jet.
|
|
33
|
+
- Kibble upgraded to v0.15.22.
|
|
34
|
+
- Application templates moved to `/site/templates/application/`.
|
|
35
|
+
- Links (`<a>` tags) without a `class` attribute have `text-decoration: underline`.
|
|
36
|
+
|
|
37
|
+
## Fixed
|
|
38
|
+
- Curated pages with a collection no longer has a `min-height` that was forcing a gap before the collection.
|
|
39
|
+
|
|
40
|
+
## [0.3.8](https://github.com/shift72/core-template/compare/0.3.7...0.3.8)
|
|
4
41
|
|
|
5
42
|
### Fixed
|
|
6
43
|
- Genre limit on meta-item-tagline now works again.
|
|
@@ -42,7 +79,7 @@
|
|
|
42
79
|
## [0.3.3](https://github.com/shift72/core-template/compare/0.3.2...0.3.3)
|
|
43
80
|
|
|
44
81
|
### Added
|
|
45
|
-
- Added Catalan (`ca_ES`) translations file.
|
|
82
|
+
- Added Catalan (`ca_ES`) translations file.
|
|
46
83
|
|
|
47
84
|
## [0.3.2](https://github.com/shift72/core-template/compare/0.3.1...0.3.2)
|
|
48
85
|
|
|
@@ -200,4 +237,4 @@ Note: packaging fail so fixes are in `0.1.0-alpha.4`.
|
|
|
200
237
|
|
|
201
238
|
## [0.1.0-alpha.1](https://github.com/shift72/core-template/releases/tag/0.1.0-alpha.1) - 2021-05-24
|
|
202
239
|
### Added
|
|
203
|
-
- Initial release of NPM package.
|
|
240
|
+
- Initial release of NPM package.
|
package/kibble.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shift72/core-template",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Shift72 core template",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"postcss-cli": "^9.0.1",
|
|
46
46
|
"rollup": "^2.23.0",
|
|
47
47
|
"rollup-plugin-terser": "^6.1.0",
|
|
48
|
-
"s72-kibble": "^0.15.
|
|
48
|
+
"s72-kibble": "^0.15.22",
|
|
49
49
|
"sass": "^1.36.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
package/site/404.html.jet
CHANGED
package/site/account.html.jet
CHANGED
package/site/ar_LB.all.json
CHANGED
|
@@ -73,6 +73,13 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "تابع "},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "النشر " },
|
|
76
|
+
"social_media_buttons_facebook": { "other": "انشر في الفيسبوك" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "حصة على التغريد" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "انشر على لينكد إن" },
|
|
79
|
+
"social_media_buttons_email": { "other": "سهم عبر البريد الإلكتروني" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "مشاركة الارتباط" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "تم نسخ الرابط إلى الحافظة!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "نسخ إلى الحافظة" },
|
|
76
83
|
|
|
77
84
|
"accept_invite_page_header": { "other": "أهلا بك" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "يبدو أنك طالبت بهذه الدعوة من قبل ، يجب عليك <a href=\"{{.SigninURL}}\"> تسجيل الدخول </a> بدلاً من ذلك. إذا نسيت كلمة المرور ، فيمكنك أيضًا <a href=\"{{.ForgotPasswordURL}}\"> إعادة تعيين كلمة المرور </a>." },
|
|
@@ -305,7 +312,9 @@
|
|
|
305
312
|
"shopping_complete_purchase_coming_soon": { "other": "يمكن المشاهدة ابتداء من {{.Date}}." },
|
|
306
313
|
"shopping_complete_receipt": { "other": "تم إرسال الإيصال عبر البريد الإلكتروني." },
|
|
307
314
|
"shopping_complete_library_link": { "other": "عرض المكتبة" },
|
|
308
|
-
|
|
315
|
+
"shopping_complete_plan": {
|
|
316
|
+
"other": "لقد نجحت عملية شرائك لـ {{ .Title }}"
|
|
317
|
+
},
|
|
309
318
|
"shopping_complete_rental_watch_window_start": {
|
|
310
319
|
"one": "يمكن الآن بدء المشاهدة حتى اليوم التالي.",
|
|
311
320
|
"other": "يمكن الآن بدء المشاهدة في غضون الأيام الـ {{.Count}} القادمة."
|
|
@@ -511,5 +520,75 @@
|
|
|
511
520
|
"wcag_aria_label_wishlist": { "other": "قائمة الرغبات" },
|
|
512
521
|
"wcag_aria_label_facebook": { "other": "انشر على الفيسبوك" },
|
|
513
522
|
"wcag_aria_label_twitter": { "other": "انشر على تويتر" },
|
|
514
|
-
"wcag_aria_label_linkedin": { "other": "انشر على لينكد ان" }
|
|
515
|
-
|
|
523
|
+
"wcag_aria_label_linkedin": { "other": "انشر على لينكد ان" },
|
|
524
|
+
|
|
525
|
+
"shopping_price_title_plan": {
|
|
526
|
+
"other": "سعر"
|
|
527
|
+
},
|
|
528
|
+
"shopping_price_plan_note": {
|
|
529
|
+
"zero": "اتهم كل {{ .Interval }} .",
|
|
530
|
+
"one": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
|
|
531
|
+
"other": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء {{ .Count }} التجريبية المجانية .Count يوم."
|
|
532
|
+
},
|
|
533
|
+
"shopping_price_plan_note_interval": {
|
|
534
|
+
"one": "{{ .Interval }}",
|
|
535
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
536
|
+
},
|
|
537
|
+
"shopping_enter_card_prompt_plan": {
|
|
538
|
+
"other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
|
|
539
|
+
},
|
|
540
|
+
"shopping_action_plan": {
|
|
541
|
+
"other": "مكتمل"
|
|
542
|
+
},
|
|
543
|
+
"shopping_complete_subscription": {
|
|
544
|
+
"other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{ .Title }} ."
|
|
545
|
+
},
|
|
546
|
+
"shopping_complete_subscription_browse": {
|
|
547
|
+
"other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
|
|
548
|
+
},
|
|
549
|
+
"shopping_info_plan_offer": {
|
|
550
|
+
"one": "يجدد تلقائيا كل. {{ .Interval }}",
|
|
551
|
+
"other": "يجدد تلقائيا كل {{ .Count }} {{ .Interval }}"
|
|
552
|
+
},
|
|
553
|
+
"shopping_info_trial_period_offer": {
|
|
554
|
+
"one": "جرب الإصدار التجريبي المجاني لمدة 24 ساعة الآن!",
|
|
555
|
+
"other": "{{ .Count }} التجريبي المجاني من .Count day!"
|
|
556
|
+
},
|
|
557
|
+
"plans_page_header": {
|
|
558
|
+
"other": "الخطط المتاحة"
|
|
559
|
+
},
|
|
560
|
+
"plan_label_owned": {
|
|
561
|
+
"other": "أنت تملك هذه الخطة"
|
|
562
|
+
},
|
|
563
|
+
"plan_expiry_date": {
|
|
564
|
+
"other": "إغلاق المبيعات:"
|
|
565
|
+
},
|
|
566
|
+
"plan_read_more": {
|
|
567
|
+
"other": "اكتشف المزيد"
|
|
568
|
+
},
|
|
569
|
+
"plan_page_read_more": {
|
|
570
|
+
"other": "اقرأ أكثر"
|
|
571
|
+
},
|
|
572
|
+
"plan_page_header_text": {
|
|
573
|
+
"other": "استمتع {{ .Name }}"
|
|
574
|
+
},
|
|
575
|
+
"page_plan_explore_intro": {
|
|
576
|
+
"other": "أو"
|
|
577
|
+
},
|
|
578
|
+
"page_plan_explore_link": {
|
|
579
|
+
"other": "استكشف ممرات أخرى"
|
|
580
|
+
},
|
|
581
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
582
|
+
"other": "اشتري الآن"
|
|
583
|
+
},
|
|
584
|
+
"plan_free_link_text": {
|
|
585
|
+
"other": "سجل مجانا"
|
|
586
|
+
},
|
|
587
|
+
|
|
588
|
+
"awards_nominated_for": {
|
|
589
|
+
"other": "رشح ل"
|
|
590
|
+
},
|
|
591
|
+
"awards_in_competition": {
|
|
592
|
+
"other": "في المنافسة"
|
|
593
|
+
}
|
|
594
|
+
}
|
package/site/ca_ES.all.json
CHANGED
|
@@ -139,6 +139,13 @@
|
|
|
139
139
|
"social_media_buttons_title": {
|
|
140
140
|
"other": "Compartir"
|
|
141
141
|
},
|
|
142
|
+
"social_media_buttons_facebook": { "other": "Comparteix a Facebook" },
|
|
143
|
+
"social_media_buttons_twitter": { "other": "Comparteix a Twitter" },
|
|
144
|
+
"social_media_buttons_linkedin": { "other": "Comparteix a Linkedin" },
|
|
145
|
+
"social_media_buttons_email": { "other": "Comparteix per correu electrònic" },
|
|
146
|
+
"social_media_buttons_email_subject": { "other": "Compartir enllaç" },
|
|
147
|
+
"social_media_buttons_copied_link": { "other": "S'ha copiat l'enllaç al porta-retalls!" },
|
|
148
|
+
"social_media_buttons_copy_link": { "other": "Copiar al portapapers" },
|
|
142
149
|
"accept_invite_page_header": {
|
|
143
150
|
"other": "Benvingut"
|
|
144
151
|
},
|
|
@@ -686,6 +693,9 @@
|
|
|
686
693
|
"shopping_complete_purchase_coming_soon": {
|
|
687
694
|
"other": "Podreu veure-ho des de {{.Date}}."
|
|
688
695
|
},
|
|
696
|
+
"shopping_complete_plan": {
|
|
697
|
+
"other": "La teva compra de {{ .Title }} estat correcta."
|
|
698
|
+
},
|
|
689
699
|
"shopping_complete_receipt": {
|
|
690
700
|
"other": "S'ha enviat un rebut per correu electrònic."
|
|
691
701
|
},
|
|
@@ -1034,7 +1044,7 @@
|
|
|
1034
1044
|
"other": "Lloguer"
|
|
1035
1045
|
},
|
|
1036
1046
|
"availability_not_available": {
|
|
1037
|
-
"other": "
|
|
1047
|
+
"other": "No disponible"
|
|
1038
1048
|
},
|
|
1039
1049
|
"availability_in_watch_window": {
|
|
1040
1050
|
"other": "disponibilitat_a_visualització_finestra"
|
|
@@ -1179,5 +1189,74 @@
|
|
|
1179
1189
|
},
|
|
1180
1190
|
"app_badge_android": {
|
|
1181
1191
|
"other": "Get it on Google Play"
|
|
1192
|
+
},
|
|
1193
|
+
|
|
1194
|
+
"shopping_price_title_plan": {
|
|
1195
|
+
"other": "Preu"
|
|
1196
|
+
},
|
|
1197
|
+
"shopping_price_plan_note": {
|
|
1198
|
+
"zero": "Es {{ .Interval }} cada .Interval .",
|
|
1199
|
+
"one": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de 24 hores.",
|
|
1200
|
+
"other": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de {{ .Count }}"
|
|
1201
|
+
},
|
|
1202
|
+
"shopping_price_plan_note_interval": {
|
|
1203
|
+
"one": "{{ .Interval }}",
|
|
1204
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
1205
|
+
},
|
|
1206
|
+
"shopping_enter_card_prompt_plan": {
|
|
1207
|
+
"other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar la vostra subscripció."
|
|
1208
|
+
},
|
|
1209
|
+
"shopping_action_plan": {
|
|
1210
|
+
"other": "Completa"
|
|
1211
|
+
},
|
|
1212
|
+
"shopping_complete_subscription": {
|
|
1213
|
+
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{ .Title }} ."
|
|
1214
|
+
},
|
|
1215
|
+
"shopping_complete_subscription_browse": {
|
|
1216
|
+
"other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
|
|
1217
|
+
},
|
|
1218
|
+
"shopping_info_plan_offer": {
|
|
1219
|
+
"one": "Renova automàticament cada {{ .Interval }}",
|
|
1220
|
+
"other": "Renova automàticament cada {{ .Count }} {{ .Interval }}"
|
|
1221
|
+
},
|
|
1222
|
+
"shopping_info_trial_period_offer": {
|
|
1223
|
+
"one": "Prova la teva prova gratuïta de 24 hores ara!",
|
|
1224
|
+
"other": "Prova la teva prova gratuïta de {{ .Count }} day!"
|
|
1225
|
+
},
|
|
1226
|
+
"plans_page_header": {
|
|
1227
|
+
"other": "Plans disponibles"
|
|
1228
|
+
},
|
|
1229
|
+
"plan_label_owned": {
|
|
1230
|
+
"other": "Ets propietari d'aquest pla"
|
|
1231
|
+
},
|
|
1232
|
+
"plan_expiry_date": {
|
|
1233
|
+
"other": "Tancament de vendes:"
|
|
1234
|
+
},
|
|
1235
|
+
"plan_read_more": {
|
|
1236
|
+
"other": "Trobar més"
|
|
1237
|
+
},
|
|
1238
|
+
"plan_page_read_more": {
|
|
1239
|
+
"other": "Llegeix més"
|
|
1240
|
+
},
|
|
1241
|
+
"plan_page_header_text": {
|
|
1242
|
+
"other": "Gaudeix {{ .Name }}"
|
|
1243
|
+
},
|
|
1244
|
+
"page_plan_explore_intro": {
|
|
1245
|
+
"other": "O"
|
|
1246
|
+
},
|
|
1247
|
+
"page_plan_explore_link": {
|
|
1248
|
+
"other": "Exploreu altres passis"
|
|
1249
|
+
},
|
|
1250
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
1251
|
+
"other": "Compra ara"
|
|
1252
|
+
},
|
|
1253
|
+
"plan_free_link_text": {
|
|
1254
|
+
"other": "Registra't gratuitament"
|
|
1255
|
+
},
|
|
1256
|
+
"awards_nominated_for": {
|
|
1257
|
+
"other": "Nominat per"
|
|
1258
|
+
},
|
|
1259
|
+
"awards_in_competition": {
|
|
1260
|
+
"other": "En Competició"
|
|
1182
1261
|
}
|
|
1183
|
-
}
|
|
1262
|
+
}
|
package/site/da_DK.all.json
CHANGED
|
@@ -124,6 +124,13 @@
|
|
|
124
124
|
"social_media_buttons_title": {
|
|
125
125
|
"other": "Del"
|
|
126
126
|
},
|
|
127
|
+
"social_media_buttons_facebook": { "other": "Del på facebook" },
|
|
128
|
+
"social_media_buttons_twitter": { "other": "Del på Twitter" },
|
|
129
|
+
"social_media_buttons_linkedin": { "other": "Del på Linkedin" },
|
|
130
|
+
"social_media_buttons_email": { "other": "Del via e-mail" },
|
|
131
|
+
"social_media_buttons_email_subject": { "other": "Linkdeling" },
|
|
132
|
+
"social_media_buttons_copied_link": { "other": "Link kopieret til udklipsholder!" },
|
|
133
|
+
"social_media_buttons_copy_link": { "other": "Kopier til udklipsholder" },
|
|
127
134
|
"accept_invite_page_header": {
|
|
128
135
|
"other": "Velkommen"
|
|
129
136
|
},
|
|
@@ -669,6 +676,9 @@
|
|
|
669
676
|
"shopping_complete_receipt": {
|
|
670
677
|
"other": "En kvittering er blevet mailet til dig."
|
|
671
678
|
},
|
|
679
|
+
"shopping_complete_plan": {
|
|
680
|
+
"other": "Dit køb af {{ .Title }} blev gennemført."
|
|
681
|
+
},
|
|
672
682
|
"shopping_complete_library_link": {
|
|
673
683
|
"other": "Se dit bibliotek"
|
|
674
684
|
},
|
|
@@ -1081,5 +1091,75 @@
|
|
|
1081
1091
|
},
|
|
1082
1092
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
1083
1093
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
1084
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
1085
|
-
|
|
1094
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
1095
|
+
|
|
1096
|
+
"shopping_price_title_plan": {
|
|
1097
|
+
"other": "Pris"
|
|
1098
|
+
},
|
|
1099
|
+
"shopping_price_plan_note": {
|
|
1100
|
+
"zero": "Opkræves hvert {{ .Interval }} .",
|
|
1101
|
+
"one": "Opkræves hvert {{ .Interval }} efter din 24 timers gratis prøveperiode slutter.",
|
|
1102
|
+
"other": "Opkræves hvert {{ .Interval }} efter din {{ .Count }} dages gratis prøveperiode slutter."
|
|
1103
|
+
},
|
|
1104
|
+
"shopping_price_plan_note_interval": {
|
|
1105
|
+
"one": "{{ .Interval }}",
|
|
1106
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
1107
|
+
},
|
|
1108
|
+
"shopping_enter_card_prompt_plan": {
|
|
1109
|
+
"other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
|
|
1110
|
+
},
|
|
1111
|
+
"shopping_action_plan": {
|
|
1112
|
+
"other": "Komplet"
|
|
1113
|
+
},
|
|
1114
|
+
"shopping_complete_subscription": {
|
|
1115
|
+
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{ .Title }} ."
|
|
1116
|
+
},
|
|
1117
|
+
"shopping_complete_subscription_browse": {
|
|
1118
|
+
"other": "Du er velkommen til at <a href=\"/\">browse rundt</a> på siden, eller <a href=\"/search.html\">søg</a> efter noget specifikt."
|
|
1119
|
+
},
|
|
1120
|
+
"shopping_info_plan_offer": {
|
|
1121
|
+
"one": "{{ .Interval }} automatisk hvert .Interval",
|
|
1122
|
+
"other": "{{ .Count }} automatisk hver {{ .Interval }}"
|
|
1123
|
+
},
|
|
1124
|
+
"shopping_info_trial_period_offer": {
|
|
1125
|
+
"one": "Prøv din gratis 24 timers prøveperiode nu!",
|
|
1126
|
+
"other": "Prøv din gratis {{ .Count }} day prøveperiode!"
|
|
1127
|
+
},
|
|
1128
|
+
"plans_page_header": {
|
|
1129
|
+
"other": "Tilgængelige planer"
|
|
1130
|
+
},
|
|
1131
|
+
"plan_label_owned": {
|
|
1132
|
+
"other": "Du ejer denne plan"
|
|
1133
|
+
},
|
|
1134
|
+
"plan_expiry_date": {
|
|
1135
|
+
"other": "Salg lukker:"
|
|
1136
|
+
},
|
|
1137
|
+
"plan_read_more": {
|
|
1138
|
+
"other": "Find ud af mere"
|
|
1139
|
+
},
|
|
1140
|
+
"plan_page_read_more": {
|
|
1141
|
+
"other": "Læs mere"
|
|
1142
|
+
},
|
|
1143
|
+
"plan_page_header_text": {
|
|
1144
|
+
"other": "Nyd {{ .Name }}"
|
|
1145
|
+
},
|
|
1146
|
+
"page_plan_explore_intro": {
|
|
1147
|
+
"other": "ELLER"
|
|
1148
|
+
},
|
|
1149
|
+
"page_plan_explore_link": {
|
|
1150
|
+
"other": "Udforsk andre pas"
|
|
1151
|
+
},
|
|
1152
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
1153
|
+
"other": "Køb nu"
|
|
1154
|
+
},
|
|
1155
|
+
"plan_free_link_text": {
|
|
1156
|
+
"other": "Gratis tilmelding"
|
|
1157
|
+
},
|
|
1158
|
+
|
|
1159
|
+
"awards_nominated_for": {
|
|
1160
|
+
"other": "Nomineret til"
|
|
1161
|
+
},
|
|
1162
|
+
"awards_in_competition": {
|
|
1163
|
+
"other": "I Konkurrence"
|
|
1164
|
+
}
|
|
1165
|
+
}
|
package/site/de_DE.all.json
CHANGED
|
@@ -67,6 +67,13 @@
|
|
|
67
67
|
"play_button_resume": { "other" : "Fortsetzen"},
|
|
68
68
|
|
|
69
69
|
"social_media_buttons_title": { "other": "Teilen" },
|
|
70
|
+
"social_media_buttons_facebook": { "other": "Auf Facebook teilen" },
|
|
71
|
+
"social_media_buttons_twitter": { "other": "Auf Twitter teilen" },
|
|
72
|
+
"social_media_buttons_linkedin": { "other": "Auf Linkedin teilen" },
|
|
73
|
+
"social_media_buttons_email": { "other": "Per E-Mail teilen" },
|
|
74
|
+
"social_media_buttons_email_subject": { "other": "Link teilen" },
|
|
75
|
+
"social_media_buttons_copied_link": { "other": "Link in die Zwischenablage kopiert!" },
|
|
76
|
+
"social_media_buttons_copy_link": { "other": "In die Zwischenablage kopieren" },
|
|
70
77
|
|
|
71
78
|
"accept_invite_page_header": { "other": "Willkommen" },
|
|
72
79
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Sie haben diese Einladung bereits angenommen. <a href=\"{{.SigninURL}}\">Loggen Sie sich hier ein</a>. Falls Sie Ihr Passwort vergessen haben, können Sie es <a href=\"{{.ForgotPasswordURL}}\">hier zurücksetzen</a>." },
|
|
@@ -280,6 +287,9 @@
|
|
|
280
287
|
"shopping_complete_purchase_coming_soon": { "other": "Ab dem {{.Date}} können Sie den Film ansehen." },
|
|
281
288
|
"shopping_complete_receipt": { "other": "Die Rechnung wurde Ihnen per Email zugeschickt." },
|
|
282
289
|
"shopping_complete_library_link": { "other": "Sehen Sie Ihre Bibliothek" },
|
|
290
|
+
"shopping_complete_plan": {
|
|
291
|
+
"other": "Ihr Kauf von {{ .Title }} war erfolgreich."
|
|
292
|
+
},
|
|
283
293
|
|
|
284
294
|
"shopping_complete_rental_watch_window_start": {
|
|
285
295
|
"one": "Ab jetzt können Sie den geliehenen Film bis zum nächsten Tag ansehen.",
|
|
@@ -395,5 +405,74 @@
|
|
|
395
405
|
|
|
396
406
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
397
407
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
398
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
408
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
409
|
+
|
|
410
|
+
"shopping_price_title_plan": {
|
|
411
|
+
"other": "Preis"
|
|
412
|
+
},
|
|
413
|
+
"shopping_price_plan_note": {
|
|
414
|
+
"zero": "Aufgeladen in jedem {{ .Interval }} .",
|
|
415
|
+
"one": "{{ .Interval }} jedes .Intervall nach Ablauf Ihrer kostenlosen 24-Stunden-Testversion berechnet.",
|
|
416
|
+
"other": "{{ .Interval }} jedes .Intervall nach {{ .Count }} Tages-Testversion berechnet."
|
|
417
|
+
},
|
|
418
|
+
"shopping_price_plan_note_interval": {
|
|
419
|
+
"one": "{{ .Interval }}",
|
|
420
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
421
|
+
},
|
|
422
|
+
"shopping_enter_card_prompt_plan": {
|
|
423
|
+
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
|
|
424
|
+
},
|
|
425
|
+
"shopping_action_plan": {
|
|
426
|
+
"other": "Vollständig"
|
|
427
|
+
},
|
|
428
|
+
"shopping_complete_subscription": {
|
|
429
|
+
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{ .Title }} abonniert."
|
|
430
|
+
},
|
|
431
|
+
"shopping_complete_subscription_browse": {
|
|
432
|
+
"other": "Fühlen Sie sich frei, <a href=\"/\">auf</a> der Website <a href=\"/search.html\">zu stöbern oder nach</a> etwas Bestimmtem zu suchen."
|
|
433
|
+
},
|
|
434
|
+
"shopping_info_plan_offer": {
|
|
435
|
+
"one": "{{ .Interval }} automatisch jedes .Intervall",
|
|
436
|
+
"other": "Erneuert automatisch alle {{ .Count }} {{ .Interval }}"
|
|
437
|
+
},
|
|
438
|
+
"shopping_info_trial_period_offer": {
|
|
439
|
+
"one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
|
|
440
|
+
"other": "Testen Sie Ihre kostenlose {{ .Count }} Tage-Testversion!"
|
|
441
|
+
},
|
|
442
|
+
"plans_page_header": {
|
|
443
|
+
"other": "Verfügbare Pläne"
|
|
444
|
+
},
|
|
445
|
+
"plan_label_owned": {
|
|
446
|
+
"other": "Du besitzt diesen Plan"
|
|
447
|
+
},
|
|
448
|
+
"plan_expiry_date": {
|
|
449
|
+
"other": "Verkaufsschluss:"
|
|
450
|
+
},
|
|
451
|
+
"plan_read_more": {
|
|
452
|
+
"other": "Finde mehr heraus"
|
|
453
|
+
},
|
|
454
|
+
"plan_page_read_more": {
|
|
455
|
+
"other": "Weiterlesen"
|
|
456
|
+
},
|
|
457
|
+
"plan_page_header_text": {
|
|
458
|
+
"other": "Viel {{ .Name }}"
|
|
459
|
+
},
|
|
460
|
+
"page_plan_explore_intro": {
|
|
461
|
+
"other": "ODER"
|
|
462
|
+
},
|
|
463
|
+
"page_plan_explore_link": {
|
|
464
|
+
"other": "Entdecken Sie andere Pässe"
|
|
465
|
+
},
|
|
466
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
467
|
+
"other": "Kaufe jetzt"
|
|
468
|
+
},
|
|
469
|
+
"plan_free_link_text": {
|
|
470
|
+
"other": "Melde dich kostenlos an"
|
|
471
|
+
},
|
|
472
|
+
"awards_nominated_for": {
|
|
473
|
+
"other": "Nominiert für"
|
|
474
|
+
},
|
|
475
|
+
"awards_in_competition": {
|
|
476
|
+
"other": "Im Wettbewerb"
|
|
477
|
+
}
|
|
399
478
|
}
|
package/site/devices.html.jet
CHANGED
package/site/ee_EE.all.json
CHANGED
|
@@ -73,7 +73,14 @@
|
|
|
73
73
|
"play_button_resume": { "other" : "Jätka"},
|
|
74
74
|
|
|
75
75
|
"social_media_buttons_title": { "other": "Jaga" },
|
|
76
|
-
|
|
76
|
+
"social_media_buttons_facebook": { "other": "Jaga Facebookis" },
|
|
77
|
+
"social_media_buttons_twitter": { "other": "Jaga Twitteris" },
|
|
78
|
+
"social_media_buttons_linkedin": { "other": "Jaga Linkedinis" },
|
|
79
|
+
"social_media_buttons_email": { "other": "Jaga meili teel" },
|
|
80
|
+
"social_media_buttons_email_subject": { "other": "Lingi jagamine" },
|
|
81
|
+
"social_media_buttons_copied_link": { "other": "Link on lõikelauale kopeeritud!" },
|
|
82
|
+
"social_media_buttons_copy_link": { "other": "Kopeerida lõikelauale" },
|
|
83
|
+
|
|
77
84
|
"accept_invite_page_header": { "other": "Tere tulemast" },
|
|
78
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Näib, et sa oled kutse juba vastu võtnud. Sa peaksid hoopis <a href=\"{{.SigninURL}}\">sisse logima</a>. Kui oled salasõna unustanud, saad selle <a href=\"{{.ForgotPasswordURL}}\">uuendada</a>." },
|
|
79
86
|
"acceptinvite_complete": { "other": "Aitäh! Sinu konto on loodud." },
|
|
@@ -287,7 +294,9 @@
|
|
|
287
294
|
"shopping_complete_purchase_coming_soon": { "other": "Saad hakata filmi vaatama alates {{.Date}}." },
|
|
288
295
|
"shopping_complete_receipt": { "other": "Makse kinnitus saadeti sinu e-posti aadressile." },
|
|
289
296
|
"shopping_complete_library_link": { "other": "Saad nüüd kogumikus olevaid filme vaatama hakata." },
|
|
290
|
-
|
|
297
|
+
"shopping_complete_plan": {
|
|
298
|
+
"other": "Teie ost {{ .Title }} oli edukas."
|
|
299
|
+
},
|
|
291
300
|
"shopping_complete_rental_watch_window_start": {
|
|
292
301
|
"one": "Saad filmi vaatamist alustada {{.Count}} päeva jooksul.",
|
|
293
302
|
"other": "Alusta filmi vaatamisega {{.Count}} päeva jooksul."
|
|
@@ -454,6 +463,75 @@
|
|
|
454
463
|
|
|
455
464
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
456
465
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
457
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
466
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
467
|
+
|
|
468
|
+
"shopping_price_title_plan": {
|
|
469
|
+
"other": "Hind"
|
|
470
|
+
},
|
|
471
|
+
"shopping_price_plan_note": {
|
|
472
|
+
"zero": "{{ .Interval }} iga .Intervall .",
|
|
473
|
+
"one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
|
|
474
|
+
"other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
|
|
475
|
+
},
|
|
476
|
+
"shopping_price_plan_note_interval": {
|
|
477
|
+
"one": "{{ .Interval }}",
|
|
478
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
479
|
+
},
|
|
480
|
+
"shopping_enter_card_prompt_plan": {
|
|
481
|
+
"other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
|
|
482
|
+
},
|
|
483
|
+
"shopping_action_plan": {
|
|
484
|
+
"other": "Täielik"
|
|
485
|
+
},
|
|
486
|
+
"shopping_complete_subscription": {
|
|
487
|
+
"other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
|
|
488
|
+
},
|
|
489
|
+
"shopping_complete_subscription_browse": {
|
|
490
|
+
"other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
|
|
491
|
+
},
|
|
492
|
+
"shopping_info_plan_offer": {
|
|
493
|
+
"one": "{{ .Interval }} automaatselt iga .intervall",
|
|
494
|
+
"other": "{{ .Count }} automaatselt iga {{ .Interval }}"
|
|
495
|
+
},
|
|
496
|
+
"shopping_info_trial_period_offer": {
|
|
497
|
+
"one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
|
|
498
|
+
"other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
|
|
499
|
+
},
|
|
500
|
+
"plans_page_header": {
|
|
501
|
+
"other": "Saadaolevad plaanid"
|
|
502
|
+
},
|
|
503
|
+
"plan_label_owned": {
|
|
504
|
+
"other": "See plaan kuulub teile"
|
|
505
|
+
},
|
|
506
|
+
"plan_expiry_date": {
|
|
507
|
+
"other": "Müük suletakse:"
|
|
508
|
+
},
|
|
509
|
+
"plan_read_more": {
|
|
510
|
+
"other": "Leia rohkem"
|
|
511
|
+
},
|
|
512
|
+
"plan_page_read_more": {
|
|
513
|
+
"other": "Loe rohkem"
|
|
514
|
+
},
|
|
515
|
+
"plan_page_header_text": {
|
|
516
|
+
"other": "Nautige {{ .Name }}"
|
|
517
|
+
},
|
|
518
|
+
"page_plan_explore_intro": {
|
|
519
|
+
"other": "VÕI"
|
|
520
|
+
},
|
|
521
|
+
"page_plan_explore_link": {
|
|
522
|
+
"other": "Avastage teisi pääsmeid"
|
|
523
|
+
},
|
|
524
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
525
|
+
"other": "Osta kohe"
|
|
526
|
+
},
|
|
527
|
+
"plan_free_link_text": {
|
|
528
|
+
"other": "Registreeru tasuta"
|
|
529
|
+
},
|
|
530
|
+
"awards_nominated_for": {
|
|
531
|
+
"other": "Kandideeritud"
|
|
532
|
+
},
|
|
533
|
+
"awards_in_competition": {
|
|
534
|
+
"other": "Võistluses"
|
|
535
|
+
}
|
|
458
536
|
}
|
|
459
|
-
|
|
537
|
+
|