@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/kibble.json +2 -2
  3. package/package.json +7 -4
  4. package/scripts/css-local-get.js +34 -0
  5. package/scripts/css-local-put.js +110 -0
  6. package/scripts/language-file-validator.js +16 -2
  7. package/site/ar_LB.all.json +19 -17
  8. package/site/ca_ES.all.json +13 -32
  9. package/site/da_DK.all.json +44 -32
  10. package/site/de_DE.all.json +127 -2
  11. package/site/ee_EE.all.json +87 -22
  12. package/site/el_EL.all.json +86 -17
  13. package/site/en_AU.all.json +24 -23
  14. package/site/es_ES.all.json +125 -2
  15. package/site/es_MX.all.json +162 -2
  16. package/site/fi_FI.all.json +161 -2
  17. package/site/fr_FR.all.json +128 -2
  18. package/site/hr_HR.all.json +61 -4
  19. package/site/hu_HU.all.json +87 -22
  20. package/site/it_IT.all.json +124 -2
  21. package/site/ja_JP.all.json +160 -2
  22. package/site/lt_LT.all.json +47 -14
  23. package/site/nl_BE.all.json +49 -15
  24. package/site/no_NO.all.json +84 -22
  25. package/site/pl_PL.all.json +159 -2
  26. package/site/pt_BR.all.json +21 -32
  27. package/site/pt_PT.all.json +90 -18
  28. package/site/ru_RU.all.json +82 -15
  29. package/site/se_SE.all.json +61 -30
  30. package/site/styles/_awards.scss +6 -6
  31. package/site/styles/_bootstrap4.scss +90 -0
  32. package/site/styles/_buttons.scss +5 -4
  33. package/site/styles/_can-be-watched-button.scss +2 -0
  34. package/site/styles/_card.scss +2 -2
  35. package/site/styles/_carousel.scss +43 -28
  36. package/site/styles/_collections.scss +4 -4
  37. package/site/styles/_cookie-consent.scss +1 -1
  38. package/site/styles/_devices.scss +3 -3
  39. package/site/styles/_footer.scss +6 -6
  40. package/site/styles/_forms.scss +6 -6
  41. package/site/styles/_globals.scss +1 -1
  42. package/site/styles/_icons.scss +2 -2
  43. package/site/styles/_language-selector.scss +2 -2
  44. package/site/styles/_legacy.scss +3 -3
  45. package/site/styles/_meta-detail.scss +44 -24
  46. package/site/styles/_mixins.scss +2 -2
  47. package/site/styles/_nav.scss +40 -40
  48. package/site/styles/_pages.scss +12 -12
  49. package/site/styles/_pin-codes.scss +2 -2
  50. package/site/styles/_plans.scss +1 -1
  51. package/site/styles/_poster.scss +5 -4
  52. package/site/styles/_shift72.scss +22 -22
  53. package/site/styles/_shopping.scss +8 -8
  54. package/site/styles/_slider.scss +4 -10
  55. package/site/styles/_social-media-buttons.scss +20 -20
  56. package/site/styles/_swiper.scss +2 -2
  57. package/site/styles/_variables.scss +107 -82
  58. package/site/styles/_wishlist.scss +2 -2
  59. package/site/styles/main.scss +1 -3
  60. package/site/templates/application/application.jet +13 -1
  61. package/site/templates/bundle/buttons.jet +2 -1
  62. package/site/templates/bundle/item.jet +1 -2
  63. package/site/templates/collection/carousel_item.jet +12 -13
  64. package/site/templates/common/awards/item.jet +1 -1
  65. package/site/templates/film/item.jet +36 -12
  66. package/site/templates/tv/detail.jet +7 -7
  67. package/site/tr_TR.all.json +85 -21
  68. package/site/uk_UA.all.json +47 -34
  69. package/site/zh_TW.all.json +16 -36
  70. package/site/styles/_functions.scss +0 -8
@@ -58,7 +58,7 @@
58
58
  "social_media_buttons_copied_link": { "other": "リンクがクリップボードにコピーされました!" },
59
59
  "social_media_buttons_copy_link": { "other": "クリップボードにコピー" },
60
60
 
61
- "accept_invite_page_header": { "other": "ようこそ" },
61
+ "accept_invite_page_header": { "other": "ようこそ " },
62
62
  "acceptinvite_form_invalid_reset_password_token": { "other": "すでに招待リクエスト済みですので、サインインしてください。" },
