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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/.nvmrc +1 -0
  4. package/CHANGELOG.md +65 -10
  5. package/kibble.json +4 -4
  6. package/package.json +1 -2
  7. package/scripts/translate.mjs +30 -22
  8. package/site/ar_LB.all.json +99 -23
  9. package/site/ca_ES.all.json +91 -23
  10. package/site/da_DK.all.json +90 -22
  11. package/site/de_DE.all.json +90 -22
  12. package/site/el_EL.all.json +90 -22
  13. package/site/en_AU.all.json +87 -19
  14. package/site/es_ES.all.json +92 -24
  15. package/site/es_MX.all.json +89 -21
  16. package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
  17. package/site/fi_FI.all.json +93 -25
  18. package/site/fr_FR.all.json +91 -23
  19. package/site/hr_HR.all.json +93 -23
  20. package/site/hu_HU.all.json +91 -23
  21. package/site/it_IT.all.json +91 -23
  22. package/site/ja_JP.all.json +88 -22
  23. package/site/lt_LT.all.json +94 -22
  24. package/site/nl_BE.all.json +90 -22
  25. package/site/no_NO.all.json +91 -23
  26. package/site/pl_PL.all.json +95 -23
  27. package/site/plans.html.jet +17 -17
  28. package/site/pt_BR.all.json +91 -23
  29. package/site/pt_PT.all.json +91 -23
  30. package/site/ru_RU.all.json +103 -31
  31. package/site/sr_SR.all.json +95 -25
  32. package/site/static/fonts/fa-s72.woff +0 -0
  33. package/site/static/js/main.js +2 -1
  34. package/site/static/scripts/main.js.map +1 -1
  35. package/site/styles/_availability-tags.scss +63 -31
  36. package/site/styles/_awards.scss +4 -3
  37. package/site/styles/_buttons.scss +46 -29
  38. package/site/styles/_can-be-watched-button.scss +0 -20
  39. package/site/styles/_carousel.scss +126 -311
  40. package/site/styles/_collections.scss +6 -11
  41. package/site/styles/_cta-buttons.scss +262 -0
  42. package/site/styles/_forms.scss +6 -2
  43. package/site/styles/_icons.scss +182 -9
  44. package/site/styles/_legacy.scss +1 -50
  45. package/site/styles/_meta-detail.scss +80 -229
  46. package/site/styles/_meta-item-tagline.scss +33 -0
  47. package/site/styles/_meta-item.scss +0 -4
  48. package/site/styles/_meta-sub-item.scss +116 -0
  49. package/site/styles/_mixins.scss +45 -0
  50. package/site/styles/_nav.scss +6 -5
  51. package/site/styles/_pages.scss +4 -13
  52. package/site/styles/_plans.scss +24 -17
  53. package/site/styles/_poster.scss +3 -9
  54. package/site/styles/_share-modal.scss +86 -0
  55. package/site/styles/_shift72.scss +11 -0
  56. package/site/styles/_shopping.scss +0 -1
  57. package/site/styles/_skip-link.scss +1 -1
  58. package/site/styles/_tooltips.scss +7 -0
  59. package/site/styles/_variables.scss +11 -12
  60. package/site/styles/_wishlist.scss +2 -2
  61. package/site/styles/main.scss +5 -3
  62. package/site/subscriptions.html.jet +11 -0
  63. package/site/templates/application/application.jet +2 -2
  64. package/site/templates/application/google.jet +8 -13
  65. package/site/templates/application/nav/user_logged_in.jet +7 -2
  66. package/site/templates/bundle/item.jet +2 -4
  67. package/site/templates/collection/carousel/carousel.jet +27 -0
  68. package/site/templates/collection/carousel/item/image.jet +5 -0
  69. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  70. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  71. package/site/templates/collection/carousel/item/title.jet +3 -0
  72. package/site/templates/collection/carousel/item.jet +41 -0
  73. package/site/templates/collection/carousel/pagination.jet +9 -0
  74. package/site/templates/collection/page_collection.jet +2 -2
  75. package/site/templates/common/cta_buttons.jet +70 -0
  76. package/site/templates/common/social-media-buttons.jet +2 -38
  77. package/site/templates/common/sponsor-image.jet +18 -0
  78. package/site/templates/film/item.jet +98 -102
  79. package/site/templates/items/sub_item.jet +22 -0
  80. package/site/templates/items/tagline.jet +2 -2
  81. package/site/templates/page/homepage.jet +2 -3
  82. package/site/templates/tv/detail.jet +39 -38
  83. package/site/tr_TR.all.json +90 -22
  84. package/site/uk_UA.all.json +95 -23
  85. package/site/zh_TW.all.json +88 -22
  86. package/site/static/fonts/FontAwesome.otf +0 -0
  87. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  88. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  89. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  90. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  91. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  92. package/site/styles/_homepage.scss +0 -3
  93. package/site/styles/_social-media-buttons.scss +0 -159
  94. package/site/templates/bundle/buttons.jet +0 -6
  95. package/site/templates/bundle/extras.jet +0 -13
  96. package/site/templates/collection/carousel.jet +0 -27
  97. package/site/templates/collection/carousel_item.jet +0 -66
  98. package/site/templates/items/bonus_item.jet +0 -23
  99. package/site/templates/items/featured_item.jet +0 -61
  100. package/site/templates/tv/episode.jet +0 -21
