@shift72/core-template 0.6.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
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": "Settings"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Apgailestaujame, jūsų nurodytu adresu puslapio neradome.</p><p>Tikėtina, kad pasikeitė puslapio adresas, puslapis buvo ištrintas arba įsivėlė rašybos klaida.</p><p>Rekomenduojame reikalingos informacijos ieškoti grįžus į pagrindinį puslapį.</p><p><a href=\"{{.URL}}\">Grįžti į pagrindinį puslapį</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Prisijungti"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Nuorodos bendrinimas"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Nuoroda nukopijuota į mainų sritį!"
149
+ "other": "Nuoroda nukopijuota"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Nukopijuoti nuorodą"
@@ -696,7 +690,7 @@
696
690
  "other": "Pradėkite žiūrėti bet kurį iš savo įsigytų filmų."
697
691
  },
698
692
  "shopping_complete_plan": {
699
- "other": "{{ .Title }} buvo sėkmingas."
693
+ "other": "{{.Title}} buvo sėkmingas."
700
694
  },
701
695
  "shopping_complete_rental_watch_window_start": {
702
696
  "one": "Per ateinančią dieną galėsite pradėti žiūrėti filmą.",
@@ -1082,33 +1076,42 @@
1082
1076
  "other": "Kaina"
1083
1077
  },
1084
1078
  "shopping_price_plan_note": {
1085
- "zero": "Įkraunama kas {{ .Interval }} .",
1086
- "one": "{{ .Interval }} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
1087
- "other": "{{ .Interval }} kas .Intervalas pasibaigus {{ .Count }} dienų bandomajam laikotarpiui."
1079
+ "one": "{{.Interval}} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
1080
+ "few": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
1081
+ "many": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
1082
+ "other": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui."
1083
+ },
1084
+ "shopping_price_plan_note_without_trial": {
1085
+ "other": "Įkraunama kas {{.Interval}} ."
1088
1086
  },
1089
1087
  "shopping_price_plan_note_interval": {
1090
- "one": "{{ .Interval }}",
1091
- "other": "{{ .Count }} {{ .Interval }}"
1088
+ "one": "{{.Interval}}",
1089
+ "few": "{{.Count}} {{.Interval}}",
1090
+ "many": "{{.Count}} {{.Interval}}",
1091
+ "other": "{{.Count}} {{.Interval}}"
1092
1092
  },
1093
- "shopping_enter_card_prompt_plan": {
1093
+ "shopping_enter_card_prompt_subscription": {
1094
1094
  "other": "Norėdami pradėti prenumeratą, žemiau įveskite savo kredito kortelės duomenis."
1095
1095
  },
1096
+ "shopping_enter_card_prompt_plan": {
1097
+ "other": "Norėdami pradėti planą, toliau įveskite savo kredito kortelės duomenis."
1098
+ },
1096
1099
  "shopping_action_plan": {
1097
1100
  "other": "Užbaigti"
1098
1101
  },
1099
1102
  "shopping_complete_subscription": {
1100
- "other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{ .Title }} ."
1103
+ "other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{.Title}}."
1101
1104
  },
1102
1105
  "shopping_complete_subscription_browse": {
1103
1106
  "other": "Nedvejodami <a href=\"/\">naršykite</a> svetainėje arba <a href=\"/search.html\">ieškokite</a> ko nors konkretaus."
1104
1107
  },
1105
1108
  "shopping_info_plan_offer": {
1106
- "one": "Automatiškai atnaujina kiekvieną {{ .Interval }}",
1107
- "other": "Automatiškai atnaujina kiekvieną {{ .Count }} {{ .Interval }}"
1109
+ "one": "Automatiškai atnaujina kiekvieną {{.Interval}}",
1110
+ "other": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}"
1108
1111
  },
1109
1112
  "shopping_info_trial_period_offer": {
1110
1113
  "one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
1111
- "other": "Išbandykite nemokamą {{ .Count }} dienos bandomąją versiją!"
1114
+ "other": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!"
1112
1115
  },
1113
1116
  "plans_page_header": {
1114
1117
  "other": "Galimi planai"
@@ -1126,7 +1129,7 @@
1126
1129
  "other": "Skaityti daugiau"
1127
1130
  },
1128
1131
  "plan_page_header_text": {
1129
- "other": "Mėgaukitės {{ .Name }}"
1132
+ "other": "Mėgaukitės {{.Name}}"
1130
1133
  },
