@shift72/core-template 0.3.6 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +43 -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 +82 -2
- package/site/ca_ES.all.json +87 -2
- package/site/da_DK.all.json +89 -2
- package/site/de_DE.all.json +80 -1
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +82 -3
- package/site/el_EL.all.json +80 -1
- package/site/en_AU.all.json +55 -14
- package/site/es_ES.all.json +80 -1
- package/site/es_MX.all.json +10 -0
- package/site/fi_FI.all.json +81 -2
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +80 -1
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +479 -400
- package/site/hu_HU.all.json +82 -3
- package/site/it_IT.all.json +80 -1
- package/site/ja_JP.all.json +81 -2
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +81 -2
- package/site/nl_BE.all.json +81 -2
- package/site/no_NO.all.json +82 -3
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +81 -2
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +87 -2
- package/site/pt_PT.all.json +81 -2
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +81 -2
- package/site/se_SE.all.json +81 -2
- 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 +82 -3
- package/site/uk_UA.all.json +87 -2
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +85 -1
- package/site/static/styles/main.css.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,48 @@
|
|
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...HEAD)
|
4
|
+
|
5
|
+
## [0.4.0](https://github.com/shift72/core-template/compare/0.4.0-rc.0...0.4.0)
|
6
|
+
|
7
|
+
No changes from RC0.
|
8
|
+
|
9
|
+
## [0.4.0-rc.0](https://github.com/shift72/core-template/compare/0.3.8...0.4.0-rc.0)
|
10
|
+
|
11
|
+
### Added
|
12
|
+
- Support for purchasing plans and pages to showcase them.
|
13
|
+
- Support for award nominations on carousel, meta item partials and film pages.
|
14
|
+
- Separate template for overriding with custom fonts.
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
- Moved separator line from footer jet into app badge jet.
|
18
|
+
- Kibble upgraded to v0.15.22.
|
19
|
+
- Application templates moved to `/site/templates/application/`.
|
20
|
+
- Links (`<a>` tags) without a `class` attribute have `text-decoration: underline`.
|
21
|
+
|
22
|
+
## Fixed
|
23
|
+
- Curated pages with a collection no longer has a `min-height` that was forcing a gap before the collection.
|
24
|
+
|
25
|
+
## [0.3.8](https://github.com/shift72/core-template/compare/0.3.7...0.3.8)
|
26
|
+
|
27
|
+
### Fixed
|
28
|
+
- Genre limit on meta-item-tagline now works again.
|
29
|
+
- Typo in English translations file.
|
30
|
+
|
31
|
+
## [0.3.7](https://github.com/shift72/core-template/compare/0.3.6...0.3.7)
|
32
|
+
|
33
|
+
### Added
|
34
|
+
- Separator div template with `border-bottom`. Used by app banner.
|
35
|
+
- Background image template. Used by bundle and curated pages (so far).
|
36
|
+
|
37
|
+
### Changed
|
38
|
+
- Removed `border-bottom` from app banner.
|
39
|
+
- Atomized common elements for content and curated pages. CSS is shared now too.
|
40
|
+
|
41
|
+
### Fixed
|
42
|
+
- 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.
|
43
|
+
- List left/right padding now changes at the correct breakpoint (`lg` instead of `md`).
|
44
|
+
- Curated page text content now has a maximum width to mirror behaviour of content page text content.
|
45
|
+
- Addressed npm audit vulnerabilities.
|
4
46
|
|
5
47
|
## [0.3.6](https://github.com/shift72/core-template/compare/0.3.5...0.3.6)
|
6
48
|
|
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",
|
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": "الإسم" },
|
@@ -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
|
},
|
@@ -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
|
},
|
@@ -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
|
+
}
|
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>." },
|
@@ -103,6 +110,7 @@
|
|
103
110
|
"combined_auth_signin_password": { "other": "Bitte geben Sie Ihr Password ein um zu Ihrem Konto zu gelangen." },
|
104
111
|
"combined_auth_signin_error_incorrect_credentials": { "other": "Falsches Password." },
|
105
112
|
"combined_auth_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
|
113
|
+
"combined_auth_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
|
106
114
|
|
107
115
|
"forgotpassword_page_header": { "other": "Passwort zurücksetzen" },
|
108
116
|
"forgotpassword_form_email": { "other": "E-Mail-Adresse" },
|
@@ -111,6 +119,7 @@
|
|
111
119
|
"forgotpassword_form_error_account_suspended": { "other": "Dieses Konto wurde gesperrt." },
|
112
120
|
"forgotpassword_complete": { "other": "Vielen Dank! In Kürze erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes." },
|
113
121
|
"forgotpassword_form_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
|
122
|
+
"forgotpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
|
114
123
|
|
115
124
|
"resetpassword_page_header": { "other": "Ändern Sie Ihr Passwort" },
|
116
125
|
"resetpassword_form_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
|
@@ -120,6 +129,7 @@
|
|
120
129
|
"resetpassword_complete": { "other": "Vielen Dank. Ihr Passwort wurde geändert und Sie wurden eingeloggt." },
|
121
130
|
"resetpassword_form_error_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte versuchen Sie es später nochmals." },
|
122
131
|
"resetpassword_form_error_reset_password_token_expired": { "other": "Ihre Anfrage ist abgelaufen. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
|
132
|
+
"resetpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
|
123
133
|
|
124
134
|
"account_page_header": { "other": "Mein Konto" },
|
125
135
|
"account_form_name": { "other": "Name" },
|
@@ -392,5 +402,74 @@
|
|
392
402
|
|
393
403
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
394
404
|
"app_badge_ios": { "other": "Download on the App Store" },
|
395
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
405
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
406
|
+
|
407
|
+
"shopping_price_title_plan": {
|
408
|
+
"other": "Preis"
|
409
|
+
},
|
410
|
+
"shopping_price_plan_note": {
|
411
|
+
"zero": "Aufgeladen in jedem {{ .Interval }} .",
|
412
|
+
"one": "{{ .Interval }} jedes .Intervall nach Ablauf Ihrer kostenlosen 24-Stunden-Testversion berechnet.",
|
413
|
+
"other": "{{ .Interval }} jedes .Intervall nach {{ .Count }} Tages-Testversion berechnet."
|
414
|
+
},
|
415
|
+
"shopping_price_plan_note_interval": {
|
416
|
+
"one": "{{ .Interval }}",
|
417
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
418
|
+
},
|
419
|
+
"shopping_enter_card_prompt_plan": {
|
420
|
+
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
|
421
|
+
},
|
422
|
+
"shopping_action_plan": {
|
423
|
+
"other": "Vollständig"
|
424
|
+
},
|
425
|
+
"shopping_complete_subscription": {
|
426
|
+
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{ .Title }} abonniert."
|
427
|
+
},
|
428
|
+
"shopping_complete_subscription_browse": {
|
429
|
+
"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."
|
430
|
+
},
|
431
|
+
"shopping_info_plan_offer": {
|
432
|
+
"one": "{{ .Interval }} automatisch jedes .Intervall",
|
433
|
+
"other": "Erneuert automatisch alle {{ .Count }} {{ .Interval }}"
|
434
|
+
},
|
435
|
+
"shopping_info_trial_period_offer": {
|
436
|
+
"one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
|
437
|
+
"other": "Testen Sie Ihre kostenlose {{ .Count }} Tage-Testversion!"
|
438
|
+
},
|
439
|
+
"plans_page_header": {
|
440
|
+
"other": "Verfügbare Pläne"
|
441
|
+
},
|
442
|
+
"plan_label_owned": {
|
443
|
+
"other": "Du besitzt diesen Plan"
|
444
|
+
},
|
445
|
+
"plan_expiry_date": {
|
446
|
+
"other": "Verkaufsschluss:"
|
447
|
+
},
|
448
|
+
"plan_read_more": {
|
449
|
+
"other": "Finde mehr heraus"
|
450
|
+
},
|
451
|
+
"plan_page_read_more": {
|
452
|
+
"other": "Weiterlesen"
|
453
|
+
},
|
454
|
+
"plan_page_header_text": {
|
455
|
+
"other": "Viel {{ .Name }}"
|
456
|
+
},
|
457
|
+
"page_plan_explore_intro": {
|
458
|
+
"other": "ODER"
|
459
|
+
},
|
460
|
+
"page_plan_explore_link": {
|
461
|
+
"other": "Entdecken Sie andere Pässe"
|
462
|
+
},
|
463
|
+
"plan_showcase_page_ownership_button_buy": {
|
464
|
+
"other": "Kaufe jetzt"
|
465
|
+
},
|
466
|
+
"plan_free_link_text": {
|
467
|
+
"other": "Melde dich kostenlos an"
|
468
|
+
},
|
469
|
+
"awards_nominated_for": {
|
470
|
+
"other": "Nominiert für"
|
471
|
+
},
|
472
|
+
"awards_in_competition": {
|
473
|
+
"other": "Im Wettbewerb"
|
474
|
+
}
|
396
475
|
}
|
package/site/devices.html.jet
CHANGED