@shift72/core-template 0.6.0 → 1.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/CHANGELOG.md +27 -1
  4. package/kibble.json +2 -2
  5. package/package.json +1 -1
  6. package/site/ar_LB.all.json +41 -19
  7. package/site/ca_ES.all.json +33 -19
  8. package/site/da_DK.all.json +33 -19
  9. package/site/de_DE.all.json +33 -19
  10. package/site/el_EL.all.json +33 -19
  11. package/site/en_AU.all.json +17 -3
  12. package/site/es_ES.all.json +33 -19
  13. package/site/es_MX.all.json +30 -16
  14. package/site/et_ET.all.json +33 -19
  15. package/site/fi_FI.all.json +33 -19
  16. package/site/fr_FR.all.json +33 -19
  17. package/site/hr_HR.all.json +35 -19
  18. package/site/hu_HU.all.json +33 -19
  19. package/site/it_IT.all.json +33 -19
  20. package/site/ja_JP.all.json +31 -19
  21. package/site/lt_LT.all.json +37 -19
  22. package/site/nl_BE.all.json +32 -18
  23. package/site/no_NO.all.json +33 -19
  24. package/site/pl_PL.all.json +37 -19
  25. package/site/pt_BR.all.json +33 -19
  26. package/site/pt_PT.all.json +33 -19
  27. package/site/ru_RU.all.json +43 -25
  28. package/site/sr_SR.all.json +35 -19
  29. package/site/static/js/main.js +1 -1
  30. package/site/static/scripts/main.js.map +1 -1
  31. package/site/styles/_buttons.scss +32 -27
  32. package/site/styles/_can-be-watched-button.scss +0 -20
  33. package/site/styles/_carousel.scss +125 -307
  34. package/site/styles/_collections.scss +6 -11
  35. package/site/styles/_cta-buttons.scss +262 -0
  36. package/site/styles/_forms.scss +1 -2
  37. package/site/styles/_icons.scss +3 -1
  38. package/site/styles/_legacy.scss +1 -43
  39. package/site/styles/_meta-detail.scss +20 -194
  40. package/site/styles/_meta-item-tagline.scss +33 -0
  41. package/site/styles/_meta-item.scss +0 -4
  42. package/site/styles/_meta-sub-item.scss +116 -0
  43. package/site/styles/_mixins.scss +45 -0
  44. package/site/styles/_nav.scss +1 -1
  45. package/site/styles/_pages.scss +4 -13
  46. package/site/styles/_plans.scss +14 -0
  47. package/site/styles/_shift72.scss +4 -0
  48. package/site/styles/_variables.scss +2 -4
  49. package/site/styles/main.scss +2 -1
  50. package/site/templates/bundle/item.jet +2 -4
  51. package/site/templates/collection/carousel/carousel.jet +27 -0
  52. package/site/templates/collection/carousel/item/image.jet +5 -0
  53. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  54. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  55. package/site/templates/collection/carousel/item/title.jet +3 -0
  56. package/site/templates/collection/carousel/item.jet +41 -0
  57. package/site/templates/collection/carousel/pagination.jet +9 -0
  58. package/site/templates/collection/page_collection.jet +2 -2
  59. package/site/templates/common/cta_buttons.jet +70 -0
  60. package/site/templates/common/social-media-buttons.jet +2 -2
  61. package/site/templates/film/item.jet +6 -16
  62. package/site/templates/items/sub_item.jet +22 -0
  63. package/site/templates/items/tagline.jet +2 -2
  64. package/site/templates/page/homepage.jet +2 -3
  65. package/site/templates/tv/detail.jet +10 -18
  66. package/site/tr_TR.all.json +33 -19
  67. package/site/uk_UA.all.json +37 -19
  68. package/site/zh_TW.all.json +31 -19
  69. package/site/styles/_homepage.scss +0 -3
  70. package/site/templates/bundle/buttons.jet +0 -6
  71. package/site/templates/bundle/extras.jet +0 -13
  72. package/site/templates/collection/carousel.jet +0 -27
  73. package/site/templates/collection/carousel_item.jet +0 -68
  74. package/site/templates/items/bonus_item.jet +0 -23
  75. package/site/templates/items/featured_item.jet +0 -61
  76. package/site/templates/tv/episode.jet +0 -21