63
63
  "acceptinvite_complete": { "other": "ありがとうございます。アカウント登録は完了しました。" },
64
64
  "acceptinvite_form_submit": { "other": "招待を受け取る" },
@@ -297,6 +297,7 @@
297
297
  "meta_detail_studios": { "one": "製作", "other": "製作" },
298
298
  "meta_detail_countries": { "one": "製作国", "other": "製作国" },
299
299
  "meta_detail_subtitles": { "other": "字幕" },
300
+ "meta_detail_captions": { "other": "字幕 [CC]" },
300
301
  "meta_detail_episodes_title": { "other": "エピソード" },
301
302
  "meta_detail_bonus_title": { "other": "特典映像" },
302
303
  "meta_detail_recommendations_title": { "other": "おすすめ作品" },
@@ -438,5 +439,162 @@
438
439
  },
439
440
  "awards_in_competition": {
440
441
  "other": "競争中"
441
- }
442
+ },
443
+ "awards_winner_of": {
444
+ "other": "の勝者"
445
+ },
446
+ "donate_button_text": {
447
+ "other": "寄付"
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_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
530
+ "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
531
+
532
+ "pricing_quality_hd": { "other": "pricing_quality_hd" },
533
+ "pricing_quality_sd": { "other": "pricing_quality_sd" },
534
+ "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
535
+ "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
536
+
537
+ "shopping_card_save_card": { "other": "Save this card for future use" },
538
+ "shopping_card_button_change": { "other": "Show all saved cards" },
539
+ "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
540
+ "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
541
+ "shopping_card_existing_expired": { "other": "(expired)" },
542
+ "shopping_card_use_other": { "other": "Use a new card" },
543
+ "shopping_card_use_new_card": { "other": "Change card" },
544
+ "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
545
+ "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
546
+ "shopping_action_credit": { "other": "shopping_action_credit" },
547
+
548
+ "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
549
+ "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
550
+ "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
551
+
552
+ "seasons":{
553
+ "one": "one season",
554
+ "other": "{{.Count}} seasons"
555
+ },"tvseason": {
556
+ "other": "{{.ShowInfo.Title}} Season {{.Season.SeasonNumber}}"
557
+ },
558
+ "tvseason_html": {
559
+ "other": "{{.ShowInfo.Title}} <span>Season {{.Season.SeasonNumber}}</span>"
560
+ },
561
+ "tvepisode": {
562
+ "other": "{{.Episode.Title}}"
563
+ },
564
+ "tvseason_number": {
565
+ "other": "Season {{.Season.SeasonNumber}}"
566
+ },
567
+ "episode_count": {
568
+ "one": "1 Episode",
569
+ "other": "{{.Count}} Episodes"
570
+ },
571
+
572
+ "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>" },
573
+ "validation_pincode_required": { "other": "Please enter a PIN code." },
574
+
575
+ "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
576
+ "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
577
+
578
+ "shopping_info_sd_only": { "other": "Limited to SD playback only." },
579
+ "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
580
+
581
+ "activatedevice_page_header": { "other": "Activate Device" },
582
+ "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." },
583
+ "activatedevice_form_pin": { "other": "PIN Code" },
584
+ "activatedevice_form_submit": { "other": "Activate" },
585
+ "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
586
+ "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
587
+ "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
588
+ "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
589
+
590
+ "playlist_page_header": { "other": "Playlist" },
591
+ "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
592
+ "playlist_share_title": { "other": "Playlist" },
593
+ "playlist_up_next_title": { "other": "Up Next" },
594
+ "classification_divider": { "other": " - " },
595
+ "classification_outro": { "other": "" },
596
+ "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
597
+ "shopping_complete_credit_purchase": { "other": "Thank you for purchasing {{.Title}}, {{.CreditTotal}} has been added to your account." }
598
+
599
+
442
600
  }
@@ -81,7 +81,7 @@
81
81
  "social_media_buttons_copied_link": { "other": "Nuoroda nukopijuota į mainų sritį!" },
82
82
  "social_media_buttons_copy_link": { "other": "Nukopijuoti į iškarpinę" },
83
83
 
