@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/de_DE.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Einstelllungen"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Diese Seite existiert leider nicht.</p><p><a href=\"{{.URL}}\">Zurück zur Startseite</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Anmelden"
|
78
72
|
},
|
@@ -137,7 +131,7 @@
|
|
137
131
|
"other": "Link teilen"
|
138
132
|
},
|
139
133
|
"social_media_buttons_copied_link": {
|
140
|
-
"other": "Link
|
134
|
+
"other": "Link kopiert"
|
141
135
|
},
|
142
136
|
"social_media_buttons_copy_link": {
|
143
137
|
"other": "Link kopieren"
|
@@ -645,7 +639,7 @@
|
|
645
639
|
"other": "Sehen Sie Ihre Bibliothek"
|
646
640
|
},
|
647
641
|
"shopping_complete_plan": {
|
648
|
-
"other": "Ihr Kauf von {{
|
642
|
+
"other": "Ihr Kauf von {{.Title}} war erfolgreich."
|
649
643
|
},
|
650
644
|
"shopping_complete_rental_watch_window_start": {
|
651
645
|
"one": "Ab jetzt können Sie den geliehenen Film bis zum nächsten Tag ansehen.",
|
@@ -905,33 +899,38 @@
|
|
905
899
|
"other": "Preis"
|
906
900
|
},
|
907
901
|
"shopping_price_plan_note": {
|
908
|
-
"
|
909
|
-
"
|
910
|
-
|
902
|
+
"one": "Wird alle {{.Interval}} nach Ablauf Ihrer 24-stündigen kostenlosen Testversion berechnet.",
|
903
|
+
"other": "Wird alle {{.Interval}} nach Ablauf Ihrer {{.Count}}-tägigen kostenlosen Testversion berechnet."
|
904
|
+
},
|
905
|
+
"shopping_price_plan_note_without_trial": {
|
906
|
+
"other": "Aufgeladen in jedem {{.Interval}} ."
|
911
907
|
},
|
912
908
|
"shopping_price_plan_note_interval": {
|
913
|
-
"one": "{{
|
914
|
-
"other": "{{
|
909
|
+
"one": "{{.Interval}}",
|
910
|
+
"other": "{{.Count}} {{.Interval}}"
|
915
911
|
},
|
916
|
-
"
|
912
|
+
"shopping_enter_card_prompt_subscription": {
|
917
913
|
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
|
918
914
|
},
|
915
|
+
"shopping_enter_card_prompt_plan": {
|
916
|
+
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihren Plan zu starten."
|
917
|
+
},
|
919
918
|
"shopping_action_plan": {
|
920
919
|
"other": "Vollständig"
|
921
920
|
},
|
922
921
|
"shopping_complete_subscription": {
|
923
|
-
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{
|
922
|
+
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{.Title}} abonniert."
|
924
923
|
},
|
925
924
|
"shopping_complete_subscription_browse": {
|
926
925
|
"other": "Fühlen Sie sich frei, <a href=\"/\">auf</a> der Website <a href=\"/search.html\">zu stöbern oder nach</a> etwas Bestimmtem zu suchen."
|
927
926
|
},
|
928
927
|
"shopping_info_plan_offer": {
|
929
|
-
"one": "{{
|
930
|
-
"other": "Erneuert automatisch alle {{
|
928
|
+
"one": "Erneuert automatisch alle {{.Interval}}",
|
929
|
+
"other": "Erneuert automatisch alle {{.Count}} {{.Interval}}"
|
931
930
|
},
|
932
931
|
"shopping_info_trial_period_offer": {
|
933
932
|
"one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
|
934
|
-
"other": "Testen Sie Ihre kostenlose {{
|
933
|
+
"other": "Testen Sie Ihre kostenlose {{.Count}} Tage-Testversion!"
|
935
934
|
},
|
936
935
|
"plans_page_header": {
|
937
936
|
"other": "Verfügbare Pläne"
|
@@ -949,7 +948,7 @@
|
|
949
948
|
"other": "Weiterlesen"
|
950
949
|
},
|
951
950
|
"plan_page_header_text": {
|
952
|
-
"other": "Viel {{
|
951
|
+
"other": "Viel {{.Name}}"
|
953
952
|
},
|
954
953
|
"page_plan_explore_intro": {
|
955
954
|
"other": "ODER"
|
@@ -1140,6 +1139,9 @@
|
|
1140
1139
|
"wcag_aria_label_carousel": {
|
1141
1140
|
"other": "Karussell"
|
1142
1141
|
},
|
1142
|
+
"wcag_aria_label_carousel_pagination": {
|
1143
|
+
"other": "Seitennummerierung"
|
1144
|
+
},
|
1143
1145
|
"wcag_aria_label_page_collection": {
|
1144
1146
|
"other": "Seitensammlung"
|
1145
1147
|
},
|
@@ -1297,21 +1299,45 @@
|
|
1297
1299
|
"other": "Meine Abonnements"
|
1298
1300
|
},
|
1299
1301
|
"usersubscriptions_subscription_expiry_trialing": {
|
1300
|
-
"other": "Erste Zahlung {{
|
1302
|
+
"other": "Erste Zahlung {{.Expiry}}"
|
1301
1303
|
},
|
1302
1304
|
"usersubscriptions_subscription_expiry_active": {
|
1303
|
-
"other": "Nächste Zahlung {{
|
1305
|
+
"other": "Nächste Zahlung {{.Expiry}}"
|
1304
1306
|
},
|
1305
1307
|
"usersubscriptions_subscription_expiry_past_due": {
|
1306
|
-
"other": "Zahlung fällig {{
|
1308
|
+
"other": "Zahlung fällig {{.Expiry}}"
|
1307
1309
|
},
|
1308
1310
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1309
|
-
"other": "Endet {{
|
1311
|
+
"other": "Endet {{.Expiry}}"
|
1310
1312
|
},
|
1311
1313
|
"usersubscriptions_subscription_expiry_expired": {
|
1312
|
-
"other": "Beendet {{
|
1314
|
+
"other": "Beendet {{.Expiry}}"
|
1313
1315
|
},
|
1314
1316
|
"sponsor_image_alt": {
|
1315
1317
|
"other": "Sponsorenlogo"
|
1318
|
+
},
|
1319
|
+
"subscribe_to_watch": {
|
1320
|
+
"other": "Zum Ansehen abonnieren"
|
1321
|
+
},
|
1322
|
+
"bundle_items_generic": {
|
1323
|
+
"other": "{{.Count}} Produkte"
|
1324
|
+
},
|
1325
|
+
"shopping_card_update_reason_expired": {
|
1326
|
+
"other": "Aktualisieren Sie Ihre Kreditkarte. Unterstützte Karten sind Visa, Mastercard und American Express."
|
1327
|
+
},
|
1328
|
+
"shopping_discount_applied_promo": {
|
1329
|
+
"other": "Code erfolgreich angewendet."
|
1330
|
+
},
|
1331
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1332
|
+
"other": "Bitte geben Sie einen gültigen Aktionscode ein."
|
1333
|
+
},
|
1334
|
+
"shopping_complete_promo_only": {
|
1335
|
+
"other": "Erfolg! Sie können jetzt {{.Title}} ansehen."
|
1336
|
+
},
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
1338
|
+
"other": "Tilgen"
|
1339
|
+
},
|
1340
|
+
"pricing_ownership_promo": {
|
1341
|
+
"other": "Tilgen"
|
1316
1342
|
}
|
1317
|
-
}
|
1343
|
+
}
|
package/site/el_EL.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Ρυθμίσεις"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Λυπούμαστε, αλλά φαίνεται πως η σελίδα που αναζητήσατε δεν υπάρχει.</p><p>Ίσως έχει μετακινηθεί ή διαγραφεί, ή ίσως αν γράψατε απ' ευθείας το url να πληκτρολογήσατε κάτι λάθος</p><p>Δοκιμάστε να γυρίσετε στην κεντρική σελίδα και ίσως βρείτε αυτό που αναζητήσατε.</p><p><a href=\"{{.URL}}\">Πίσω στην κεντρική σελίδα</a>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Είσοδος"
|
78
72
|
},
|
@@ -152,7 +146,7 @@
|
|
152
146
|
"other": "Κοινή χρήση συνδέσμου"
|
153
147
|
},
|
154
148
|
"social_media_buttons_copied_link": {
|
155
|
-
"other": "Ο σύνδεσμος αντιγράφηκε
|
149
|
+
"other": "Ο σύνδεσμος αντιγράφηκε"
|
156
150
|
},
|
157
151
|
"social_media_buttons_copy_link": {
|
158
152
|
"other": "Αντιγραφή συνδέσμου"
|
@@ -654,7 +648,7 @@
|
|
654
648
|
"other": "Δείτε την ταινιοθήκη σας"
|
655
649
|
},
|
656
650
|
"shopping_complete_plan": {
|
657
|
-
"other": "Η αγορά του {{
|
651
|
+
"other": "Η αγορά του {{.Title}} ήταν επιτυχής."
|
658
652
|
},
|
659
653
|
"shopping_complete_rental_watch_window_start": {
|
660
654
|
"one": "Μπορείτε τώρα να ξεκινήσετε τη θέαση μέσα στις επόμενες {{.Count}} μέρες.",
|
@@ -992,33 +986,38 @@
|
|
992
986
|
"other": "Τιμή"
|
993
987
|
},
|
994
988
|
"shopping_price_plan_note": {
|
995
|
-
"
|
996
|
-
"
|
997
|
-
|
989
|
+
"one": "Χρεώνεται κάθε {{.Interval}} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
|
990
|
+
"other": "Χρεώνεται κάθε {{.Interval}} μετά τη λήξη της δωρεάν δοκιμής {{.Count}} ημερών."
|
991
|
+
},
|
992
|
+
"shopping_price_plan_note_without_trial": {
|
993
|
+
"other": "Χρεώνεται κάθε {{.Interval}} ."
|
998
994
|
},
|
999
995
|
"shopping_price_plan_note_interval": {
|
1000
|
-
"one": "{{
|
1001
|
-
"other": "{{
|
996
|
+
"one": "{{.Interval}}",
|
997
|
+
"other": "{{.Count}} {{.Interval}}"
|
1002
998
|
},
|
1003
|
-
"
|
999
|
+
"shopping_enter_card_prompt_subscription": {
|
1004
1000
|
"other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε τη συνδρομή σας."
|
1005
1001
|
},
|
1002
|
+
"shopping_enter_card_prompt_plan": {
|
1003
|
+
"other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε το σχέδιό σας."
|
1004
|
+
},
|
1006
1005
|
"shopping_action_plan": {
|
1007
1006
|
"other": "Πλήρης"
|
1008
1007
|
},
|
1009
1008
|
"shopping_complete_subscription": {
|
1010
|
-
"other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{
|
1009
|
+
"other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{.Title}}."
|
1011
1010
|
},
|
1012
1011
|
"shopping_complete_subscription_browse": {
|
1013
1012
|
"other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
|
1014
1013
|
},
|
1015
1014
|
"shopping_info_plan_offer": {
|
1016
|
-
"one": "Ανανεώνει αυτόματα κάθε {{
|
1017
|
-
"other": "Ανανεώνει αυτόματα κάθε {{
|
1015
|
+
"one": "Ανανεώνει αυτόματα κάθε {{.Interval}}",
|
1016
|
+
"other": "Ανανεώνει αυτόματα κάθε {{.Count}} {{.Interval}}"
|
1018
1017
|
},
|
1019
1018
|
"shopping_info_trial_period_offer": {
|
1020
1019
|
"one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
|
1021
|
-
"other": "Δοκιμάστε τη δωρεάν {{
|
1020
|
+
"other": "Δοκιμάστε τη δωρεάν {{.Count}} day!"
|
1022
1021
|
},
|
1023
1022
|
"plans_page_header": {
|
1024
1023
|
"other": "Διαθέσιμα σχέδια"
|
@@ -1036,7 +1035,7 @@
|
|
1036
1035
|
"other": "Διαβάστε περισσότερα"
|
1037
1036
|
},
|
1038
1037
|
"plan_page_header_text": {
|
1039
|
-
"other": "Απολαύστε το {{
|
1038
|
+
"other": "Απολαύστε το {{.Name}}"
|
1040
1039
|
},
|
1041
1040
|
"page_plan_explore_intro": {
|
1042
1041
|
"other": "Ή"
|
@@ -1098,6 +1097,9 @@
|
|
1098
1097
|
"wcag_aria_label_carousel": {
|
1099
1098
|
"other": "Στροβιλοδρόμιο"
|
1100
1099
|
},
|
1100
|
+
"wcag_aria_label_carousel_pagination": {
|
1101
|
+
"other": "Σελιδοποίηση"
|
1102
|
+
},
|
1101
1103
|
"wcag_aria_label_page_collection": {
|
1102
1104
|
"other": "Συλλογή σελίδων"
|
1103
1105
|
},
|
@@ -1288,21 +1290,45 @@
|
|
1288
1290
|
"other": "οι εγγραφές μου"
|
1289
1291
|
},
|
1290
1292
|
"usersubscriptions_subscription_expiry_trialing": {
|
1291
|
-
"other": "Πρώτη πληρωμή {{
|
1293
|
+
"other": "Πρώτη πληρωμή {{.Expiry}}"
|
1292
1294
|
},
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Επόμενη πληρωμή {{
|
1296
|
+
"other": "Επόμενη πληρωμή {{.Expiry}}"
|
1295
1297
|
},
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Οφειλόμενη πληρωμή {{
|
1299
|
+
"other": "Οφειλόμενη πληρωμή {{.Expiry}}"
|
1298
1300
|
},
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Λήγει {{
|
1302
|
+
"other": "Λήγει {{.Expiry}}"
|
1301
1303
|
},
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Έληξε {{
|
1305
|
+
"other": "Έληξε {{.Expiry}}"
|
1304
1306
|
},
|
1305
1307
|
"sponsor_image_alt": {
|
1306
1308
|
"other": "λογότυπο χορηγού"
|
1309
|
+
},
|
1310
|
+
"subscribe_to_watch": {
|
1311
|
+
"other": "Εγγραφείτε για να παρακολουθήσετε"
|
1312
|
+
},
|
1313
|
+
"bundle_items_generic": {
|
1314
|
+
"other": "{{.Count}} αντικείμενα"
|
1315
|
+
},
|
1316
|
+
"shopping_card_update_reason_expired": {
|
1317
|
+
"other": "Ενημερώστε την πιστωτική σας κάρτα. Οι υποστηριζόμενες κάρτες είναι Visa, Mastercard και American Express."
|
1318
|
+
},
|
1319
|
+
"shopping_discount_applied_promo": {
|
1320
|
+
"other": "Ο κωδικός εφαρμόστηκε με επιτυχία."
|
1321
|
+
},
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1323
|
+
"other": "Εισαγάγετε έναν έγκυρο κωδικό προσφοράς."
|
1324
|
+
},
|
1325
|
+
"shopping_complete_promo_only": {
|
1326
|
+
"other": "Επιτυχία! Τώρα μπορείτε να παρακολουθήσετε {{.Title}}."
|
1327
|
+
},
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
1329
|
+
"other": "Εξαργυρώνω"
|
1330
|
+
},
|
1331
|
+
"pricing_ownership_promo": {
|
1332
|
+
"other": "Εξαργυρώνω"
|
1307
1333
|
}
|
1308
|
-
}
|
1334
|
+
}
|
package/site/en_AU.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>Sorry, it looks like the page that you're looking for doesn't exist.</p><p>It could have been moved or deleted, or perhaps you misspelled something.</p><p>Try going back to the homepage to find what you were looking for.</p><p><a href=\"{{.URL}}\">Back to the Homepage</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Sign In"
|
78
72
|
},
|
@@ -158,7 +152,7 @@
|
|
158
152
|
"other": "Link share"
|
159
153
|
},
|
160
154
|
"social_media_buttons_copied_link": {
|
161
|
-
"other": "Link copied
|
155
|
+
"other": "Link copied"
|
162
156
|
},
|
163
157
|
"social_media_buttons_copy_link": {
|
164
158
|
"other": "Copy Link"
|
@@ -989,17 +983,22 @@
|
|
989
983
|
"other": "Price"
|
990
984
|
},
|
991
985
|
"shopping_price_plan_note": {
|
992
|
-
"zero": "Charged every {{.Interval}}.",
|
993
986
|
"one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
|
994
987
|
"other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
|
995
988
|
},
|
989
|
+
"shopping_price_plan_note_without_trial": {
|
990
|
+
"other": "Charged every {{.Interval}}."
|
991
|
+
},
|
996
992
|
"shopping_price_plan_note_interval": {
|
997
993
|
"one": "{{.Interval}}",
|
998
994
|
"other": "{{.Count}} {{.Interval}}s"
|
999
995
|
},
|
1000
|
-
"
|
996
|
+
"shopping_enter_card_prompt_subscription": {
|
1001
997
|
"other": "Enter your credit card details below in order start your subscription."
|
1002
998
|
},
|
999
|
+
"shopping_enter_card_prompt_plan": {
|
1000
|
+
"other": "Enter your credit card details below in order start your plan."
|
1001
|
+
},
|
1003
1002
|
"shopping_action_credit": {
|
1004
1003
|
"other": "Top up"
|
1005
1004
|
},
|
@@ -1224,6 +1223,9 @@
|
|
1224
1223
|
"wcag_aria_label_carousel": {
|
1225
1224
|
"other": "Carousel"
|
1226
1225
|
},
|
1226
|
+
"wcag_aria_label_carousel_pagination": {
|
1227
|
+
"other": "Pagination"
|
1228
|
+
},
|
1227
1229
|
"wcag_aria_label_page_collection": {
|
1228
1230
|
"other": "Page Collection"
|
1229
1231
|
},
|
@@ -1304,5 +1306,29 @@
|
|
1304
1306
|
},
|
1305
1307
|
"sponsor_image_alt": {
|
1306
1308
|
"other": "sponsor logo"
|
1309
|
+
},
|
1310
|
+
"subscribe_to_watch": {
|
1311
|
+
"other": "Subscribe to watch"
|
1312
|
+
},
|
1313
|
+
"bundle_items_generic": {
|
1314
|
+
"other": "{{.Count}} items"
|
1315
|
+
},
|
1316
|
+
"shopping_card_update_reason_expired": {
|
1317
|
+
"other": "Update your credit card. Supported cards are Visa, Mastercard and American Express."
|
1318
|
+
},
|
1319
|
+
"shopping_discount_applied_promo": {
|
1320
|
+
"other": "Code successfully applied."
|
1321
|
+
},
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1323
|
+
"other": "Please enter a valid promo code."
|
1324
|
+
},
|
1325
|
+
"shopping_complete_promo_only": {
|
1326
|
+
"other": "Success! You can now watch {{.Title}}."
|
1327
|
+
},
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
1329
|
+
"other": "Redeem"
|
1330
|
+
},
|
1331
|
+
"pricing_ownership_promo": {
|
1332
|
+
"other": "Redeem"
|
1307
1333
|
}
|
1308
1334
|
}
|
package/site/es_ES.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
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>En este momento, parece que la página que está buscando no existe.</p><p>Podría haber sida movida o eliminada, o tal vez algo mal escrito. </p><p>Trate volver a la página principal va a encontrar lo que busca. </p><p><a href=\"{{.URL}}\">Volver a la página principal </a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Iniciar sesión"
|
78
72
|
},
|
@@ -152,7 +146,7 @@
|
|
152
146
|
"other": "Compartir enlace"
|
153
147
|
},
|
154
148
|
"social_media_buttons_copied_link": {
|
155
|
-
"other": "
|
149
|
+
"other": "Enlace copiado"
|
156
150
|
},
|
157
151
|
"social_media_buttons_copy_link": {
|
158
152
|
"other": "Copiar link"
|
@@ -654,7 +648,7 @@
|
|
654
648
|
"other": "Ir a vuestra biblioteca."
|
655
649
|
},
|
656
650
|
"shopping_complete_plan": {
|
657
|
-
"other": "Su compra de {{
|
651
|
+
"other": "Su compra de {{.Title}} fue exitosa."
|
658
652
|
},
|
659
653
|
"shopping_complete_rental_watch_window_start": {
|
660
654
|
"one": "Ahora puede ver dentro del próximo día.",
|
@@ -905,33 +899,38 @@
|
|
905
899
|
"other": "Precio"
|
906
900
|
},
|
907
901
|
"shopping_price_plan_note": {
|
908
|
-
"
|
909
|
-
"
|
910
|
-
|
902
|
+
"one": "Se {{.Interval}} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
|
903
|
+
"other": "Se {{.Interval}} cada .Interval después de que finaliza la prueba gratuita de {{.Count}}"
|
904
|
+
},
|
905
|
+
"shopping_price_plan_note_without_trial": {
|
906
|
+
"other": "Cargado cada {{.Interval}} ."
|
911
907
|
},
|
912
908
|
"shopping_price_plan_note_interval": {
|
913
|
-
"one": "{{
|
914
|
-
"other": "{{
|
909
|
+
"one": "{{.Interval}}",
|
910
|
+
"other": "{{.Count}} {{.Interval}}"
|
915
911
|
},
|
916
|
-
"
|
912
|
+
"shopping_enter_card_prompt_subscription": {
|
917
913
|
"other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
|
918
914
|
},
|
915
|
+
"shopping_enter_card_prompt_plan": {
|
916
|
+
"other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su plan."
|
917
|
+
},
|
919
918
|
"shopping_action_plan": {
|
920
919
|
"other": "Completo"
|
921
920
|
},
|
922
921
|
"shopping_complete_subscription": {
|
923
|
-
"other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{
|
922
|
+
"other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}."
|
924
923
|
},
|
925
924
|
"shopping_complete_subscription_browse": {
|
926
925
|
"other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
|
927
926
|
},
|
928
927
|
"shopping_info_plan_offer": {
|
929
|
-
"one": "Renueva automáticamente cada {{
|
930
|
-
"other": "Renueva automáticamente cada {{
|
928
|
+
"one": "Renueva automáticamente cada {{.Interval}}",
|
929
|
+
"other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
|
931
930
|
},
|
932
931
|
"shopping_info_trial_period_offer": {
|
933
932
|
"one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
|
934
|
-
"other": "¡Pruebe su prueba gratuita de {{
|
933
|
+
"other": "¡Pruebe su prueba gratuita de {{.Count}} day!"
|
935
934
|
},
|
936
935
|
"plans_page_header": {
|
937
936
|
"other": "Planes Disponibles"
|
@@ -949,7 +948,7 @@
|
|
949
948
|
"other": "Lee mas"
|
950
949
|
},
|
951
950
|
"plan_page_header_text": {
|
952
|
-
"other": "Disfruta {{
|
951
|
+
"other": "Disfruta {{.Name}}"
|
953
952
|
},
|
954
953
|
"page_plan_explore_intro": {
|
955
954
|
"other": "O"
|
@@ -1011,6 +1010,9 @@
|
|
1011
1010
|
"wcag_aria_label_carousel": {
|
1012
1011
|
"other": "Carrusel"
|
1013
1012
|
},
|
1013
|
+
"wcag_aria_label_carousel_pagination": {
|
1014
|
+
"other": "Paginación"
|
1015
|
+
},
|
1014
1016
|
"wcag_aria_label_page_collection": {
|
1015
1017
|
"other": "Colección de páginas"
|
1016
1018
|
},
|
@@ -1288,21 +1290,45 @@
|
|
1288
1290
|
"other": "mis Suscripciónes"
|
1289
1291
|
},
|
1290
1292
|
"usersubscriptions_subscription_expiry_trialing": {
|
1291
|
-
"other": "Primer pago {{
|
1293
|
+
"other": "Primer pago {{.Expiry}}"
|
1292
1294
|
},
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Próximo pago {{
|
1296
|
+
"other": "Próximo pago {{.Expiry}}"
|
1295
1297
|
},
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Pago adeudado {{
|
1299
|
+
"other": "Pago adeudado {{.Expiry}}"
|
1298
1300
|
},
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Finaliza {{
|
1302
|
+
"other": "Finaliza {{.Expiry}}"
|
1301
1303
|
},
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "{{
|
1305
|
+
"other": "{{.Expiry}} finalizada"
|
1304
1306
|
},
|
1305
1307
|
"sponsor_image_alt": {
|
1306
1308
|
"other": "logotipo del patrocinador"
|
1309
|
+
},
|
1310
|
+
"subscribe_to_watch": {
|
1311
|
+
"other": "Suscríbete para ver"
|
1312
|
+
},
|
1313
|
+
"bundle_items_generic": {
|
1314
|
+
"other": "{{.Count}} artículos"
|
1315
|
+
},
|
1316
|
+
"shopping_card_update_reason_expired": {
|
1317
|
+
"other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
|
1318
|
+
},
|
1319
|
+
"shopping_discount_applied_promo": {
|
1320
|
+
"other": "Código aplicado con éxito."
|
1321
|
+
},
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1323
|
+
"other": "Por favor, introduzca un código de promoción válido."
|
1324
|
+
},
|
1325
|
+
"shopping_complete_promo_only": {
|
1326
|
+
"other": "¡Éxito! Ahora puedes ver {{.Title}}."
|
1327
|
+
},
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
1329
|
+
"other": "Redimir"
|
1330
|
+
},
|
1331
|
+
"pricing_ownership_promo": {
|
1332
|
+
"other": "Redimir"
|
1307
1333
|
}
|
1308
|
-
}
|
1334
|
+
}
|