@@ -134,28 +134,28 @@
134
134
  "other": "Ga verder"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Deel"
137
+ "other": "Delen"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Delen op Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Delen op Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Deel op Linkedin"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Deel via e-mail"
149
+ "other": "E-mail"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
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
- "other": "Kopieer naar klembord"
158
+ "other": "Kopieer link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Welkom "
@@ -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.",
@@ -980,7 +980,7 @@
980
980
  "other": "Annuleer abonnement"
981
981
  },
982
982
  "usersubscriptions_unsubscribe_modal_body": {
983
- "other": "Hiermee wordt het abonnement op {{.Name}} maak plannen opgezegd. U kunt de inhoud van het abonnement nog steeds bekijken totdat deze verloopt {{.Expiry}}"
983
+ "other": "Hiermee wordt het abonnement op de {{.Name}} opgezegd. U kunt de inhoud nog steeds bekijken totdat deze verloopt {{.Expiry}}."
984
984
  },
985
985
  "availability_coming_soon": {
986
986
  "other": "Binnenkort"
@@ -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,13 +1131,13 @@
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"
1133
1138
  },
1134
1139
  "page_plan_explore_link": {
1135
- "other": "Ontdek andere passen"
1140
+ "other": "Meer ontdekken"
1136
1141
  },
1137
1142
  "plan_showcase_page_ownership_button_buy": {
1138
1143
  "other": "Nu kopen"
@@ -1144,10 +1149,10 @@
1144
1149
  "other": "in competitie"
1145
1150
  },
1146
1151
  "meta_description_expand": {
1147
- "other": "Laat meer zien"
1152
+ "other": "Bekijk meer"
1148
1153
  },
1149
1154
  "meta_description_collapse": {
1150
- "other": "Laat minder zien"
1155
+ "other": "Minder zien"
1151
1156
  },
1152
1157
  "awards_winner": {
1153
1158
  "other": "Winnaar"
@@ -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
  },
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "header_banner": {
1252
1260
  "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Abonnementen en facturering"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Betalingswijze"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Wijzigingen in uw creditcardbetaalmethode worden van kracht tijdens uw volgende betalingscyclus."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Abonnementsgegevens"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Actief"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Verlopen"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Ontdek abonnementen"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Ontdek geweldige inhoud tegen geweldige prijzen, gemakkelijk te beheren hier."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Ontdek abonnementen"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "mijn abonnementen"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Eerste betaling {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Volgende betaling {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Betaling verschuldigd {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Eindigt {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Beëindigd {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "sponsorlogo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Abonneer om te kijken"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} artikelen"
1253
1321
  }
1254
1322
  }
@@ -134,28 +134,28 @@
134
134
  "other": "Fortsett"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Del"
137
+ "other": "Dele"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Del på Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Del på Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Del på Linkedin"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Del via e-post"
149
+ "other": "E-post"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
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
- "other": "Kopiere til utklippstavle"
158
+ "other": "Kopier link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Velkommen "
@@ -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.",
@@ -929,7 +929,7 @@
929
929
  "other": "Avbestille abonnementet?"
930
930
  },
931
931
  "usersubscriptions_unsubscribe_modal_body": {
932
- "other": "Dette vil kansellere abonnementet på {{.Name}} Du vil fortsatt kunne se innholdet i planen til den utløper {{.Expiry}}."
932
+ "other": "Dette vil kansellere abonnementet på {{.Name}}. Du vil fortsatt kunne se innholdet til det utløper {{.Expiry}}."
933
933
  },
934
934
  "shopping_card_update_reason_none": {
935
935
  "other": "Oppdater kredittkortet ditt. Støttede kort er Visa, Mastercard og American Expresse"
@@ -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,13 +1050,13 @@
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"
1052
1057
  },
1053
1058
  "page_plan_explore_link": {
1054
- "other": "Utforsk andre pass"
1059
+ "other": "Utforsk mer"
1055
1060
  },
1056
1061
  "plan_showcase_page_ownership_button_buy": {
1057
1062
  "other": "Kjøp nå"
@@ -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
  },
@@ -1246,9 +1254,69 @@
1246
1254
  "other": "Utløpt"
1247
1255
  },
1248
1256
  "meta_description_expand": {
1249
- "other": "Vis mer"
1257
+ "other": "Se mer"
1250
1258
  },
1251
1259
  "meta_description_collapse": {
1252
- "other": "Vis mindre"
1260
+ "other": "Se mindre"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Abonnementer og fakturering"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Betalingsmetode"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Endringer i betalingsmåten for kredittkort trer i kraft neste faktureringssyklus."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Abonnementsdetaljer"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Aktiv"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Utløpt"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Oppdag abonnementer"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Oppdag flott innhold til gode priser, enkelt administrert her."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Utforsk abonnementer"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "Mine abonnementer"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Første betaling {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Neste betaling {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Forfaller betaling {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Slutter {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Avsluttet {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "sponsorlogo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Abonner for å se"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} elementer"
1253
1321
  }
1254
1322
  }
