@shift72/core-template 0.6.0-alpha.0 → 1.0.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 (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 +35 -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
@@ -152,7 +152,7 @@
152
152
  "other": "Nuorodos bendrinimas"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Nuoroda nukopijuota į mainų sritį!"
155
+ "other": "Nuoroda nukopijuota"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
158
  "other": "Nukopijuoti nuorodą"
@@ -696,7 +696,7 @@
696
696
  "other": "Pradėkite žiūrėti bet kurį iš savo įsigytų filmų."
697
697
  },
698
698
  "shopping_complete_plan": {
699
- "other": "{{ .Title }} buvo sėkmingas."
699
+ "other": "{{.Title}} buvo sėkmingas."
700
700
  },
701
701
  "shopping_complete_rental_watch_window_start": {
702
702
  "one": "Per ateinančią dieną galėsite pradėti žiūrėti filmą.",
@@ -1082,33 +1082,42 @@
1082
1082
  "other": "Kaina"
1083
1083
  },
1084
1084
  "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."
1085
+ "one": "{{.Interval}} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
1086
+ "few": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
1087
+ "many": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
1088
+ "other": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui."
1089
+ },
1090
+ "shopping_price_plan_note_without_trial": {
1091
+ "other": "Įkraunama kas {{.Interval}} ."
1088
1092
  },
1089
1093
  "shopping_price_plan_note_interval": {
1090
- "one": "{{ .Interval }}",
1091
- "other": "{{ .Count }} {{ .Interval }}"
1094
+ "one": "{{.Interval}}",
1095
+ "few": "{{.Count}} {{.Interval}}",
1096
+ "many": "{{.Count}} {{.Interval}}",
1097
+ "other": "{{.Count}} {{.Interval}}"
1092
1098
  },
1093
- "shopping_enter_card_prompt_plan": {
1099
+ "shopping_enter_card_prompt_subscription": {
1094
1100
  "other": "Norėdami pradėti prenumeratą, žemiau įveskite savo kredito kortelės duomenis."
1095
1101
  },
1102
+ "shopping_enter_card_prompt_plan": {
1103
+ "other": "Norėdami pradėti planą, toliau įveskite savo kredito kortelės duomenis."
1104
+ },
1096
1105
  "shopping_action_plan": {
1097
1106
  "other": "Užbaigti"
1098
1107
  },
1099
1108
  "shopping_complete_subscription": {
1100
- "other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{ .Title }} ."
1109
+ "other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{.Title}} ."
1101
1110
  },
1102
1111
  "shopping_complete_subscription_browse": {
1103
1112
  "other": "Nedvejodami <a href=\"/\">naršykite</a> svetainėje arba <a href=\"/search.html\">ieškokite</a> ko nors konkretaus."
1104
1113
  },
1105
1114
  "shopping_info_plan_offer": {
1106
- "one": "Automatiškai atnaujina kiekvieną {{ .Interval }}",
1107
- "other": "Automatiškai atnaujina kiekvieną {{ .Count }} {{ .Interval }}"
1115
+ "one": "Automatiškai atnaujina kiekvieną {{.Interval}}",
1116
+ "other": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}"
1108
1117
  },
1109
1118
  "shopping_info_trial_period_offer": {
1110
1119
  "one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
1111
- "other": "Išbandykite nemokamą {{ .Count }} dienos bandomąją versiją!"
1120
+ "other": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!"
1112
1121
  },
1113
1122
  "plans_page_header": {
1114
1123
  "other": "Galimi planai"
@@ -1126,7 +1135,7 @@
1126
1135
  "other": "Skaityti daugiau"
1127
1136
  },
1128
1137
  "plan_page_header_text": {
1129
- "other": "Mėgaukitės {{ .Name }}"
1138
+ "other": "Mėgaukitės {{.Name}}"
1130
1139
  },
