@shift72/core-template 0.6.0 → 1.1.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.
Files changed (83) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/CHANGELOG.md +46 -1
  4. package/kibble.json +2 -2
  5. package/package.json +1 -1
  6. package/site/ar_LB.all.json +59 -25
  7. package/site/ca_ES.all.json +51 -25
  8. package/site/da_DK.all.json +51 -25
  9. package/site/de_DE.all.json +51 -25
  10. package/site/el_EL.all.json +51 -25
  11. package/site/en_AU.all.json +35 -9
  12. package/site/es_ES.all.json +51 -25
  13. package/site/es_MX.all.json +48 -22
  14. package/site/et_ET.all.json +51 -25
  15. package/site/fi_FI.all.json +52 -26
  16. package/site/fr_FR.all.json +51 -25
  17. package/site/hr_HR.all.json +53 -25
  18. package/site/hu_HU.all.json +51 -25
  19. package/site/it_IT.all.json +51 -25
  20. package/site/ja_JP.all.json +49 -25
  21. package/site/lt_LT.all.json +55 -25
  22. package/site/manifest.json.jet +2 -2
  23. package/site/nl_BE.all.json +50 -24
  24. package/site/no_NO.all.json +51 -25
  25. package/site/pl_PL.all.json +55 -25
  26. package/site/pt_BR.all.json +51 -25
  27. package/site/pt_PT.all.json +51 -25
  28. package/site/ru_RU.all.json +61 -31
  29. package/site/sr_SR.all.json +53 -25
  30. package/site/static/fonts/fa-s72.woff +0 -0
  31. package/site/static/js/main.js +1 -1
  32. package/site/static/scripts/main.js.map +1 -1
  33. package/site/styles/_awards.scss +1 -1
  34. package/site/styles/_buttons.scss +32 -27
  35. package/site/styles/_can-be-watched-button.scss +1 -21
  36. package/site/styles/_carousel.scss +141 -303
  37. package/site/styles/_collections.scss +6 -11
  38. package/site/styles/_cta-buttons.scss +261 -0
  39. package/site/styles/_forms.scss +1 -2
  40. package/site/styles/_icons.scss +16 -10
  41. package/site/styles/_legacy.scss +1 -43
  42. package/site/styles/_meta-detail.scss +39 -200
  43. package/site/styles/_meta-item-tagline.scss +33 -0
  44. package/site/styles/_meta-item.scss +0 -4
  45. package/site/styles/_meta-sub-item.scss +116 -0
  46. package/site/styles/_mixins.scss +47 -0
  47. package/site/styles/_nav.scss +1 -1
  48. package/site/styles/_pages.scss +4 -13
  49. package/site/styles/_plans.scss +14 -0
  50. package/site/styles/_shift72.scss +4 -0
  51. package/site/styles/_variables.scss +9 -6
  52. package/site/styles/main.scss +2 -1
  53. package/site/templates/application/footer/brand.jet +4 -4
  54. package/site/templates/application/footer/copyright-statement.jet +1 -1
  55. package/site/templates/application/nav/nav.jet +2 -2
  56. package/site/templates/bundle/item.jet +2 -4
  57. package/site/templates/collection/carousel/carousel.jet +27 -0
  58. package/site/templates/collection/carousel/item/image.jet +5 -0
  59. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  60. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  61. package/site/templates/collection/carousel/item/title.jet +3 -0
  62. package/site/templates/collection/carousel/item.jet +41 -0
  63. package/site/templates/collection/carousel/pagination.jet +9 -0
  64. package/site/templates/collection/page_collection.jet +2 -2
  65. package/site/templates/common/cta_buttons.jet +70 -0
  66. package/site/templates/common/social-media-buttons.jet +2 -2
  67. package/site/templates/film/item.jet +6 -16
  68. package/site/templates/items/meta_item.jet +20 -6
  69. package/site/templates/items/sub_item.jet +22 -0
  70. package/site/templates/items/tagline.jet +2 -2
  71. package/site/templates/page/homepage.jet +2 -3
  72. package/site/templates/tv/detail.jet +10 -18
  73. package/site/tr_TR.all.json +51 -25
  74. package/site/uk_UA.all.json +55 -25
  75. package/site/zh_TW.all.json +49 -25
  76. package/site/styles/_homepage.scss +0 -3
  77. package/site/templates/bundle/buttons.jet +0 -6
  78. package/site/templates/bundle/extras.jet +0 -13
  79. package/site/templates/collection/carousel.jet +0 -27
  80. package/site/templates/collection/carousel_item.jet +0 -68
  81. package/site/templates/items/bonus_item.jet +0 -23
  82. package/site/templates/items/featured_item.jet +0 -61
  83. 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,45 @@
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.1.0...HEAD)
4
+
5
+ ## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
6
+
7
+ ### Changed
8
+ - Awards icon from star to laurel
9
+ - Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints
10
+ - Show play and pricing buttons based on item type on `meta_item.jet`
11
+ - Carousel height now scales based on browser window height.
12
+ - Fix font weight on the can-be-watched button to match primary button styling
13
+ - Replaces nav_homepage and site_owner translations with dynamic data via Kibble function.
14
+ - Carousel heading is limited to a maximum of 3 lines.
15
+
16
+ ### Added
17
+ - Language strings for shopping_card_update_reason_expired
18
+ - Carousel images can now be positioned via variables.
19
+
20
+ ## [1.0.0](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...1.0.0)
21
+
22
+ No changes from `alpha-0`.
23
+
24
+ ## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
25
+
26
+ ### Added
27
+ - Subscribe to watch button.
28
+ - Bundles tagline to show _n_ items rather than _n_ films.
29
+ - Keyboard controls for the carousel.
30
+ - Pull request template file.
31
+ - Playback progress component and style.
32
+ - `url` parameter in share modals.
33
+
34
+ ### Changed
35
+ - New Jet and CSS for reusable CTA (call-to-action) buttons. Used for consistent button appearance on film/tv/bundle pages and carousel slides.
36
+ - Reworked the carousel UI.
37
+ - Carousel background now extends the full width of the window.
38
+
39
+ ### Fixed
40
+ - Remove whitespaces from mustaches variables in translations.
41
+ - Fix unwanted variables in translations.
42
+ - Sub-item CSS is no longer broken by the linter.
4
43
 