84
- "accept_invite_page_header": { "other": "Sveiki" },
84
+ "accept_invite_page_header": { "other": "Sveiki " },
85
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Panašu, kad jau patvirtinote šį kvietimą, prašome <a href=\"{{.SigninURL}}\">prisijungti</a>. Pamiršus slaptažodį, galite <a href=\"{{.ForgotPasswordURL}}\">susikurti naują</a>." },
86
86
  "acceptinvite_complete": { "other": "Ačiū, jūsų paskyra sukurta." },
87
87
  "acceptinvite_form_submit": { "other": "Priimti kvietimą" },
@@ -336,6 +336,7 @@
336
336
  "meta_detail_studios": { "one": "Kompanija", "other": "Kompanijos" },
337
337
  "meta_detail_countries": { "one": "Šalis", "other": "Šalys" },
338
338
  "meta_detail_subtitles": { "other": "Subtitrai" },
339
+ "meta_detail_captions": { "other": "Subtitrai [CC]" },
339
340
  "meta_detail_episodes_title": { "other": "Epizodai" },
340
341
  "meta_detail_bonus_title": { "other": "Specialus papildomas turinys" },
341
342
  "meta_detail_recommendations_title": { "other": "Taip pat gali patikti" },
@@ -401,7 +402,6 @@
401
402
  "users_gender_diverse": { "other": "Nedvinarė" },
402
403
  "users_gender_other": { "other": "Kita" },
403
404
 
404
- "plan_label_owned": { "other": "" },
405
405
 
406
406
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
407
407
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
@@ -421,21 +421,10 @@
421
421
 
422
422
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
423
423
 
424
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
425
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
426
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
427
-
428
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
429
-
430
424
  "shopping_action_credit": { "other": "shopping_action_credit" },
431
- "shopping_action_plan": { "other": "shopping_action_plan" },
432
425
 
433
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
434
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
435
426
 
436
427
  "shopping_info_rental_period_coming_soon": { "other": "nuo išleidimo datos ir laiko." },
437
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
438
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
439
428
 
440
429
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
441
430
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -559,5 +548,49 @@
559
548
  },
560
549
  "awards_in_competition": {
561
550
  "other": "Varžybose"
562
- }
551
+ },
552
+ "awards_winner_of": {
553
+ "other": "Nugalėtojas iš"
554
+ },
555
+ "donate_button_text": {
556
+ "other": "Paaukoti"
557
+ },
558
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
559
+ "wcag_skip_links_content": { "other": "Skip to Content" },
560
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
561
+
562
+ "wcag_homepage_h1": { "other": "Homepage" },
563
+ "wcag_carousel_h2": { "other": "Carousel" },
564
+ "wcag_collections_h2": { "other": "Collections" },
565
+
566
+ "wcag_aria_label_footer": { "other": "Footer" },
567
+ "wcag_aria_label_nav_main": { "other": "Main" },
568
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
569
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
570
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
571
+ "wcag_aria_label_carousel": { "other": "Carousel" },
572
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
573
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
574
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
575
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
576
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
577
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
578
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
579
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
580
+
581
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
582
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
583
+ "shopping_payment_method_header": { "other": "Payment methods" },
584
+ "shopping_payment_method_credit_card": { "other": "Credit card" },
585
+ "shopping_payment_method_giropay": { "other": "Giropay" },
586
+ "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
587
+ "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
588
+
589
+ "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
590
+ "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
591
+ "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
592
+ "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
593
+ "validation_pincode2_match": { "other": "PIN code does not match." },
594
+
595
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" }
563
596
  }
@@ -81,7 +81,7 @@
81
81
  "social_media_buttons_copied_link": { "other": "Link gekopieerd naar klembord!" },
82
82
  "social_media_buttons_copy_link": { "other": "Kopieer naar klembord" },
83
83
 
84
- "accept_invite_page_header": { "other": "Welkom" },
84
+ "accept_invite_page_header": { "other": "Welkom " },
85
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Het lijkt erop dat u deze uitnodiging al hebt gebruikt. U dient zich hier <a href=\"{{.SigninURL}}\">in te loggen</a>. <a href=\"{{.ForgotPasswordURL}}\">Wachtwoord vergeten?</a>." },
86
86
  "acceptinvite_complete": { "other": "Bedankt. Uw account is aangemaakt." },