1131
1140
  "page_plan_explore_intro": {
1132
1141
  "other": "ARBA"
@@ -1188,6 +1197,9 @@
1188
1197
  "wcag_aria_label_carousel": {
1189
1198
  "other": "Karuselė"
1190
1199
  },
1200
+ "wcag_aria_label_carousel_pagination": {
1201
+ "other": "Puslapių rašymas"
1202
+ },
1191
1203
  "wcag_aria_label_page_collection": {
1192
1204
  "other": "Puslapių kolekcija"
1193
1205
  },
@@ -1288,21 +1300,27 @@
1288
1300
  "other": "Mano prenumeratos"
1289
1301
  },
1290
1302
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Pirmas mokėjimas {{ .Expiry }}"
1303
+ "other": "Pirmas mokėjimas {{.Expiry}}"
1292
1304
  },
1293
1305
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Kitas mokėjimas {{ .Expiry }}"
1306
+ "other": "Kitas mokėjimas {{.Expiry}}"
1295
1307
  },
1296
1308
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Mokėjimo {{ .Expiry }}"
1309
+ "other": "Mokėjimo {{.Expiry}}"
1298
1310
  },
1299
1311
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Baigiasi {{ .Expiry }}"
1312
+ "other": "Baigiasi {{.Expiry}}"
1301
1313
  },
1302
1314
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Baigėsi {{ .Expiry }}"
1315
+ "other": "Baigėsi {{.Expiry}}"
1304
1316
  },
1305
1317
  "sponsor_image_alt": {
1306
1318
  "other": "rėmėjo logotipas"
1319
+ },
1320
+ "subscribe_to_watch": {
1321
+ "other": "Prenumeruokite žiūrėti"
1322
+ },
1323
+ "bundle_items_generic": {
1324
+ "other": "{{.Count}} elementai"
1307
1325
  }
1308
- }
1326
+ }
@@ -152,7 +152,7 @@
152
152
  "other": "Link delen"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link gekopieerd naar klembord!"
155
+ "other": "Link gekopieerd"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
158
  "other": "Kopieer link"
@@ -696,7 +696,7 @@
696
696
  "other": "Begin nu met het bekijken van een van de {{.BundleItems}} in je bibliotheek."
697
697
  },
698
698
  "shopping_complete_plan": {
699
- "other": "Uw aankoop van {{ .Title }} was succesvol."
699
+ "other": "Uw aankoop van {{.Title}} was succesvol."
700
700
  },
701
701
  "shopping_complete_rental_watch_window_start": {
702
702
  "one": "U kunt nu binnen de volgende dag beginnen met kijken.",
@@ -1082,13 +1082,18 @@
1082
1082
  "other": "Prijs"
1083
1083
  },
1084
1084
  "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."
1085
+ "one": "Elke {{.Interval}} nadat uw gratis proefperiode van 24 uur is afgelopen.",
1086
+ "other": "Elk {{.Interval}} nadat uw {{.Count}} dag is afgelopen."
1087
+ },
1088
+ "shopping_price_plan_note_without_trial": {
1089
+ "other": "Elk {{.Interval}} opgeladen."
1088
1090
  },
1089
1091
  "shopping_price_plan_note_interval": {
1090
- "one": "{{ .Interval }}",
1091
- "other": "{{ .Count }} {{ .Interval }}"
1092
+ "one": "{{.Interval}}",
1093
+ "other": "{{.Count}} {{.Interval}}"
1094
+ },
1095
+ "shopping_enter_card_prompt_subscription": {
1096
+ "other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
1092
1097
  },
1093
1098
  "shopping_enter_card_prompt_plan": {
1094
1099
  "other": "Voer hieronder uw creditcardgegevens in om uw abonnement te starten."
@@ -1097,18 +1102,18 @@
1097
1102
  "other": "Compleet"
1098
1103
  },
1099
1104
  "shopping_complete_subscription": {
1100
- "other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{ .Title }} ."
1105
+ "other": "Uw abonnementsaankoop is gelukt. U bent nu geabonneerd op {{.Title}} ."
1101
1106
  },
