@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
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Configuración"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Lo sentimos, parece que la página que estás buscando no existe. </p><p>Podría haber sido movida o eliminada, o quizá hayas escrito algo mal.</p><p>Intenta volver a la página de inicio para encontrar lo que buscabas.</p><p><a href=\"{{.URL}}\">Regresar a la página de incio</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Iniciar sesión"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Compartir enlace"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "¡Link copiado al portapapeles!"
149
+ "other": "Enlace copiado"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Copiar link"
@@ -380,7 +374,7 @@
380
374
  "other": "Resultados de la busqueada"
381
375
  },
382
376
  "searchresults_load_more": {
383
- "other": "Cargar {{.Count }} más"
377
+ "other": "Cargar {{.Count}} más"
384
378
  },
385
379
  "searchresults_total": {
386
380
  "one": "Encontrado 1 resultado para \"{{.Query}}\".",
@@ -654,7 +648,7 @@
654
648
  "other": "Ir a tu biblioteca."
655
649
  },
656
650
  "shopping_complete_plan": {
657
- "other": "Su compra de {{ .Title }} fue exitosa."
651
+ "other": "Su compra de {{.Title}} fue exitosa."
658
652
  },
659
653
  "shopping_complete_rental_watch_window_start": {
660
654
  "one": "Ahora puede ver dentro del próximo día.",
@@ -958,6 +952,9 @@
958
952
  "wcag_aria_label_carousel": {
959
953
  "other": "Carrusel"
960
954
  },
955
+ "wcag_aria_label_carousel_pagination": {
956
+ "other": "Paginación"
957
+ },
961
958
  "wcag_aria_label_page_collection": {
962
959
  "other": "Colección de páginas"
963
960
  },
@@ -1184,22 +1181,27 @@
1184
1181
  "other": "Precio"
1185
1182
  },
1186
1183
  "shopping_price_plan_note": {
1187
- "zero": "Cargado cada {{.Interval}}.",
1188
- "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
1189
- "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
1184
+ "one": "Se {{.Interval}} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
1185
+ "other": "Se cobra cada {{.Interval}} después de que finaliza su prueba gratuita de {{.Count}} días."
1186
+ },
1187
+ "shopping_price_plan_note_without_trial": {
1188
+ "other": "Cargado cada {{.Interval}}."
1190
1189
  },
1191
1190
  "shopping_price_plan_note_interval": {
1192
1191
  "one": "{{.Interval}}",
1193
1192
  "other": "{{.Count}} {{.Interval}}s"
1194
1193
  },
1195
- "shopping_enter_card_prompt_plan": {
1194
+ "shopping_enter_card_prompt_subscription": {
1196
1195
  "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
1197
1196
  },
1197
+ "shopping_enter_card_prompt_plan": {
1198
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su plan."
1199
+ },
1198
1200
  "shopping_action_plan": {
1199
1201
  "other": "Completo"
1200
1202
  },
1201
1203
  "shopping_complete_subscription": {
1202
- "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }}."
1204
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}."
1203
1205
  },
1204
1206
  "shopping_complete_subscription_browse": {
1205
1207
  "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
@@ -1209,8 +1211,8 @@
1209
1211
  "other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}s"
1210
1212
  },
1211
1213
  "shopping_info_trial_period_offer": {
1212
- "one": "Renueva automáticamente cada {{ .Interval }}",
1213
- "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
1214
+ "one": "Renueva automáticamente cada {{.Interval}}",
1215
+ "other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
1214
1216
  },
1215
1217
  "availability_expires": {
1216
1218
  "other": "Caducó {{.Expiry}}"
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "mis Suscripciónes"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Primer pago {{ .Expiry }}"
1293
+ "other": "Primer pago {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Próximo pago {{ .Expiry }}"
1296
+ "other": "Próximo pago {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Pago adeudado {{ .Expiry }}"
1299
+ "other": "Pago adeudado {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Finaliza {{ .Expiry }}"
1302
+ "other": "Finaliza {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "{{ .Expiry }} finalizada"
1305
+ "other": "{{.Expiry}} finalizada"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "logotipo del patrocinador"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Suscríbete para ver"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} artículos"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Código aplicado con éxito."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Por favor, introduzca un código de promoción válido."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "¡Éxito! Ahora puedes ver {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Redimir"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Redimir"
1307
1333
  }