5
44
  ## [0.6.0](https://github.com/shift72/core-template/compare/0.6.0-alpha.0...0.6.0)
6
45
 
@@ -52,6 +91,12 @@ No changes from `alpha-0`.
52
91
  - Removed minimum page height from content pages.
53
92
  - Moved skip link above cookie consent banner
54
93
 
94
+ ### Changed
95
+ - Upgrade to kibble `0.16.6`.
96
+ - Moved references from `film.Images` to `film.ImageMap`.
97
+ - Removed minimum page height from content pages.
98
+ - Moved skip link above cookie consent banner
99
+
55
100
  ### Fixed
56
101
  - Can now override the cookie consent styling.
57
102
  - 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.1.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.1.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "إعدادات"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p> المعذرة ، يبدو أن الصفحة التي تبحث عنها غير موجودة. </ p> <p> ربما تم نقلها أو حذفها ، أو ربما أخطأت في الكتابة. </ p> <p> حاول العودة إلى الصفحة الرئيسية للعثور على ما كنت تبحث عنه. </ p> <p> <a href=\"{{.URL}}\"> الرجوع إلى الصفحة الرئيسية </a> </p>>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "تسجيل الدخول"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "مشاركة الارتباط"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "تم نسخ الرابط إلى الحافظة!"
149
+ "other": "تم نسخ الرابط"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "نسخ الوصلة"
@@ -711,7 +705,7 @@
711
705
  "other": "عرض المكتبة"
712
706
  },
713
707
  "shopping_complete_plan": {
714
- "other": "لقد نجحت عملية شرائك لـ {{ .Title }}"
708
+ "other": "لقد نجحت عملية شرائك لـ {{.Title}}"
715
709
  },
716
710
  "shopping_complete_rental_watch_window_start": {
717
711
  "one": "يمكن الآن بدء المشاهدة حتى اليوم التالي.",
@@ -1138,6 +1132,9 @@
1138
1132
  "wcag_aria_label_carousel": {
1139
1133
  "other": "المشاركات الدائرية"
1140
1134
  },
1135
+ "wcag_aria_label_carousel_pagination": {
1136
+ "other": "ترقيم الصفحات"
1137
+ },
1141
1138
  "wcag_aria_label_page_collection": {
1142
1139
  "other": "صفحة المجموعات"
1143
1140
  },
@@ -1163,16 +1160,29 @@
1163
1160
  "other": "سعر"
1164
1161
  },
