@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/pl_PL.all.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"social_media_buttons_copied_link": { "other": "Link skopiowany do schowka!" },
|
|
59
59
|
"social_media_buttons_copy_link": { "other": "Skopiuj do schowka" },
|
|
60
60
|
|
|
61
|
-
"accept_invite_page_header": { "other": "Witamy" },
|
|
61
|
+
"accept_invite_page_header": { "other": "Witamy " },
|
|
62
62
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Wygląda na to, że już odebrałeś to zaproszenie. Kliknij zatem <a href=\"{{.SigninURL}}\"> zaloguj się </a>. Jeśli zapomniałeś hasła, możesz je odzyskać <a href=\"{{.ForgotPasswordURL}}\"> resetując hasło </a>." },
|
|
63
63
|
"acceptinvite_complete": { "other": "Dziękujemy. Twoje konto zostało utworzone." },
|
|
64
64
|
"acceptinvite_form_submit": { "other": "Zaakceptuj zaproszenie." },
|
|
@@ -336,6 +336,7 @@
|
|
|
336
336
|
"meta_detail_studios": { "one": "Studio", "other": "Studio" },
|
|
337
337
|
"meta_detail_countries": { "one": "Kraj", "other": "Kraje" },
|
|
338
338
|
"meta_detail_subtitles": { "other": "Napisy" },
|
|
339
|
+
"meta_detail_captions": { "other": "Napisy [CC]" },
|
|
339
340
|
"meta_detail_episodes_title": { "other": "Odcinki" },
|
|
340
341
|
"meta_detail_bonus_title": { "other": "Materiał dodatkowy" },
|
|
341
342
|
"meta_detail_recommendations_title": { "other": "Propozycje dla Ciebie" },
|
|
@@ -495,5 +496,161 @@
|
|
|
495
496
|
},
|
|
496
497
|
"awards_in_competition": {
|
|
497
498
|
"other": "W zawodach"
|
|
498
|
-
}
|
|
499
|
+
},
|
|
500
|
+
"awards_winner_of": {
|
|
501
|
+
"other": "Zwycięzca"
|
|
502
|
+
},
|
|
503
|
+
"donate_button_text": {
|
|
504
|
+
"other": "Podarować"
|
|
505
|
+
},
|
|
506
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
|
507
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
|
508
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
|
509
|
+
|
|
510
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
|
511
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
|
512
|
+
"wcag_collections_h2": { "other": "Collections" },
|
|
513
|
+
|
|
514
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
|
515
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
|
516
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
|
517
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
|
518
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
|
519
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
|
520
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
|
521
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
|
522
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
|
523
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
|
524
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
|
525
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
|
526
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
|
527
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
528
|
+
|
|
529
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
530
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
531
|
+
"shopping_payment_method_header": { "other": "Payment methods" },
|
|
532
|
+
"shopping_payment_method_credit_card": { "other": "Credit card" },
|
|
533
|
+
"shopping_payment_method_giropay": { "other": "Giropay" },
|
|
534
|
+
"shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
|
|
535
|
+
"shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
|
|
536
|
+
|
|
537
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
538
|
+
|
|
539
|
+
"account_form_pin_code": { "other": "PIN" },
|
|
540
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
|
541
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
|
542
|
+
"account_form_pin_changed": { "other": "Updated" },
|
|
543
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
|
544
|
+
|
|
545
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
|
546
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
|
547
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
|
548
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
|
549
|
+
"user_submit_pin_button": { "other": "Enter" },
|
|
550
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
|
551
|
+
|
|
552
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
|
553
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
|
554
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
|
555
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
|
556
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
|
557
|
+
|
|
558
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
|
559
|
+
"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)." },
|
|
560
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
|
561
|
+
|
|
562
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
|
563
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
|
564
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
|
565
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
|
566
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
|
567
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
|
568
|
+
|
|
569
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
|
570
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
|
571
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
|
572
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
|
573
|
+
"shopping_error_close_button": { "other": "OK" },
|
|
574
|
+
|
|
575
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
576
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
577
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
|
578
|
+
|
|
579
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
|
580
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
|
581
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
|
582
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
|
583
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
|
584
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
|
585
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
|
586
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
|
587
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
|
588
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
|
589
|
+
|
|
590
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
|
591
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
|
592
|
+
|
|
593
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
594
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
595
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
596
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
|
597
|
+
|
|
598
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
|
599
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
|
600
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
|
601
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
|
602
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
|
603
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
|
604
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
|
605
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
|
606
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
607
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
608
|
+
|
|
609
|
+
"seasons":{
|
|
610
|
+
"one": "one season",
|
|
611
|
+
"other": "{{.Count}} seasons"
|
|
612
|
+
},
|
|
613
|
+
"tvseason": {
|
|
614
|
+
"other": "{{.ShowInfo.Title}} Season {{.Season.SeasonNumber}}"
|
|
615
|
+
},
|
|
616
|
+
"tvseason_html": {
|
|
617
|
+
"other": "{{.ShowInfo.Title}} <span>Season {{.Season.SeasonNumber}}</span>"
|
|
618
|
+
},
|
|
619
|
+
"tvepisode": {
|
|
620
|
+
"other": "{{.Episode.Title}}"
|
|
621
|
+
},
|
|
622
|
+
"tvseason_number": {
|
|
623
|
+
"other": "Season {{.Season.SeasonNumber}}"
|
|
624
|
+
},
|
|
625
|
+
"episode_count": {
|
|
626
|
+
"one": "1 Episode",
|
|
627
|
+
"other": "{{.Count}} Episodes"
|
|
628
|
+
},
|
|
629
|
+
|
|
630
|
+
"nav_homepage": { "other": "ABC Cinemas" },
|
|
631
|
+
|
|
632
|
+
"user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
|
|
633
|
+
"validation_pincode_required": { "other": "Please enter a PIN code." },
|
|
634
|
+
"shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
|
|
635
|
+
"shopping_info_subtitle_help": { "other": "See here for system requirements." },
|
|
636
|
+
"shopping_info_sd_only": { "other": "Limited to SD playback only." },
|
|
637
|
+
"shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
|
|
638
|
+
|
|
639
|
+
"activatedevice_page_header": { "other": "Activate Device" },
|
|
640
|
+
"activatedevice_page_content": { "other": "Follow the instructions on your device to get a PIN code. Your computer and device must both be connected to the internet to activate." },
|
|
641
|
+
"activatedevice_form_pin": { "other": "PIN Code" },
|
|
642
|
+
"activatedevice_form_submit": { "other": "Activate" },
|
|
643
|
+
"activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
|
|
644
|
+
"activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
|
|
645
|
+
"activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
|
|
646
|
+
"activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
|
|
647
|
+
|
|
648
|
+
"playlist_page_header": { "other": "Playlist" },
|
|
649
|
+
"playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
|
|
650
|
+
"playlist_share_title": { "other": "Playlist" },
|
|
651
|
+
"playlist_up_next_title": { "other": "Up Next" },
|
|
652
|
+
|
|
653
|
+
"classification_divider": { "other": " - " },
|
|
654
|
+
"classification_outro": { "other": "" },
|
|
655
|
+
"shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" }
|
|
499
656
|
}
|
package/site/pt_BR.all.json
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"social_media_buttons_copied_link": { "other": "Link copiado para a área de transferência!" },
|
|
148
148
|
"social_media_buttons_copy_link": { "other": "Copiar para área de transferência" },
|
|
149
149
|
"accept_invite_page_header": {
|
|
150
|
-
"other": "Acolher"
|
|
150
|
+
"other": "Acolher "
|
|
151
151
|
},
|
|
152
152
|
"acceptinvite_form_invalid_reset_password_token": {
|
|
153
153
|
"other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>."
|
|
@@ -760,6 +760,9 @@
|
|
|
760
760
|
"meta_detail_subtitles": {
|
|
761
761
|
"other": "Legendas"
|
|
762
762
|
},
|
|
763
|
+
"meta_detail_captions": {
|
|
764
|
+
"other": "Legendas [CC]"
|
|
765
|
+
},
|
|
763
766
|
"meta_detail_episodes_title": {
|
|
764
767
|
"other": "Episódios"
|
|
765
768
|
},
|
|
@@ -917,9 +920,6 @@
|
|
|
917
920
|
"users_gender_other": {
|
|
918
921
|
"other": "Outro"
|
|
919
922
|
},
|
|
920
|
-
"plan_label_owned": {
|
|
921
|
-
"other": ""
|
|
922
|
-
},
|
|
923
923
|
"pricing_quality_hd": {
|
|
924
924
|
"other": "pricing_quality_hd"
|
|
925
925
|
},
|
|
@@ -965,39 +965,13 @@
|
|
|
965
965
|
"shopping_info_ownership_plan": {
|
|
966
966
|
"other": "shopping_info_ownership_plan"
|
|
967
967
|
},
|
|
968
|
-
"shopping_price_title_plan": {
|
|
969
|
-
"other": "shopping_price_title_plan"
|
|
970
|
-
},
|
|
971
|
-
"shopping_price_plan_note": {
|
|
972
|
-
"other": "shopping_price_plan_note"
|
|
973
|
-
},
|
|
974
|
-
"shopping_price_plan_note_interval": {
|
|
975
|
-
"other": "shopping_price_plan_note_interval"
|
|
976
|
-
},
|
|
977
|
-
"shopping_enter_card_prompt_plan": {
|
|
978
|
-
"other": "shopping_enter_card_prompt_plan"
|
|
979
|
-
},
|
|
980
968
|
"shopping_action_credit": {
|
|
981
969
|
"other": "shopping_action_credit"
|
|
982
970
|
},
|
|
983
|
-
"shopping_action_plan": {
|
|
984
|
-
"other": "shopping_action_plan"
|
|
985
|
-
},
|
|
986
|
-
"shopping_complete_subscription": {
|
|
987
|
-
"other": "shopping_complete_subscription"
|
|
988
|
-
},
|
|
989
|
-
"shopping_complete_subscription_browse": {
|
|
990
|
-
"other": "shopping_complete_subscription_browse"
|
|
991
|
-
},
|
|
992
971
|
"shopping_info_rental_period_coming_soon": {
|
|
993
972
|
"other": "a partir da data e horário do lançamento.."
|
|
994
973
|
},
|
|
995
|
-
|
|
996
|
-
"other": "shopping_info_plan_offer"
|
|
997
|
-
},
|
|
998
|
-
"shopping_info_trial_period_offer": {
|
|
999
|
-
"other": "shopping_info_trial_period_offer"
|
|
1000
|
-
},
|
|
974
|
+
|
|
1001
975
|
"usersubscriptions_change_payment_method_change": {
|
|
1002
976
|
"other": "usersubscriptions_change_payment_method_change"
|
|
1003
977
|
},
|
|
@@ -1258,5 +1232,20 @@
|
|
|
1258
1232
|
},
|
|
1259
1233
|
"awards_in_competition": {
|
|
1260
1234
|
"other": "Em competição"
|
|
1261
|
-
}
|
|
1235
|
+
},
|
|
1236
|
+
"awards_winner_of": {
|
|
1237
|
+
"other": "Vencedor de"
|
|
1238
|
+
},
|
|
1239
|
+
"donate_button_text": {
|
|
1240
|
+
"other": "Doar"
|
|
1241
|
+
},
|
|
1242
|
+
|
|
1243
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
1244
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
1245
|
+
|
|
1246
|
+
"plan_label_owned": { "other": "" },
|
|
1247
|
+
|
|
1248
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" }
|
|
1249
|
+
|
|
1250
|
+
|
|
1262
1251
|
}
|
package/site/pt_PT.all.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"social_media_buttons_copied_link": { "other": "Link copiado para a área de transferência!" },
|
|
82
82
|
"social_media_buttons_copy_link": { "other": "Copiar para área de transferência" },
|
|
83
83
|
|
|
84
|
-
"accept_invite_page_header": { "other": "Acolher" },
|
|
84
|
+
"accept_invite_page_header": { "other": "Acolher " },
|
|
85
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>." },
|
|
86
86
|
"acceptinvite_complete": { "other": "Obrigado! Sua conta foi criada." },
|
|
87
87
|
"acceptinvite_form_submit": { "other": "Aceitar Convite" },
|
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
"meta_detail_studios": { "one": "Estúdio", "other": "Estúdios" },
|
|
321
321
|
"meta_detail_countries": { "one": "País", "other": "Países" },
|
|
322
322
|
"meta_detail_subtitles": { "other": "Legendas" },
|
|
323
|
+
"meta_detail_captions": { "other": "Legendas [CC]" },
|
|
323
324
|
"meta_detail_episodes_title": { "other": "Episódios" },
|
|
324
325
|
"meta_detail_bonus_title": { "other": "Conteúdo Adicional" },
|
|
325
326
|
"meta_detail_recommendations_title": { "other": "Você também pode gostar de..." },
|
|
@@ -383,8 +384,6 @@
|
|
|
383
384
|
"users_gender_diverse": { "other": "Diverso" },
|
|
384
385
|
"users_gender_other": { "other": "Outro" },
|
|
385
386
|
|
|
386
|
-
"plan_label_owned": { "other": "" },
|
|
387
|
-
|
|
388
387
|
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
389
388
|
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
390
389
|
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
|
@@ -400,21 +399,13 @@
|
|
|
400
399
|
|
|
401
400
|
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
402
401
|
|
|
403
|
-
"shopping_price_title_plan": { "other": "shopping_price_title_plan" },
|
|
404
|
-
"shopping_price_plan_note": { "other": "shopping_price_plan_note" },
|
|
405
|
-
"shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
|
|
406
402
|
|
|
407
|
-
"shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
|
|
408
403
|
|
|
409
404
|
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
410
|
-
"shopping_action_plan": { "other": "shopping_action_plan" },
|
|
411
405
|
|
|
412
|
-
|
|
413
|
-
"shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
|
|
406
|
+
|
|
414
407
|
|
|
415
408
|
"shopping_info_rental_period_coming_soon": { "other": "a partir da data e horário do lançamento.." },
|
|
416
|
-
"shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
|
|
417
|
-
"shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
|
|
418
409
|
|
|
419
410
|
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
420
411
|
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
@@ -523,10 +514,91 @@
|
|
|
523
514
|
"plan_free_link_text": {
|
|
524
515
|
"other": "Cadastre-se gratuitamente"
|
|
525
516
|
},
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
517
|
+
"awards_nominated_for": {
|
|
518
|
+
"other": "Nomeado para"
|
|
519
|
+
},
|
|
520
|
+
"awards_in_competition": {
|
|
521
|
+
"other": "Em competição"
|
|
522
|
+
},
|
|
523
|
+
"awards_winner_of": {
|
|
524
|
+
"other": "Vencedor de"
|
|
525
|
+
},
|
|
526
|
+
"donate_button_text": {
|
|
527
|
+
"other": "Doar"
|
|
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"},
|
|
600
|
+
|
|
601
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
|
602
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." }
|
|
603
|
+
|
|
532
604
|
}
|
package/site/ru_RU.all.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"social_media_buttons_copied_link": { "other": "Ссылка скопирована в буфер обмена!" },
|
|
83
83
|
"social_media_buttons_copy_link": { "other": "Скопировать в буфер обмена" },
|
|
84
84
|
|
|
85
|
-
"accept_invite_page_header": { "other": "Добро пожаловать" },
|
|
85
|
+
"accept_invite_page_header": { "other": "Добро пожаловать " },
|
|
86
86
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>." },
|
|
87
87
|
"acceptinvite_complete": { "other": "Спасибо. Ваш аккаунт был создан." },
|
|
88
88
|
"acceptinvite_form_submit": { "other": "Принять приглашение" },
|
|
@@ -348,6 +348,7 @@
|
|
|
348
348
|
"meta_detail_studios": { "one": "студия", "other": "Студии" },
|
|
349
349
|
"meta_detail_countries": { "one": "Страна", "other": "страны" },
|
|
350
350
|
"meta_detail_subtitles": { "other": "Субтитры" },
|
|
351
|
+
"meta_detail_captions": { "other": "Субтитры [CC]" },
|
|
351
352
|
"meta_detail_episodes_title": { "other": "Эпизоды" },
|
|
352
353
|
"meta_detail_bonus_title": { "other": "Бонус" },
|
|
353
354
|
"meta_detail_recommendations_title": { "other": "Вам также может понравиться" },
|
|
@@ -421,7 +422,6 @@
|
|
|
421
422
|
"users_gender_diverse": { "other": "разные" },
|
|
422
423
|
"users_gender_other": { "other": "Другой" },
|
|
423
424
|
|
|
424
|
-
"plan_label_owned": { "other": "" },
|
|
425
425
|
|
|
426
426
|
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
|
427
427
|
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
|
@@ -438,21 +438,10 @@
|
|
|
438
438
|
|
|
439
439
|
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
|
440
440
|
|
|
441
|
-
"shopping_price_title_plan": { "other": "shopping_price_title_plan" },
|
|
442
|
-
"shopping_price_plan_note": { "other": "shopping_price_plan_note" },
|
|
443
|
-
"shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
|
|
444
|
-
|
|
445
|
-
"shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
|
|
446
|
-
|
|
447
441
|
"shopping_action_credit": { "other": "shopping_action_credit" },
|
|
448
|
-
"shopping_action_plan": { "other": "shopping_action_plan" },
|
|
449
|
-
|
|
450
|
-
"shopping_complete_subscription": { "other": "shopping_complete_subscription" },
|
|
451
|
-
"shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
|
|
452
442
|
|
|
453
443
|
"shopping_info_rental_period_coming_soon": { "other": "с указанием даты и времени выпуска." },
|
|
454
|
-
|
|
455
|
-
"shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
|
|
444
|
+
|
|
456
445
|
|
|
457
446
|
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
|
458
447
|
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
|
@@ -566,5 +555,83 @@
|
|
|
566
555
|
},
|
|
567
556
|
"awards_in_competition": {
|
|
568
557
|
"other": "В соревновании"
|
|
569
|
-
}
|
|
558
|
+
},
|
|
559
|
+
"awards_winner_of": {
|
|
560
|
+
"other": "Победитель"
|
|
561
|
+
},
|
|
562
|
+
"donate_button_text": {
|
|
563
|
+
"other": "Пожертвовать"
|
|
564
|
+
},
|
|
565
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
|
566
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
|
567
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
|
568
|
+
|
|
569
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
|
570
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
|
571
|
+
"wcag_collections_h2": { "other": "Collections" },
|
|
572
|
+
|
|
573
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
|
574
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
|
575
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
|
576
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
|
577
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
|
578
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
|
579
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
|
580
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
|
581
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
|
582
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
|
583
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
|
584
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
|
585
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
|
586
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
|
587
|
+
|
|
588
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
|
589
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
|
590
|
+
"shopping_payment_method_header": { "other": "Payment methods" },
|
|
591
|
+
"shopping_payment_method_credit_card": { "other": "Credit card" },
|
|
592
|
+
"shopping_payment_method_giropay": { "other": "Giropay" },
|
|
593
|
+
"shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
|
|
594
|
+
"shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
|
|
595
|
+
"plan_label_owned": { "other": "" },
|
|
596
|
+
|
|
597
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
|
598
|
+
|
|
599
|
+
"account_form_pin_code": { "other": "PIN" },
|
|
600
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
|
601
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
|
602
|
+
"account_form_pin_changed": { "other": "Updated" },
|
|
603
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
|
604
|
+
|
|
605
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
|
606
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
|
607
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
|
608
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
|
609
|
+
"user_submit_pin_button": { "other": "Enter" },
|
|
610
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
|
611
|
+
|
|
612
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
|
613
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
|
614
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
|
615
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
|
616
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
|
617
|
+
|
|
618
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
|
619
|
+
"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)." },
|
|
620
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
|
621
|
+
|
|
622
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
|
623
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
|
624
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
|
625
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
|
626
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
|
627
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
|
628
|
+
|
|
629
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
|
630
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
|
631
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
|
632
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
|
633
|
+
"shopping_error_close_button": { "other": "OK" },
|
|
634
|
+
|
|
635
|
+
"availability_expires": { "other": "Expires {{.Expiry}}" },
|
|
636
|
+
"availability_expired": { "other": "Expired"}
|
|
570
637
|
}
|