1308
- }
1334
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Seaded"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Vabandame, näib, otsitud lehte ei eksisteeri.</p><p>Selle asukoht võib olla muutunud või on see kustutatud. Või tegid sa kirjutamisel vea.</p><p>Proovi minna tagasi avalehele ja otsi uuesti.</p><p><a href=\"{{.URL}}\">Tagasi lehele.</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Logi sisse"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Lingi jagamine"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Link on lõikelauale kopeeritud!"
149
+ "other": "Link on kopeeritud"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Kopeeri link"
@@ -660,7 +654,7 @@
660
654
  "other": "Saad nüüd kogumikus olevaid filme vaatama hakata."
661
655
  },
662
656
  "shopping_complete_plan": {
663
- "other": "Teie ost {{ .Title }} oli edukas."
657
+ "other": "Teie ost {{.Title}} oli edukas."
664
658
  },
665
659
  "shopping_complete_rental_watch_window_start": {
666
660
  "one": "Saad filmi vaatamist alustada {{.Count}} päeva jooksul.",
@@ -1013,33 +1007,38 @@
1013
1007
  "other": "Hind"
1014
1008
  },
1015
1009
  "shopping_price_plan_note": {
1016
- "zero": "{{ .Interval }} iga .Intervall .",
1017
- "one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
1018
- "other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
1010
+ "one": "Tasu võetakse iga {{.Interval}} järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
1011
+ "other": "Tasu võetakse iga {{.Interval}} järel pärast teie {{.Count}}-päevase tasuta prooviperioodi lõppu."
1012
+ },
1013
+ "shopping_price_plan_note_without_trial": {
1014
+ "other": "Tasu võetakse iga {{.Interval}} järel."
1019
1015
  },
1020
1016
  "shopping_price_plan_note_interval": {
1021
- "one": "{{ .Interval }}",
1022
- "other": "{{ .Count }} {{ .Interval }}"
1017
+ "one": "{{.Interval}}",
1018
+ "other": "{{.Count}} {{.Interval}}"
1023
1019
  },
1024
- "shopping_enter_card_prompt_plan": {
1020
+ "shopping_enter_card_prompt_subscription": {
1025
1021
  "other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
1026
1022
  },
1023
+ "shopping_enter_card_prompt_plan": {
1024
+ "other": "Plaani alustamiseks sisestage allpool oma krediitkaardi andmed."
1025
+ },
1027
1026
  "shopping_action_plan": {
1028
1027
  "other": "Täielik"
1029
1028
  },
1030
1029
  "shopping_complete_subscription": {
1031
- "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
1030
+ "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{.Title}} tellinud."
1032
1031
  },
1033
1032
  "shopping_complete_subscription_browse": {
1034
1033
  "other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
1035
1034
  },
1036
1035
  "shopping_info_plan_offer": {
1037
- "one": "{{ .Interval }} automaatselt iga .intervall",
1038
- "other": "{{ .Count }} automaatselt iga {{ .Interval }}"
1036
+ "one": "{{.Interval}} automaatselt iga .intervall",
1037
+ "other": "{{.Count}} automaatselt iga {{.Interval}}"
1039
1038
  },
1040
1039
  "shopping_info_trial_period_offer": {
1041
1040
  "one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
1042
- "other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
1041
+ "other": "Proovige oma tasuta {{.Count}} päevast prooviversiooni!"
1043
1042
  },
1044
1043
  "plans_page_header": {
1045
1044
  "other": "Saadaolevad plaanid"
@@ -1057,7 +1056,7 @@
1057
1056
  "other": "Loe rohkem"
1058
1057
  },
1059
1058
  "plan_page_header_text": {
1060
- "other": "Nautige {{ .Name }}"
1059
+ "other": "Nautige {{.Name}}"
1061
1060
  },
1062
1061
  "page_plan_explore_intro": {
1063
1062
  "other": "VÕI"
@@ -1113,6 +1112,9 @@
1113
1112
  "wcag_aria_label_carousel": {
1114
1113
  "other": "Karussell"
1115
1114
  },
1115
+ "wcag_aria_label_carousel_pagination": {
1116
+ "other": "Leheküljed"
1117
+ },
1116
1118
  "wcag_aria_label_page_collection": {
1117
1119
  "other": "Lehekülje kollektsioon"
1118
1120
  },
@@ -1297,21 +1299,45 @@
1297
1299
  "other": "Minu tellimused"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Esimene makse {{ .Expiry }}"
1302
+ "other": "Esimene makse {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Järgmine makse {{ .Expiry }}"
1305
+ "other": "Järgmine makse {{.Expiry}}"
1304
1306
  },
1305
1307
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Maksetähtaeg {{ .Expiry }}"
1308
+ "other": "Maksetähtaeg {{.Expiry}}"
1307
1309
  },
