@shift72/core-template 0.3.8 → 0.4.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +19 -1
- 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 +79 -2
- package/site/ca_ES.all.json +78 -2
- package/site/da_DK.all.json +79 -2
- package/site/de_DE.all.json +77 -1
- package/site/devices.html.jet +1 -1
- package/site/ee_EE.all.json +79 -3
- package/site/el_EL.all.json +77 -1
- package/site/en_AU.all.json +51 -13
- package/site/es_ES.all.json +77 -1
- package/site/es_MX.all.json +7 -0
- package/site/fi_FI.all.json +78 -2
- package/site/forgotpassword.html.jet +1 -1
- package/site/fr_FR.all.json +77 -1
- package/site/genres.html.jet +1 -1
- package/site/hr_HR.all.json +479 -403
- package/site/hu_HU.all.json +79 -3
- package/site/it_IT.all.json +77 -1
- package/site/ja_JP.all.json +78 -2
- package/site/library.html.jet +1 -1
- package/site/lt_LT.all.json +78 -2
- package/site/nl_BE.all.json +78 -2
- package/site/no_NO.all.json +79 -3
- package/site/pin.html.jet +1 -1
- package/site/pl_PL.all.json +78 -2
- package/site/plans.html.jet +94 -0
- package/site/pt_BR.all.json +78 -2
- package/site/pt_PT.all.json +78 -2
- package/site/resetpassword.html.jet +1 -1
- package/site/ru_RU.all.json +78 -2
- package/site/se_SE.all.json +78 -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/_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 +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/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 +1 -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 +7 -1
- package/site/tr_TR.all.json +79 -3
- package/site/uk_UA.all.json +78 -2
- package/site/wishlist.html.jet +1 -1
- package/site/zh_TW.all.json +76 -1
- package/site/static/styles/main.css.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,24 @@
|
|
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)
|
4
22
|
|
5
23
|
### Fixed
|
6
24
|
- Genre limit on meta-item-tagline now works again.
|
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": {
|
@@ -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>." },
|
@@ -511,5 +518,75 @@
|
|
511
518
|
"wcag_aria_label_wishlist": { "other": "قائمة الرغبات" },
|
512
519
|
"wcag_aria_label_facebook": { "other": "انشر على الفيسبوك" },
|
513
520
|
"wcag_aria_label_twitter": { "other": "انشر على تويتر" },
|
514
|
-
"wcag_aria_label_linkedin": { "other": "انشر على لينكد ان" }
|
515
|
-
|
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
|
},
|
@@ -1034,7 +1041,7 @@
|
|
1034
1041
|
"other": "Lloguer"
|
1035
1042
|
},
|
1036
1043
|
"availability_not_available": {
|
1037
|
-
"other": "
|
1044
|
+
"other": "No disponible"
|
1038
1045
|
},
|
1039
1046
|
"availability_in_watch_window": {
|
1040
1047
|
"other": "disponibilitat_a_visualització_finestra"
|
@@ -1179,5 +1186,74 @@
|
|
1179
1186
|
},
|
1180
1187
|
"app_badge_android": {
|
1181
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ó"
|
1182
1258
|
}
|
1183
|
-
}
|
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
|
},
|
@@ -1081,5 +1088,75 @@
|
|
1081
1088
|
},
|
1082
1089
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
1083
1090
|
"app_badge_ios": { "other": "Download on the App Store" },
|
1084
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
1085
|
-
|
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>." },
|
@@ -395,5 +402,74 @@
|
|
395
402
|
|
396
403
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
397
404
|
"app_badge_ios": { "other": "Download on the App Store" },
|
398
|
-
"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
|
+
}
|
399
475
|
}
|
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." },
|
@@ -454,6 +461,75 @@
|
|
454
461
|
|
455
462
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
456
463
|
"app_badge_ios": { "other": "Download on the App Store" },
|
457
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
464
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
465
|
+
|
466
|
+
"shopping_price_title_plan": {
|
467
|
+
"other": "Hind"
|
468
|
+
},
|
469
|
+
"shopping_price_plan_note": {
|
470
|
+
"zero": "{{ .Interval }} iga .Intervall .",
|
471
|
+
"one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
|
472
|
+
"other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
|
473
|
+
},
|
474
|
+
"shopping_price_plan_note_interval": {
|
475
|
+
"one": "{{ .Interval }}",
|
476
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
477
|
+
},
|
478
|
+
"shopping_enter_card_prompt_plan": {
|
479
|
+
"other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
|
480
|
+
},
|
481
|
+
"shopping_action_plan": {
|
482
|
+
"other": "Täielik"
|
483
|
+
},
|
484
|
+
"shopping_complete_subscription": {
|
485
|
+
"other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
|
486
|
+
},
|
487
|
+
"shopping_complete_subscription_browse": {
|
488
|
+
"other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
|
489
|
+
},
|
490
|
+
"shopping_info_plan_offer": {
|
491
|
+
"one": "{{ .Interval }} automaatselt iga .intervall",
|
492
|
+
"other": "{{ .Count }} automaatselt iga {{ .Interval }}"
|
493
|
+
},
|
494
|
+
"shopping_info_trial_period_offer": {
|
495
|
+
"one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
|
496
|
+
"other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
|
497
|
+
},
|
498
|
+
"plans_page_header": {
|
499
|
+
"other": "Saadaolevad plaanid"
|
500
|
+
},
|
501
|
+
"plan_label_owned": {
|
502
|
+
"other": "See plaan kuulub teile"
|
503
|
+
},
|
504
|
+
"plan_expiry_date": {
|
505
|
+
"other": "Müük suletakse:"
|
506
|
+
},
|
507
|
+
"plan_read_more": {
|
508
|
+
"other": "Leia rohkem"
|
509
|
+
},
|
510
|
+
"plan_page_read_more": {
|
511
|
+
"other": "Loe rohkem"
|
512
|
+
},
|
513
|
+
"plan_page_header_text": {
|
514
|
+
"other": "Nautige {{ .Name }}"
|
515
|
+
},
|
516
|
+
"page_plan_explore_intro": {
|
517
|
+
"other": "VÕI"
|
518
|
+
},
|
519
|
+
"page_plan_explore_link": {
|
520
|
+
"other": "Avastage teisi pääsmeid"
|
521
|
+
},
|
522
|
+
"plan_showcase_page_ownership_button_buy": {
|
523
|
+
"other": "Osta kohe"
|
524
|
+
},
|
525
|
+
"plan_free_link_text": {
|
526
|
+
"other": "Registreeru tasuta"
|
527
|
+
},
|
528
|
+
"awards_nominated_for": {
|
529
|
+
"other": "Kandideeritud"
|
530
|
+
},
|
531
|
+
"awards_in_competition": {
|
532
|
+
"other": "Võistluses"
|
533
|
+
}
|
458
534
|
}
|
459
|
-
|
535
|
+
|
package/site/el_EL.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": "Κοινοποίηση στο Facebook" },
|
77
|
+
"social_media_buttons_twitter": { "other": "Μοιραστείτε το στο Twitter" },
|
78
|
+
"social_media_buttons_linkedin": { "other": "Κοινή χρήση στο Linkedin" },
|
79
|
+
"social_media_buttons_email": { "other": "Κοινοποίηση μέσω email" },
|
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> στο λογαριασμό σας." },
|
@@ -450,5 +457,74 @@
|
|
450
457
|
|
451
458
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
452
459
|
"app_badge_ios": { "other": "Download on the App Store" },
|
453
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
460
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
461
|
+
|
462
|
+
"shopping_price_title_plan": {
|
463
|
+
"other": "Τιμή"
|
464
|
+
},
|
465
|
+
"shopping_price_plan_note": {
|
466
|
+
"zero": "Χρεώνεται κάθε {{ .Interval }} .",
|
467
|
+
"one": "Χρεώνεται κάθε {{ .Interval }} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
|
468
|
+
"other": "Χρεώνεται κάθε {{ .Interval }} μετά τη {{ .Count }} δωρεάν δοκιμής .Count day."
|
469
|
+
},
|
470
|
+
"shopping_price_plan_note_interval": {
|
471
|
+
"one": "{{ .Interval }}",
|
472
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
473
|
+
},
|
474
|
+
"shopping_enter_card_prompt_plan": {
|
475
|
+
"other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε τη συνδρομή σας."
|
476
|
+
},
|
477
|
+
"shopping_action_plan": {
|
478
|
+
"other": "Πλήρης"
|
479
|
+
},
|
480
|
+
"shopping_complete_subscription": {
|
481
|
+
"other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{ .Title }} ."
|
482
|
+
},
|
483
|
+
"shopping_complete_subscription_browse": {
|
484
|
+
"other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
|
485
|
+
},
|
486
|
+
"shopping_info_plan_offer": {
|
487
|
+
"one": "Ανανεώνει αυτόματα κάθε {{ .Interval }}",
|
488
|
+
"other": "Ανανεώνει αυτόματα κάθε {{ .Count }} {{ .Interval }}"
|
489
|
+
},
|
490
|
+
"shopping_info_trial_period_offer": {
|
491
|
+
"one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
|
492
|
+
"other": "Δοκιμάστε τη δωρεάν {{ .Count }} day!"
|
493
|
+
},
|
494
|
+
"plans_page_header": {
|
495
|
+
"other": "Διαθέσιμα σχέδια"
|
496
|
+
},
|
497
|
+
"plan_label_owned": {
|
498
|
+
"other": "Είστε κάτοχος αυτού του σχεδίου"
|
499
|
+
},
|
500
|
+
"plan_expiry_date": {
|
501
|
+
"other": "Κλείσιμο εκπτώσεων:"
|
502
|
+
},
|
503
|
+
"plan_read_more": {
|
504
|
+
"other": "Μάθετε περισσότερα"
|
505
|
+
},
|
506
|
+
"plan_page_read_more": {
|
507
|
+
"other": "Διαβάστε περισσότερα"
|
508
|
+
},
|
509
|
+
"plan_page_header_text": {
|
510
|
+
"other": "Απολαύστε το {{ .Name }}"
|
511
|
+
},
|
512
|
+
"page_plan_explore_intro": {
|
513
|
+
"other": "Ή"
|
514
|
+
},
|
515
|
+
"page_plan_explore_link": {
|
516
|
+
"other": "Εξερευνήστε άλλα περάσματα"
|
517
|
+
},
|
518
|
+
"plan_showcase_page_ownership_button_buy": {
|
519
|
+
"other": "Αγορασε τωρα"
|
520
|
+
},
|
521
|
+
"plan_free_link_text": {
|
522
|
+
"other": "ΕΓΓΡΑΦΕΙΤΕ ΔΩΡΕΑΝ"
|
523
|
+
},
|
524
|
+
"awards_nominated_for": {
|
525
|
+
"other": "Προτάθηκε για"
|
526
|
+
},
|
527
|
+
"awards_in_competition": {
|
528
|
+
"other": "Σε Διαγωνισμό"
|
529
|
+
}
|
454
530
|
}
|