@@ -0,0 +1,47 @@
1
+ ADO card: ☑️ [AB#XXXX](https://dev.azure.com/S72/SHIFT72/_workitems/edit/XXXX)
2
+
3
+ Elab notes/AC: 📃 [Google Docs](https://docs.google.com)
4
+ - [ ] Has this been discussed with Delivery Team?
5
+
6
+ Designs:
7
+ - 📱 [Mobile](http://www.zeplin.io/????)
8
+ - 💊 [Tablet](http://www.zeplin.io/????)
9
+ - 🖥 [Desktop](http://www.zeplin.io/????)
10
+
11
+ ## Description of work
12
+ This is a description of the feature or bug.
13
+
14
+ ## Edge cases/Caveats/Known issues
15
+ - Edge case 1
16
+ - Caveat 2
17
+ - Known issue 3
18
+
19
+ ## Config settings/Toggles required for the feature to work
20
+ - Config setting 1
21
+
22
+ ## Related PRs
23
+
24
+ ### Any PRs which this PR depends on
25
+ - Relish?
26
+ - Kibble?
27
+ - APIs?
28
+
29
+ ### Any PRs dependent on this one
30
+ - Relish?
31
+ - Kibble?
32
+ - APIs?
33
+
34
+ ### Affected Clients
35
+ - All clients who use Kibble
36
+ - Client 1
37
+ - Client 2
38
+
39
+ ## Checklist
40
+ - [ ] CI tests are passing Github actions (inc. linting)
41
+ - [ ] Key areas of the feature outlined for context and testing
42
+ - [ ] If there are designs for this work are they noted here and in the ADO card
43
+ - [ ] Design review
44
+ - [ ] Have checked this at multiple screen resolutions and range of browsers
45
+ - [ ] Moved ADO card to Dev/done, checked link to Github, tagged "Review"
46
+ - [ ] Updated changelog (if applicable)
47
+ - [ ] I promise to document any new feature toggles/configurations in the appropriate documentation
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  strategy:
18
18
  matrix:
19
- node-version: [12.x]
19
+ node-version: [16.13.x]
20
20
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
 
22
22
  steps:
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/0.6.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...HEAD)
4
+
5
+ ## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
6
+
7
+ ### Added
8
+ - Subscribe to watch button
9
+ - Bundles tagline to show n items rather than n films
10
+ - Keyboard controls for the carousel.
11
+ - Pull request template file.
12
+ - Playback progress component and style
13
+ - `url` parameter in share modals
14
+
15
+ ### Changed
16
+ - New Jet and CSS for reusable CTA (call-to-action) buttons. Used for consistent button appearance on film/tv/bundle pages and carousel slides.
17
+ - Reworked the carousel UI.
18
+ - Carousel background now extends the full width of the window.
19
+
20
+ ### Fixed
21
+ - Remove whitespaces from mustaches variables in translations.
22
+ - Fix unwanted variables in translations.
23
+ - Sub-item CSS is no longer broken by the linter.
4
24
 
5
25
  ## [0.6.0](https://github.com/shift72/core-template/compare/0.6.0-alpha.0...0.6.0)
6
26
 
@@ -52,6 +72,12 @@ No changes from `alpha-0`.
52
72
  - Removed minimum page height from content pages.
53
73
  - Moved skip link above cookie consent banner
54
74
 
75
+ ### Changed
76
+ - Upgrade to kibble `0.16.6`.
77
+ - Moved references from `film.Images` to `film.ImageMap`.
78
+ - Removed minimum page height from content pages.
79
+ - Moved skip link above cookie consent banner
80
+
55
81
  ### Fixed
56
82
  - Can now override the cookie consent styling.
57
83
  - Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported).
package/kibble.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "core-template",
3
3
  "version": "0.0.1",
4
4
  "siteUrl": "https://abccinemas.screenplus.co",
5
- "builderVersion": "0.16.6",
5
+ "builderVersion": "0.16.7",
6
6
  "defaultLanguage": "en",
7
7
  "languages": {
8
8
  "ar": {
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "0.6.0"
188
+ "coreTemplateVersion": "1.0.0-alpha.0"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "0.6.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -152,7 +152,7 @@
152
152
  "other": "مشاركة الارتباط"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "تم نسخ الرابط إلى الحافظة!"
155
+ "other": "تم نسخ الرابط"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
158
  "other": "نسخ الوصلة"
@@ -711,7 +711,7 @@
711
711
  "other": "عرض المكتبة"
712
712
  },
713
713
  "shopping_complete_plan": {
714
- "other": "لقد نجحت عملية شرائك لـ {{ .Title }}"
714
+ "other": "لقد نجحت عملية شرائك لـ {{.Title}}"
715
715
  },
716
716
  "shopping_complete_rental_watch_window_start": {
717
717
  "one": "يمكن الآن بدء المشاهدة حتى اليوم التالي.",
@@ -1138,6 +1138,9 @@
1138
1138
  "wcag_aria_label_carousel": {
1139
1139
  "other": "المشاركات الدائرية"
1140
1140
  },
1141
+ "wcag_aria_label_carousel_pagination": {
1142
+ "other": "ترقيم الصفحات"
1143
+ },
1141
1144
  "wcag_aria_label_page_collection": {
1142
1145
  "other": "صفحة المجموعات"
1143
1146
  },
@@ -1163,16 +1166,29 @@
1163
1166
  "other": "سعر"
1164
1167
  },
1165
1168
  "shopping_price_plan_note": {
1166
- "zero": "اتهم كل {{ .Interval }} .",
1167
- "one": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1168
- "other": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء {{ .Count }} التجريبية المجانية .Count يوم."
1169
+ "zero": "اتهم كل {{.Interval}} .",
1170
+ "one": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1171
+ "two": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1172
+ "few": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1173
+ "many": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1174
+ "other": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا."
1175
+ },
1176
+ "shopping_price_plan_note_without_trial": {
1177
+ "other": "اتهم كل {{.Interval}} ."
1169
1178
  },
1170
1179
  "shopping_price_plan_note_interval": {
1171
- "one": "{{ .Interval }}",
1172
- "other": "{{ .Count }} {{ .Interval }}"
1180
+ "zero": "{{.Interval}}",
1181
+ "one": "{{.Interval}}",
1182
+ "two": "{{.Count}} {{.Interval}}",
1183
+ "few": "{{.Count}} {{.Interval}}",
1184
+ "many": "{{.Count}} {{.Interval}}",
1185
+ "other": "{{.Count}} {{.Interval}}"
1186
+ },
1187
+ "shopping_enter_card_prompt_subscription": {
1188
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1173
1189
  },
1174
1190
  "shopping_enter_card_prompt_plan": {
1175
- "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1191
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء خطتك."
1176
1192
  },
1177
1193
  "shopping_action_plan": {
1178
1194
  "other": "مكتمل"
@@ -1181,18 +1197,18 @@
1181
1197
  "other": "فوق حتى"
1182
1198
  },
1183
1199
  "shopping_complete_subscription": {
1184
- "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{ .Title }} ."
1200
+ "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{.Title}} ."
1185
1201
  },
1186
1202
  "shopping_complete_subscription_browse": {
1187
1203
  "other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
1188
1204
  },
1189
1205
  "shopping_info_plan_offer": {
1190
- "one": "يجدد تلقائيا كل. {{ .Interval }}",
1191
- "other": "يجدد تلقائيا كل {{ .Count }} {{ .Interval }}"
1206
+ "one": "يجدد تلقائيا كل. {{.Interval}}",
1207
+ "other": "يجدد تلقائيا كل {{.Count}} {{.Interval}}"
1192
1208
  },
1193
1209
  "shopping_info_trial_period_offer": {
1194
1210
  "one": "جرب الإصدار التجريبي المجاني لمدة 24 ساعة الآن!",
1195
- "other": "{{ .Count }} التجريبي المجاني من {{ .Count }} day!"
1211
+ "other": "{{.Count}} التجريبي المجاني من {{.Count}} day!"
1196
1212
  },
1197
1213
  "plans_page_header": {
1198
1214
  "other": "الخطط المتاحة"
@@ -1210,7 +1226,7 @@
1210
1226
  "other": "اقرأ أكثر"
1211
1227
  },
1212
1228
  "plan_page_header_text": {
1213
- "other": "استمتع {{ .Name }}"
1229
+ "other": "استمتع {{.Name}}"
1214
1230
  },
1215
1231
  "page_plan_explore_intro": {
1216
1232
  "other": "أو"
@@ -1297,21 +1313,27 @@
1297
1313
  "other": "اشتراكاتي"
1298
1314
  },
1299
1315
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "الدفعة {{ .Expiry }}"
1316
+ "other": "الدفعة {{.Expiry}}"
1301
1317
  },
1302
1318
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "الدفعة {{ .Expiry }}"
1319
+ "other": "الدفعة {{.Expiry}}"
1304
1320
  },
1305
1321
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "الدفع {{ .Expiry }}"
1322
+ "other": "الدفع {{.Expiry}}"
1307
1323
  },
1308
1324
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "{{ .Expiry }}"
1325
+ "other": "{{.Expiry}}"
1310
1326
  },