1102
1107
  "shopping_complete_subscription_browse": {
1103
1108
  "other": "Kijk gerust <a href=\"/\">rond op</a> de site of <a href=\"/search.html\">zoek</a> naar iets specifieks."
1104
1109
  },
1105
1110
  "shopping_info_plan_offer": {
1106
- "one": "{{ .Interval }} automatisch elk .Interval",
1107
- "other": "{{ .Count }} automatisch elke {{ .Interval }}"
1111
+ "one": "Vernieuwt automatisch elke {{.Interval}}",
1112
+ "other": "{{.Count}} automatisch elke {{.Interval}}"
1108
1113
  },
1109
1114
  "shopping_info_trial_period_offer": {
1110
1115
  "one": "Probeer nu uw gratis proefperiode van 24 uur!",
1111
- "other": "Probeer uw gratis {{ .Count }} !"
1116
+ "other": "Probeer uw gratis {{.Count}} !"
1112
1117
  },
1113
1118
  "plans_page_header": {
1114
1119
  "other": "Beschikbare abonnementen"
@@ -1126,7 +1131,7 @@
1126
1131
  "other": "Lees verder"
1127
1132
  },
1128
1133
  "plan_page_header_text": {
1129
- "other": "Geniet van {{ .Name }}"
1134
+ "other": "Geniet van {{.Name}}"
1130
1135
  },
1131
1136
  "page_plan_explore_intro": {
1132
1137
  "other": "OF"
@@ -1188,6 +1193,9 @@
1188
1193
  "wcag_aria_label_carousel": {
1189
1194
  "other": "Carrousel"
1190
1195
  },
1196
+ "wcag_aria_label_carousel_pagination": {
1197
+ "other": "Paginering"
1198
+ },
1191
1199
  "wcag_aria_label_page_collection": {
1192
1200
  "other": "Page Collecties"
1193
1201
  },
@@ -1288,21 +1296,27 @@
1288
1296
  "other": "mijn abonnementen"
1289
1297
  },
1290
1298
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Eerste betaling {{ .Expiry }}"
1299
+ "other": "Eerste betaling {{.Expiry}}"
1292
1300
  },
1293
1301
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Volgende betaling {{ .Expiry }}"
1302
+ "other": "Volgende betaling {{.Expiry}}"
1295
1303
  },
1296
1304
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Betaling verschuldigd {{ .Expiry }}"
1305
+ "other": "Betaling verschuldigd {{.Expiry}}"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Eindigt {{ .Expiry }}"
1308
+ "other": "Eindigt {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Beëindigd {{ .Expiry }}"
1311
+ "other": "Beëindigd {{.Expiry}}"
1304
1312
  },
1305
1313
  "sponsor_image_alt": {
1306
1314
  "other": "sponsorlogo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Abonneer om te kijken"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} artikelen"
1307
1321
  }
1308
- }
1322
+ }
@@ -152,7 +152,7 @@
152
152
  "other": "Linkdeling"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Linken er kopiert til utklippstavlen!"
155
+ "other": "Linken er kopiert"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
158
  "other": "Kopier link"
@@ -660,7 +660,7 @@
660
660
  "other": "Start med å se noe fra {{.BundleItems}} i biblioteket ditt nå."
661
661
  },
662
662
  "shopping_complete_plan": {
663
- "other": "Kjøpet av {{ .Title }} var vellykket."
663
+ "other": "Kjøpet av {{.Title}} var vellykket."
664
664
  },
665
665
  "shopping_complete_rental_watch_window_start": {
666
666
  "one": "Du kan nå se den om {{.Count}} dager.",
@@ -1001,33 +1001,38 @@
1001
1001
  "other": "Pris"
1002
1002
  },
1003
1003
  "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."