1131
1134
  "page_plan_explore_intro": {
1132
1135
  "other": "ARBA"
@@ -1188,6 +1191,9 @@
1188
1191
  "wcag_aria_label_carousel": {
1189
1192
  "other": "Karuselė"
1190
1193
  },
1194
+ "wcag_aria_label_carousel_pagination": {
1195
+ "other": "Puslapių rašymas"
1196
+ },
1191
1197
  "wcag_aria_label_page_collection": {
1192
1198
  "other": "Puslapių kolekcija"
1193
1199
  },
@@ -1288,21 +1294,45 @@
1288
1294
  "other": "Mano prenumeratos"
1289
1295
  },
1290
1296
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Pirmas mokėjimas {{ .Expiry }}"
1297
+ "other": "Pirmas mokėjimas {{.Expiry}}"
1292
1298
  },
1293
1299
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Kitas mokėjimas {{ .Expiry }}"
1300
+ "other": "Kitas mokėjimas {{.Expiry}}"
1295
1301
  },
1296
1302
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Mokėjimo {{ .Expiry }}"
1303
+ "other": "Mokėjimo {{.Expiry}}"
1298
1304
  },
1299
1305
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Baigiasi {{ .Expiry }}"
1306
+ "other": "Baigiasi {{.Expiry}}"
1301
1307
  },
1302
1308
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Baigėsi {{ .Expiry }}"
1309
+ "other": "Baigėsi {{.Expiry}}"
1304
1310
  },
1305
1311
  "sponsor_image_alt": {
1306
1312
  "other": "rėmėjo logotipas"
1313
+ },
1314
+ "subscribe_to_watch": {
1315
+ "other": "Prenumeruokite žiūrėti"
1316
+ },
1317
+ "bundle_items_generic": {
1318
+ "other": "{{.Count}} elementai"
1319
+ },
1320
+ "shopping_card_update_reason_expired": {
1321
+ "other": "Atnaujinkite savo kredito kortelę. Palaikomos kortelės yra „Visa“, „Mastercard“ ir „American Express“."
1322
+ },
1323
+ "shopping_discount_applied_promo": {
1324
+ "other": "Kodas sėkmingai pritaikytas."
1325
+ },
1326
+ "promo_only_purchases_must_be_100_percent_discounted": {
1327
+ "other": "Įveskite galiojantį reklamos kredito kodą."
1328
+ },
1329
+ "shopping_complete_promo_only": {
1330
+ "other": "Sėkmė! Dabar galite žiūrėti {{.Title}}."
1331
+ },
1332
+ "shopping_action_redeem_promo_code": {
1333
+ "other": "Išpirkti"
1334
+ },
1335
+ "pricing_ownership_promo": {
1336
+ "other": "Išpirkti"
1307
1337
  }