1311
1327
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "{{ .Expiry }}"
1328
+ "other": "{{.Expiry}}"
1313
1329
  },
1314
1330
  "sponsor_image_alt": {
1315
1331
  "other": "شعار الراعي"
1332
+ },
1333
+ "subscribe_to_watch": {
1334
+ "other": "اشترك للمشاهدة"
1335
+ },
1336
+ "bundle_items_generic": {
1337
+ "other": "{{.Count}} أغراض"
1316
1338
  }
1317
- }
1339
+ }
@@ -155,7 +155,7 @@
155
155
  "other": "Comparteix l'enllaç"
156
156
  },
157
157
  "social_media_buttons_copied_link": {
158
- "other": "S'ha copiat l'enllaç al porta-retalls!"
158
+ "other": "S'ha copiat l'enllaç"
159
159
  },
160
160
  "social_media_buttons_copy_link": {
161
161
  "other": "Copia l'enllaç"
@@ -708,7 +708,7 @@
708
708
  "other": "Podreu veure-ho des de {{.Date}}."
709
709
  },
710
710
  "shopping_complete_plan": {
711
- "other": "La teva compra de {{ .Title }} estat correcta."
711
+ "other": "La teva compra de {{.Title}} estat correcta."
712
712
  },
713
713
  "shopping_complete_receipt": {
714
714
  "other": "S'ha enviat un rebut per correu electrònic."
@@ -1144,6 +1144,9 @@
1144
1144
  "wcag_aria_label_carousel": {
1145
1145
  "other": "Carrusel"
1146
1146
  },
1147
+ "wcag_aria_label_carousel_pagination": {
1148
+ "other": "Paginació"
1149
+ },
1147
1150
  "wcag_aria_label_page_collection": {
1148
1151
  "other": "Col·lecció de pàgines"
1149
1152
  },
@@ -1178,33 +1181,38 @@
1178
1181
  "other": "Preu"
1179
1182
  },