1004
+ "one": "Belastet hvert {{.Interval}} etter at den 24-timers gratis prøveperioden er over.",
1005
+ "other": "Belastet hvert {{.Interval}} etter at {{.Count}} dager avsluttes."
1006
+ },
1007
+ "shopping_price_plan_note_without_trial": {
1008
+ "other": "Lades hvert {{.Interval}} ."
1007
1009
  },
1008
1010
  "shopping_price_plan_note_interval": {
1009
- "one": "{{ .Interval }}",
1010
- "other": "{{ .Count }} {{ .Interval }}"
1011
+ "one": "{{.Interval}}",
1012
+ "other": "{{.Count}} {{.Interval}}"
1011
1013
  },
1012
- "shopping_enter_card_prompt_plan": {
1014
+ "shopping_enter_card_prompt_subscription": {
1013
1015
  "other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte abonnementet."
1014
1016
  },
1017
+ "shopping_enter_card_prompt_plan": {
1018
+ "other": "Skriv inn kredittkortopplysningene dine nedenfor for å starte planen din."
1019
+ },
1015
1020
  "shopping_action_plan": {
1016
1021
  "other": "Fullstendig"
1017
1022
  },
1018
1023
  "shopping_complete_subscription": {
1019
- "other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{ .Title }} ."
1024
+ "other": "Abonnementskjøpet var vellykket. Du abonnerer nå på {{.Title}} ."
1020
1025
  },
1021
1026
  "shopping_complete_subscription_browse": {
1022
1027
  "other": "<a href=\"/\">Bla deg gjerne rundt</a> på siden, eller <a href=\"/search.html\">søk</a> etter noe spesifikt."
1023
1028
  },
1024
1029
  "shopping_info_plan_offer": {
1025
- "one": "{{ .Interval }} automatisk hver .Interval",
1026
- "other": "{{ .Count }} automatisk hver {{ .Interval }}"
1030
+ "one": "Fornyes automatisk hver {{.Interval}}",
1031
+ "other": "{{.Count}} automatisk hver {{.Interval}}"
1027
1032
  },
1028
1033
  "shopping_info_trial_period_offer": {
1029
1034
  "one": "Prøv din gratis 24-timers prøveversjon nå!",
1030
- "other": "Prøv din gratis {{ .Count }} day prøveversjon!"
1035
+ "other": "Prøv din gratis {{.Count}} day prøveversjon!"
1031
1036
  },
1032
1037
  "plans_page_header": {
1033
1038
  "other": "Tilgjengelige planer"
@@ -1045,7 +1050,7 @@
1045
1050
  "other": "Les mer"
1046
1051
  },
1047
1052
  "plan_page_header_text": {
1048
- "other": "Nyt {{ .Name }}"
1053
+ "other": "Nyt {{.Name}}"
1049
1054
  },
1050
1055
  "page_plan_explore_intro": {
1051
1056
  "other": "ELLER"
@@ -1101,6 +1106,9 @@
1101
1106
  "wcag_aria_label_carousel": {
1102
1107
  "other": "Karusell"
1103
1108
  },
1109
+ "wcag_aria_label_carousel_pagination": {
1110
+ "other": "Paginering"
1111
+ },
1104
1112
  "wcag_aria_label_page_collection": {
1105
1113
  "other": "Page Karusell"
1106
1114
  },
@@ -1288,21 +1296,27 @@
1288
1296
  "other": "Mine abonnementer"
1289
1297
  },
1290
1298
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Første betaling {{ .Expiry }}"
1299
+ "other": "Første betaling {{.Expiry}}"
1292
1300
  },
1293
1301
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Neste betaling {{ .Expiry }}"
1302
+ "other": "Neste betaling {{.Expiry}}"
1295
1303
  },
1296
1304
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Forfaller betaling {{ .Expiry }}"
1305
+ "other": "Forfaller betaling {{.Expiry}}"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Slutter {{ .Expiry }}"
1308
+ "other": "Slutter {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Avsluttet {{ .Expiry }}"
1311
+ "other": "Avsluttet {{.Expiry}}"
1304
1312
  },
