@shift72/core-template 0.4.1 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +29 -1
- 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 +22 -18
- package/site/ca_ES.all.json +16 -32
- package/site/da_DK.all.json +47 -32
- package/site/de_DE.all.json +130 -2
- package/site/ee_EE.all.json +90 -23
- package/site/el_EL.all.json +89 -18
- package/site/en_AU.all.json +27 -24
- package/site/es_ES.all.json +129 -3
- package/site/es_MX.all.json +165 -3
- package/site/fi_FI.all.json +164 -2
- package/site/fr_FR.all.json +131 -3
- package/site/hr_HR.all.json +64 -5
- package/site/hu_HU.all.json +90 -23
- package/site/it_IT.all.json +127 -3
- package/site/ja_JP.all.json +163 -3
- package/site/lt_LT.all.json +50 -15
- package/site/nl_BE.all.json +53 -16
- package/site/no_NO.all.json +87 -23
- package/site/pl_PL.all.json +162 -3
- package/site/pt_BR.all.json +24 -32
- package/site/pt_PT.all.json +93 -19
- package/site/ru_RU.all.json +85 -16
- package/site/se_SE.all.json +64 -31
- package/site/static/images/common/sponsors-md.png +0 -0
- package/site/static/images/common/sponsors-xs.png +0 -0
- package/site/static/images/common/sponsors-xxxs.png +0 -0
- package/site/styles/_awards.scss +6 -6
- package/site/styles/_bootstrap4.scss +90 -0
- package/site/styles/_buttons.scss +9 -8
- 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 +45 -2
- 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/application/footer/footer.jet +3 -0
- package/site/templates/application/footer/sponsor-banner.jet +9 -0
- 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 +88 -22
- package/site/uk_UA.all.json +50 -34
- package/site/zh_TW.all.json +19 -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" },
|
@@ -301,7 +301,9 @@
|
|
301
301
|
"shopping_complete_purchase_coming_soon": { "other": "Vous pourrez commencer le visionnage à partir du {{.Date}}." },
|
302
302
|
"shopping_complete_receipt": { "other": "Un reçu vous a été envoyé par email." },
|
303
303
|
"shopping_complete_library_link": { "other": "Voir votre bibliothèque" },
|
304
|
-
|
304
|
+
"shopping_complete_plan": {
|
305
|
+
"other": "Votre achat de {{ .Title }} a réussi."
|
306
|
+
},
|
305
307
|
"shopping_complete_rental_watch_window_start": {
|
306
308
|
"one": "Vous pouvez maintenant commencer la lecture jusqu'à demain",
|
307
309
|
"other": "Vous pouvez maintenant commencer la lecture dans les {{.Count}} prochains jours."
|
@@ -335,6 +337,7 @@
|
|
335
337
|
"meta_detail_studios": { "one": "Studio", "other": "Studios" },
|
336
338
|
"meta_detail_countries": { "one": "Pays", "other": "Pays" },
|
337
339
|
"meta_detail_subtitles": { "other": "Sous-titres" },
|
340
|
+
"meta_detail_captions": { "other": "Sous-titres [CC]" },
|
338
341
|
"meta_detail_episodes_title": { "other": "Épisodes" },
|
339
342
|
"meta_detail_bonus_title": { "other": "Contenu Bonus" },
|
340
343
|
"meta_detail_recommendations_title": { "other": "Vous pourriez également apprécier" },
|
@@ -471,5 +474,130 @@
|
|
471
474
|
},
|
472
475
|
"awards_in_competition": {
|
473
476
|
"other": "En compétition"
|
474
|
-
}
|
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
|
+
|
475
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
|
|
@@ -269,7 +269,9 @@
|
|
269
269
|
"shopping_complete_rental_watch_window_end": { "other": "Kad započnete reprodukciju, imate {{.Count}} jedan sat za gledanje sadržaja, koliko puta želite." },
|
270
270
|
"shopping_complete_rental_coming_soon": { "other": "Sadržaj možete gledati od {{.Date}} i vaša posudba traje {{.Count}} dana." },
|
271
271
|
"shopping_complete_rental_coming_soon_watch_window_start": { "other": "Sadržaj možete gledati od {{.Date}} i vaša posudba traje {{.Count}} dana." },
|
272
|
-
|
272
|
+
"shopping_complete_plan": {
|
273
|
+
"other": "Vaša kupnja {{ .Title }} je uspjela."
|
274
|
+
},
|
273
275
|
"shopping_action_rent": { "other": "Posudi" },
|
274
276
|
"shopping_action_buy": { "other": "Kupi" },
|
275
277
|
|
@@ -286,6 +288,7 @@
|
|
286
288
|
"meta_detail_studios": { "other": "Studiji" },
|
287
289
|
"meta_detail_countries": { "other": "Zemlje" },
|
288
290
|
"meta_detail_subtitles": { "other": "Podnaslovi" },
|
291
|
+
"meta_detail_captions": { "other": "Podnaslovi [CC]" },
|
289
292
|
"meta_detail_episodes_title": { "other": "Epizode" },
|
290
293
|
"meta_detail_bonus_title": { "other": "Bonus sadržaj" },
|
291
294
|
"meta_detail_recommendations_title": { "other": "Nalovi koji bi vam se mogli svidjeti" },
|
@@ -334,7 +337,7 @@
|
|
334
337
|
"pricing_ownership_buy": { "other": "Kupi" },
|
335
338
|
"pricing_ownership_rent": { "other": "Posudi" },
|
336
339
|
|
337
|
-
"classification_intro": { "other": "Ocjena:" },
|
340
|
+
"classification_intro": { "other": "Ocjena: " },
|
338
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>." },
|
339
342
|
"cookie_banner_accept": { "other": "Prihvatiti" },
|
340
343
|
"all_rights_reserved": { "other": "Sva prava pridržana. Nijedan dio ovih mrežnih stranica ne smije se koristiti bez naše pisane privole." },
|
@@ -478,5 +481,61 @@
|
|
478
481
|
},
|
479
482
|
"awards_in_competition": {
|
480
483
|
"other": "U natjecanju"
|
481
|
-
}
|
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
|
+
|
482
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" },
|
@@ -294,7 +294,9 @@
|
|
294
294
|
"shopping_complete_purchase_coming_soon": { "other": "{{.Date}}-tól megtekinthető." },
|
295
295
|
"shopping_complete_receipt": { "other": "A bizonylatot e-mailben elküldtük számodra." },
|
296
296
|
"shopping_complete_library_link": { "other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban." },
|
297
|
-
|
297
|
+
"shopping_complete_plan": {
|
298
|
+
"other": "A {{ .Title }} vásárlása sikeres volt."
|
299
|
+
},
|
298
300
|
"shopping_complete_rental_watch_window_start": {
|
299
301
|
"one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
|
300
302
|
"other": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban."
|
@@ -321,6 +323,7 @@
|
|
321
323
|
"meta_detail_studios": { "one": "Gyártó", "other": "Gyártó" },
|
322
324
|
"meta_detail_countries": { "one": "Ország", "other": "Ország" },
|
323
325
|
"meta_detail_subtitles": { "other": "Felirat" },
|
326
|
+
"meta_detail_captions": { "other": "Felirat [CC]" },
|
324
327
|
"meta_detail_episodes_title": { "other": "Epizódok" },
|
325
328
|
"meta_detail_bonus_title": { "other": "Extra tartalom" },
|
326
329
|
"meta_detail_recommendations_title": { "other": "Talán ez is tetszene" },
|
@@ -384,8 +387,6 @@
|
|
384
387
|
"users_gender_diverse": { "other": "Diverz" },
|
385
388
|
"users_gender_other": { "other": "Egyéb" },
|
386
389
|
|
387
|
-
"plan_label_owned": { "other": "" },
|
388
|
-
|
389
390
|
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
390
391
|
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
391
392
|
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
@@ -401,21 +402,10 @@
|
|
401
402
|
|
402
403
|
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
403
404
|
|
404
|
-
"shopping_price_title_plan": { "other": "shopping_price_title_plan" },
|
405
|
-
"shopping_price_plan_note": { "other": "shopping_price_plan_note" },
|
406
|
-
"shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
|
407
|
-
|
408
|
-
"shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
|
409
|
-
|
410
405
|
"shopping_action_credit": { "other": "shopping_action_credit" },
|
411
|
-
|
412
|
-
|
413
|
-
"shopping_complete_subscription": { "other": "shopping_complete_subscription" },
|
414
|
-
"shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
|
415
|
-
|
406
|
+
|
416
407
|
"shopping_info_rental_period_coming_soon": { "other": "a bemutató időpontjától." },
|
417
|
-
|
418
|
-
"shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
|
408
|
+
|
419
409
|
|
420
410
|
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
421
411
|
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
@@ -524,11 +514,88 @@
|
|
524
514
|
"plan_free_link_text": {
|
525
515
|
"other": "Regisztrálj ingyen"
|
526
516
|
},
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
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"}
|
533
600
|
}
|
534
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" },
|
@@ -295,7 +295,9 @@
|
|
295
295
|
"shopping_complete_purchase_coming_soon": { "other": "Potrai vederlo a partire da {{.Date}}." },
|
296
296
|
"shopping_complete_receipt": { "other": "La ricevuta ti è stata inviata via email." },
|
297
297
|
"shopping_complete_library_link": { "other": "Consulta la tua library" },
|
298
|
-
|
298
|
+
"shopping_complete_plan": {
|
299
|
+
"other": "L'acquisto di {{ .Title }} buon fine."
|
300
|
+
},
|
299
301
|
"shopping_complete_rental_watch_window_start": {
|
300
302
|
"one": "You are now able to start watching it within the next day.",
|
301
303
|
"other": "Potrai vederlo entro i prossimi {{.Count}} giorni."
|
@@ -329,6 +331,7 @@
|
|
329
331
|
"meta_detail_studios": { "one": "Studio", "other": "Studios" },
|
330
332
|
"meta_detail_countries": { "one": "Paese", "other": "Paese" },
|
331
333
|
"meta_detail_subtitles": { "other": "Sottotitoli" },
|
334
|
+
"meta_detail_captions": { "other": "Sottotitoli [CC]" },
|
332
335
|
"meta_detail_episodes_title": { "other": "Episodi" },
|
333
336
|
"meta_detail_bonus_title": { "other": "Contenuti Extra" },
|
334
337
|
"meta_detail_recommendations_title": { "other": "Potrebbe piacerti anche" },
|
@@ -472,5 +475,126 @@
|
|
472
475
|
},
|
473
476
|
"awards_in_competition": {
|
474
477
|
"other": "In Concorso"
|
475
|
-
}
|
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
|
+
|
476
600
|
}
|