1180
1183
  "shopping_price_plan_note": {
1181
- "zero": "Es {{ .Interval }} cada .Interval .",
1182
- "one": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de 24 hores.",
1183
- "other": "Es {{ .Interval }} cada .Interval després que finalitzi la prova gratuïta de {{ .Count }}"
1184
+ "one": "Se cobra cada {{.Interval}} después de que finaliza su prueba gratuita de 24 horas.",
1185
+ "other": "Es cobra cada {{.Interval}} un cop finalitza la prova gratuïta de {{.Count}} dies."
1186
+ },
1187
+ "shopping_price_plan_note_without_trial": {
1188
+ "other": "Es cobra cada {{.Interval}}."
1184
1189
  },
1185
1190
  "shopping_price_plan_note_interval": {
1186
- "one": "{{ .Interval }}",
1187
- "other": "{{ .Count }} {{ .Interval }}"
1191
+ "one": "{{.Interval}}",
1192
+ "other": "{{.Count}} {{.Interval}}"
1188
1193
  },
1189
- "shopping_enter_card_prompt_plan": {
1194
+ "shopping_enter_card_prompt_subscription": {
1190
1195
  "other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar la vostra subscripció."
1191
1196
  },
1197
+ "shopping_enter_card_prompt_plan": {
1198
+ "other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar el vostre pla."
1199
+ },
1192
1200
  "shopping_action_plan": {
1193
1201
  "other": "Completa"
1194
1202
  },
1195
1203
  "shopping_complete_subscription": {
1196
- "other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{ .Title }} ."
1204
+ "other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{.Title}} ."
1197
1205
  },
1198
1206
  "shopping_complete_subscription_browse": {
1199
1207
  "other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
1200
1208
  },
1201
1209
  "shopping_info_plan_offer": {
1202
- "one": "Renova automàticament cada {{ .Interval }}",
1203
- "other": "Renova automàticament cada {{ .Count }} {{ .Interval }}"
1210
+ "one": "Renova automàticament cada {{.Interval}}",
1211
+ "other": "Renova automàticament cada {{.Count}} {{.Interval}}"
1204
1212
  },
1205
1213
  "shopping_info_trial_period_offer": {
1206
1214
  "one": "Prova la teva prova gratuïta de 24 hores ara!",
1207
- "other": "Prova la teva prova gratuïta de {{ .Count }} day!"
1215
+ "other": "Prova la teva prova gratuïta de {{.Count}} day!"
1208
1216
  },
1209
1217
  "plans_page_header": {
1210
1218
  "other": "Plans disponibles"
@@ -1222,7 +1230,7 @@
1222
1230
  "other": "Llegeix més"
1223
1231
  },
1224
1232
  "plan_page_header_text": {
1225
- "other": "Gaudeix {{ .Name }}"
1233
+ "other": "Gaudeix {{.Name}}"
1226
1234
  },
1227
1235
  "page_plan_explore_intro": {
1228
1236
  "other": "O"
@@ -1297,21 +1305,27 @@
1297
1305
  "other": "Les meves subscripcions"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Primer pagament {{ .Expiry }}"
1308
+ "other": "Primer pagament {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Pròxim pagament {{ .Expiry }}"
1311
+ "other": "Pròxim pagament {{.Expiry}}"
1304
1312
  },
1305
1313
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Pagament vençut {{ .Expiry }}"
1314
+ "other": "Pagament vençut {{.Expiry}}"
1307
1315
  },