87
87
  "acceptinvite_form_submit": { "other": "Aanvaard uitnodiging" },
@@ -337,6 +337,7 @@
337
337
  "meta_detail_studios": { "one": "Studio", "other": "Studios" },
338
338
  "meta_detail_countries": { "one": "Land", "other": "Landen" },
339
339
  "meta_detail_subtitles": { "other": "Ondertitels" },
340
+ "meta_detail_captions": { "other": "Ondertitels [CC]" },
340
341
  "meta_detail_episodes_title": { "other": "Afleveringen" },
341
342
  "meta_detail_bonus_title": { "other": "Bonusinhoud" },
342
343
  "meta_detail_recommendations_title": { "other": "Dit vindt u misschien ook leuk" },
@@ -402,7 +403,6 @@
402
403
  "users_gender_diverse": { "other": "Non-binair" },
403
404
  "users_gender_other": { "other": "Ander" },
404
405
 
405
- "plan_label_owned": { "other": "" },
406
406
 
407
407
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
408
408
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
@@ -422,21 +422,10 @@
422
422
 
423
423
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
424
424
 
425
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
426
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
427
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
428
-
429
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
430
-
431
425
  "shopping_action_credit": { "other": "shopping_action_credit" },
432
- "shopping_action_plan": { "other": "shopping_action_plan" },
433
-
434
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
435
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
436
426
 
437
427
  "shopping_info_rental_period_coming_soon": { "other": "vanaf de releasedatum." },
438
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
439
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
428
+
440
429
 
441
430
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
442
431
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -560,5 +549,50 @@
560
549
  },
561
550
  "awards_in_competition": {
562
551
  "other": "in competitie"
563
- }
552
+ },
553
+ "awards_winner_of": {
554
+ "other": "Winnaar van"
555
+ },
556
+ "donate_button_text": {
557
+ "other": "Doneren"
558
+ },
559
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
560
+ "wcag_skip_links_content": { "other": "Skip to Content" },
561
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
562
+
563
+ "wcag_homepage_h1": { "other": "Homepage" },
564
+ "wcag_carousel_h2": { "other": "Carousel" },
565
+ "wcag_collections_h2": { "other": "Collections" },
566
+
567
+ "wcag_aria_label_footer": { "other": "Footer" },
568
+ "wcag_aria_label_nav_main": { "other": "Main" },
569
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
570
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
571
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
572
+ "wcag_aria_label_carousel": { "other": "Carousel" },
573
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
574
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
575
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
576
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
577
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
578
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
579
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
580
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
581
+
582
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
583
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
584
+ "shopping_payment_method_header": { "other": "Payment methods" },
585
+ "shopping_payment_method_credit_card": { "other": "Credit card" },
586
+ "shopping_payment_method_giropay": { "other": "Giropay" },
587
+ "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
588
+ "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
589
+ "plan_label_owned": { "other": "" },
590
+
591
+ "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
592
+ "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
593
+ "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
594
+ "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
595
+ "validation_pincode2_match": { "other": "PIN code does not match." },
596
+
597
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" }
564
598
  }
@@ -81,7 +81,7 @@
81
81
  "social_media_buttons_copied_link": { "other": "Linken er kopiert til utklippstavlen!" },
82
82
  "social_media_buttons_copy_link": { "other": "Kopiere til utklippstavle" },
83
83
 
84
- "accept_invite_page_header": { "other": "Velkommen" },
84
+ "accept_invite_page_header": { "other": "Velkommen " },
85
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Det ser ut til at du allerede har godtatt denne invitasjonen, forsøk i stedet å <a href=\"{{.SigninURL}}\">logge inn</a>. Hvis du har glemt passordet kan du også <a href=\"{{.ForgotPasswordURL}}\">tilbakestille passordet</a>." },
86
86
  "acceptinvite_complete": { "other": "Takk! Din konto er opprettet." },
87
87
  "acceptinvite_form_submit": { "other": "Godta invitasjon" },
@@ -323,6 +323,7 @@
323
323
  "meta_detail_studios": { "one": "Distributører", "other": "Distributør" },
324
324
  "meta_detail_countries": { "one": "Land", "other": "Land" },
325
325
  "meta_detail_subtitles": { "other": "Undertekster" },
326
+ "meta_detail_captions": { "other": "Undertekster [CC]" },
326
327
  "meta_detail_episodes_title": { "other": "Episoder" },