1165
1162
  "shopping_price_plan_note": {
1166
- "zero": "اتهم كل {{ .Interval }} .",
1167
- "one": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1168
- "other": "يتم تحصيل الرسوم كل {{ .Interval }} بعد انتهاء {{ .Count }} التجريبية المجانية .Count يوم."
1163
+ "zero": "اتهم كل {{.Interval}} .",
1164
+ "one": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية لمدة 24 ساعة.",
1165
+ "two": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1166
+ "few": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1167
+ "many": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا.",
1168
+ "other": "يتم تحصيل الرسوم كل {{.Interval}} بعد انتهاء الفترة التجريبية المجانية التي تبلغ مدتها {{.Count}} يومًا."
1169
+ },
1170
+ "shopping_price_plan_note_without_trial": {
1171
+ "other": "اتهم كل {{.Interval}} ."
1169
1172
  },
1170
1173
  "shopping_price_plan_note_interval": {
1171
- "one": "{{ .Interval }}",
1172
- "other": "{{ .Count }} {{ .Interval }}"
1174
+ "zero": "{{.Interval}}",
1175
+ "one": "{{.Interval}}",
1176
+ "two": "{{.Count}} {{.Interval}}",
1177
+ "few": "{{.Count}} {{.Interval}}",
1178
+ "many": "{{.Count}} {{.Interval}}",
1179
+ "other": "{{.Count}} {{.Interval}}"
1180
+ },
1181
+ "shopping_enter_card_prompt_subscription": {
1182
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1173
1183
  },
1174
1184
  "shopping_enter_card_prompt_plan": {
1175
- "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء اشتراكك."
1185
+ "other": "أدخل تفاصيل بطاقة الائتمان الخاصة بك أدناه لبدء خطتك."
1176
1186
  },
1177
1187
  "shopping_action_plan": {
1178
1188
  "other": "مكتمل"
@@ -1181,18 +1191,18 @@
1181
1191
  "other": "فوق حتى"
1182
1192
  },
1183
1193
  "shopping_complete_subscription": {
1184
- "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{ .Title }} ."
1194
+ "other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{.Title}}."
1185
1195
  },
1186
1196
  "shopping_complete_subscription_browse": {
1187
1197
  "other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
1188
1198
  },
1189
1199
  "shopping_info_plan_offer": {
1190
- "one": "يجدد تلقائيا كل. {{ .Interval }}",
1191
- "other": "يجدد تلقائيا كل {{ .Count }} {{ .Interval }}"
1200
+ "one": "يجدد تلقائيا كل. {{.Interval}}",
1201
+ "other": "يجدد تلقائيا كل {{.Count}} {{.Interval}}"
1192
1202
  },
1193
1203
  "shopping_info_trial_period_offer": {
1194
1204
  "one": "جرب الإصدار التجريبي المجاني لمدة 24 ساعة الآن!",
1195
- "other": "{{ .Count }} التجريبي المجاني من {{ .Count }} day!"
1205
+ "other": "{{.Count}} التجريبي المجاني من {{.Count}} day!"
1196
1206
  },
1197
1207
  "plans_page_header": {
1198
1208
  "other": "الخطط المتاحة"
@@ -1210,7 +1220,7 @@
1210
1220
  "other": "اقرأ أكثر"
1211
1221
  },
1212
1222
  "plan_page_header_text": {
1213
- "other": "استمتع {{ .Name }}"
1223
+ "other": "استمتع {{.Name}}"
1214
1224
  },
1215
1225
  "page_plan_explore_intro": {
1216
1226
  "other": "أو"
@@ -1297,21 +1307,45 @@
1297
1307
  "other": "اشتراكاتي"
1298
1308
  },
1299
1309
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "الدفعة {{ .Expiry }}"
1310
+ "other": "الدفعة {{.Expiry}}"
1301
1311
  },
1302
1312
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "الدفعة {{ .Expiry }}"
1313
+ "other": "الدفعة {{.Expiry}}"
1304
1314
  },
1305
1315
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "الدفع {{ .Expiry }}"
1316
+ "other": "الدفع {{.Expiry}}"
1307
1317
  },