1308
1316
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Finalitza {{ .Expiry }}"
1317
+ "other": "Finalitza {{.Expiry}}"
1310
1318
  },
1311
1319
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Finalitzat {{ .Expiry }}"
1320
+ "other": "Finalitzat {{.Expiry}}"
1313
1321
  },
1314
1322
  "sponsor_image_alt": {
1315
1323
  "other": "logotip del patrocinador"
1324
+ },
1325
+ "subscribe_to_watch": {
1326
+ "other": "Subscriu-te per veure'l"
1327
+ },
1328
+ "bundle_items_generic": {
1329
+ "other": "{{.Count}} elements"
1316
1330
  }
1317
- }
1331
+ }
@@ -152,7 +152,7 @@
152
152
  "other": "Linkdeling"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link kopieret til udklipsholder!"
155
+ "other": "Linket er kopieret"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
158
  "other": "Kopier link"
@@ -708,7 +708,7 @@
708
708
  "other": "En kvittering er blevet mailet til dig."
709
709
  },
710
710
  "shopping_complete_plan": {
711
- "other": "Dit køb af {{ .Title }} blev gennemført."
711
+ "other": "Dit køb af {{.Title}} blev gennemført."
712
712
  },
713
713
  "shopping_complete_library_link": {
714
714
  "other": "Se dit bibliotek"
@@ -1106,33 +1106,38 @@
1106
1106
  "other": "Pris"
1107
1107
  },
1108
1108
  "shopping_price_plan_note": {
1109
- "zero": "Opkræves hvert {{ .Interval }} .",
1110
- "one": "Opkræves hvert {{ .Interval }} efter din 24 timers gratis prøveperiode slutter.",
1111
- "other": "Opkræves hvert {{ .Interval }} efter din {{ .Count }} dages gratis prøveperiode slutter."
1109
+ "one": "Opkræves hvert {{.Interval}} efter din 24 timers gratis prøveperiode slutter.",
1110
+ "other": "Opkræves hvert {{.Interval}} efter din {{.Count}} dages gratis prøveperiode slutter."
1111
+ },
1112
+ "shopping_price_plan_note_without_trial": {
1113
+ "other": "Opkræves hvert {{.Interval}} ."
1112
1114
  },
1113
1115
  "shopping_price_plan_note_interval": {
1114
- "one": "{{ .Interval }}",
1115
- "other": "{{ .Count }} {{ .Interval }}"
1116
+ "one": "{{.Interval}}",
1117
+ "other": "{{.Count}} {{.Interval}}"
1116
1118
  },
