@shift72/core-template 0.3.5 → 0.4.0-rc.0
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 +44 -1
- package/kibble.json +1 -1
- package/package.json +9 -6
- 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 +85 -5
- package/site/ca_ES.all.json +94 -9
- package/site/da_DK.all.json +92 -5
- package/site/de_DE.all.json +83 -4
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +85 -6
- package/site/el_EL.all.json +83 -4
- package/site/en_AU.all.json +58 -17
- package/site/es_ES.all.json +83 -4
- package/site/es_MX.all.json +13 -3
- package/site/fi_FI.all.json +84 -5
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +83 -4
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +479 -397
- package/site/hu_HU.all.json +86 -7
- package/site/it_IT.all.json +83 -4
- package/site/ja_JP.all.json +85 -6
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +84 -5
- package/site/nl_BE.all.json +84 -5
- package/site/no_NO.all.json +85 -6
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +89 -10
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +91 -6
- package/site/pt_PT.all.json +85 -6
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +88 -9
- package/site/se_SE.all.json +85 -6
- package/site/search.html.jet +1 -1
- package/site/signin.html.jet +1 -1
- package/site/signup.html.jet +1 -1
- package/site/styles/_awards.scss +39 -0
- package/site/styles/_buttons.scss +13 -0
- package/site/styles/_card.scss +3 -0
- package/site/styles/_collections.scss +1 -1
- package/site/styles/_footer.scss +0 -1
- package/site/styles/_forms.scss +1 -1
- package/site/styles/_globals.scss +7 -0
- package/site/styles/_icons.scss +4 -0
- package/site/styles/_legacy.scss +0 -5
- package/site/styles/_meta-detail.scss +1 -2
- package/site/styles/_nav.scss +2 -2
- package/site/styles/_pages.scss +25 -6
- 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 +5 -1
- 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 +0 -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/{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/background.jet +4 -5
- 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/background-image.jet +6 -0
- package/site/templates/common/separator.jet +3 -0
- package/site/templates/common/social-media-buttons.jet +42 -28
- package/site/templates/film/item.jet +5 -1
- package/site/templates/items/meta_item.jet +7 -2
- package/site/templates/items/tagline.jet +11 -8
- package/site/templates/page/content.jet +11 -12
- package/site/templates/page/curated.jet +37 -22
- package/site/templates/page/homepage.jet +1 -1
- package/site/templates/page/landing.jet +1 -1
- package/site/templates/page/page-content.jet +29 -0
- package/site/templates/page/page-header.jet +26 -0
- package/site/templates/tv/detail.jet +7 -1
- package/site/tr_TR.all.json +86 -7
- package/site/uk_UA.all.json +95 -10
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +89 -5
- package/site/static/styles/main.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
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.0-rc.0...HEAD)
|
|
4
|
+
|
|
5
|
+
## [0.4.0-rc.0](https://github.com/shift72/core-template/compare/0.3.8...0.4.0-rc.0)
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Support for purchasing plans and pages to showcase them.
|
|
9
|
+
- Support for award nominations on carousel, meta item partials and film pages.
|
|
10
|
+
- Separate template for overriding with custom fonts.
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Moved separator line from footer jet into app badge jet.
|
|
14
|
+
- Kibble upgraded to v0.15.22.
|
|
15
|
+
- Application templates moved to `/site/templates/application/`.
|
|
16
|
+
- Links (`<a>` tags) without a `class` attribute have `text-decoration: underline`.
|
|
17
|
+
|
|
18
|
+
## Fixed
|
|
19
|
+
- Curated pages with a collection no longer has a `min-height` that was forcing a gap before the collection.
|
|
20
|
+
|
|
21
|
+
## [0.3.8](https://github.com/shift72/core-template/compare/0.3.7...0.3.8)
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- Genre limit on meta-item-tagline now works again.
|
|
25
|
+
- Typo in English translations file.
|
|
26
|
+
|
|
27
|
+
## [0.3.7](https://github.com/shift72/core-template/compare/0.3.6...0.3.7)
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- Separator div template with `border-bottom`. Used by app banner.
|
|
31
|
+
- Background image template. Used by bundle and curated pages (so far).
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
- Removed `border-bottom` from app banner.
|
|
35
|
+
- Atomized common elements for content and curated pages. CSS is shared now too.
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
- The Sass variables for setting the logo size (`$navbar-brand-min-width-md`/`$navbar-brand-min-width-lg`) are now used for their respective breakpoints.
|
|
39
|
+
- List left/right padding now changes at the correct breakpoint (`lg` instead of `md`).
|
|
40
|
+
- Curated page text content now has a maximum width to mirror behaviour of content page text content.
|
|
41
|
+
- Addressed npm audit vulnerabilities.
|
|
42
|
+
|
|
43
|
+
## [0.3.6](https://github.com/shift72/core-template/compare/0.3.5...0.3.6)
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
- Purchase modal duration values fixed for every language.
|
|
4
47
|
|
|
5
48
|
## [0.3.5](https://github.com/shift72/core-template/compare/0.3.4...0.3.5)
|
|
6
49
|
|
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.0-rc.0",
|
|
4
4
|
"description": "Shift72 core template",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -36,22 +36,25 @@
|
|
|
36
36
|
"autoprefixer": "^7.1.2",
|
|
37
37
|
"bootstrap": "^4.0.0",
|
|
38
38
|
"concat": "^1.0.3",
|
|
39
|
-
"cssnano": "^
|
|
39
|
+
"cssnano": "^5.0.8",
|
|
40
40
|
"del": "^6.0.0",
|
|
41
41
|
"font-awesome": "^4.7.0",
|
|
42
42
|
"minify": "^4.1.1",
|
|
43
43
|
"npm-run-all": "^4.0.2",
|
|
44
|
-
"postcss
|
|
44
|
+
"postcss": "^8.3.11",
|
|
45
|
+
"postcss-cli": "^9.0.1",
|
|
45
46
|
"rollup": "^2.23.0",
|
|
46
47
|
"rollup-plugin-terser": "^6.1.0",
|
|
47
|
-
"s72-kibble": "^0.15.
|
|
48
|
-
"sass": "^1.36.0"
|
|
49
|
-
"watch": "^1.0.2"
|
|
48
|
+
"s72-kibble": "^0.15.22",
|
|
49
|
+
"sass": "^1.36.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"eslint": "^7.30.0",
|
|
53
53
|
"eslint-config-preact": "^1.1.4",
|
|
54
54
|
"eslint-config-prettier": "^8.3.0",
|
|
55
|
+
"eslint-plugin-compat": "^3.13.0",
|
|
56
|
+
"eslint-plugin-react": "^7.26.1",
|
|
57
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
55
58
|
"prettier": "^2.3.2",
|
|
56
59
|
"stylelint": "^13.13.1",
|
|
57
60
|
"stylelint-config-prettier": "^8.0.2",
|
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>." },
|
|
@@ -111,6 +118,7 @@
|
|
|
111
118
|
"combined_auth_signin_password": { "other": "الرجاء إدخال كلمة المرور الخاصة بك لتسجيل الدخول إلى حسابك." },
|
|
112
119
|
"combined_auth_signin_error_incorrect_credentials": { "other": "كلمة المرور هذه غير صحيحة." },
|
|
113
120
|
"combined_auth_error_forbidden": { "other": "حدث خطأ." },
|
|
121
|
+
"combined_auth_error_too_many_requests": { "other": "هنالك طلبات كثيرة، الرجاء المحاولة لاحقا." },
|
|
114
122
|
|
|
115
123
|
"forgotpassword_page_header": { "other": "تغيير كلمة المرور" },
|
|
116
124
|
"forgotpassword_form_email": { "other": "عنوان البريد الإلكتروني" },
|
|
@@ -119,6 +127,7 @@
|
|
|
119
127
|
"forgotpassword_form_error_account_suspended": { "other": "تم تعليق هذا الحساب." },
|
|
120
128
|
"forgotpassword_complete": { "other": "شكراً لك. سوف يصلك قريباً بريد إلكتروني لإعادة تعيين كلمة المرور." },
|
|
121
129
|
"forgotpassword_form_error_forbidden": { "other": "حدث خطأ." },
|
|
130
|
+
"forgotpassword_form_error_too_many_requests": { "other": "هنالك طلبات كثيرة، الرجاء المحاولة لاحقا." },
|
|
122
131
|
|
|
123
132
|
"resetpassword_page_header": { "other": "تغيير كلمة المرور الخاصة بك" },
|
|
124
133
|
"resetpassword_form_invalid_reset_password_token": { "other": "يبدو أن طلب إعادة تعيين كلمة المرور هذا غير صالح ، يرجى ملء نموذج <a href=\"{{.URL}}\"> نسيت كلمة المرور </a> مرة أخرى." },
|
|
@@ -128,6 +137,7 @@
|
|
|
128
137
|
"resetpassword_complete": { "other": "شكراً لك. تم تغيير كلمة المرور الخاصة بك وتم تسجيل دخولك." },
|
|
129
138
|
"resetpassword_form_error_invalid_reset_password_token": { "other": "طلب إعادة تعيين كلمة المرور غير صالح. الرجاء معاودة المحاولة لاحقا." },
|
|
130
139
|
"resetpassword_form_error_reset_password_token_expired": { "other": "انتهت صلاحية الرمز. الرجاء إعادة الطلب." },
|
|
140
|
+
"resetpassword_form_error_too_many_requests": { "other": "هنالك طلبات كثيرة، الرجاء المحاولة لاحقا." },
|
|
131
141
|
|
|
132
142
|
"account_page_header": { "other": "حسابي" },
|
|
133
143
|
"account_form_name": { "other": "الإسم" },
|
|
@@ -217,11 +227,11 @@
|
|
|
217
227
|
|
|
218
228
|
"duration_hour": { "one": "1 ساعة", "other": "{{.Count}} ساعة" },
|
|
219
229
|
"duration_day": { "one": "1 يوم", "other": "{{.Count}} يوما" },
|
|
220
|
-
"shopping_info_rental_period_duration": { "other": "تأجير لمدة {{.ValueUnit}}
|
|
230
|
+
"shopping_info_rental_period_duration": { "other": "تأجير لمدة {{.ValueUnit}}" },
|
|
221
231
|
"shopping_info_watch_window_duration": { "other": "تشغيل لمدة {{.Count}} ساعة." },
|
|
222
232
|
"shopping_info_watch_window_explanation_film": {
|
|
223
|
-
"one": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة
|
|
224
|
-
"other": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة {{.ValueUnit}}
|
|
233
|
+
"one": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة {{.ValueUnit}}.",
|
|
234
|
+
"other": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة {{.ValueUnit}}."
|
|
225
235
|
},
|
|
226
236
|
"shopping_info_watch_window_explanation2_film": {
|
|
227
237
|
"one": "عند الضغط على تشغيل، يمكنك مشاهدة الفيلم عدة مرات لمدة ساعة واحدة. ",
|
|
@@ -508,5 +518,75 @@
|
|
|
508
518
|
"wcag_aria_label_wishlist": { "other": "قائمة الرغبات" },
|
|
509
519
|
"wcag_aria_label_facebook": { "other": "انشر على الفيسبوك" },
|
|
510
520
|
"wcag_aria_label_twitter": { "other": "انشر على تويتر" },
|
|
511
|
-
"wcag_aria_label_linkedin": { "other": "انشر على لينكد ان" }
|
|
512
|
-
|
|
521
|
+
"wcag_aria_label_linkedin": { "other": "انشر على لينكد ان" },
|
|
522
|
+
|
|
523
|
+
"shopping_price_title_plan": {
|
|
524
|
+
"other": "سعر"
|
|
525
|
+
},
|
|
526
|
+
"shopping_price_plan_note": {
|
|
527
|
+
"zero": "اتهم كل {{ .Interval }} .",
|
|
528
|
+
"one": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
|
|
529
|
+
"other": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء {{ .Count }} التجريبية المجانية .Count يوم."
|
|
530
|
+
},
|
|
531
|
+
"shopping_price_plan_note_interval": {
|
|
532
|
+
"one": "{{ .Interval }}",
|
|
533
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
534
|
+
},
|
|
535
|
+
"shopping_enter_card_prompt_plan": {
|
|
536
|
+
"other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
|
|
537
|
+
},
|
|
538
|
+
"shopping_action_plan": {
|
|
539
|
+
"other": "مكتمل"
|
|
540
|
+
},
|
|
541
|
+
"shopping_complete_subscription": {
|
|
542
|
+
"other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{ .Title }} ."
|
|
543
|
+
},
|
|
544
|
+
"shopping_complete_subscription_browse": {
|
|
545
|
+
"other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
|
|
546
|
+
},
|
|
547
|
+
"shopping_info_plan_offer": {
|
|
548
|
+
"one": "يجدد تلقائيا كل. {{ .Interval }}",
|
|
549
|
+
"other": "يجدد تلقائيا كل {{ .Count }} {{ .Interval }}"
|
|
550
|
+
},
|
|
551
|
+
"shopping_info_trial_period_offer": {
|
|
552
|
+
"one": "جرب الإصدار التجريبي المجاني لمدة 24 ساعة الآن!",
|
|
553
|
+
"other": "{{ .Count }} التجريبي المجاني من .Count day!"
|
|
554
|
+
},
|
|
555
|
+
"plans_page_header": {
|
|
556
|
+
"other": "الخطط المتاحة"
|
|
557
|
+
},
|
|
558
|
+
"plan_label_owned": {
|
|
559
|
+
"other": "أنت تملك هذه الخطة"
|
|
560
|
+
},
|
|
561
|
+
"plan_expiry_date": {
|
|
562
|
+
"other": "إغلاق المبيعات:"
|
|
563
|
+
},
|
|
564
|
+
"plan_read_more": {
|
|
565
|
+
"other": "اكتشف المزيد"
|
|
566
|
+
},
|
|
567
|
+
"plan_page_read_more": {
|
|
568
|
+
"other": "اقرأ أكثر"
|
|
569
|
+
},
|
|
570
|
+
"plan_page_header_text": {
|
|
571
|
+
"other": "استمتع {{ .Name }}"
|
|
572
|
+
},
|
|
573
|
+
"page_plan_explore_intro": {
|
|
574
|
+
"other": "أو"
|
|
575
|
+
},
|
|
576
|
+
"page_plan_explore_link": {
|
|
577
|
+
"other": "استكشف ممرات أخرى"
|
|
578
|
+
},
|
|
579
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
580
|
+
"other": "اشتري الآن"
|
|
581
|
+
},
|
|
582
|
+
"plan_free_link_text": {
|
|
583
|
+
"other": "سجل مجانا"
|
|
584
|
+
},
|
|
585
|
+
|
|
586
|
+
"awards_nominated_for": {
|
|
587
|
+
"other": "رشح ل"
|
|
588
|
+
},
|
|
589
|
+
"awards_in_competition": {
|
|
590
|
+
"other": "في المنافسة"
|
|
591
|
+
}
|
|
592
|
+
}
|
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
|
},
|
|
@@ -238,6 +245,9 @@
|
|
|
238
245
|
"combined_auth_error_forbidden": {
|
|
239
246
|
"other": "S'ha produït un error."
|
|
240
247
|
},
|
|
248
|
+
"combined_auth_error_too_many_requests": {
|
|
249
|
+
"other": "Hi ha massa sol·licituds, torneu-ho a provar més tard."
|
|
250
|
+
},
|
|
241
251
|
"forgotpassword_page_header": {
|
|
242
252
|
"other": "Restablir la contrasenya"
|
|
243
253
|
},
|
|
@@ -259,6 +269,9 @@
|
|
|
259
269
|
"forgotpassword_form_error_forbidden": {
|
|
260
270
|
"other": "S'ha produït un error."
|
|
261
271
|
},
|
|
272
|
+
"forgotpassword_form_error_too_many_requests": {
|
|
273
|
+
"other": "Hi ha massa sol·licituds, torneu-ho a provar més tard."
|
|
274
|
+
},
|
|
262
275
|
"resetpassword_page_header": {
|
|
263
276
|
"other": "Canvia la teva contrasenya"
|
|
264
277
|
},
|
|
@@ -283,6 +296,9 @@
|
|
|
283
296
|
"resetpassword_form_error_reset_password_token_expired": {
|
|
284
297
|
"other": "El token de restabliment ha caducat. Si us plau, sol·liciteu-ne un de nou."
|
|
285
298
|
},
|
|
299
|
+
"resetpassword_form_error_too_many_requests": {
|
|
300
|
+
"other": "Hi ha massa sol·licituds, torneu-ho a provar més tard."
|
|
301
|
+
},
|
|
286
302
|
"account_page_header": {
|
|
287
303
|
"other": "El meu compte"
|
|
288
304
|
},
|
|
@@ -509,30 +525,30 @@
|
|
|
509
525
|
"other": "{{.Count}} dies"
|
|
510
526
|
},
|
|
511
527
|
"shopping_info_rental_period_duration": {
|
|
512
|
-
"other": "{{.
|
|
528
|
+
"other": "{{.ValueUnit}} de lloguer "
|
|
513
529
|
},
|
|
514
530
|
"shopping_info_watch_window_duration": {
|
|
515
531
|
"other": "{{.Count}} Finestra de reproducció d'hora. "
|
|
516
532
|
},
|
|
517
533
|
"shopping_info_watch_window_explanation_film": {
|
|
518
|
-
"one": "Un cop llogat, la pel·lícula estarà disponible al vostre compte durant
|
|
519
|
-
"other": "Un cop llogat, la vostra pel·lícula estarà disponible al vostre compte per a {{.
|
|
534
|
+
"one": "Un cop llogat, la pel·lícula estarà disponible al vostre compte durant {{.ValueUnit}}. ",
|
|
535
|
+
"other": "Un cop llogat, la vostra pel·lícula estarà disponible al vostre compte per a {{.ValueUnit}}. "
|
|
520
536
|
},
|
|
521
537
|
"shopping_info_watch_window_explanation2_film": {
|
|
522
538
|
"one": "Un cop activada la reproducció, comença la finestra de reproducció i teniu una hora per veure la pel·lícula tantes vegades com vulgueu.",
|
|
523
539
|
"other": "Un cop activada la reproducció, comença la finestra de reproducció i teniu {{.Count}} hores per veure la pel·lícula tantes vegades com vulgueu."
|
|
524
540
|
},
|
|
525
541
|
"shopping_info_watch_window_explanation_bundle": {
|
|
526
|
-
"one": "Un cop llogats, els articles del vostre paquet estaran disponibles al vostre compte durant un dia.",
|
|
527
|
-
"other": "Un cop llogats, els articles del vostre paquet estaran disponibles al vostre compte per {{.Count}} dies."
|
|
542
|
+
"one": "Un cop llogats, els articles del vostre paquet estaran disponibles al vostre compte durant un dia. ",
|
|
543
|
+
"other": "Un cop llogats, els articles del vostre paquet estaran disponibles al vostre compte per {{.Count}} dies. "
|
|
528
544
|
},
|
|
529
545
|
"shopping_info_watch_window_explanation2_bundle": {
|
|
530
546
|
"one": "Una vegada que premeu PLAY en una pel·lícula específica, comença la finestra de visionat i teniu una hora per veure aquesta pel·lícula tantes vegades com vulgueu.",
|
|
531
547
|
"other": "Quan premeu PLAY en una pel·lícula específica, comença la finestra de visionat i teniu {{.Count}} hores per veure aquesta pel·lícula tantes vegades com vulgueu."
|
|
532
548
|
},
|
|
533
549
|
"shopping_info_watch_window_explanation_season": {
|
|
534
|
-
"one": "Un cop llogada, la vostra temporada estarà disponible al vostre compte durant un dia.",
|
|
535
|
-
"other": "Un cop llogada, la vostra temporada estarà disponible al vostre compte per a {{.Count}} dies."
|
|
550
|
+
"one": "Un cop llogada, la vostra temporada estarà disponible al vostre compte durant un dia. ",
|
|
551
|
+
"other": "Un cop llogada, la vostra temporada estarà disponible al vostre compte per a {{.Count}} dies. "
|
|
536
552
|
},
|
|
537
553
|
"shopping_info_watch_window_explanation2_season": {
|
|
538
554
|
"one": "Una vegada que premeu Play en un episodi, comença la finestra de visionat i teniu una hora per veure aquest episodi tantes vegades com vulgueu.",
|
|
@@ -1025,7 +1041,7 @@
|
|
|
1025
1041
|
"other": "Lloguer"
|
|
1026
1042
|
},
|
|
1027
1043
|
"availability_not_available": {
|
|
1028
|
-
"other": "
|
|
1044
|
+
"other": "No disponible"
|
|
1029
1045
|
},
|
|
1030
1046
|
"availability_in_watch_window": {
|
|
1031
1047
|
"other": "disponibilitat_a_visualització_finestra"
|
|
@@ -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": "Preu"
|
|
1193
|
+
},
|
|
1194
|
+
"shopping_price_plan_note": {
|
|
1195
|
+
"zero": "Es {{ .Interval }} cada .Interval .",
|
|
1196
|
+
"one": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de 24 hores.",
|
|
1197
|
+
"other": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de {{ .Count }}"
|
|
1198
|
+
},
|
|
1199
|
+
"shopping_price_plan_note_interval": {
|
|
1200
|
+
"one": "{{ .Interval }}",
|
|
1201
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
1202
|
+
},
|
|
1203
|
+
"shopping_enter_card_prompt_plan": {
|
|
1204
|
+
"other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar la vostra subscripció."
|
|
1205
|
+
},
|
|
1206
|
+
"shopping_action_plan": {
|
|
1207
|
+
"other": "Completa"
|
|
1208
|
+
},
|
|
1209
|
+
"shopping_complete_subscription": {
|
|
1210
|
+
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{ .Title }} ."
|
|
1211
|
+
},
|
|
1212
|
+
"shopping_complete_subscription_browse": {
|
|
1213
|
+
"other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
|
|
1214
|
+
},
|
|
1215
|
+
"shopping_info_plan_offer": {
|
|
1216
|
+
"one": "Renova automàticament cada {{ .Interval }}",
|
|
1217
|
+
"other": "Renova automàticament cada {{ .Count }} {{ .Interval }}"
|
|
1218
|
+
},
|
|
1219
|
+
"shopping_info_trial_period_offer": {
|
|
1220
|
+
"one": "Prova la teva prova gratuïta de 24 hores ara!",
|
|
1221
|
+
"other": "Prova la teva prova gratuïta de {{ .Count }} day!"
|
|
1222
|
+
},
|
|
1223
|
+
"plans_page_header": {
|
|
1224
|
+
"other": "Plans disponibles"
|
|
1225
|
+
},
|
|
1226
|
+
"plan_label_owned": {
|
|
1227
|
+
"other": "Ets propietari d'aquest pla"
|
|
1228
|
+
},
|
|
1229
|
+
"plan_expiry_date": {
|
|
1230
|
+
"other": "Tancament de vendes:"
|
|
1231
|
+
},
|
|
1232
|
+
"plan_read_more": {
|
|
1233
|
+
"other": "Trobar més"
|
|
1234
|
+
},
|
|
1235
|
+
"plan_page_read_more": {
|
|
1236
|
+
"other": "Llegeix més"
|
|
1237
|
+
},
|
|
1238
|
+
"plan_page_header_text": {
|
|
1239
|
+
"other": "Gaudeix {{ .Name }}"
|
|
1240
|
+
},
|
|
1241
|
+
"page_plan_explore_intro": {
|
|
1242
|
+
"other": "O"
|
|
1243
|
+
},
|
|
1244
|
+
"page_plan_explore_link": {
|
|
1245
|
+
"other": "Exploreu altres passis"
|
|
1246
|
+
},
|
|
1247
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
1248
|
+
"other": "Compra ara"
|
|
1249
|
+
},
|
|
1250
|
+
"plan_free_link_text": {
|
|
1251
|
+
"other": "Registra't gratuitament"
|
|
1252
|
+
},
|
|
1253
|
+
"awards_nominated_for": {
|
|
1254
|
+
"other": "Nominat per"
|
|
1255
|
+
},
|
|
1256
|
+
"awards_in_competition": {
|
|
1257
|
+
"other": "En Competició"
|
|
1173
1258
|
}
|
|
1174
|
-
}
|
|
1259
|
+
}
|
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
|
},
|
|
@@ -223,6 +230,10 @@
|
|
|
223
230
|
"combined_auth_error_forbidden": {
|
|
224
231
|
"other": "Der er sket en fejl"
|
|
225
232
|
},
|
|
233
|
+
"combined_auth_error_too_many_requests": {
|
|
234
|
+
"other": "For mange anmodninger, prøv venligst igen senere."
|
|
235
|
+
},
|
|
236
|
+
|
|
226
237
|
"forgotpassword_page_header": {
|
|
227
238
|
"other": "Nulstil dit kodeord"
|
|
228
239
|
},
|
|
@@ -244,6 +255,9 @@
|
|
|
244
255
|
"forgotpassword_form_error_forbidden": {
|
|
245
256
|
"other": "Der er sket en fejl"
|
|
246
257
|
},
|
|
258
|
+
"forgotpassword_form_error_too_many_requests": {
|
|
259
|
+
"other": "For mange anmodninger, prøv venligst igen senere."
|
|
260
|
+
},
|
|
247
261
|
"resetpassword_page_header": {
|
|
248
262
|
"other": "Skift kodeord"
|
|
249
263
|
},
|
|
@@ -268,6 +282,9 @@
|
|
|
268
282
|
"resetpassword_form_error_reset_password_token_expired": {
|
|
269
283
|
"other": "Koden til nulstilling af kodeord er udløbet. Få venligst en ny."
|
|
270
284
|
},
|
|
285
|
+
"resetpassword_form_error_too_many_requests": {
|
|
286
|
+
"other": "For mange anmodninger, prøv venligst igen senere."
|
|
287
|
+
},
|
|
271
288
|
"account_page_header": {
|
|
272
289
|
"other": "Min konto"
|
|
273
290
|
},
|
|
@@ -488,14 +505,14 @@
|
|
|
488
505
|
"duration_hour": { "one": "1 time", "other": "{{.Count}} timer" },
|
|
489
506
|
"duration_day": { "one": "1 dag", "other": "{{.Count}} dage" },
|
|
490
507
|
"shopping_info_rental_period_duration": {
|
|
491
|
-
"other": "{{.ValueUnit}}
|
|
508
|
+
"other": "{{.ValueUnit}} leje "
|
|
492
509
|
},
|
|
493
510
|
"shopping_info_watch_window_duration": {
|
|
494
511
|
"other": "{{.Count}} timers afspilningsperiode. "
|
|
495
512
|
},
|
|
496
513
|
"shopping_info_watch_window_explanation_film": {
|
|
497
|
-
"one": "Fra lejeperiodens start vil din film kunne afspilles i
|
|
498
|
-
"other": "Fra lejeperiodens start vil din film kunne afspilles i {{.ValueUnit}}
|
|
514
|
+
"one": "Fra lejeperiodens start vil din film kunne afspilles i {{.ValueUnit}}. ",
|
|
515
|
+
"other": "Fra lejeperiodens start vil din film kunne afspilles i {{.ValueUnit}}. "
|
|
499
516
|
},
|
|
500
517
|
"shopping_info_watch_window_explanation2_film": {
|
|
501
518
|
"one": "Fra du har trykket 'afspil', er din afspilningsperiode begyndt og du har nu en time til at se filmen.",
|
|
@@ -1071,5 +1088,75 @@
|
|
|
1071
1088
|
},
|
|
1072
1089
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
1073
1090
|
"app_badge_ios": { "other": "Download on the App Store" },
|
|
1074
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
|
1075
|
-
|
|
1091
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
1092
|
+
|
|
1093
|
+
"shopping_price_title_plan": {
|
|
1094
|
+
"other": "Pris"
|
|
1095
|
+
},
|
|
1096
|
+
"shopping_price_plan_note": {
|
|
1097
|
+
"zero": "Opkræves hvert {{ .Interval }} .",
|
|
1098
|
+
"one": "Opkræves hvert {{ .Interval }} efter din 24 timers gratis prøveperiode slutter.",
|
|
1099
|
+
"other": "Opkræves hvert {{ .Interval }} efter din {{ .Count }} dages gratis prøveperiode slutter."
|
|
1100
|
+
},
|
|
1101
|
+
"shopping_price_plan_note_interval": {
|
|
1102
|
+
"one": "{{ .Interval }}",
|
|
1103
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
|
1104
|
+
},
|
|
1105
|
+
"shopping_enter_card_prompt_plan": {
|
|
1106
|
+
"other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
|
|
1107
|
+
},
|
|
1108
|
+
"shopping_action_plan": {
|
|
1109
|
+
"other": "Komplet"
|
|
1110
|
+
},
|
|
1111
|
+
"shopping_complete_subscription": {
|
|
1112
|
+
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{ .Title }} ."
|
|
1113
|
+
},
|
|
1114
|
+
"shopping_complete_subscription_browse": {
|
|
1115
|
+
"other": "Du er velkommen til at <a href=\"/\">browse rundt</a> på siden, eller <a href=\"/search.html\">søg</a> efter noget specifikt."
|
|
1116
|
+
},
|
|
1117
|
+
"shopping_info_plan_offer": {
|
|
1118
|
+
"one": "{{ .Interval }} automatisk hvert .Interval",
|
|
1119
|
+
"other": "{{ .Count }} automatisk hver {{ .Interval }}"
|
|
1120
|
+
},
|
|
1121
|
+
"shopping_info_trial_period_offer": {
|
|
1122
|
+
"one": "Prøv din gratis 24 timers prøveperiode nu!",
|
|
1123
|
+
"other": "Prøv din gratis {{ .Count }} day prøveperiode!"
|
|
1124
|
+
},
|
|
1125
|
+
"plans_page_header": {
|
|
1126
|
+
"other": "Tilgængelige planer"
|
|
1127
|
+
},
|
|
1128
|
+
"plan_label_owned": {
|
|
1129
|
+
"other": "Du ejer denne plan"
|
|
1130
|
+
},
|
|
1131
|
+
"plan_expiry_date": {
|
|
1132
|
+
"other": "Salg lukker:"
|
|
1133
|
+
},
|
|
1134
|
+
"plan_read_more": {
|
|
1135
|
+
"other": "Find ud af mere"
|
|
1136
|
+
},
|
|
1137
|
+
"plan_page_read_more": {
|
|
1138
|
+
"other": "Læs mere"
|
|
1139
|
+
},
|
|
1140
|
+
"plan_page_header_text": {
|
|
1141
|
+
"other": "Nyd {{ .Name }}"
|
|
1142
|
+
},
|
|
1143
|
+
"page_plan_explore_intro": {
|
|
1144
|
+
"other": "ELLER"
|
|
1145
|
+
},
|
|
1146
|
+
"page_plan_explore_link": {
|
|
1147
|
+
"other": "Udforsk andre pas"
|
|
1148
|
+
},
|
|
1149
|
+
"plan_showcase_page_ownership_button_buy": {
|
|
1150
|
+
"other": "Køb nu"
|
|
1151
|
+
},
|
|
1152
|
+
"plan_free_link_text": {
|
|
1153
|
+
"other": "Gratis tilmelding"
|
|
1154
|
+
},
|
|
1155
|
+
|
|
1156
|
+
"awards_nominated_for": {
|
|
1157
|
+
"other": "Nomineret til"
|
|
1158
|
+
},
|
|
1159
|
+
"awards_in_competition": {
|
|
1160
|
+
"other": "I Konkurrence"
|
|
1161
|
+
}
|
|
1162
|
+
}
|