1305
1313
  "sponsor_image_alt": {
1306
1314
  "other": "sponsorlogo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Abonner for å se"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} elementer"
1307
1321
  }
1308
- }
1322
+ }
@@ -129,7 +129,7 @@
129
129
  "other": "Udostępnianie linków"
130
130
  },
131
131
  "social_media_buttons_copied_link": {
132
- "other": "Link skopiowany do schowka!"
132
+ "other": "Link skopiowany"
133
133
  },
134
134
  "social_media_buttons_copy_link": {
135
135
  "other": "Skopiuj link"
@@ -644,7 +644,7 @@
644
644
  "other": "Zacznij teraz oglądać dowolne z {{.BundleItems}} w swojej bibliotece."
645
645
  },
646
646
  "shopping_complete_plan": {
647
- "other": "Twój zakup {{ .Title }} powiódł się."
647
+ "other": "Twój zakup {{.Title}} powiódł się."
648
648
  },
649
649
  "shopping_complete_rental_watch_window_start": {
650
650
  "one": "Możesz go obejrzeć do jutra.",
@@ -888,33 +888,42 @@
888
888
  "other": "Cena"
889
889
  },
890
890
  "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."
891
+ "one": "{{.Interval}} co .Interwał po zakończeniu 24-godzinnego bezpłatnego okresu próbnego.",
892
+ "few": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego.",
893
+ "many": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego.",
894
+ "other": "Naliczana co {{.Interval}} po zakończeniu {{.Count}}-dniowego bezpłatnego okresu próbnego."
895
+ },
896
+ "shopping_price_plan_note_without_trial": {
897
+ "other": "{{.Interval}} co .Interwał ."
894
898
  },
895
899
  "shopping_price_plan_note_interval": {
896
- "one": "{{ .Interval }}",
897
- "other": "{{ .Count }} {{ .Interval }}"
900
+ "one": "{{.Interval}}",
901
+ "few": "{{.Count}} {{.Interval}}",
902
+ "many": "{{.Count}} {{.Interval}}",
903
+ "other": "{{.Count}} {{.Interval}}"
898
904
  },