1308
1318
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "{{ .Expiry }}"
1319
+ "other": "{{.Expiry}}"
1310
1320
  },
1311
1321
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "{{ .Expiry }}"
1322
+ "other": "{{.Expiry}}"
1313
1323
  },
1314
1324
  "sponsor_image_alt": {
1315
1325
  "other": "شعار الراعي"
1326
+ },
1327
+ "subscribe_to_watch": {
1328
+ "other": "اشترك للمشاهدة"
1329
+ },
1330
+ "bundle_items_generic": {
1331
+ "other": "{{.Count}} أغراض"
1332
+ },
1333
+ "shopping_card_update_reason_expired": {
1334
+ "other": "قم بتحديث بطاقتك الائتمانية. البطاقات المدعومة هي Visa و Mastercard و American Express."
1335
+ },
1336
+ "shopping_discount_applied_promo": {
1337
+ "other": "تم تطبيق الكود بنجاح."
1338
+ },
1339
+ "promo_only_purchases_must_be_100_percent_discounted": {
1340
+ "other": "الرجاء إدخال رمز ترويجي صالح."
1341
+ },
1342
+ "shopping_complete_promo_only": {
1343
+ "other": "النجاح! يمكنك الآن {{.Title}}."
1344
+ },
1345
+ "shopping_action_redeem_promo_code": {
1346
+ "other": "يسترد"
1347
+ },
1348
+ "pricing_ownership_promo": {
1349
+ "other": "يسترد"
1316
1350
  }
1317
- }
1351
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Configuració"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Ho sento, sembla que la pàgina que busqueu no existeix.</p><p>Podria haver estat traslladada o suprimida, o potser heu escrit malament alguna cosa.</p><p>Proveu a tornar a la pàgina d'inici per trobar el que buscaves.</p><p><a href=\"{{.URL}}\">Tornar a la pàgina principal</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Inicieu la sessió"
78
72
  },
@@ -155,7 +149,7 @@
155
149
  "other": "Comparteix l'enllaç"
156
150
  },
157
151
  "social_media_buttons_copied_link": {
158
- "other": "S'ha copiat l'enllaç al porta-retalls!"
152
+ "other": "S'ha copiat l'enllaç"
159
153
  },
160
154
  "social_media_buttons_copy_link": {
161
155
  "other": "Copia l'enllaç"
@@ -708,7 +702,7 @@
708
702
  "other": "Podreu veure-ho des de {{.Date}}."
709
703
  },
710
704
  "shopping_complete_plan": {
711
- "other": "La teva compra de {{ .Title }} estat correcta."
705
+ "other": "La teva compra de {{.Title}} estat correcta."
712
706
  },
713
707
  "shopping_complete_receipt": {
714
708
  "other": "S'ha enviat un rebut per correu electrònic."
@@ -1144,6 +1138,9 @@
1144
1138
  "wcag_aria_label_carousel": {
1145
1139
  "other": "Carrusel"
1146
1140
  },
1141
+ "wcag_aria_label_carousel_pagination": {
1142
+ "other": "Paginació"
1143
+ },
1147
1144
  "wcag_aria_label_page_collection": {
1148
1145
  "other": "Col·lecció de pàgines"
1149
1146
  },
@@ -1178,33 +1175,38 @@
1178
1175
  "other": "Preu"
1179
1176
  },
1180
1177
  "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 }}"
1178
+ "one": "Se cobra cada {{.Interval}} después de que finaliza su prueba gratuita de 24 horas.",
1179
+ "other": "Es cobra cada {{.Interval}} un cop finalitza la prova gratuïta de {{.Count}} dies."
1180
+ },
1181
+ "shopping_price_plan_note_without_trial": {
1182
+ "other": "Es cobra cada {{.Interval}}."
1184
1183
  },
1185
1184
  "shopping_price_plan_note_interval": {
1186
- "one": "{{ .Interval }}",
1187
- "other": "{{ .Count }} {{ .Interval }}"
1185
+ "one": "{{.Interval}}",
1186
+ "other": "{{.Count}} {{.Interval}}"
1188
1187
  },