1308
- }
1338
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
- "short_name": "Cinebuzz Home",
3
- "name": "Cinebuzz Home",
2
+ "short_name": "{{site.Config.GetSiteName()}}",
3
+ "name": "{{site.Config.GetSiteName()}}",
4
4
  "icons": [
5
5
  {
6
6
  "src": "/images/common/icons-192.png",
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Instellingen"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Sorry, het lijkt erop dat de pagina die u zoekt niet bestaat.</p><p>De pagina is misschien verplaatst of verwijderd, of misschien heeft u iets verkeerd gespeld.</p><p>Probeer terug te gaan naar de startpagina om te vinden wat u zoekt.</p><p><a href=\"{{.URL}}\">Terug naar de Startpagina</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Log in"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Link delen"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Link gekopieerd naar klembord!"
149
+ "other": "Link gekopieerd"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Kopieer link"
@@ -696,7 +690,7 @@
696
690
  "other": "Begin nu met het bekijken van een van de {{.BundleItems}} in je bibliotheek."
697
691
  },
698
692
  "shopping_complete_plan": {
699
- "other": "Uw aankoop van {{ .Title }} was succesvol."
693
+ "other": "Uw aankoop van {{.Title}} was succesvol."
700
694
  },
701
695
  "shopping_complete_rental_watch_window_start": {
702
696
  "one": "U kunt nu binnen de volgende dag beginnen met kijken.",
@@ -1082,13 +1076,18 @@
1082
1076
  "other": "Prijs"
1083
1077
  },
1084
1078
  "shopping_price_plan_note": {
1085
- "zero": "Elk {{ .Interval }} opgeladen.",
1086
- "one": "Elke {{ .Interval }} nadat uw gratis proefperiode van 24 uur is afgelopen.",
1087
- "other": "Elk {{ .Interval }} nadat uw {{ .Count }} dag is afgelopen."
1079
+ "one": "Elke {{.Interval}} nadat uw gratis proefperiode van 24 uur is afgelopen.",
1080
+ "other": "Elk {{.Interval}} nadat uw {{.Count}} dag is afgelopen."
1081
+ },
1082
+ "shopping_price_plan_note_without_trial": {
1083
+ "other": "Elk {{.Interval}} opgeladen."
1088
1084
  },
1089
1085
  "shopping_price_plan_note_interval": {
1090
- "one": "{{ .Interval }}",
1091
- "other": "{{ .Count }} {{ .Interval }}"
1086
+ "one": "{{.Interval}}",
1087
+ "other": "{{.Count}} {{.Interval}}"
1088
+ },
1089
+ "shopping_enter_card_prompt_subscription": {
1090
+ "other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
1092
1091
  },
1093
1092
  "shopping_enter_card_prompt_plan": {
1094
1093
  "other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
@@ -1097,18 +1096,18 @@
1097
1096
  "other": "Compleet"
1098
1097
  },
1099
1098
  "shopping_complete_subscription": {
1100
- "other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{ .Title }} ."
1099
+ "other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{.Title}}."
1101
1100
  },
1102
1101
  "shopping_complete_subscription_browse": {
1103
1102
  "other": "Kijk gerust <a href=\"/\">rond op</a> de site of <a href=\"/search.html\">zoek</a> naar iets specifieks."
1104
1103
  },
1105
1104
  "shopping_info_plan_offer": {
1106
- "one": "{{ .Interval }} automatisch elk .Interval",
1107
- "other": "{{ .Count }} automatisch elke {{ .Interval }}"
1105
+ "one": "Vernieuwt automatisch elke {{.Interval}}",
1106
+ "other": "{{.Count}} automatisch elke {{.Interval}}"
1108
1107
  },
1109
1108
  "shopping_info_trial_period_offer": {
1110
1109
  "one": "Probeer nu uw gratis proefperiode van 24 uur!",
1111
- "other": "Probeer uw gratis {{ .Count }} !"
1110
+ "other": "Probeer uw gratis {{.Count}} !"
1112
1111
  },
1113
1112
  "plans_page_header": {
1114
1113
  "other": "Beschikbare abonnementen"
@@ -1126,7 +1125,7 @@
1126
1125
  "other": "Lees verder"
1127
1126
  },
1128
1127
  "plan_page_header_text": {
1129
- "other": "Geniet van {{ .Name }}"
1128
+ "other": "Geniet van {{.Name}}"
1130
1129
  },
1131
1130
  "page_plan_explore_intro": {
1132
1131
  "other": "OF"
@@ -1188,6 +1187,9 @@
1188
1187
  "wcag_aria_label_carousel": {
1189
1188
  "other": "Carrousel"
1190
1189
  },
1190
+ "wcag_aria_label_carousel_pagination": {
1191
+ "other": "Paginering"
1192
+ },
1191
1193
  "wcag_aria_label_page_collection": {
1192
1194
  "other": "Page Collecties"
1193
1195
  },
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "mijn abonnementen"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Eerste betaling {{ .Expiry }}"
1293
+ "other": "Eerste betaling {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Volgende betaling {{ .Expiry }}"
1296
+ "other": "Volgende betaling {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Betaling verschuldigd {{ .Expiry }}"
1299
+ "other": "Betaling verschuldigd {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Eindigt {{ .Expiry }}"
1302
+ "other": "Eindigt {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Beëindigd {{ .Expiry }}"
1305
+ "other": "Beëindigd {{.Expiry}}"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "sponsorlogo"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Abonneer om te kijken"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} artikelen"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Werk uw creditcard bij. Ondersteunde kaarten zijn Visa, Mastercard en American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Code succesvol toegepast."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Voer een geldige promotiecode in."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Succes! Je kunt nu {{.Title}} bekijken."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Inwisselen"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Inwisselen"
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": "Innstillinger"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Beklager, det ser ut til at siden du forsøker å finne ikke eksisterer.</p><p>Den kan ha blitt flyttet eller slettet, eller kanskje adressen har blitt feilstavet.</p><p>Forsøk å gå tilbake til startsiden for å finne hva du leter etter.</p><p><a href=\"{{.URL}}\">Tilbake til startsiden</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Logg inn"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Linkdeling"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Linken er kopiert til utklippstavlen!"
149
+ "other": "Linken er kopiert"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Kopier link"
@@ -660,7 +654,7 @@
660
654
  "other": "Start med å se noe fra {{.BundleItems}} i biblioteket ditt nå."
661
655
  },
662
656
  "shopping_complete_plan": {
663
- "other": "Kjøpet av {{ .Title }} var vellykket."
657
+ "other": "Kjøpet av {{.Title}} var vellykket."
664
658
  },
665
659
  "shopping_complete_rental_watch_window_start": {
666
660
  "one": "Du kan nå se den om {{.Count}} dager.",
@@ -1001,33 +995,38 @@
1001
995
  "other": "Pris"
1002
996
  },
1003
997
  "shopping_price_plan_note": {
1004
- "zero": "Lades hvert {{ .Interval }} .",
1005
- "one": "Belastet hvert {{ .Interval }} etter at den 24-timers gratis prøveperioden er over.",
1006
- "other": "Belastet hvert {{ .Interval }} etter at {{ .Count }} dager avsluttes."
998
+ "one": "Belastet hvert {{.Interval}} etter at den 24-timers gratis prøveperioden er over.",
999
+ "other": "Belastet hvert {{.Interval}} etter at {{.Count}} dager avsluttes."
1000
+ },
1001
+ "shopping_price_plan_note_without_trial": {
1002
+ "other": "Lades hvert {{.Interval}} ."
1007
1003
  },
1008
1004
  "shopping_price_plan_note_interval": {
1009
- "one": "{{ .Interval }}",
1010
- "other": "{{ .Count }} {{ .Interval }}"
1005
+ "one": "{{.Interval}}",
1006
+ "other": "{{.Count}} {{.Interval}}"
1011
1007
  },
1012
- "shopping_enter_card_prompt_plan": {
1008
+ "shopping_enter_card_prompt_subscription": {
1013
1009
  "other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte abonnementet."
1014
1010
  },
1011
+ "shopping_enter_card_prompt_plan": {
1012
+ "other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte planen din."
1013
+ },
1015
1014
  "shopping_action_plan": {
1016
1015
  "other": "Fullstendig"
1017
1016
  },
1018
1017
  "shopping_complete_subscription": {
1019
- "other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{ .Title }} ."
1018
+ "other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{.Title}}."
1020
1019
  },
1021
1020
  "shopping_complete_subscription_browse": {
1022
1021
  "other": "<a href=\"/\">Bla deg gjerne rundt</a> på siden, eller <a href=\"/search.html\">søk</a> etter noe spesifikt."
1023
1022
  },
1024
1023
  "shopping_info_plan_offer": {
1025
- "one": "{{ .Interval }} automatisk hver .Interval",
1026
- "other": "{{ .Count }} automatisk hver {{ .Interval }}"
1024
+ "one": "Fornyes automatisk hver {{.Interval}}",
1025
+ "other": "{{.Count}} automatisk hver {{.Interval}}"
1027
1026
  },
1028
1027
  "shopping_info_trial_period_offer": {
1029
1028
  "one": "Prøv din gratis 24-timers prøveversjon nå!",
1030
- "other": "Prøv din gratis {{ .Count }} day prøveversjon!"
1029
+ "other": "Prøv din gratis {{.Count}} day prøveversjon!"
1031
1030
  },
1032
1031
  "plans_page_header": {
1033
1032
  "other": "Tilgjengelige planer"
@@ -1045,7 +1044,7 @@
1045
1044
  "other": "Les mer"
1046
1045
  },
1047
1046
  "plan_page_header_text": {
1048
- "other": "Nyt {{ .Name }}"
1047
+ "other": "Nyt {{.Name}}"
1049
1048
  },
1050
1049
  "page_plan_explore_intro": {
1051
1050
  "other": "ELLER"
@@ -1101,6 +1100,9 @@
1101
1100
  "wcag_aria_label_carousel": {
1102
1101
  "other": "Karusell"
1103
1102
  },
1103
+ "wcag_aria_label_carousel_pagination": {
1104
+ "other": "Paginering"
1105
+ },
1104
1106
  "wcag_aria_label_page_collection": {
1105
1107
  "other": "Page Karusell"
1106
1108
  },
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "Mine abonnementer"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Første betaling {{ .Expiry }}"
1293
+ "other": "Første betaling {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Neste betaling {{ .Expiry }}"
1296
+ "other": "Neste betaling {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Forfaller betaling {{ .Expiry }}"
1299
+ "other": "Forfaller betaling {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Slutter {{ .Expiry }}"
1302
+ "other": "Slutter {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Avsluttet {{ .Expiry }}"
1305
+ "other": "Avsluttet {{.Expiry}}"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "sponsorlogo"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Abonner for å se"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} elementer"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Oppdater kredittkortet ditt. Støttede kort er Visa, Mastercard og American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Koden ble brukt."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Vennligst skriv inn en gyldig kampanjekode."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Suksess! Du kan nå se {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Løs inn"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Løs inn"
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": "Configuración"
7
4
  },
@@ -129,7 +126,7 @@
129
126
  "other": "Udostępnianie linków"
130
127
  },
131
128
  "social_media_buttons_copied_link": {
132
- "other": "Link skopiowany do schowka!"
129
+ "other": "Link skopiowany"
133
130
  },
134
131
  "social_media_buttons_copy_link": {
135
132
  "other": "Skopiuj link"
@@ -644,7 +641,7 @@
644
641
  "other": "Zacznij teraz oglądać dowolne z {{.BundleItems}} w swojej bibliotece."
645
642
  },
646
643
  "shopping_complete_plan": {
647
- "other": "Twój zakup {{ .Title }} powiódł się."
644
+ "other": "Twój zakup {{.Title}} powiódł się."
648
645
  },
649
646
  "shopping_complete_rental_watch_window_start": {
650
647
  "one": "Możesz go obejrzeć do jutra.",
@@ -888,33 +885,42 @@
888
885
  "other": "Cena"
889
886
  },
890
887
  "shopping_price_plan_note": {
891
- "zero": "{{ .Interval }} co .Interwał .",
892
- "one": "{{ .Interval }} co .Interwał po zakończeniu 24-godzinnego bezpłatnego okresu próbnego.",
893
- "other": "{{ .Interval }} co .Interwał po {{ .Count }} bezpłatnego okresu próbnego .Count."
888
+ "one": "{{.Interval}} co .Interwał po zakończeniu 24-godzinnego bezpłatnego okresu próbnego.",
889
+ "few": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego.",
890
+ "many": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego.",
891
+ "other": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego."
892
+ },
893
+ "shopping_price_plan_note_without_trial": {
894
+ "other": "{{.Interval}} co .Interwał ."
894
895
  },
895
896
  "shopping_price_plan_note_interval": {
896
- "one": "{{ .Interval }}",
897
- "other": "{{ .Count }} {{ .Interval }}"
897
+ "one": "{{.Interval}}",
898
+ "few": "{{.Count}} {{.Interval}}",
899
+ "many": "{{.Count}} {{.Interval}}",
900
+ "other": "{{.Count}} {{.Interval}}"
898
901
  },
899
- "shopping_enter_card_prompt_plan": {
902
+ "shopping_enter_card_prompt_subscription": {
900
903
  "other": "Wprowadź poniżej dane karty kredytowej, aby rozpocząć subskrypcję."
901
904
  },
905
+ "shopping_enter_card_prompt_plan": {
906
+ "other": "Wprowadź dane swojej karty kredytowej poniżej, aby rozpocząć swój plan."
907
+ },
902
908
  "shopping_action_plan": {
903
909
  "other": "Kompletny"
904
910
  },
905
911
  "shopping_complete_subscription": {
906
- "other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{ .Title }} ."
912
+ "other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{.Title}}."
907
913
  },
908
914
  "shopping_complete_subscription_browse": {
909
915
  "other": "Możesz swobodnie <a href=\"/\">przeglądać</a> witrynę lub <a href=\"/search.html\">szukać</a> czegoś konkretnego."
910
916
  },
911
917
  "shopping_info_plan_offer": {
912
- "one": "Automatycznie odnawia co {{ .Interval }}",
913
- "other": "Automatycznie odnawia co {{ .Count }} {{ .Interval }}"
918
+ "one": "Automatycznie odnawia co {{.Interval}}",
919
+ "other": "Automatycznie odnawia co {{.Count}} {{.Interval}}"
914
920
  },
915
921
  "shopping_info_trial_period_offer": {
916
922
  "one": "Wypróbuj bezpłatny 24-godzinny okres próbny już teraz!",
917
- "other": "Wypróbuj bezpłatną {{ .Count }} próbną programu .Count!"
923
+ "other": "Wypróbuj bezpłatny {{.Count}}-dniowy okres próbny!"
918
924
  },
919
925
  "plans_page_header": {
920
926
  "other": "Dostępne plany"
@@ -932,7 +938,7 @@
932
938
  "other": "Czytaj więcej"
933
939
  },
934
940
  "plan_page_header_text": {
935
- "other": "Ciesz się {{ .Name }}"
941
+ "other": "Ciesz się {{.Name}}"
936
942
  },
937
943
  "page_plan_explore_intro": {
938
944
  "other": "LUB"
@@ -994,6 +1000,9 @@
994
1000
  "wcag_aria_label_carousel": {
995
1001
  "other": "Karuzela"
996
1002
  },
1003
+ "wcag_aria_label_carousel_pagination": {
1004
+ "other": "Paginacja"
1005
+ },
997
1006
  "wcag_aria_label_page_collection": {
998
1007
  "other": "Kolekcja stron"
999
1008
  },
@@ -1230,9 +1239,6 @@
1230
1239
  "one": "1 Epizod",
1231
1240
  "other": "{{.Count}} Epizod"
1232
1241
  },
1233
- "nav_homepage": {
1234
- "other": "ABC Cinemas"
1235
- },
1236
1242
  "user_error_too_many_pin_errors": {
1237
1243
  "other": "<p>Wygląda na to, że masz problemy.</p><p>Zresetuj kod PIN lub skontaktuj się z nami w sprawie <a href=\"{{.HelpURL}}\" target=\"_blank\">Wsparcie</a>"
1238
1244
  },
@@ -1333,21 +1339,45 @@
1333
1339
  "other": "moje subskrypcje"
1334
1340
  },
1335
1341
  "usersubscriptions_subscription_expiry_trialing": {
1336
- "other": "Pierwsza płatność {{ .Expiry }}"
1342
+ "other": "Pierwsza płatność {{.Expiry}}"
1337
1343
  },
1338
1344
  "usersubscriptions_subscription_expiry_active": {
1339
- "other": "Następna płatność {{ .Expiry }}"
1345
+ "other": "Następna płatność {{.Expiry}}"
1340
1346
  },
1341
1347
  "usersubscriptions_subscription_expiry_past_due": {
1342
- "other": "{{ .Expiry }} płatność. Termin ważności"
1348
+ "other": "{{.Expiry}} płatność. Termin ważności"
1343
1349
  },
1344
1350
  "usersubscriptions_subscription_expiry_cancelled": {
1345
- "other": "Kończy {{ .Expiry }}"
1351
+ "other": "Kończy {{.Expiry}}"
1346
1352
  },
1347
1353
  "usersubscriptions_subscription_expiry_expired": {
1348
- "other": "Zakończony {{ .Expiry }}"
1354
+ "other": "Zakończony {{.Expiry}}"
1349
1355
  },
1350
1356
  "sponsor_image_alt": {
1351
1357
  "other": "logo sponsora"
1358
+ },
1359
+ "subscribe_to_watch": {
1360
+ "other": "Zapisz się do oglądania"
1361
+ },
1362
+ "bundle_items_generic": {
1363
+ "other": "{{.Count}} rzeczy"
1364
+ },
1365
+ "shopping_card_update_reason_expired": {
1366
+ "other": "Zaktualizuj swoją kartę kredytową. Obsługiwane karty to Visa, Mastercard i American Express."
1367
+ },
1368
+ "shopping_discount_applied_promo": {
1369
+ "other": "Kod został pomyślnie zastosowany."
1370
+ },
1371
+ "promo_only_purchases_must_be_100_percent_discounted": {
1372
+ "other": "Wprowadź prawidłowy kod promocyjny."
1373
+ },
1374
+ "shopping_complete_promo_only": {
1375
+ "other": "Powodzenie! Możesz teraz oglądać {{.Title}}."
1376
+ },
1377
+ "shopping_action_redeem_promo_code": {
1378
+ "other": "Odkupić"
1379
+ },
1380
+ "pricing_ownership_promo": {
1381
+ "other": "Odkupić"
1352
1382
  }
1353
- }
1383
+ }