899
- "shopping_enter_card_prompt_plan": {
905
+ "shopping_enter_card_prompt_subscription": {
900
906
  "other": "Wprowadź poniżej dane karty kredytowej, aby rozpocząć subskrypcję."
901
907
  },
908
+ "shopping_enter_card_prompt_plan": {
909
+ "other": "Wprowadź dane swojej karty kredytowej poniżej, aby rozpocząć swój plan."
910
+ },
902
911
  "shopping_action_plan": {
903
912
  "other": "Kompletny"
904
913
  },
905
914
  "shopping_complete_subscription": {
906
- "other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{ .Title }} ."
915
+ "other": "Twój zakup subskrypcji się powiódł. Subskrybujesz teraz {{.Title}} ."
907
916
  },
908
917
  "shopping_complete_subscription_browse": {
909
918
  "other": "Możesz swobodnie <a href=\"/\">przeglądać</a> witrynę lub <a href=\"/search.html\">szukać</a> czegoś konkretnego."
910
919
  },
911
920
  "shopping_info_plan_offer": {
912
- "one": "Automatycznie odnawia co {{ .Interval }}",
913
- "other": "Automatycznie odnawia co {{ .Count }} {{ .Interval }}"
921
+ "one": "Automatycznie odnawia co {{.Interval}}",
922
+ "other": "Automatycznie odnawia co {{.Count}} {{.Interval}}"
914
923
  },
915
924
  "shopping_info_trial_period_offer": {
916
925
  "one": "Wypróbuj bezpłatny 24-godzinny okres próbny już teraz!",
917
- "other": "Wypróbuj bezpłatną {{ .Count }} próbną programu .Count!"
926
+ "other": "Wypróbuj bezpłatny {{.Count}}-dniowy okres próbny!"
918
927
  },
919
928
  "plans_page_header": {
920
929
  "other": "Dostępne plany"
@@ -932,7 +941,7 @@
932
941
  "other": "Czytaj więcej"
933
942
  },
934
943
  "plan_page_header_text": {
935
- "other": "Ciesz się {{ .Name }}"
944
+ "other": "Ciesz się {{.Name}}"
936
945
  },
937
946
  "page_plan_explore_intro": {
938
947
  "other": "LUB"
@@ -994,6 +1003,9 @@
994
1003
  "wcag_aria_label_carousel": {
995
1004
  "other": "Karuzela"
996
1005
  },
1006
+ "wcag_aria_label_carousel_pagination": {
1007
+ "other": "Paginacja"
1008
+ },
997
1009
  "wcag_aria_label_page_collection": {
998
1010
  "other": "Kolekcja stron"
999
1011
  },
@@ -1333,21 +1345,27 @@
1333
1345
  "other": "moje subskrypcje"
1334
1346
  },
1335
1347
  "usersubscriptions_subscription_expiry_trialing": {
1336
- "other": "Pierwsza płatność {{ .Expiry }}"
1348
+ "other": "Pierwsza płatność {{.Expiry}}"
1337
1349
  },
1338
1350
  "usersubscriptions_subscription_expiry_active": {
1339
- "other": "Następna płatność {{ .Expiry }}"
1351
+ "other": "Następna płatność {{.Expiry}}"
1340
1352
  },
1341
1353
  "usersubscriptions_subscription_expiry_past_due": {
1342
- "other": "{{ .Expiry }} płatność. Termin ważności"
1354
+ "other": "{{.Expiry}} płatność. Termin ważności"
1343
1355
  },
1344
1356
  "usersubscriptions_subscription_expiry_cancelled": {
1345
- "other": "Kończy {{ .Expiry }}"
1357
+ "other": "Kończy {{.Expiry}}"
1346
1358
  },
1347
1359
  "usersubscriptions_subscription_expiry_expired": {
1348
- "other": "Zakończony {{ .Expiry }}"
1360
+ "other": "Zakończony {{.Expiry}}"
1349
1361
  },
1350
1362
  "sponsor_image_alt": {
1351
1363
  "other": "logo sponsora"
1364
+ },
1365
+ "subscribe_to_watch": {
1366
+ "other": "Zapisz się do oglądania"
1367
+ },
1368
+ "bundle_items_generic": {
1369
+ "other": "{{.Count}} rzeczy"
1352
1370
  }
1353
- }
1371
+ }
@@ -155,7 +155,7 @@
155
155
  "other": "Compartilhamento de link"
156
156
  },
157
157
  "social_media_buttons_copied_link": {
158
- "other": "Link copiado para a área de transferência!"
158
+ "other": "Link copiado"
159
159
  },
160
160
  "social_media_buttons_copy_link": {
161
161
  "other": "Link de cópia"
@@ -714,7 +714,7 @@
714
714
  "other": "Ver sua biblioteca"
715
715
  },
716
716
  "shopping_complete_plan": {
717
- "other": "Sua compra de {{ .Title }} foi bem-sucedida."
717
+ "other": "Sua compra de {{.Title}} foi bem-sucedida."
718
718
  },
719
719
  "shopping_complete_rental_watch_window_start": {
720
720
  "one": "Você pode começar a assistir durante o próximo dia.",
@@ -1135,6 +1135,9 @@
1135
1135
  "wcag_aria_label_carousel": {
1136
1136
  "other": "Carrossel"
1137
1137
  },
1138
+ "wcag_aria_label_carousel_pagination": {
1139
+ "other": "Paginação"
1140
+ },
1138
1141
  "wcag_aria_label_page_collection": {
1139
1142
  "other": "Página Coleções"
1140
1143
  },
@@ -1172,33 +1175,38 @@
1172
1175
  "other": "Preço"
1173
1176
  },