1117
- "shopping_enter_card_prompt_plan": {
1119
+ "shopping_enter_card_prompt_subscription": {
1118
1120
  "other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
1119
1121
  },
1122
+ "shopping_enter_card_prompt_plan": {
1123
+ "other": "Indtast dine kreditkortoplysninger nedenfor for at starte din plan."
1124
+ },
1120
1125
  "shopping_action_plan": {
1121
1126
  "other": "Komplet"
1122
1127
  },
1123
1128
  "shopping_complete_subscription": {
1124
- "other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{ .Title }} ."
1129
+ "other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{.Title}} ."
1125
1130
  },
1126
1131
  "shopping_complete_subscription_browse": {
1127
1132
  "other": "Du er velkommen til at <a href=\"/\">browse rundt</a> på siden, eller <a href=\"/search.html\">søg</a> efter noget specifikt."
1128
1133
  },
1129
1134
  "shopping_info_plan_offer": {
1130
- "one": "{{ .Interval }} automatisk hvert .Interval",
1131
- "other": "{{ .Count }} automatisk hver {{ .Interval }}"
1135
+ "one": "Fornyer automatisk hver {{.Interval}}",
1136
+ "other": "{{.Count}} automatisk hver {{.Interval}}"
1132
1137
  },
1133
1138
  "shopping_info_trial_period_offer": {
1134
1139
  "one": "Prøv din gratis 24 timers prøveperiode nu!",
1135
- "other": "Prøv din gratis {{ .Count }} day prøveperiode!"
1140
+ "other": "Prøv din gratis {{.Count}} day prøveperiode!"
1136
1141
  },
1137
1142
  "plans_page_header": {
1138
1143
  "other": "Tilgængelige planer"
@@ -1150,7 +1155,7 @@
1150
1155
  "other": "Læs mere"
1151
1156
  },
1152
1157
  "plan_page_header_text": {
1153
- "other": "Nyd {{ .Name }}"
1158
+ "other": "Nyd {{.Name}}"
1154
1159
  },
1155
1160
  "page_plan_explore_intro": {
1156
1161
  "other": "ELLER"
@@ -1227,6 +1232,9 @@
1227
1232
  "wcag_aria_label_carousel": {
1228
1233
  "other": "Karrusel"
1229
1234
  },
1235
+ "wcag_aria_label_carousel_pagination": {
1236
+ "other": "Sideinddeling"
1237
+ },
1230
1238
  "wcag_aria_label_page_collection": {
1231
1239
  "other": "Sidesamling"
1232
1240
  },
@@ -1297,21 +1305,27 @@
1297
1305
  "other": "Mine abonnementer"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Første betaling {{ .Expiry }}"
1308
+ "other": "Første betaling {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Næste betaling {{ .Expiry }}"
1311
+ "other": "Næste betaling {{.Expiry}}"
1304
1312
  },
1305
1313
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Forfalden betaling {{ .Expiry }}"
1314
+ "other": "Forfalden betaling {{.Expiry}}"
1307
1315
  },
1308
1316
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Slutter {{ .Expiry }}"
1317
+ "other": "Slutter {{.Expiry}}"
1310
1318
  },
1311
1319
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Afsluttet {{ .Expiry }}"
1320
+ "other": "Afsluttet {{.Expiry}}"
1313
1321
  },
1314
1322
  "sponsor_image_alt": {
1315
1323
  "other": "sponsor logo"
1324
+ },
1325
+ "subscribe_to_watch": {
1326
+ "other": "Abonner for at se"
1327
+ },
1328
+ "bundle_items_generic": {
1329
+ "other": "{{.Count}} elementer"
1316
1330
  }
1317
- }
1331
+ }
@@ -137,7 +137,7 @@
137
137
  "other": "Link teilen"
138
138
  },
139
139
  "social_media_buttons_copied_link": {
140
- "other": "Link in die Zwischenablage kopiert!"
140
+ "other": "Link kopiert"
141
141
  },
142
142
  "social_media_buttons_copy_link": {
143
143
  "other": "Link kopieren"
@@ -645,7 +645,7 @@
645
645
  "other": "Sehen Sie Ihre Bibliothek"
646
646
  },
647
647
  "shopping_complete_plan": {
648
- "other": "Ihr Kauf von {{ .Title }} war erfolgreich."
648
+ "other": "Ihr Kauf von {{.Title}} war erfolgreich."
649
649
  },
650
650
  "shopping_complete_rental_watch_window_start": {
651
651
  "one": "Ab jetzt können Sie den geliehenen Film bis zum nächsten Tag ansehen.",
@@ -905,33 +905,38 @@
905
905
  "other": "Preis"
906
906
  },