@@ -111,28 +111,28 @@
111
111
  "other": "Kontynuuj"
112
112
  },
113
113
  "social_media_buttons_title": {
114
- "other": "Udostępnij"
114
+ "other": "Dzielić"
115
115
  },
116
116
  "social_media_buttons_facebook": {
117
- "other": "Udostępnij na Facebooku"
117
+ "other": "Facebook"
118
118
  },
119
119
  "social_media_buttons_twitter": {
120
- "other": "Podziel się na Twitterze"
120
+ "other": "Twitter"
121
121
  },
122
122
  "social_media_buttons_linkedin": {
123
- "other": "Udostępnij na Linkedin"
123
+ "other": "Linkedin"
124
124
  },
125
125
  "social_media_buttons_email": {
126
- "other": "Udostępnij przez e-mail"
126
+ "other": "E-mail"
127
127
  },
128
128
  "social_media_buttons_email_subject": {
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
- "other": "Skopiuj do schowka"
135
+ "other": "Skopiuj link"
136
136
  },
137
137
  "accept_invite_page_header": {
138
138
  "other": "Witamy "
@@ -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,13 +941,13 @@
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"
939
948
  },
940
949
  "page_plan_explore_link": {
941
- "other": "Poznaj inne karnety"
950
+ "other": "Dowiedz się więcej"
942
951
  },
943
952
  "plan_showcase_page_ownership_button_buy": {
944
953
  "other": "Kup Teraz"
@@ -950,10 +959,10 @@
950
959
  "other": "W zawodach"
951
960
  },
952
961
  "meta_description_expand": {
953
- "other": "Pokaż więcej"
962
+ "other": "Zobacz więcej"
954
963
  },
955
964
  "meta_description_collapse": {
956
- "other": "Pokaż mniej"
965
+ "other": "Zobacz mniej"
957
966
  },
958
967
  "awards_winner": {
959
968
  "other": "Zwycięzca"
@@ -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
  },
@@ -1160,7 +1172,7 @@
1160
1172
  "other": "Anuluj subskrypcje?"
1161
1173
  },
1162
1174
  "usersubscriptions_unsubscribe_modal_body": {
1163
- "other": "To anuluje subskrypcję planu {{.Name}}. Nadal będziesz mógł oglądać zawartość planu do czasu jego wygaśnięcia {{.Expiry}}."
1175
+ "other": "To anuluje subskrypcję {{.Name}}. Nadal będziesz mógł oglądać zawartość, dopóki nie wygaśnie {{.Expiry}}."
1164
1176
  },
1165
1177
  "signin_form_error_ip_throttled": {
1166
1178
  "other": "nie logowałeś się zbyt wiele razy. Spróbuj ponownie później."
@@ -1295,5 +1307,65 @@
1295
1307
  },