1308
1310
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Lõpeb {{ .Expiry }}"
1311
+ "other": "Lõpeb {{.Expiry}}"
1310
1312
  },
1311
1313
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Lõppenud {{ .Expiry }}"
1314
+ "other": "Lõppenud {{.Expiry}}"
1313
1315
  },
1314
1316
  "sponsor_image_alt": {
1315
1317
  "other": "sponsori logo"
1318
+ },
1319
+ "subscribe_to_watch": {
1320
+ "other": "Tellige vaatamiseks"
1321
+ },
1322
+ "bundle_items_generic": {
1323
+ "other": "{{.Count}} üksused"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Värskendage oma krediitkaarti. Toetatud kaardid on Visa, Mastercard ja American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "Koodi rakendamine õnnestus."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Sisestage kehtiv sooduskood."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Edu! Nüüd saate vaadata {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Lunastama"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Lunastama"
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": "Asetukset"
7
4
  },
@@ -50,9 +47,6 @@
50
47
  "404_page_content": {
51
48
  "other": "<p> Valitettavasti hakemaasi sivua ei ole olemassa.</p><p>Sivu on voitu siirtää tai poistaa, tai osoiterivillä on virhe.</p><p>Palaa etusivulle löytääksesi hakemasi.</p><p><a href=\"/\">Takaisin etusivulle</a></p>"
52
49
  },
53
- "nav_homepage": {
54
- "other": "ABC Cinemas"
55
- },
56
50
  "nav_signin": {
57
51
  "other": "Kirjaudu"
58
52
  },
@@ -132,7 +126,7 @@
132
126
  "other": "Linkin jakaminen"
133
127
  },
134
128
  "social_media_buttons_copied_link": {
135
- "other": "Linkki kopioitu leikepöydälle!"
129
+ "other": "Linkki kopioitu"
136
130
  },
137
131
  "social_media_buttons_copy_link": {
138
132
  "other": "Kopioi linkki"
@@ -619,7 +613,7 @@
619
613
  "other": "Selaa kirjastoasi"
620
614
  },
621
615
  "shopping_complete_plan": {
622
- "other": "{{ .Title }} onnistui."
616
+ "other": "{{.Title}} onnistui."
623
617
  },
624
618
  "shopping_complete_rental_watch_window_start": {
625
619
  "one": "Voit aloittaa katsomisen seuraavan päivän aikana.",
@@ -846,33 +840,38 @@
846
840
  "other": "Hinta"
847
841
  },
848
842
  "shopping_price_plan_note": {
849
- "zero": "{{ .Interval }} joka .intervalli .",
850
- "one": "{{ .Interval }} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
851
- "other": "Veloitetaan joka {{ .Interval }} {{ .Count }} päivän ilmaisen kokeilujakson päätyttyä."
843
+ "one": "{{.Interval}} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
844
+ "other": "Veloitetaan joka {{.Interval}} {{.Count}} päivän ilmaisen kokeilujakson päätyttyä."
845
+ },
846
+ "shopping_price_plan_note_without_trial": {
847
+ "other": "Veloitetaan joka {{.Interval}}."
852
848
  },
853
849
  "shopping_price_plan_note_interval": {
854
- "one": "{{ .Interval }}",
855
- "other": "{{ .Count }} {{ .Interval }}"
850
+ "one": "{{.Interval}}",
851
+ "other": "{{.Count}} {{.Interval}}"
856
852
  },