1174
1177
  "shopping_price_plan_note": {
1175
- "zero": "Cobrado a cada {{ .Interval }} .",
1176
- "one": "Cobrado a cada {{ .Interval }} após o término da avaliação gratuita de 24 horas.",
1177
- "other": "Cobrado a cada {{ .Interval }} após o {{ .Count }} avaliação gratuita de .Count dias."
1178
+ "one": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de 24 horas.",
1179
+ "other": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de {{.Count}} dias."
1180
+ },
1181
+ "shopping_price_plan_note_without_trial": {
1182
+ "other": "Cobrado a cada {{.Interval}} ."
1178
1183
  },
1179
1184
  "shopping_price_plan_note_interval": {
1180
- "one": "{{ .Interval }}",
1181
- "other": "{{ .Count }} {{ .Interval }}"
1185
+ "one": "{{.Interval}}",
1186
+ "other": "{{.Count}} {{.Interval}}"
1182
1187
  },
1183
- "shopping_enter_card_prompt_plan": {
1188
+ "shopping_enter_card_prompt_subscription": {
1184
1189
  "other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
1185
1190
  },
1191
+ "shopping_enter_card_prompt_plan": {
1192
+ "other": "Insira os dados do seu cartão de crédito abaixo para iniciar seu plano."
1193
+ },
1186
1194
  "shopping_action_plan": {
1187
1195
  "other": "Completo"
1188
1196
  },
1189
1197
  "shopping_complete_subscription": {
1190
- "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{ .Title }} ."
1198
+ "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{.Title}} ."
1191
1199
  },
1192
1200
  "shopping_complete_subscription_browse": {
1193
1201
  "other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
1194
1202
  },
1195
1203
  "shopping_info_plan_offer": {
1196
- "one": "Renova automaticamente a cada {{ .Interval }}",
1197
- "other": "Renova automaticamente cada {{ .Count }} {{ .Interval }}"
1204
+ "one": "Renova automaticamente a cada {{.Interval}}",
1205
+ "other": "Renova automaticamente cada {{.Count}} {{.Interval}}"
1198
1206
  },
1199
1207
  "shopping_info_trial_period_offer": {
1200
1208
  "one": "Experimente agora o seu teste gratuito de 24 horas!",
1201
- "other": "Experimente o seu teste gratuito de {{ .Count }} dia!"
1209
+ "other": "Experimente o seu teste gratuito de {{.Count}} dia!"
1202
1210
  },
1203
1211
  "plans_page_header": {
1204
1212
  "other": "Planos Disponíveis"
@@ -1216,7 +1224,7 @@
1216
1224
  "other": "Consulte Mais informação"
1217
1225
  },
1218
1226
  "plan_page_header_text": {
1219
- "other": "Aproveite {{ .Name }}"
1227
+ "other": "Aproveite {{.Name}}"
1220
1228
  },
1221
1229
  "page_plan_explore_intro": {
1222
1230
  "other": "OU"
@@ -1288,21 +1296,27 @@
1288
1296
  "other": "Minhas assinaturas"
1289
1297
  },
1290
1298
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Primeiro pagamento {{ .Expiry }}"
1299
+ "other": "Primeiro pagamento {{.Expiry}}"
1292
1300
  },
1293
1301
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Próximo pagamento {{ .Expiry }}"
1302
+ "other": "Próximo pagamento {{.Expiry}}"
1295
1303
  },
1296
1304
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Pagamento devido. {{ .Expiry }}"
1305
+ "other": "Pagamento devido. {{.Expiry}}"
1298
1306
  },
1299
1307
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Termina {{ .Expiry }}"
1308
+ "other": "Termina {{.Expiry}}"
1301
1309
  },
1302
1310
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Terminado {{ .Expiry }}"
1311
+ "other": "Terminado {{.Expiry}}"
1304
1312
  },
1305
1313
  "sponsor_image_alt": {
1306
1314
  "other": "logotipo do patrocinador"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Inscreva-se para assistir"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} Itens"
1307
1321
  }
1308
- }
1322
+ }