907
907
  "shopping_price_plan_note": {
908
- "zero": "Aufgeladen in jedem {{ .Interval }} .",
909
- "one": "{{ .Interval }} jedes .Intervall nach Ablauf Ihrer kostenlosen 24-Stunden-Testversion berechnet.",
910
- "other": "{{ .Interval }} jedes .Intervall nach {{ .Count }} Tages-Testversion berechnet."
908
+ "one": "Wird alle {{.Interval}} nach Ablauf Ihrer 24-stündigen kostenlosen Testversion berechnet.",
909
+ "other": "Wird alle {{.Interval}} nach Ablauf Ihrer {{.Count}}-tägigen kostenlosen Testversion berechnet."
910
+ },
911
+ "shopping_price_plan_note_without_trial": {
912
+ "other": "Aufgeladen in jedem {{.Interval}} ."
911
913
  },
912
914
  "shopping_price_plan_note_interval": {
913
- "one": "{{ .Interval }}",
914
- "other": "{{ .Count }} {{ .Interval }}"
915
+ "one": "{{.Interval}}",
916
+ "other": "{{.Count}} {{.Interval}}"
915
917
  },
916
- "shopping_enter_card_prompt_plan": {
918
+ "shopping_enter_card_prompt_subscription": {
917
919
  "other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
918
920
  },
921
+ "shopping_enter_card_prompt_plan": {
922
+ "other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihren Plan zu starten."
923
+ },
919
924
  "shopping_action_plan": {
920
925
  "other": "Vollständig"
921
926
  },
922
927
  "shopping_complete_subscription": {
923
- "other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{ .Title }} abonniert."
928
+ "other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{.Title}} abonniert."
924
929
  },
925
930
  "shopping_complete_subscription_browse": {
926
931
  "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."
927
932
  },
928
933
  "shopping_info_plan_offer": {
929
- "one": "{{ .Interval }} automatisch jedes .Intervall",
930
- "other": "Erneuert automatisch alle {{ .Count }} {{ .Interval }}"
934
+ "one": "Erneuert automatisch alle {{.Interval}}",
935
+ "other": "Erneuert automatisch alle {{.Count}} {{.Interval}}"
931
936
  },
932
937
  "shopping_info_trial_period_offer": {
933
938
  "one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
934
- "other": "Testen Sie Ihre kostenlose {{ .Count }} Tage-Testversion!"
939
+ "other": "Testen Sie Ihre kostenlose {{.Count}} Tage-Testversion!"
935
940
  },
936
941
  "plans_page_header": {
937
942
  "other": "Verfügbare Pläne"
@@ -949,7 +954,7 @@
949
954
  "other": "Weiterlesen"
950
955
  },
951
956
  "plan_page_header_text": {
952
- "other": "Viel {{ .Name }}"
957
+ "other": "Viel {{.Name}}"
953
958
  },
954
959
  "page_plan_explore_intro": {
955
960
  "other": "ODER"
@@ -1140,6 +1145,9 @@
1140
1145
  "wcag_aria_label_carousel": {
1141
1146
  "other": "Karussell"
1142
1147
  },
1148
+ "wcag_aria_label_carousel_pagination": {
1149
+ "other": "Seitennummerierung"
1150
+ },
1143
1151
  "wcag_aria_label_page_collection": {
1144
1152
  "other": "Seitensammlung"
1145
1153
  },
@@ -1297,21 +1305,27 @@
1297
1305
  "other": "Meine Abonnements"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Erste Zahlung {{ .Expiry }}"
1308
+ "other": "Erste Zahlung {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Nächste Zahlung {{ .Expiry }}"
1311
+ "other": "Nächste Zahlung {{.Expiry}}"
1304
1312
  },
1305
1313
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Zahlung fällig {{ .Expiry }}"
1314
+ "other": "Zahlung fällig {{.Expiry}}"
1307
1315
  },
1308
1316
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Endet {{ .Expiry }}"
1317
+ "other": "Endet {{.Expiry}}"
1310
1318
  },
1311
1319
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Beendet {{ .Expiry }}"
1320
+ "other": "Beendet {{.Expiry}}"
1313
1321
  },
1314
1322
  "sponsor_image_alt": {
1315
1323
  "other": "Sponsorenlogo"
1324
+ },
1325
+ "subscribe_to_watch": {
1326
+ "other": "Zum Ansehen abonnieren"
1327
+ },
1328
+ "bundle_items_generic": {
1329
+ "other": "{{.Count}} Produkte"
1316
1330
  }
1317
- }
1331
+ }