857
- "shopping_enter_card_prompt_plan": {
853
+ "shopping_enter_card_prompt_subscription": {
858
854
  "other": "Syötä luottokorttitietosi alle aloittaaksesi tilauksesi."
859
855
  },
856
+ "shopping_enter_card_prompt_plan": {
857
+ "other": "Syötä luottokorttitietosi alle aloittaaksesi suunnitelmasi."
858
+ },
860
859
  "shopping_action_plan": {
861
860
  "other": "Saattaa loppuun"
862
861
  },
863
862
  "shopping_complete_subscription": {
864
- "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{ .Title }} ."
863
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}}."
865
864
  },
866
865
  "shopping_complete_subscription_browse": {
867
866
  "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
868
867
  },
869
868
  "shopping_info_plan_offer": {
870
- "one": "{{ .Interval }} automaattisesti joka .intervalli",
871
- "other": "{{ .Count }} automaattisesti joka {{ .Interval }}"
869
+ "one": "Uusiutuu automaattisesti joka {{.Interval}}",
870
+ "other": "{{.Count}} automaattisesti joka {{.Interval}}"
872
871
  },
873
872
  "shopping_info_trial_period_offer": {
874
873
  "one": "Kokeile ilmaista 24 tunnin kokeilua nyt!",
875
- "other": "Kokeile ilmaista {{ .Count }} päivän kokeiluversiota!"
874
+ "other": "Kokeile ilmaista {{.Count}} päivän kokeiluversiota!"
876
875
  },
877
876
  "plans_page_header": {
878
877
  "other": "Saatavilla olevat suunnitelmat"
@@ -890,7 +889,7 @@
890
889
  "other": "Lue lisää"
891
890
  },
892
891
  "plan_page_header_text": {
893
- "other": "Nauti {{ .Name }}"
892
+ "other": "Nauti {{.Name}}"
894
893
  },
895
894
  "page_plan_explore_intro": {
896
895
  "other": "TAI"
@@ -952,6 +951,9 @@
952
951
  "wcag_aria_label_carousel": {
953
952
  "other": "Karuselli"
954
953
  },
954
+ "wcag_aria_label_carousel_pagination": {
955
+ "other": "Sivunumerointi"
956
+ },
955
957
  "wcag_aria_label_page_collection": {
956
958
  "other": "Sivujen kokoelma"
957
959
  },
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "Omat tilaukset"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Ensimmäinen maksu {{ .Expiry }}"
1293
+ "other": "Ensimmäinen maksu {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Seuraava maksu {{ .Expiry }}"
1296
+ "other": "Seuraava maksu {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Maksu eräpäivänä {{ .Expiry }}"
1299
+ "other": "Maksu eräpäivänä {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Päättyy {{ .Expiry }}"
1302
+ "other": "Päättyy {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Päättynyt {{ .Expiry }}"
1305
+ "other": "Päättynyt {{.Expiry}}"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "sponsorin logo"
1307
- }
1308
- }
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Tilaa katsoaksesi"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} kohteita"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Koodi lisätty onnistuneesti."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Anna kelvollinen tarjouskoodi."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Menestys! Voit nyt katsoa {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Lunastaa"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Lunastaa"
1333
+ }
1334
+ }
@@ -1,10 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
- "nav_homepage": {
6
- "other": "ABC Cinemas"
7
- },
8
2
  "settings_title": {
9
3
  "other": "Paramètres"
10
4
  },
@@ -149,7 +143,7 @@
149
143
  "other": "Partage de lien"
150
144
  },
151
145
  "social_media_buttons_copied_link": {
152
- "other": "Lien copié dans le presse-papier !"
146
+ "other": "Lien copié"
153
147
  },
154
148
  "social_media_buttons_copy_link": {
155
149
  "other": "Copier le lien"
@@ -675,7 +669,7 @@
675
669
  "other": "Voir votre bibliothèque"
676
670
  },
677
671
  "shopping_complete_plan": {
678
- "other": "Votre achat de {{ .Title }} a réussi."
672
+ "other": "Votre achat de {{.Title}} a réussi."
679
673
  },