1296
1308
  "shopping_card_change": {
1297
1309
  "other": "Karta kredytowa jest nieprawidłowa? <a href=\"{{.SubscriptionsURL}}\">Kliknij tutaj, aby zaktualizować swoją kartę.</a>"
1310
+ },
1311
+ "usersubscriptions_page_header": {
1312
+ "other": "Subskrypcje i rozliczenia"
1313
+ },
1314
+ "usersubscriptions_page_content": {
1315
+ "other": " "
1316
+ },
1317
+ "usersubscriptions_payment_section_title": {
1318
+ "other": "Metoda płatności"
1319
+ },
1320
+ "usersubscriptions_payment_section_content": {
1321
+ "other": "Zmiany metody płatności kartą kredytową zaczną obowiązywać w następnym cyklu rozliczeniowym."
1322
+ },
1323
+ "usersubscriptions_subscriptions_section_title": {
1324
+ "other": "Szczegóły subskrypcji"
1325
+ },
1326
+ "usersubscriptions_subscriptions_section_content": {
1327
+ "other": " "
1328
+ },
1329
+ "usersubscriptions_subscription_status_active": {
1330
+ "other": "Aktywny"
1331
+ },
1332
+ "usersubscriptions_subscription_expired": {
1333
+ "other": "Wygasły"
1334
+ },
1335
+ "usersubscriptions_no_subscriptions_section_title": {
1336
+ "other": "Odkryj subskrypcje"
1337
+ },
1338
+ "usersubscriptions_no_subscriptions_content": {
1339
+ "other": "Odkryj wspaniałe treści w atrakcyjnych cenach, którymi łatwo zarządzasz tutaj."
1340
+ },
1341
+ "usersubscriptions_no_subscriptions_button_title": {
1342
+ "other": "Przeglądaj subskrypcje"
1343
+ },
1344
+ "nav_subscriptions": {
1345
+ "other": "moje subskrypcje"
1346
+ },
1347
+ "usersubscriptions_subscription_expiry_trialing": {
1348
+ "other": "Pierwsza płatność {{.Expiry}}"
1349
+ },
1350
+ "usersubscriptions_subscription_expiry_active": {
1351
+ "other": "Następna płatność {{.Expiry}}"
1352
+ },
1353
+ "usersubscriptions_subscription_expiry_past_due": {
1354
+ "other": "{{.Expiry}} płatność. Termin ważności"
1355
+ },
1356
+ "usersubscriptions_subscription_expiry_cancelled": {
1357
+ "other": "Kończy {{.Expiry}}"
1358
+ },
1359
+ "usersubscriptions_subscription_expiry_expired": {
1360
+ "other": "Zakończony {{.Expiry}}"
1361
+ },
1362
+ "sponsor_image_alt": {
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"
1298
1370
  }
1299
1371
  }
@@ -17,18 +17,18 @@
17
17
  <div class="plan col-xs-6 col-lg-4 mb-3">
18
18
  <div class="card h-100">
19
19
  <div class="plan-container">
20
- {{ if isset(p.LandscapeImage) && p.LandscapeImage != ""}}
21
- <div class="poster poster-landscape">
22
- {{ if p.Page }}
23
- <a href="{{ routeToSlug(p.Page.Slug) }}">
24
- {{ end }}
25
- <s72-image src="{{p.LandscapeImage}}" alt="{{p.Name}}" class="plan-poster card-img-top" border="0"></s72-image>
26
- <s72-plan-label data-slug="{{p.Slug}}" data-title="{{p.Name}}"></s72-plan-label>
27
- {{ if p.Page }}
28
- </a>
29
- {{ end }}
30
- </div>
31
- {{ end }}
20
+ {{ if isset(p.LandscapeImage) && p.LandscapeImage != ""}}
21
+ <div class="poster poster-landscape">
22
+ {{ if p.Page }}
23
+ <a href="{{ routeToSlug(p.Page.Slug) }}">
24
+ {{ end }}
25
+ <s72-image src="{{p.LandscapeImage}}" alt="{{p.Name}}" class="plan-poster card-img-top" border="0"></s72-image>
26
+ <s72-plan-label data-slug="{{p.Slug}}" data-title="{{p.Name}}"></s72-plan-label>
27
+ {{ if p.Page }}
28
+ </a>
29
+ {{ end }}
30
+ </div>
31
+ {{ end }}
32
32
  <div class="card-body d-flex flex-column justify-content-between">
33
33
  <div class="plan-caption-details">
34
34
 
@@ -68,11 +68,11 @@
68
68
  {{ end }}
69
69
  {{ if p.PlanType == "free" }}
70
70
  {{ if p.HasExpiryDate() }}
71
- <s72-before datetime="{{ p.ExpiryDate.UnixMilli() }}">
72
- <s72-user-anon>
73
- <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
74
- </s72-user-anon>
75
- </s72-before>
71
+ <s72-before datetime="{{ p.ExpiryDate.UnixMilli() }}">
72
+ <s72-user-anon>
73
+ <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
74
+ </s72-user-anon>
75
+ </s72-before>
76
76
  {{ else }}
77
77
  <s72-user-anon>
78
78
  <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>