@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.
- package/.github/pull_request_template.md +47 -0
- package/.github/workflows/node.js.yml +1 -1
- package/CHANGELOG.md +46 -1
- package/kibble.json +2 -2
- package/package.json +1 -1
- package/site/ar_LB.all.json +59 -25
- package/site/ca_ES.all.json +51 -25
- package/site/da_DK.all.json +51 -25
- package/site/de_DE.all.json +51 -25
- package/site/el_EL.all.json +51 -25
- package/site/en_AU.all.json +35 -9
- package/site/es_ES.all.json +51 -25
- package/site/es_MX.all.json +48 -22
- package/site/et_ET.all.json +51 -25
- package/site/fi_FI.all.json +52 -26
- package/site/fr_FR.all.json +51 -25
- package/site/hr_HR.all.json +53 -25
- package/site/hu_HU.all.json +51 -25
- package/site/it_IT.all.json +51 -25
- package/site/ja_JP.all.json +49 -25
- package/site/lt_LT.all.json +55 -25
- package/site/manifest.json.jet +2 -2
- package/site/nl_BE.all.json +50 -24
- package/site/no_NO.all.json +51 -25
- package/site/pl_PL.all.json +55 -25
- package/site/pt_BR.all.json +51 -25
- package/site/pt_PT.all.json +51 -25
- package/site/ru_RU.all.json +61 -31
- package/site/sr_SR.all.json +53 -25
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +1 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_awards.scss +1 -1
- package/site/styles/_buttons.scss +32 -27
- package/site/styles/_can-be-watched-button.scss +1 -21
- package/site/styles/_carousel.scss +141 -303
- package/site/styles/_collections.scss +6 -11
- package/site/styles/_cta-buttons.scss +261 -0
- package/site/styles/_forms.scss +1 -2
- package/site/styles/_icons.scss +16 -10
- package/site/styles/_legacy.scss +1 -43
- package/site/styles/_meta-detail.scss +39 -200
- package/site/styles/_meta-item-tagline.scss +33 -0
- package/site/styles/_meta-item.scss +0 -4
- package/site/styles/_meta-sub-item.scss +116 -0
- package/site/styles/_mixins.scss +47 -0
- package/site/styles/_nav.scss +1 -1
- package/site/styles/_pages.scss +4 -13
- package/site/styles/_plans.scss +14 -0
- package/site/styles/_shift72.scss +4 -0
- package/site/styles/_variables.scss +9 -6
- package/site/styles/main.scss +2 -1
- package/site/templates/application/footer/brand.jet +4 -4
- package/site/templates/application/footer/copyright-statement.jet +1 -1
- package/site/templates/application/nav/nav.jet +2 -2
- package/site/templates/bundle/item.jet +2 -4
- package/site/templates/collection/carousel/carousel.jet +27 -0
- package/site/templates/collection/carousel/item/image.jet +5 -0
- package/site/templates/collection/carousel/item/synopsis.jet +5 -0
- package/site/templates/collection/carousel/item/tagline.jet +7 -0
- package/site/templates/collection/carousel/item/title.jet +3 -0
- package/site/templates/collection/carousel/item.jet +41 -0
- package/site/templates/collection/carousel/pagination.jet +9 -0
- package/site/templates/collection/page_collection.jet +2 -2
- package/site/templates/common/cta_buttons.jet +70 -0
- package/site/templates/common/social-media-buttons.jet +2 -2
- package/site/templates/film/item.jet +6 -16
- package/site/templates/items/meta_item.jet +20 -6
- package/site/templates/items/sub_item.jet +22 -0
- package/site/templates/items/tagline.jet +2 -2
- package/site/templates/page/homepage.jet +2 -3
- package/site/templates/tv/detail.jet +10 -18
- package/site/tr_TR.all.json +51 -25
- package/site/uk_UA.all.json +55 -25
- package/site/zh_TW.all.json +49 -25
- package/site/styles/_homepage.scss +0 -3
- package/site/templates/bundle/buttons.jet +0 -6
- package/site/templates/bundle/extras.jet +0 -13
- package/site/templates/collection/carousel.jet +0 -27
- package/site/templates/collection/carousel_item.jet +0 -68
- package/site/templates/items/bonus_item.jet +0 -23
- package/site/templates/items/featured_item.jet +0 -61
- package/site/templates/tv/episode.jet +0 -21
package/site/lt_LT.all.json
CHANGED
@@ -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
|
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": "{{
|
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
|
-
"
|
1086
|
-
"
|
1087
|
-
"
|
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": "{{
|
1091
|
-
"
|
1088
|
+
"one": "{{.Interval}}",
|
1089
|
+
"few": "{{.Count}} {{.Interval}}",
|
1090
|
+
"many": "{{.Count}} {{.Interval}}",
|
1091
|
+
"other": "{{.Count}} {{.Interval}}"
|
1092
1092
|
},
|
1093
|
-
"
|
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ę {{
|
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ą {{
|
1107
|
-
"other": "Automatiškai atnaujina kiekvieną {{
|
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ą {{
|
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 {{
|
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 {{
|
1297
|
+
"other": "Pirmas mokėjimas {{.Expiry}}"
|
1292
1298
|
},
|
1293
1299
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Kitas mokėjimas {{
|
1300
|
+
"other": "Kitas mokėjimas {{.Expiry}}"
|
1295
1301
|
},
|
1296
1302
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Mokėjimo {{
|
1303
|
+
"other": "Mokėjimo {{.Expiry}}"
|
1298
1304
|
},
|
1299
1305
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Baigiasi {{
|
1306
|
+
"other": "Baigiasi {{.Expiry}}"
|
1301
1307
|
},
|
1302
1308
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Baigėsi {{
|
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
|
+
}
|
package/site/manifest.json.jet
CHANGED
package/site/nl_BE.all.json
CHANGED
@@ -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
|
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 {{
|
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
|
-
"
|
1086
|
-
"
|
1087
|
-
|
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": "{{
|
1091
|
-
"other": "{{
|
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 {{
|
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": "{{
|
1107
|
-
"other": "{{
|
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 {{
|
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 {{
|
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 {{
|
1293
|
+
"other": "Eerste betaling {{.Expiry}}"
|
1292
1294
|
},
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Volgende betaling {{
|
1296
|
+
"other": "Volgende betaling {{.Expiry}}"
|
1295
1297
|
},
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Betaling verschuldigd {{
|
1299
|
+
"other": "Betaling verschuldigd {{.Expiry}}"
|
1298
1300
|
},
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Eindigt {{
|
1302
|
+
"other": "Eindigt {{.Expiry}}"
|
1301
1303
|
},
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Beëindigd {{
|
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
|
+
}
|
package/site/no_NO.all.json
CHANGED
@@ -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
|
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 {{
|
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
|
-
"
|
1005
|
-
"
|
1006
|
-
|
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": "{{
|
1010
|
-
"other": "{{
|
1005
|
+
"one": "{{.Interval}}",
|
1006
|
+
"other": "{{.Count}} {{.Interval}}"
|
1011
1007
|
},
|
1012
|
-
"
|
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å {{
|
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": "
|
1026
|
-
"other": "{{
|
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 {{
|
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 {{
|
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 {{
|
1293
|
+
"other": "Første betaling {{.Expiry}}"
|
1292
1294
|
},
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Neste betaling {{
|
1296
|
+
"other": "Neste betaling {{.Expiry}}"
|
1295
1297
|
},
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Forfaller betaling {{
|
1299
|
+
"other": "Forfaller betaling {{.Expiry}}"
|
1298
1300
|
},
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Slutter {{
|
1302
|
+
"other": "Slutter {{.Expiry}}"
|
1301
1303
|
},
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Avsluttet {{
|
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
|
+
}
|
package/site/pl_PL.all.json
CHANGED
@@ -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
|
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 {{
|
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
|
-
"
|
892
|
-
"
|
893
|
-
"
|
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": "{{
|
897
|
-
"
|
897
|
+
"one": "{{.Interval}}",
|
898
|
+
"few": "{{.Count}} {{.Interval}}",
|
899
|
+
"many": "{{.Count}} {{.Interval}}",
|
900
|
+
"other": "{{.Count}} {{.Interval}}"
|
898
901
|
},
|
899
|
-
"
|
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 {{
|
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 {{
|
913
|
-
"other": "Automatycznie odnawia co {{
|
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
|
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ę {{
|
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ść {{
|
1342
|
+
"other": "Pierwsza płatność {{.Expiry}}"
|
1337
1343
|
},
|
1338
1344
|
"usersubscriptions_subscription_expiry_active": {
|
1339
|
-
"other": "Następna płatność {{
|
1345
|
+
"other": "Następna płatność {{.Expiry}}"
|
1340
1346
|
},
|
1341
1347
|
"usersubscriptions_subscription_expiry_past_due": {
|
1342
|
-
"other": "{{
|
1348
|
+
"other": "{{.Expiry}} płatność. Termin ważności"
|
1343
1349
|
},
|
1344
1350
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1345
|
-
"other": "Kończy {{
|
1351
|
+
"other": "Kończy {{.Expiry}}"
|
1346
1352
|
},
|
1347
1353
|
"usersubscriptions_subscription_expiry_expired": {
|
1348
|
-
"other": "Zakończony {{
|
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
|
+
}
|