@shift72/core-template 0.4.1 → 0.4.4
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 +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/es_ES.all.json
CHANGED
@@ -81,7 +81,7 @@
|
|
81
81
|
"social_media_buttons_copied_link": { "other": "¡Link copiado al portapapeles!" },
|
82
82
|
"social_media_buttons_copy_link": { "other": "Copiar al portapapeles" },
|
83
83
|
|
84
|
-
"accept_invite_page_header": { "other": "Bienvenido" },
|
84
|
+
"accept_invite_page_header": { "other": "Bienvenido " },
|
85
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Parece que ya ha reclamado esta invitación, usted debe <a href=\"{{.SigninURL}}\">iniciar sesión</a> sin embargo. Si ha olvidado su contraseña, usted puede <a href=\"{{.ForgotPasswordURL}}\">recuperar su contraseña</a>." },
|
86
86
|
"acceptinvite_complete": { "other": "Gracias. Su cuenta ha sido creada." },
|
87
87
|
"acceptinvite_form_submit": { "other": "Aceptar invitación" },
|
@@ -291,7 +291,10 @@
|
|
291
291
|
"shopping_complete_purchase_coming_soon": { "other": "Estará disponible para verse en {{.Date}}." },
|
292
292
|
"shopping_complete_receipt": { "other": "Un recibo se ha enviado por correo electrónico." },
|
293
293
|
"shopping_complete_library_link": { "other": "Ir a vuestra biblioteca." },
|
294
|
-
|
294
|
+
"shopping_complete_plan": {
|
295
|
+
"other": "Su compra de {{ .Title }} fue exitosa."
|
296
|
+
},
|
297
|
+
|
295
298
|
"shopping_complete_rental_watch_window_start": {
|
296
299
|
"one": "Ahora puede ver dentro del próximo día.",
|
297
300
|
"other": "Ahora puede ver dentro de los próximos {{.Count}} días."
|
@@ -325,6 +328,7 @@
|
|
325
328
|
"meta_detail_studios": { "one": "Estudio", "other": "Estudios" },
|
326
329
|
"meta_detail_countries": { "one": "País", "other": "Países" },
|
327
330
|
"meta_detail_subtitles": { "other": "Subtítulos" },
|
331
|
+
"meta_detail_captions": { "other": "Subtítulos [CC]" },
|
328
332
|
"meta_detail_episodes_title": { "other": "Episodios" },
|
329
333
|
"meta_detail_bonus_title": { "other": "Contenido extra" },
|
330
334
|
"meta_detail_recommendations_title": { "other": "También le puede interesar" },
|
@@ -471,5 +475,127 @@
|
|
471
475
|
},
|
472
476
|
"awards_in_competition": {
|
473
477
|
"other": "En competición"
|
474
|
-
}
|
478
|
+
},
|
479
|
+
"awards_winner_of": {
|
480
|
+
"other": "Ganador de"
|
481
|
+
},
|
482
|
+
"donate_button_text": {
|
483
|
+
"other": "Donar"
|
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
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
509
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
510
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
511
|
+
|
512
|
+
"account_form_pin_code": { "other": "PIN" },
|
513
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
514
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
515
|
+
"account_form_pin_changed": { "other": "Updated" },
|
516
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
517
|
+
|
518
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
519
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
520
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
521
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
522
|
+
"user_submit_pin_button": { "other": "Enter" },
|
523
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
524
|
+
|
525
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
526
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
527
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
528
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
529
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
530
|
+
|
531
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
532
|
+
"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)." },
|
533
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
534
|
+
|
535
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
536
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
537
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
538
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
539
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
540
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
541
|
+
|
542
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
543
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
544
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
545
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
546
|
+
"shopping_error_close_button": { "other": "OK" },
|
547
|
+
|
548
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
549
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
550
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
551
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
552
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
553
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
554
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
555
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
556
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
557
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
558
|
+
|
559
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
560
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
561
|
+
|
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
|
+
|
570
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
571
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
572
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
573
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
574
|
+
|
575
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
576
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
577
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
578
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
579
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
580
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
581
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
582
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
583
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
584
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
585
|
+
|
586
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
587
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
588
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
589
|
+
|
590
|
+
"availability_renting": { "other": "Renting" },
|
591
|
+
"availability_not_available": { "other": "Not available" },
|
592
|
+
"availability_in_watch_window": { "other": "availability_in_watch_window" },
|
593
|
+
|
594
|
+
"modal_cancel": { "other": "Cancel" },
|
595
|
+
"play": { "other": "Play" },
|
596
|
+
|
597
|
+
"combined_auth_signin_prompt": { "other": "Sign in" },
|
598
|
+
"combined_auth_signup_prompt": { "other": "Create Account" },
|
599
|
+
|
600
|
+
"shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." }
|
475
601
|
}
|
package/site/es_MX.all.json
CHANGED
@@ -81,7 +81,7 @@
|
|
81
81
|
"social_media_buttons_copied_link": { "other": "¡Link copiado al portapapeles!" },
|
82
82
|
"social_media_buttons_copy_link": { "other": "Copiar al portapapeles" },
|
83
83
|
|
84
|
-
"accept_invite_page_header": { "other": "Bienvenido" },
|
84
|
+
"accept_invite_page_header": { "other": "Bienvenido " },
|
85
85
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Parece que ya ha canjeado esta invitación, debería <a href=\"{{.SigninURL}}\">ingresar</a>. Si has olvidado tu contraseña, puedes también <a href=\"{{.ForgotPasswordURL}}\">reestablecer tu contraseña</a>." },
|
86
86
|
"acceptinvite_complete": { "other": "Gracias. Se ha creado su cuenta." },
|
87
87
|
"acceptinvite_form_submit": { "other": "Aceptar invitación" },
|
@@ -291,7 +291,9 @@
|
|
291
291
|
"shopping_complete_purchase_coming_soon": { "other": "Puedes verla desde {{.Date}}." },
|
292
292
|
"shopping_complete_receipt": { "other": "Se ha enviado un comprobante por correo." },
|
293
293
|
"shopping_complete_library_link": { "other": "Ir a tu biblioteca." },
|
294
|
-
|
294
|
+
"shopping_complete_plan": {
|
295
|
+
"other": "Su compra de {{ .Title }} fue exitosa."
|
296
|
+
},
|
295
297
|
"shopping_complete_rental_watch_window_start": {
|
296
298
|
"one": "Ahora puede ver dentro del próximo día.",
|
297
299
|
"other": "Puedes empezar a verla dentro de los próximos {{.Count}} días."
|
@@ -318,6 +320,7 @@
|
|
318
320
|
"meta_detail_studios": { "one": "Productora", "other": "Productoras" },
|
319
321
|
"meta_detail_countries": { "one": "País", "other": "Países" },
|
320
322
|
"meta_detail_subtitles": { "other": "Subtítulos" },
|
323
|
+
"meta_detail_captions": { "other": "Subtítulos [CC]" },
|
321
324
|
"meta_detail_episodes_title": { "other": "Capítulos" },
|
322
325
|
"meta_detail_bonus_title": { "other": "Contenido adicional" },
|
323
326
|
"meta_detail_recommendations_title": { "other": "Te podría interesar" },
|
@@ -407,5 +410,164 @@
|
|
407
410
|
|
408
411
|
"app_badge_title": { "other": "Download the app to view your purchased content!" },
|
409
412
|
"app_badge_ios": { "other": "Download on the App Store" },
|
410
|
-
"app_badge_android": { "other": "Get it on Google Play" }
|
413
|
+
"app_badge_android": { "other": "Get it on Google Play" },
|
414
|
+
|
415
|
+
"awards_nominated_for": {
|
416
|
+
"other": "Nominado a"
|
417
|
+
},
|
418
|
+
"awards_in_competition": {
|
419
|
+
"other": "En competición"
|
420
|
+
},
|
421
|
+
|
422
|
+
"awards_winner_of": { "other": "Ganador de" },
|
423
|
+
"donate_button_text": { "other": "Donar" },
|
424
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
425
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
426
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
427
|
+
|
428
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
429
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
430
|
+
"wcag_collections_h2": { "other": "Collections" },
|
431
|
+
|
432
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
433
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
434
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
435
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
436
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
437
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
438
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
439
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
440
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
441
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
442
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
443
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
444
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
445
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
446
|
+
|
447
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
448
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
449
|
+
"shopping_payment_method_header": { "other": "Payment methods" },
|
450
|
+
"shopping_payment_method_credit_card": { "other": "Credit card" },
|
451
|
+
"shopping_payment_method_giropay": { "other": "Giropay" },
|
452
|
+
"shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
|
453
|
+
"shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
|
454
|
+
"plan_label_owned": { "other": "" },
|
455
|
+
|
456
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
457
|
+
|
458
|
+
"account_form_pin_code": { "other": "PIN" },
|
459
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
460
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
461
|
+
"account_form_pin_changed": { "other": "Updated" },
|
462
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
463
|
+
|
464
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
465
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
466
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
467
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
468
|
+
"user_submit_pin_button": { "other": "Enter" },
|
469
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
470
|
+
|
471
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
472
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
473
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
474
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
475
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
476
|
+
|
477
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
478
|
+
"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)." },
|
479
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
480
|
+
|
481
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
482
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
483
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
484
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
485
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
486
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
487
|
+
|
488
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
489
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
490
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
491
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
492
|
+
"shopping_error_close_button": { "other": "OK" },
|
493
|
+
|
494
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
495
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
496
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
497
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
498
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
499
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
500
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
501
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
502
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
503
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
504
|
+
|
505
|
+
"signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
|
506
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
511
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
512
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
513
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
514
|
+
|
515
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
516
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
517
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
518
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
519
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
520
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
521
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
522
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
523
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
524
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
525
|
+
|
526
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
527
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
528
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
529
|
+
|
530
|
+
|
531
|
+
"availability_not_available": { "other": "Not available" },
|
532
|
+
"shopping_price_title_plan": { "other": "Price" },
|
533
|
+
"shopping_price_plan_note": {
|
534
|
+
"zero": "Charged every {{.Interval}}.",
|
535
|
+
"one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
|
536
|
+
"other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
|
537
|
+
},
|
538
|
+
"shopping_price_plan_note_interval": {
|
539
|
+
"one": "{{.Interval}}",
|
540
|
+
"other": "{{.Count}} {{.Interval}}s"
|
541
|
+
},
|
542
|
+
|
543
|
+
"shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
|
544
|
+
|
545
|
+
"shopping_action_plan": { "other": "Complete" },
|
546
|
+
|
547
|
+
"shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
|
548
|
+
"shopping_complete_subscription_browse": { "other": "Feel free to <a href=\"/\">browse around</a> the site, or <a href=\"/search.html\">search</a> for something specific." },
|
549
|
+
|
550
|
+
"shopping_info_plan_offer": {
|
551
|
+
"one": "Automatically renews every {{.Interval}}",
|
552
|
+
"other": "Automatically renews every {{.Count}} {{.Interval}}s"
|
553
|
+
},
|
554
|
+
"shopping_info_trial_period_offer": {
|
555
|
+
"one": "Try your free 24hr trial now!",
|
556
|
+
"other": "Try your free {{.Count}} day trial!"
|
557
|
+
},
|
558
|
+
|
559
|
+
"availability_expires": { "other": "Expires {{.Expiry}}" },
|
560
|
+
"availability_expired": { "other": "Expired"},
|
561
|
+
|
562
|
+
"plans_page_header": { "other": "Available Plans" },
|
563
|
+
|
564
|
+
"plan_expiry_date" : { "other": "Sales close: "},
|
565
|
+
"plan_read_more" : { "other": "Find out more" },
|
566
|
+
|
567
|
+
"plan_page_read_more": { "other": "Read more" },
|
568
|
+
"plan_page_header_text": { "other": "Enjoy {{.Name}}" },
|
569
|
+
"page_plan_explore_intro": { "other": "OR" },
|
570
|
+
"page_plan_explore_link": { "other": "Explore other passes" },
|
571
|
+
"plan_showcase_page_ownership_button_buy": { "other": "Buy now" },
|
572
|
+
"plan_free_link_text": { "other": "Sign up for free" }
|
411
573
|
}
|
package/site/fi_FI.all.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59
59
|
"social_media_buttons_copied_link": { "other": "Linkki kopioitu leikepöydälle!" },
|
60
60
|
"social_media_buttons_copy_link": { "other": "Kopioi leikepöydälle" },
|
61
61
|
|
62
|
-
"accept_invite_page_header": { "other": "Tervetuloa" },
|
62
|
+
"accept_invite_page_header": { "other": "Tervetuloa " },
|
63
63
|
"acceptinvite_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, että olet jo käyttänyt tämän kutsun. Kokeile <a href=\"signin.html\">kirjautua sisään</a> palveluun. Jos olet unohtanut salasanasi, voit <a href=\"forgotpassword.html\">tilata uuden salasanan</a>." },
|
64
64
|
"acceptinvite_complete": { "other": "Kiitos. Tilisi on luotu." },
|
65
65
|
"acceptinvite_form_submit": { "other": "Hyväksy kutsu" },
|
@@ -265,6 +265,9 @@
|
|
265
265
|
"shopping_complete_purchase_coming_soon": { "other": "Voit katsoa elokuvaa {{.Date}} alkaen." },
|
266
266
|
"shopping_complete_receipt": { "other": "Kuitti on lähetetty sähköpostiisi." },
|
267
267
|
"shopping_complete_library_link": { "other": "Selaa kirjastoasi" },
|
268
|
+
"shopping_complete_plan": {
|
269
|
+
"other": "{{ .Title }} onnistui."
|
270
|
+
},
|
268
271
|
|
269
272
|
"shopping_complete_rental_watch_window_start": {
|
270
273
|
"one": "Voit aloittaa katsomisen seuraavan päivän aikana.",
|
@@ -292,6 +295,7 @@
|
|
292
295
|
"meta_detail_studios": { "one": "Tuotantoyhtiö", "other": "Tuotantoyhtiöt" },
|
293
296
|
"meta_detail_countries": { "one": "Maa", "other": "Maat" },
|
294
297
|
"meta_detail_subtitles": { "other": "Tekstitys" },
|
298
|
+
"meta_detail_captions": { "other": "Tekstitys [CC]" },
|
295
299
|
"meta_detail_episodes_title": { "other": "Jaksot" },
|
296
300
|
"meta_detail_bonus_title": { "other": "Bonusmateriaali" },
|
297
301
|
"meta_detail_recommendations_title": { "other": "Saatat pitää myös:" },
|
@@ -435,5 +439,163 @@
|
|
435
439
|
},
|
436
440
|
"awards_in_competition": {
|
437
441
|
"other": "Kilpailussa"
|
438
|
-
}
|
442
|
+
},
|
443
|
+
"awards_winner_of": {
|
444
|
+
"other": "Voittaja"
|
445
|
+
},
|
446
|
+
"donate_button_text": {
|
447
|
+
"other": "Lahjoittaa"
|
448
|
+
},
|
449
|
+
"wcag_skip_links_header": { "other": "Accessibility Links" },
|
450
|
+
"wcag_skip_links_content": { "other": "Skip to Content" },
|
451
|
+
"wcag_skip_links_footer": { "other": "Skip to Footer" },
|
452
|
+
|
453
|
+
"wcag_homepage_h1": { "other": "Homepage" },
|
454
|
+
"wcag_carousel_h2": { "other": "Carousel" },
|
455
|
+
"wcag_collections_h2": { "other": "Collections" },
|
456
|
+
|
457
|
+
"wcag_aria_label_footer": { "other": "Footer" },
|
458
|
+
"wcag_aria_label_nav_main": { "other": "Main" },
|
459
|
+
"wcag_aria_label_nav_sub": { "other": "Sub" },
|
460
|
+
"wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
|
461
|
+
"wcag_aria_label_bundle_items": { "other": "Bundle Items" },
|
462
|
+
"wcag_aria_label_carousel": { "other": "Carousel" },
|
463
|
+
"wcag_aria_label_page_collection": { "other": "Page Collection" },
|
464
|
+
"wcag_aria_label_collection_list": { "other": "Collection List" },
|
465
|
+
"wcag_aria_label_collection_slider": { "other": "Collection Slider" },
|
466
|
+
"wcag_aria_label_wishlist": { "other": "Wishlist" },
|
467
|
+
"wcag_aria_label_facebook": { "other": "Share on Facebook" },
|
468
|
+
"wcag_aria_label_twitter": { "other": "Share on Twitter" },
|
469
|
+
"wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
|
470
|
+
"wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
|
471
|
+
|
472
|
+
"shopping_error_plan_already_owned": { "other": "You already have this plan." },
|
473
|
+
"shopping_error_plan_expired": { "other": "This plan is no longer available." },
|
474
|
+
"shopping_payment_method_header": { "other": "Payment methods" },
|
475
|
+
"shopping_payment_method_credit_card": { "other": "Credit card" },
|
476
|
+
"shopping_payment_method_giropay": { "other": "Giropay" },
|
477
|
+
"shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
|
478
|
+
"shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
|
479
|
+
|
480
|
+
"header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
|
481
|
+
|
482
|
+
"account_form_pin_code": { "other": "PIN" },
|
483
|
+
"account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
|
484
|
+
"account_form_set_pin": { "other": "Set PIN" },
|
485
|
+
"account_form_pin_changed": { "other": "Updated" },
|
486
|
+
"account_form_change_pin": { "other": "Change PIN" },
|
487
|
+
|
488
|
+
"user_set_pin_header": { "other": "Set your PIN" },
|
489
|
+
"user_set_pin_button": { "other": "Set PIN" },
|
490
|
+
"user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
|
491
|
+
"user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
|
492
|
+
"user_submit_pin_button": { "other": "Enter" },
|
493
|
+
"user_reset_pin_button": { "other": "Reset PIN" },
|
494
|
+
|
495
|
+
"validation_pincode1_required": { "other": "Please enter a valid PIN code." },
|
496
|
+
"validation_pincode2_required": { "other": "Please enter a valid PIN code." },
|
497
|
+
"validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
|
498
|
+
"validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
|
499
|
+
"validation_pincode2_match": { "other": "PIN code does not match." },
|
500
|
+
|
501
|
+
"userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
|
502
|
+
"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)." },
|
503
|
+
"shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
|
504
|
+
|
505
|
+
"changepincode_modal_header": { "other": "Change your PIN" },
|
506
|
+
"changepincode_modal_currentpassword": { "other": "Your current password" },
|
507
|
+
"changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
|
508
|
+
"changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
|
509
|
+
"changepincode_modal_submit": { "other": "Set PIN" },
|
510
|
+
"changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
|
511
|
+
|
512
|
+
"user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
|
513
|
+
"user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
|
514
|
+
"user_error_too_many_pin_errors_help_page_link": { "other": "" },
|
515
|
+
"shopping_error_age_restricted": { "other": "This content is age restricted." },
|
516
|
+
"shopping_error_close_button": { "other": "OK" },
|
517
|
+
|
518
|
+
"usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
|
519
|
+
"usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
|
520
|
+
"usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
|
521
|
+
"usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
|
522
|
+
"usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
|
523
|
+
"usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
|
524
|
+
"usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
|
525
|
+
"usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
|
526
|
+
"usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
|
527
|
+
"usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
|
528
|
+
|
529
|
+
"signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
|
530
|
+
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
"pricing_quality_hd": { "other": "pricing_quality_hd" },
|
535
|
+
"pricing_quality_sd": { "other": "pricing_quality_sd" },
|
536
|
+
"pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
|
537
|
+
"pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
|
538
|
+
|
539
|
+
"shopping_card_save_card": { "other": "Save this card for future use" },
|
540
|
+
"shopping_card_button_change": { "other": "Show all saved cards" },
|
541
|
+
"shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
|
542
|
+
"shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
|
543
|
+
"shopping_card_existing_expired": { "other": "(expired)" },
|
544
|
+
"shopping_card_use_other": { "other": "Use a new card" },
|
545
|
+
"shopping_card_use_new_card": { "other": "Change card" },
|
546
|
+
"shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
|
547
|
+
"shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
|
548
|
+
"shopping_action_credit": { "other": "shopping_action_credit" },
|
549
|
+
|
550
|
+
"usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
|
551
|
+
"usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
|
552
|
+
"usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
|
553
|
+
|
554
|
+
"seasons":{
|
555
|
+
"one": "one season",
|
556
|
+
"other": "{{.Count}} seasons"
|
557
|
+
},"tvseason": {
|
558
|
+
"other": "{{.ShowInfo.Title}} Season {{.Season.SeasonNumber}}"
|
559
|
+
},
|
560
|
+
"tvseason_html": {
|
561
|
+
"other": "{{.ShowInfo.Title}} <span>Season {{.Season.SeasonNumber}}</span>"
|
562
|
+
},
|
563
|
+
"tvepisode": {
|
564
|
+
"other": "{{.Episode.Title}}"
|
565
|
+
},
|
566
|
+
"tvseason_number": {
|
567
|
+
"other": "Season {{.Season.SeasonNumber}}"
|
568
|
+
},
|
569
|
+
"episode_count": {
|
570
|
+
"one": "1 Episode",
|
571
|
+
"other": "{{.Count}} Episodes"
|
572
|
+
},
|
573
|
+
|
574
|
+
"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>" },
|
575
|
+
"validation_pincode_required": { "other": "Please enter a PIN code." },
|
576
|
+
|
577
|
+
"shopping_info_subtitle_hd": { "other": "HD Video on Demand." },
|
578
|
+
"shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
|
579
|
+
"shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
|
580
|
+
|
581
|
+
"shopping_info_sd_only": { "other": "Limited to SD playback only." },
|
582
|
+
"shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
|
583
|
+
|
584
|
+
"activatedevice_page_header": { "other": "Activate Device" },
|
585
|
+
"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." },
|
586
|
+
"activatedevice_form_pin": { "other": "PIN Code" },
|
587
|
+
"activatedevice_form_submit": { "other": "Activate" },
|
588
|
+
"activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
|
589
|
+
"activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
|
590
|
+
"activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
|
591
|
+
"activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
|
592
|
+
|
593
|
+
"playlist_page_header": { "other": "Playlist" },
|
594
|
+
"playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
|
595
|
+
"playlist_share_title": { "other": "Playlist" },
|
596
|
+
"playlist_up_next_title": { "other": "Up Next" },
|
597
|
+
"classification_divider": { "other": " - " },
|
598
|
+
"classification_outro": { "other": "" },
|
599
|
+
"shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" }
|
600
|
+
|
439
601
|
}
|