@shift72/core-template 0.4.2 → 0.4.3
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.
- package/CHANGELOG.md +15 -0
- package/kibble.json +2 -2
- package/package.json +7 -4
- package/scripts/css-local-get.js +34 -0
- package/scripts/css-local-put.js +110 -0
- package/scripts/language-file-validator.js +16 -2
- package/site/ar_LB.all.json +19 -17
- package/site/ca_ES.all.json +13 -32
- package/site/da_DK.all.json +44 -32
- package/site/de_DE.all.json +127 -2
- package/site/ee_EE.all.json +87 -22
- package/site/el_EL.all.json +86 -17
- package/site/en_AU.all.json +24 -23
- package/site/es_ES.all.json +125 -2
- package/site/es_MX.all.json +162 -2
- package/site/fi_FI.all.json +161 -2
- package/site/fr_FR.all.json +128 -2
- package/site/hr_HR.all.json +61 -4
- package/site/hu_HU.all.json +87 -22
- package/site/it_IT.all.json +124 -2
- package/site/ja_JP.all.json +160 -2
- package/site/lt_LT.all.json +47 -14
- package/site/nl_BE.all.json +49 -15
- package/site/no_NO.all.json +84 -22
- package/site/pl_PL.all.json +159 -2
- package/site/pt_BR.all.json +21 -32
- package/site/pt_PT.all.json +90 -18
- package/site/ru_RU.all.json +82 -15
- package/site/se_SE.all.json +61 -30
- package/site/styles/_awards.scss +6 -6
- package/site/styles/_bootstrap4.scss +90 -0
- package/site/styles/_buttons.scss +5 -4
- package/site/styles/_can-be-watched-button.scss +2 -0
- package/site/styles/_card.scss +2 -2
- package/site/styles/_carousel.scss +43 -28
- package/site/styles/_collections.scss +4 -4
- package/site/styles/_cookie-consent.scss +1 -1
- package/site/styles/_devices.scss +3 -3
- package/site/styles/_footer.scss +6 -6
- package/site/styles/_forms.scss +6 -6
- package/site/styles/_globals.scss +1 -1
- package/site/styles/_icons.scss +2 -2
- package/site/styles/_language-selector.scss +2 -2
- package/site/styles/_legacy.scss +3 -3
- package/site/styles/_meta-detail.scss +44 -24
- package/site/styles/_mixins.scss +2 -2
- package/site/styles/_nav.scss +40 -40
- package/site/styles/_pages.scss +12 -12
- package/site/styles/_pin-codes.scss +2 -2
- package/site/styles/_plans.scss +1 -1
- package/site/styles/_poster.scss +5 -4
- package/site/styles/_shift72.scss +22 -22
- package/site/styles/_shopping.scss +8 -8
- package/site/styles/_slider.scss +4 -10
- package/site/styles/_social-media-buttons.scss +20 -20
- package/site/styles/_swiper.scss +2 -2
- package/site/styles/_variables.scss +107 -82
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +1 -3
- package/site/templates/application/application.jet +13 -1
- package/site/templates/bundle/buttons.jet +2 -1
- package/site/templates/bundle/item.jet +1 -2
- package/site/templates/collection/carousel_item.jet +12 -13
- package/site/templates/common/awards/item.jet +1 -1
- package/site/templates/film/item.jet +36 -12
- package/site/templates/tv/detail.jet +7 -7
- package/site/tr_TR.all.json +85 -21
- package/site/uk_UA.all.json +47 -34
- package/site/zh_TW.all.json +16 -36
- package/site/styles/_functions.scss +0 -8
package/site/fr_FR.all.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"social_media_buttons_copied_link": { "other": "Lien copié dans le presse-papiers !" },
|
|
80
80
|
"social_media_buttons_copy_link": { "other": "Copier dans le presse-papier" },
|
|
81
81
|
|
|
82
|
-
"accept_invite_page_header": { "other": "Bienvenue" },
|
|
82
|
+
"accept_invite_page_header": { "other": "Bienvenue " },
|
|
83
83
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Il semble que vous ayez déjà utilisé ce lien, vous devriez essayer de <a href=\"{{.SigninURL}}\">vous connecter</a>. Si vous avez oublié votre mot de passe, vous pouvez aussi <a href=\"{{.ForgotPasswordURL}}\">réinitialiser votre mot de passe</a>." },
|
|
84
84
|
"acceptinvite_complete": { "other": "Merci, votre compte a bien été créé." },
|
|
85
85
|
"acceptinvite_form_submit": { "other": "Accepter l'invitation" },
|
|
@@ -337,6 +337,7 @@
|
|
|
337
337
|
"meta_detail_studios": { "one": "Studio", "other": "Studios" },
|
|
338
338
|
"meta_detail_countries": { "one": "Pays", "other": "Pays" },
|
|
339
339
|
"meta_detail_subtitles": { "other": "Sous-titres" },
|
|
340
|
+
"meta_detail_captions": { "other": "Sous-titres [CC]" },
|
|
340
341
|
"meta_detail_episodes_title": { "other": "Épisodes" },
|
|
341
342
|
"meta_detail_bonus_title": { "other": "Contenu Bonus" },
|
|
342
343
|
"meta_detail_recommendations_title": { "other": "Vous pourriez également apprécier" },
|
|
@@ -473,5 +474,130 @@
|
|
|
473
474
|
},
|
|
474
475
|
"awards_in_competition": {
|
|
475
476
|
"other": "En compétition"
|
|
476
|
-
}
|
|
477
|
+
},
|
|
478
|
+
"awards_winner_of": {
|
|
479
|
+
"other": "Vainqueur de"
|
|
480
|
+
},
|
|
481
|
+
"donate_button_text": {
|
|
482
|
+
"other": "Faire un don"
|
|
483
|
+
},
|
|
484
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
|
485
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
|
486
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
|
487
|
+
|
|
488
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
|
489
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
|
490
|
+
"wcag_collections_h2": { "other": "Collections" },
|
|
491
|
+
|
|
492
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
|
493
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
|
494
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
|
495
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
|
496
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
|
497
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
|
498
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
|
499
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
|
500
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
|
501
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
|
502
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
|
503
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
|
504
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
|
505
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
506
|
+
|
|
507
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
508
|
+
|
|
509
|
+
"account_form_pin_code": { "other": "PIN" },
|
|
510
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
|
511
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
|
512
|
+
"account_form_pin_changed": { "other": "Updated" },
|
|
513
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
|
514
|
+
|
|
515
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
|
516
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
|
517
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
|
518
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
|
519
|
+
"user_submit_pin_button": { "other": "Enter" },
|
|
520
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
|
521
|
+
|
|
522
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
|
523
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
|
524
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
|
525
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
|
526
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
|
527
|
+
|
|
528
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
|
529
|
+
"userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
|
|
530
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
|
531
|
+
|
|
532
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
|
533
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
|
534
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
|
535
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
|
536
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
|
537
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
|
538
|
+
|
|
539
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
|
540
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
|
541
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
|
542
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
|
543
|
+
"shopping_error_close_button": { "other": "OK" },
|
|
544
|
+
|
|
545
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
|
546
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
|
547
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
|
548
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
|
549
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
|
550
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
|
551
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
|
552
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
|
553
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
|
554
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
|
555
|
+
|
|
556
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
|
557
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
"users_gender_none": { "other": "Not specified" },
|
|
561
|
+
"users_gender_female": { "other": "Female" },
|
|
562
|
+
"users_gender_male": { "other": "Male" },
|
|
563
|
+
"users_gender_diverse": { "other": "Diverse" },
|
|
564
|
+
"users_gender_other": { "other": "Other" },
|
|
565
|
+
|
|
566
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
567
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
568
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
569
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
|
570
|
+
|
|
571
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
|
572
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
|
573
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
|
574
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
|
575
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
|
576
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
|
577
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
|
578
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
|
579
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
580
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
581
|
+
|
|
582
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
583
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
584
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
|
585
|
+
|
|
586
|
+
"availability_renting": { "other": "Renting" },
|
|
587
|
+
"availability_not_available": { "other": "Not available" },
|
|
588
|
+
"availability_in_watch_window": { "other": "availability_in_watch_window" },
|
|
589
|
+
|
|
590
|
+
"play": { "other": "Play" },
|
|
591
|
+
|
|
592
|
+
"combined_auth_signin_prompt": { "other": "Sign in" },
|
|
593
|
+
"combined_auth_signup_prompt": { "other": "Create Account" },
|
|
594
|
+
|
|
595
|
+
"shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." },
|
|
596
|
+
|
|
597
|
+
"search_control_submit": { "other": "Submit search" },
|
|
598
|
+
"shopping_error_discount_not_applied": { "other": "Please enter a valid promo code." },
|
|
599
|
+
"shopping_error_discount_already_redeemed": { "other": "That promo code has already been used." },
|
|
600
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
601
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." }
|
|
602
|
+
|
|
477
603
|
}
|
package/site/hr_HR.all.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"social_media_buttons_copied_link": { "other": "Veza je kopirana u međuspremnik!" },
|
|
57
57
|
"social_media_buttons_copy_link": { "other": "Kopirati u međuspremnikKopirati u međuspremnik" },
|
|
58
58
|
|
|
59
|
-
"accept_invite_page_header": { "other": "Dobrodošli" },
|
|
59
|
+
"accept_invite_page_header": { "other": "Dobrodošli " },
|
|
60
60
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Ovaj pozivni kod je već iskorišten i potrebna je ponovna <a href=\"{{.SigninURL}}\">prijava</a>. Ako ste zaboravili lozinku, možete je <a href=\"{{.ForgotPasswordURL}}\">resetirati</a>." },
|
|
61
61
|
"acceptinvite_complete": { "other": "Hvala vam. Izradili ste korisnički račun." },
|
|
62
62
|
"acceptinvite_form_submit": { "other": "Prihvati pozivnicu" },
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"shopping_info_ownership_rent": { "other": "posudba" },
|
|
190
190
|
|
|
191
191
|
"shopping_info_sd_only": { "other": "Ograničeno na SD format." },
|
|
192
|
-
"shopping_info_release_date_title": { "other": "Dolazi {{.Date}}." },
|
|
192
|
+
"shopping_info_release_date_title": { "other": "Dolazi {{.Date}}. " },
|
|
193
193
|
"shopping_info_release_date_explanation_rent": { "other": "Sadržaj možete posuditi sada, ali ga nećete moći gledati do zadanog datuma." },
|
|
194
194
|
"shopping_info_release_date_explanation_buy": { "other": "Sadržaj možete kupiti sada, ali ga nećete moći gledati do zadanog datuma." },
|
|
195
195
|
|
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
"meta_detail_studios": { "other": "Studiji" },
|
|
289
289
|
"meta_detail_countries": { "other": "Zemlje" },
|
|
290
290
|
"meta_detail_subtitles": { "other": "Podnaslovi" },
|
|
291
|
+
"meta_detail_captions": { "other": "Podnaslovi [CC]" },
|
|
291
292
|
"meta_detail_episodes_title": { "other": "Epizode" },
|
|
292
293
|
"meta_detail_bonus_title": { "other": "Bonus sadržaj" },
|
|
293
294
|
"meta_detail_recommendations_title": { "other": "Nalovi koji bi vam se mogli svidjeti" },
|
|
@@ -336,7 +337,7 @@
|
|
|
336
337
|
"pricing_ownership_buy": { "other": "Kupi" },
|
|
337
338
|
"pricing_ownership_rent": { "other": "Posudi" },
|
|
338
339
|
|
|
339
|
-
"classification_intro": { "other": "Ocjena:" },
|
|
340
|
+
"classification_intro": { "other": "Ocjena: " },
|
|
340
341
|
"cookie_banner_message": { "other": "Mrežne stranice koriste kolačiće za bolje korisničko iskustvo. Korištenjem stranica, prihvaćate <a href=\"{{.CookiePolicyURL}}\">korištenje podataka o stranicama</a>." },
|
|
341
342
|
"cookie_banner_accept": { "other": "Prihvatiti" },
|
|
342
343
|
"all_rights_reserved": { "other": "Sva prava pridržana. Nijedan dio ovih mrežnih stranica ne smije se koristiti bez naše pisane privole." },
|
|
@@ -480,5 +481,61 @@
|
|
|
480
481
|
},
|
|
481
482
|
"awards_in_competition": {
|
|
482
483
|
"other": "U natjecanju"
|
|
483
|
-
}
|
|
484
|
+
},
|
|
485
|
+
"awards_winner_of": {
|
|
486
|
+
"other": "Pobjednik od"
|
|
487
|
+
},
|
|
488
|
+
"donate_button_text": {
|
|
489
|
+
"other": "Donirajte"
|
|
490
|
+
},
|
|
491
|
+
|
|
492
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
493
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
494
|
+
|
|
495
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
|
496
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
|
497
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
|
498
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
|
499
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
|
500
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
|
501
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
|
502
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
|
503
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
|
504
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
|
505
|
+
|
|
506
|
+
"powered_by_name": { "other": "Shift72" },
|
|
507
|
+
"powered_by_url": { "other": "https://www.screenplus.com" },
|
|
508
|
+
"festival_scope": { "other": "Festival Scope" },
|
|
509
|
+
"festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
|
|
510
|
+
"en": { "other": "English" },
|
|
511
|
+
"fr": { "other": "French" },
|
|
512
|
+
|
|
513
|
+
"nav_homepage": { "other": "ABC Cinemas" },
|
|
514
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
515
|
+
|
|
516
|
+
"classification_divider": { "other": " - " },
|
|
517
|
+
"classification_outro": { "other": "" },
|
|
518
|
+
|
|
519
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
520
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
521
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
522
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
|
523
|
+
|
|
524
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
525
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
526
|
+
|
|
527
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
528
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
529
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
|
530
|
+
|
|
531
|
+
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
|
532
|
+
"app_badge_ios": { "other": "Download on the App Store" },
|
|
533
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
|
534
|
+
|
|
535
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
536
|
+
|
|
537
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" }
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
484
541
|
}
|
package/site/hu_HU.all.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"social_media_buttons_copied_link": { "other": "Link a vágólapra másolva!" },
|
|
82
82
|
"social_media_buttons_copy_link": { "other": "Másolja a vágólapra" },
|
|
83
83
|
|
|
84
|
-
"accept_invite_page_header": { "other": "Üdvözöljük" },
|
|
84
|
+
"accept_invite_page_header": { "other": "Üdvözöljük " },
|
|
85
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Úgy tűnik, már felhasználtad a meghívódat, próbálj meg <a href=\"{{.SigninURL}}\">bejelentkezni</a>. Ha elfelejtetted a jelszavadat, <a href=\"{{.ForgotPasswordURL}}\">állíts be újat</a>." },
|
|
86
86
|
"acceptinvite_complete": { "other": "Köszönjük. A fiókodat létrehoztuk." },
|
|
87
87
|
"acceptinvite_form_submit": { "other": "Meghívó elfogadása" },
|
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
"meta_detail_studios": { "one": "Gyártó", "other": "Gyártó" },
|
|
324
324
|
"meta_detail_countries": { "one": "Ország", "other": "Ország" },
|
|
325
325
|
"meta_detail_subtitles": { "other": "Felirat" },
|
|
326
|
+
"meta_detail_captions": { "other": "Felirat [CC]" },
|
|
326
327
|
"meta_detail_episodes_title": { "other": "Epizódok" },
|
|
327
328
|
"meta_detail_bonus_title": { "other": "Extra tartalom" },
|
|
328
329
|
"meta_detail_recommendations_title": { "other": "Talán ez is tetszene" },
|
|
@@ -386,8 +387,6 @@
|
|
|
386
387
|
"users_gender_diverse": { "other": "Diverz" },
|
|
387
388
|
"users_gender_other": { "other": "Egyéb" },
|
|
388
389
|
|
|
389
|
-
"plan_label_owned": { "other": "" },
|
|
390
|
-
|
|
391
390
|
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
392
391
|
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
393
392
|
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
@@ -403,21 +402,10 @@
|
|
|
403
402
|
|
|
404
403
|
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
405
404
|
|
|
406
|
-
"shopping_price_title_plan": { "other": "shopping_price_title_plan" },
|
|
407
|
-
"shopping_price_plan_note": { "other": "shopping_price_plan_note" },
|
|
408
|
-
"shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
|
|
409
|
-
|
|
410
|
-
"shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
|
|
411
|
-
|
|
412
405
|
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"shopping_complete_subscription": { "other": "shopping_complete_subscription" },
|
|
416
|
-
"shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
|
|
417
|
-
|
|
406
|
+
|
|
418
407
|
"shopping_info_rental_period_coming_soon": { "other": "a bemutató időpontjától." },
|
|
419
|
-
|
|
420
|
-
"shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
|
|
408
|
+
|
|
421
409
|
|
|
422
410
|
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
423
411
|
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
@@ -526,11 +514,88 @@
|
|
|
526
514
|
"plan_free_link_text": {
|
|
527
515
|
"other": "Regisztrálj ingyen"
|
|
528
516
|
},
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
517
|
+
"awards_nominated_for": {
|
|
518
|
+
"other": "Erre jelölték"
|
|
519
|
+
},
|
|
520
|
+
"awards_in_competition": {
|
|
521
|
+
"other": "Versenyben"
|
|
522
|
+
},
|
|
523
|
+
"awards_winner_of": {
|
|
524
|
+
"other": "nyertese"
|
|
525
|
+
},
|
|
526
|
+
"donate_button_text": {
|
|
527
|
+
"other": "Dhuroni"
|
|
528
|
+
},
|
|
529
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
|
530
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
|
531
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
|
532
|
+
|
|
533
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
|
534
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
|
535
|
+
"wcag_collections_h2": { "other": "Collections" },
|
|
536
|
+
|
|
537
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
|
538
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
|
539
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
|
540
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
|
541
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
|
542
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
|
543
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
|
544
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
|
545
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
|
546
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
|
547
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
|
548
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
|
549
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
|
550
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
551
|
+
|
|
552
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
553
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
554
|
+
"shopping_payment_method_header": { "other": "Payment methods" },
|
|
555
|
+
"shopping_payment_method_credit_card": { "other": "Credit card" },
|
|
556
|
+
"shopping_payment_method_giropay": { "other": "Giropay" },
|
|
557
|
+
"shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
|
|
558
|
+
"shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
|
|
559
|
+
|
|
560
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
561
|
+
|
|
562
|
+
"account_form_pin_code": { "other": "PIN" },
|
|
563
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
|
564
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
|
565
|
+
"account_form_pin_changed": { "other": "Updated" },
|
|
566
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
|
567
|
+
|
|
568
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
|
569
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
|
570
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
|
571
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
|
572
|
+
"user_submit_pin_button": { "other": "Enter" },
|
|
573
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
|
574
|
+
|
|
575
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
|
576
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
|
577
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
|
578
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
|
579
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
|
580
|
+
|
|
581
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
|
582
|
+
"userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
|
|
583
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
|
584
|
+
|
|
585
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
|
586
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
|
587
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
|
588
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
|
589
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
|
590
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
|
591
|
+
|
|
592
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
|
593
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
|
594
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
|
595
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
|
596
|
+
"shopping_error_close_button": { "other": "OK" },
|
|
597
|
+
|
|
598
|
+
"availability_expires": { "other": "Expires {{.Expiry}}" },
|
|
599
|
+
"availability_expired": { "other": "Expired"}
|
|
535
600
|
}
|
|
536
601
|
|
package/site/it_IT.all.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"social_media_buttons_copied_link": { "other": "Link copiato negli appunti!" },
|
|
82
82
|
"social_media_buttons_copy_link": { "other": "Copia negli appunti" },
|
|
83
83
|
|
|
84
|
-
"accept_invite_page_header": { "other": "Accoglienza" },
|
|
84
|
+
"accept_invite_page_header": { "other": "Accoglienza " },
|
|
85
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Questo Invito è già stato usato." },
|
|
86
86
|
"acceptinvite_complete": { "other": "Grazie. Il tuo account è stato creato." },
|
|
87
87
|
"acceptinvite_form_submit": { "other": "Accetta l'Invito" },
|
|
@@ -331,6 +331,7 @@
|
|
|
331
331
|
"meta_detail_studios": { "one": "Studio", "other": "Studios" },
|
|
332
332
|
"meta_detail_countries": { "one": "Paese", "other": "Paese" },
|
|
333
333
|
"meta_detail_subtitles": { "other": "Sottotitoli" },
|
|
334
|
+
"meta_detail_captions": { "other": "Sottotitoli [CC]" },
|
|
334
335
|
"meta_detail_episodes_title": { "other": "Episodi" },
|
|
335
336
|
"meta_detail_bonus_title": { "other": "Contenuti Extra" },
|
|
336
337
|
"meta_detail_recommendations_title": { "other": "Potrebbe piacerti anche" },
|
|
@@ -474,5 +475,126 @@
|
|
|
474
475
|
},
|
|
475
476
|
"awards_in_competition": {
|
|
476
477
|
"other": "In Concorso"
|
|
477
|
-
}
|
|
478
|
+
},
|
|
479
|
+
"awards_winner_of": {
|
|
480
|
+
"other": "Vincitore di"
|
|
481
|
+
},
|
|
482
|
+
"donate_button_text": {
|
|
483
|
+
"other": "Donare"
|
|
484
|
+
},
|
|
485
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
|
486
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
|
487
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
|
488
|
+
|
|
489
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
|
490
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
|
491
|
+
"wcag_collections_h2": { "other": "Collections" },
|
|
492
|
+
|
|
493
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
|
494
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
|
495
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
|
496
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
|
497
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
|
498
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
|
499
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
|
500
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
|
501
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
|
502
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
|
503
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
|
504
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
|
505
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
|
506
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
507
|
+
|
|
508
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
509
|
+
|
|
510
|
+
"account_form_pin_code": { "other": "PIN" },
|
|
511
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
|
512
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
|
513
|
+
"account_form_pin_changed": { "other": "Updated" },
|
|
514
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
|
515
|
+
|
|
516
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
|
517
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
|
518
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
|
519
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
|
520
|
+
"user_submit_pin_button": { "other": "Enter" },
|
|
521
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
|
522
|
+
|
|
523
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
|
524
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
|
525
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
|
526
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
|
527
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
|
528
|
+
|
|
529
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
|
530
|
+
"userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
|
|
531
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
|
532
|
+
|
|
533
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
|
534
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
|
535
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
|
536
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
|
537
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
|
538
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
|
539
|
+
|
|
540
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
|
541
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
|
542
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
|
543
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
|
544
|
+
"shopping_error_close_button": { "other": "OK" },
|
|
545
|
+
|
|
546
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
|
547
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
|
548
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
|
549
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
|
550
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
|
551
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
|
552
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
|
553
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
|
554
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
|
555
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
|
556
|
+
|
|
557
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
|
558
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
|
559
|
+
|
|
560
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
561
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
562
|
+
|
|
563
|
+
"users_gender_none": { "other": "Not specified" },
|
|
564
|
+
"users_gender_female": { "other": "Female" },
|
|
565
|
+
"users_gender_male": { "other": "Male" },
|
|
566
|
+
"users_gender_diverse": { "other": "Diverse" },
|
|
567
|
+
"users_gender_other": { "other": "Other" },
|
|
568
|
+
|
|
569
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
570
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
571
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
572
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
|
573
|
+
|
|
574
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
|
575
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
|
576
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
|
577
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
|
578
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
|
579
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
|
580
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
|
581
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
|
582
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
583
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
584
|
+
|
|
585
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
586
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
587
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
|
588
|
+
|
|
589
|
+
"modal_cancel": { "other": "Cancel" },
|
|
590
|
+
|
|
591
|
+
"play": { "other": "Play" },
|
|
592
|
+
|
|
593
|
+
"combined_auth_signin_prompt": { "other": "Sign in" },
|
|
594
|
+
"combined_auth_signup_prompt": { "other": "Create Account" },
|
|
595
|
+
|
|
596
|
+
"validation_terms_required": { "other": "You must agree to the terms and conditions." },
|
|
597
|
+
"shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." }
|
|
598
|
+
|
|
599
|
+
|
|
478
600
|
}
|