327
328
  "meta_detail_bonus_title": { "other": "Bonusinnhold" },
328
329
  "meta_detail_recommendations_title": { "other": "Relaterte filmer" },
@@ -386,8 +387,6 @@
386
387
  "users_gender_diverse": { "other": "Ikke-binær" },
387
388
  "users_gender_other": { "other": "Uspesifisert" },
388
389
 
389
- "plan_label_owned": { "other": "" },
390
-
391
390
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
392
391
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
393
392
  "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
@@ -403,21 +402,8 @@
403
402
 
404
403
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
405
404
 
406
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
407
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
408
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
409
-
410
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
411
-
412
405
  "shopping_action_credit": { "other": "shopping_action_credit" },
413
- "shopping_action_plan": { "other": "shopping_action_plan" },
414
-
415
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
416
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
417
-
418
406
  "shopping_info_rental_period_coming_soon": { "other": "fra datoen og tidspunktet for utgivelsen." },
419
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
420
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
421
407
 
422
408
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
423
409
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -526,11 +512,87 @@
526
512
  "plan_free_link_text": {
527
513
  "other": "Registrer deg gratis"
528
514
  },
529
- "awards_nominated_for": {
530
- "other": "Nominert til"
531
- },
532
- "awards_in_competition": {
533
- "other": "I konkurranse"
534
- }
515
+ "awards_nominated_for": {
516
+ "other": "Nominert til"
517
+ },
518
+ "awards_in_competition": {
519
+ "other": "I konkurranse"
520
+ },
521
+ "awards_winner_of": {
522
+ "other": "Vinner av"
523
+ },
524
+ "donate_button_text": {
525
+ "other": "Doneren"
526
+ },
527
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
528
+ "wcag_skip_links_content": { "other": "Skip to Content" },
529
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
530
+
531
+ "wcag_homepage_h1": { "other": "Homepage" },
532
+ "wcag_carousel_h2": { "other": "Carousel" },
533
+ "wcag_collections_h2": { "other": "Collections" },
534
+
535
+ "wcag_aria_label_footer": { "other": "Footer" },
536
+ "wcag_aria_label_nav_main": { "other": "Main" },
537
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
538
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
539
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
540
+ "wcag_aria_label_carousel": { "other": "Carousel" },
541
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
542
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
543
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
544
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
545
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
546
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
547
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
548
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
549
+
550
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
551
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
552
+ "shopping_payment_method_header": { "other": "Payment methods" },
553
+ "shopping_payment_method_credit_card": { "other": "Credit card" },
554
+ "shopping_payment_method_giropay": { "other": "Giropay" },
555
+ "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
556
+ "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
557
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
558
+
559
+ "account_form_pin_code": { "other": "PIN" },
560
+ "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
561
+ "account_form_set_pin": { "other": "Set PIN" },
562
+ "account_form_pin_changed": { "other": "Updated" },
563
+ "account_form_change_pin": { "other": "Change PIN" },
564
+
565
+ "user_set_pin_header": { "other": "Set your PIN" },
566
+ "user_set_pin_button": { "other": "Set PIN" },
567
+ "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
568
+ "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
569
+ "user_submit_pin_button": { "other": "Enter" },
570
+ "user_reset_pin_button": { "other": "Reset PIN" },
571
+
572
+ "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
573
+ "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
574
+ "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
575
+ "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
576
+ "validation_pincode2_match": { "other": "PIN code does not match." },
577
+
578
+ "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
579
+ "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)." },
580
+ "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
581
+
582
+ "changepincode_modal_header": { "other": "Change your PIN" },
583
+ "changepincode_modal_currentpassword": { "other": "Your current password" },
584
+ "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
585
+ "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
586
+ "changepincode_modal_submit": { "other": "Set PIN" },
587
+ "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
588
+
589
+ "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
590
+ "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
591
+ "user_error_too_many_pin_errors_help_page_link": { "other": "" },
592
+ "shopping_error_age_restricted": { "other": "This content is age restricted." },
593
+ "shopping_error_close_button": { "other": "OK" },
594
+
595
+ "availability_expires": { "other": "Expires {{.Expiry}}" },
596
+ "availability_expired": { "other": "Expired"}
535
597
  }
536
598