1189
- "shopping_enter_card_prompt_plan": {
1188
+ "shopping_enter_card_prompt_subscription": {
1190
1189
  "other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar la vostra subscripció."
1191
1190
  },
1191
+ "shopping_enter_card_prompt_plan": {
1192
+ "other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar el vostre pla."
1193
+ },
1192
1194
  "shopping_action_plan": {
1193
1195
  "other": "Completa"
1194
1196
  },
1195
1197
  "shopping_complete_subscription": {
1196
- "other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{ .Title }} ."
1198
+ "other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{.Title}}."
1197
1199
  },
1198
1200
  "shopping_complete_subscription_browse": {
1199
1201
  "other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
1200
1202
  },
1201
1203
  "shopping_info_plan_offer": {
1202
- "one": "Renova automàticament cada {{ .Interval }}",
1203
- "other": "Renova automàticament cada {{ .Count }} {{ .Interval }}"
1204
+ "one": "Renova automàticament cada {{.Interval}}",
1205
+ "other": "Renova automàticament cada {{.Count}} {{.Interval}}"
1204
1206
  },
1205
1207
  "shopping_info_trial_period_offer": {
1206
1208
  "one": "Prova la teva prova gratuïta de 24 hores ara!",
1207
- "other": "Prova la teva prova gratuïta de {{ .Count }} day!"
1209
+ "other": "Prova la teva prova gratuïta de {{.Count}} day!"
1208
1210
  },
1209
1211
  "plans_page_header": {
1210
1212
  "other": "Plans disponibles"
@@ -1222,7 +1224,7 @@
1222
1224
  "other": "Llegeix més"
1223
1225
  },
1224
1226
  "plan_page_header_text": {
1225
- "other": "Gaudeix {{ .Name }}"
1227
+ "other": "Gaudeix {{.Name}}"
1226
1228
  },
1227
1229
  "page_plan_explore_intro": {
1228
1230
  "other": "O"
@@ -1297,21 +1299,45 @@
1297
1299
  "other": "Les meves subscripcions"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Primer pagament {{ .Expiry }}"
1302
+ "other": "Primer pagament {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Pròxim pagament {{ .Expiry }}"
1305
+ "other": "Pròxim pagament {{.Expiry}}"
1304
1306
  },
1305
1307
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Pagament vençut {{ .Expiry }}"
1308
+ "other": "Pagament vençut {{.Expiry}}"
1307
1309
  },
1308
1310
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Finalitza {{ .Expiry }}"
1311
+ "other": "Finalitza {{.Expiry}}"
1310
1312
  },
1311
1313
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Finalitzat {{ .Expiry }}"
1314
+ "other": "Finalitzat {{.Expiry}}"
1313
1315
  },
1314
1316
  "sponsor_image_alt": {
1315
1317
  "other": "logotip del patrocinador"
1318
+ },
1319
+ "subscribe_to_watch": {
1320
+ "other": "Subscriu-te per veure'l"
1321
+ },
1322
+ "bundle_items_generic": {
1323
+ "other": "{{.Count}} elements"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Actualitza la teva targeta de crèdit. Les targetes admeses són Visa, Mastercard i American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "El codi s'ha aplicat correctament."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Introduïu un codi promocional vàlid."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Èxit! Ja podeu veure {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Redimir"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Redimir"
1316
1342
  }
1317
- }
1343
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Indstillinger"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Beklager, det ser ud til, at den side, du leder efter, ikke eksisterer.</p><p>Den kunne være blevet flyttet eller slettet, eller måske har du stavet forkert.</p><p>Prøv gå tilbage til startsiden for at finde det, du ledte efter.</p><p><a href=\"{{.URL}}\">Tilbage til startsiden</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Log ind"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Linkdeling"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Link kopieret til udklipsholder!"
149
+ "other": "Linket er kopieret"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Kopier link"
@@ -708,7 +702,7 @@
708
702
  "other": "En kvittering er blevet mailet til dig."
709
703
  },
710
704
  "shopping_complete_plan": {
711
- "other": "Dit køb af {{ .Title }} blev gennemført."
705
+ "other": "Dit køb af {{.Title}} blev gennemført."
712
706
  },
713
707
  "shopping_complete_library_link": {
714
708
  "other": "Se dit bibliotek"
@@ -1106,33 +1100,38 @@
1106
1100
  "other": "Pris"
1107
1101
  },
1108
1102
  "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."