680
674
  "shopping_complete_rental_watch_window_start": {
681
675
  "one": "Vous pouvez maintenant commencer la lecture jusqu'à demain",
@@ -899,33 +893,38 @@
899
893
  "other": "Prix"
900
894
  },
901
895
  "shopping_price_plan_note": {
902
- "zero": "Chargé tous les {{ .Interval }} .",
903
- "one": "Facturé tous les {{ .Interval }} après la fin de votre essai gratuit de 24 heures.",
904
- "other": "Facturé chaque {{ .Interval }} après la {{ .Count }} votre essai gratuit de .Count day."
896
+ "one": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de 24 heures.",
897
+ "other": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de {{.Count}} jours."
898
+ },
899
+ "shopping_price_plan_note_without_trial": {
900
+ "other": "Chargé tous les {{.Interval}} ."
905
901
  },
906
902
  "shopping_price_plan_note_interval": {
907
- "one": "{{ .Interval }}",
908
- "other": "{{ .Count }} {{ .Interval }}"
903
+ "one": "{{.Interval}}",
904
+ "other": "{{.Count}} {{.Interval}}"
909
905
  },
910
- "shopping_enter_card_prompt_plan": {
906
+ "shopping_enter_card_prompt_subscription": {
911
907
  "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre abonnement."
912
908
  },
909
+ "shopping_enter_card_prompt_plan": {
910
+ "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre plan."
911
+ },
913
912
  "shopping_action_plan": {
914
913
  "other": "Compléter"
915
914
  },
916
915
  "shopping_complete_subscription": {
917
- "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{ .Title }} ."
916
+ "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{.Title}}."
918
917
  },
919
918
  "shopping_complete_subscription_browse": {
920
919
  "other": "N&#39;hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
921
920
  },
922
921
  "shopping_info_plan_offer": {
923
- "one": "{{ .Interval }} automatiquement chaque .Interval",
924
- "other": "{{ .Count }} automatiquement chaque {{ .Interval }}"
922
+ "one": "Se renouvelle automatiquement tous les {{.Interval}}",
923
+ "other": "{{.Count}} automatiquement chaque {{.Interval}}"
925
924
  },
926
925
  "shopping_info_trial_period_offer": {
927
926
  "one": "Essayez votre essai gratuit de 24 heures maintenant !",
928
- "other": "Essayez votre essai gratuit de {{ .Count }} day !"
927
+ "other": "Essayez votre essai gratuit de {{.Count}} day !"
929
928
  },
930
929
  "plans_page_header": {
931
930
  "other": "Forfaits disponibles"
@@ -943,7 +942,7 @@
943
942
  "other": "Lire la suite"
944
943
  },
945
944
  "plan_page_header_text": {
946
- "other": "Profitez de {{ .Name }}"
945
+ "other": "Profitez de {{.Name}}"
947
946
  },
948
947
  "page_plan_explore_intro": {
949
948
  "other": "OU"
@@ -1005,6 +1004,9 @@
1005
1004
  "wcag_aria_label_carousel": {
1006
1005
  "other": "Carrousel"
1007
1006
  },
1007
+ "wcag_aria_label_carousel_pagination": {
1008
+ "other": "Pagination"
1009
+ },
1008
1010
  "wcag_aria_label_page_collection": {
1009
1011
  "other": "Collecte de pages"
1010
1012
  },
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "Mes abonnements"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Premier paiement {{ .Expiry }}"
1293
+ "other": "Premier paiement {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Prochain paiement {{ .Expiry }}"
1296
+ "other": "Prochain paiement {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Paiement dû {{ .Expiry }}"
1299
+ "other": "Paiement dû {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Se termine {{ .Expiry }}"
1302
+ "other": "Se termine {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Terminé {{ .Expiry }}"
1305
+ "other": "Terminé {{.Expiry}}"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "logo du sponsor"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Abonnez-vous pour regarder"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} éléments"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Code appliqué avec succès."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Veuillez saisir un code promotionnel valide."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Succès! Vous pouvez maintenant regarder {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Racheter"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Racheter"
1307
1333
  }
1308
- }
1334
+ }