1103
+ "one": "Opkræves hvert {{.Interval}} efter din 24 timers gratis prøveperiode slutter.",
1104
+ "other": "Opkræves hvert {{.Interval}} efter din {{.Count}} dages gratis prøveperiode slutter."
1105
+ },
1106
+ "shopping_price_plan_note_without_trial": {
1107
+ "other": "Opkræves hvert {{.Interval}} ."
1112
1108
  },
1113
1109
  "shopping_price_plan_note_interval": {
1114
- "one": "{{ .Interval }}",
1115
- "other": "{{ .Count }} {{ .Interval }}"
1110
+ "one": "{{.Interval}}",
1111
+ "other": "{{.Count}} {{.Interval}}"
1116
1112
  },
1117
- "shopping_enter_card_prompt_plan": {
1113
+ "shopping_enter_card_prompt_subscription": {
1118
1114
  "other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
1119
1115
  },
1116
+ "shopping_enter_card_prompt_plan": {
1117
+ "other": "Indtast dine kreditkortoplysninger nedenfor for at starte din plan."
1118
+ },
1120
1119
  "shopping_action_plan": {
1121
1120
  "other": "Komplet"
1122
1121
  },
1123
1122
  "shopping_complete_subscription": {
1124
- "other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{ .Title }} ."
1123
+ "other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{.Title}}."
1125
1124
  },
1126
1125
  "shopping_complete_subscription_browse": {
1127
1126
  "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
1127
  },
1129
1128
  "shopping_info_plan_offer": {
1130
- "one": "{{ .Interval }} automatisk hvert .Interval",
1131
- "other": "{{ .Count }} automatisk hver {{ .Interval }}"
1129
+ "one": "Fornyer automatisk hver {{.Interval}}",
1130
+ "other": "{{.Count}} automatisk hver {{.Interval}}"
1132
1131
  },
1133
1132
  "shopping_info_trial_period_offer": {
1134
1133
  "one": "Prøv din gratis 24 timers prøveperiode nu!",
1135
- "other": "Prøv din gratis {{ .Count }} day prøveperiode!"
1134
+ "other": "Prøv din gratis {{.Count}} day prøveperiode!"
1136
1135
  },
1137
1136
  "plans_page_header": {
1138
1137
  "other": "Tilgængelige planer"
@@ -1150,7 +1149,7 @@
1150
1149
  "other": "Læs mere"
1151
1150
  },
1152
1151
  "plan_page_header_text": {
1153
- "other": "Nyd {{ .Name }}"
1152
+ "other": "Nyd {{.Name}}"
1154
1153
  },
1155
1154
  "page_plan_explore_intro": {
1156
1155
  "other": "ELLER"
@@ -1227,6 +1226,9 @@
1227
1226
  "wcag_aria_label_carousel": {
1228
1227
  "other": "Karrusel"
1229
1228
  },
1229
+ "wcag_aria_label_carousel_pagination": {
1230
+ "other": "Sideinddeling"
1231
+ },
1230
1232
  "wcag_aria_label_page_collection": {
1231
1233
  "other": "Sidesamling"
1232
1234
  },
@@ -1297,21 +1299,45 @@
1297
1299
  "other": "Mine abonnementer"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Første betaling {{ .Expiry }}"
1302
+ "other": "Første betaling {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Næste betaling {{ .Expiry }}"
1305
+ "other": "Næste betaling {{.Expiry}}"
1304
1306
  },
1305
1307
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Forfalden betaling {{ .Expiry }}"
1308
+ "other": "Forfalden betaling {{.Expiry}}"
1307
1309
  },
1308
1310
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Slutter {{ .Expiry }}"
1311
+ "other": "Slutter {{.Expiry}}"
1310
1312
  },
1311
1313
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Afsluttet {{ .Expiry }}"
1314
+ "other": "Afsluttet {{.Expiry}}"
1313
1315
  },
1314
1316
  "sponsor_image_alt": {
1315
1317
  "other": "sponsor logo"
1318
+ },
1319
+ "subscribe_to_watch": {
1320
+ "other": "Abonner for at se"
1321
+ },
1322
+ "bundle_items_generic": {
1323
+ "other": "{{.Count}} elementer"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Opdater dit kreditkort. Understøttede kort er Visa, Mastercard og American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "Koden blev anvendt."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Indtast venligst en gyldig kampagnekode."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Succes! Du kan nu se {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Indløs"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Indløs"
1316
1342
  }
1317
- }
1343
+ }