@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.
Files changed (75) hide show
  1. package/CHANGELOG.md +29 -1
  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 +22 -18
  8. package/site/ca_ES.all.json +16 -32
  9. package/site/da_DK.all.json +47 -32
  10. package/site/de_DE.all.json +130 -2
  11. package/site/ee_EE.all.json +90 -23
  12. package/site/el_EL.all.json +89 -18
  13. package/site/en_AU.all.json +27 -24
  14. package/site/es_ES.all.json +129 -3
  15. package/site/es_MX.all.json +165 -3
  16. package/site/fi_FI.all.json +164 -2
  17. package/site/fr_FR.all.json +131 -3
  18. package/site/hr_HR.all.json +64 -5
  19. package/site/hu_HU.all.json +90 -23
  20. package/site/it_IT.all.json +127 -3
  21. package/site/ja_JP.all.json +163 -3
  22. package/site/lt_LT.all.json +50 -15
  23. package/site/nl_BE.all.json +53 -16
  24. package/site/no_NO.all.json +87 -23
  25. package/site/pl_PL.all.json +162 -3
  26. package/site/pt_BR.all.json +24 -32
  27. package/site/pt_PT.all.json +93 -19
  28. package/site/ru_RU.all.json +85 -16
  29. package/site/se_SE.all.json +64 -31
  30. package/site/static/images/common/sponsors-md.png +0 -0
  31. package/site/static/images/common/sponsors-xs.png +0 -0
  32. package/site/static/images/common/sponsors-xxxs.png +0 -0
  33. package/site/styles/_awards.scss +6 -6
  34. package/site/styles/_bootstrap4.scss +90 -0
  35. package/site/styles/_buttons.scss +9 -8
  36. package/site/styles/_can-be-watched-button.scss +2 -0
  37. package/site/styles/_card.scss +2 -2
  38. package/site/styles/_carousel.scss +43 -28
  39. package/site/styles/_collections.scss +4 -4
  40. package/site/styles/_cookie-consent.scss +1 -1
  41. package/site/styles/_devices.scss +3 -3
  42. package/site/styles/_footer.scss +45 -2
  43. package/site/styles/_forms.scss +6 -6
  44. package/site/styles/_globals.scss +1 -1
  45. package/site/styles/_icons.scss +2 -2
  46. package/site/styles/_language-selector.scss +2 -2
  47. package/site/styles/_legacy.scss +3 -3
  48. package/site/styles/_meta-detail.scss +44 -24
  49. package/site/styles/_mixins.scss +2 -2
  50. package/site/styles/_nav.scss +40 -40
  51. package/site/styles/_pages.scss +12 -12
  52. package/site/styles/_pin-codes.scss +2 -2
  53. package/site/styles/_plans.scss +1 -1
  54. package/site/styles/_poster.scss +5 -4
  55. package/site/styles/_shift72.scss +22 -22
  56. package/site/styles/_shopping.scss +8 -8
  57. package/site/styles/_slider.scss +4 -10
  58. package/site/styles/_social-media-buttons.scss +20 -20
  59. package/site/styles/_swiper.scss +2 -2
  60. package/site/styles/_variables.scss +107 -82
  61. package/site/styles/_wishlist.scss +2 -2
  62. package/site/styles/main.scss +1 -3
  63. package/site/templates/application/application.jet +13 -1
  64. package/site/templates/application/footer/footer.jet +3 -0
  65. package/site/templates/application/footer/sponsor-banner.jet +9 -0
  66. package/site/templates/bundle/buttons.jet +2 -1
  67. package/site/templates/bundle/item.jet +1 -2
  68. package/site/templates/collection/carousel_item.jet +12 -13
  69. package/site/templates/common/awards/item.jet +1 -1
  70. package/site/templates/film/item.jet +36 -12
  71. package/site/templates/tv/detail.jet +7 -7
  72. package/site/tr_TR.all.json +88 -22
  73. package/site/uk_UA.all.json +50 -34
  74. package/site/zh_TW.all.json +19 -36
  75. 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": "招待を受け取る" },
@@ -266,7 +266,9 @@
266
266
  "shopping_complete_purchase_coming_soon": { "other": "{{.Date}}からご視聴いただけます。" },
267
267
  "shopping_complete_receipt": { "other": "領収証をEメールでお送りしました。" },
268
268
  "shopping_complete_library_link": { "other": "お客様のライブラリー内にある{{.BundleItems}} の作品をご視聴いただけます。" },
269
-
269
+ "shopping_complete_plan": {
270
+ "other": "{{ .Title }}購入は成功しました。"
271
+ },
270
272
  "shopping_complete_rental_watch_window_start": {
271
273
  "one": "本作品は明日中に限り視聴を開始いただけます。",
272
274
  "other": "本作品は{{.Count}} 日間、視聴を開始いただけます。"
@@ -295,6 +297,7 @@
295
297
  "meta_detail_studios": { "one": "製作", "other": "製作" },
296
298
  "meta_detail_countries": { "one": "製作国", "other": "製作国" },
297
299
  "meta_detail_subtitles": { "other": "字幕" },
300
+ "meta_detail_captions": { "other": "字幕 [CC]" },
298
301
  "meta_detail_episodes_title": { "other": "エピソード" },
299
302
  "meta_detail_bonus_title": { "other": "特典映像" },
300
303
  "meta_detail_recommendations_title": { "other": "おすすめ作品" },
@@ -436,5 +439,162 @@
436
439
  },
437
440
  "awards_in_competition": {
438
441
  "other": "競争中"
439
- }
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
+
440
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ą" },
@@ -307,7 +307,9 @@
307
307
  "shopping_complete_purchase_coming_soon": { "other": "Filmą galėsite žiūrėti nuo {{.Date}}." },
308
308
  "shopping_complete_receipt": { "other": "Kvitą jums išsiuntėme el. paštu." },
309
309
  "shopping_complete_library_link": { "other": "Pradėkite žiūrėti bet kurį iš savo įsigytų filmų." },
310
-
310
+ "shopping_complete_plan": {
311
+ "other": "{{ .Title }} buvo sėkmingas."
312
+ },
311
313
  "shopping_complete_rental_watch_window_start": {
312
314
  "one": "Per ateinančią dieną galėsite pradėti žiūrėti filmą.",
313
315
  "other": "Pradėkite žiūrėti filmą per {{.Count}} dienas."
@@ -334,6 +336,7 @@
334
336
  "meta_detail_studios": { "one": "Kompanija", "other": "Kompanijos" },
335
337
  "meta_detail_countries": { "one": "Šalis", "other": "Šalys" },
336
338
  "meta_detail_subtitles": { "other": "Subtitrai" },
339
+ "meta_detail_captions": { "other": "Subtitrai [CC]" },
337
340
  "meta_detail_episodes_title": { "other": "Epizodai" },
338
341
  "meta_detail_bonus_title": { "other": "Specialus papildomas turinys" },
339
342
  "meta_detail_recommendations_title": { "other": "Taip pat gali patikti" },
@@ -399,7 +402,6 @@
399
402
  "users_gender_diverse": { "other": "Nedvinarė" },
400
403
  "users_gender_other": { "other": "Kita" },
401
404
 
402
- "plan_label_owned": { "other": "" },
403
405
 
404
406
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
405
407
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
@@ -419,21 +421,10 @@
419
421
 
420
422
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
421
423
 
422
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
423
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
424
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
425
-
426
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
427
-
428
424
  "shopping_action_credit": { "other": "shopping_action_credit" },
429
- "shopping_action_plan": { "other": "shopping_action_plan" },
430
425
 
431
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
432
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
433
426
 
434
427
  "shopping_info_rental_period_coming_soon": { "other": "nuo išleidimo datos ir laiko." },
435
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
436
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
437
428
 
438
429
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
439
430
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -557,5 +548,49 @@
557
548
  },
558
549
  "awards_in_competition": {
559
550
  "other": "Varžybose"
560
- }
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" }
561
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" },
@@ -307,7 +307,10 @@
307
307
  "shopping_complete_purchase_coming_soon": { "other": "U kunt de film bekijken vanaf {{.Date}}." },
308
308
  "shopping_complete_receipt": { "other": "Er werd een ontvangstbewijs naar uw e-mailadres verstuurd." },
309
309
  "shopping_complete_library_link": { "other": "Begin nu met het bekijken van een van de {{.BundleItems}} in je bibliotheek." },
310
-
310
+ "shopping_complete_plan": {
311
+ "other": "Uw aankoop van {{ .Title }} was succesvol."
312
+ },
313
+
311
314
  "shopping_complete_rental_watch_window_start": {
312
315
  "one": "U kunt nu binnen de volgende dag beginnen met kijken.",
313
316
  "other": "U kunt nu binnen de komende {{.Count}} dagen beginnen met kijken."
@@ -334,6 +337,7 @@
334
337
  "meta_detail_studios": { "one": "Studio", "other": "Studios" },
335
338
  "meta_detail_countries": { "one": "Land", "other": "Landen" },
336
339
  "meta_detail_subtitles": { "other": "Ondertitels" },
340
+ "meta_detail_captions": { "other": "Ondertitels [CC]" },
337
341
  "meta_detail_episodes_title": { "other": "Afleveringen" },
338
342
  "meta_detail_bonus_title": { "other": "Bonusinhoud" },
339
343
  "meta_detail_recommendations_title": { "other": "Dit vindt u misschien ook leuk" },
@@ -399,7 +403,6 @@
399
403
  "users_gender_diverse": { "other": "Non-binair" },
400
404
  "users_gender_other": { "other": "Ander" },
401
405
 
402
- "plan_label_owned": { "other": "" },
403
406
 
404
407
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
405
408
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
@@ -419,21 +422,10 @@
419
422
 
420
423
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
421
424
 
422
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
423
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
424
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
425
-
426
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
427
-
428
425
  "shopping_action_credit": { "other": "shopping_action_credit" },
429
- "shopping_action_plan": { "other": "shopping_action_plan" },
430
-
431
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
432
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
433
426
 
434
427
  "shopping_info_rental_period_coming_soon": { "other": "vanaf de releasedatum." },
435
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
436
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
428
+
437
429
 
438
430
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
439
431
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -557,5 +549,50 @@
557
549
  },
558
550
  "awards_in_competition": {
559
551
  "other": "in competitie"
560
- }
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" }
561
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" },
@@ -294,7 +294,9 @@
294
294
  "shopping_complete_purchase_coming_soon": { "other": "Du kan se filmen fra {{.Date}}." },
295
295
  "shopping_complete_receipt": { "other": "En kvittering har blitt sendt til deg per e-post." },
296
296
  "shopping_complete_library_link": { "other": "Start med å se noe fra {{.BundleItems}} i biblioteket ditt nå." },
297
-
297
+ "shopping_complete_plan": {
298
+ "other": "Kjøpet av {{ .Title }} var vellykket."
299
+ },
298
300
  "shopping_complete_rental_watch_window_start": {
299
301
  "one": "Du kan nå se den om {{.Count}} dager.",
300
302
  "other": "You are now able to start watching it within the next {{.Count}} days."
@@ -321,6 +323,7 @@
321
323
  "meta_detail_studios": { "one": "Distributører", "other": "Distributør" },
322
324
  "meta_detail_countries": { "one": "Land", "other": "Land" },
323
325
  "meta_detail_subtitles": { "other": "Undertekster" },
326
+ "meta_detail_captions": { "other": "Undertekster [CC]" },
324
327
  "meta_detail_episodes_title": { "other": "Episoder" },
325
328
  "meta_detail_bonus_title": { "other": "Bonusinnhold" },
326
329
  "meta_detail_recommendations_title": { "other": "Relaterte filmer" },
@@ -384,8 +387,6 @@
384
387
  "users_gender_diverse": { "other": "Ikke-binær" },
385
388
  "users_gender_other": { "other": "Uspesifisert" },
386
389
 
387
- "plan_label_owned": { "other": "" },
388
-
389
390
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
390
391
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
391
392
  "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
@@ -401,21 +402,8 @@
401
402
 
402
403
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
403
404
 
404
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
405
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
406
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
407
-
408
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
409
-
410
405
  "shopping_action_credit": { "other": "shopping_action_credit" },
411
- "shopping_action_plan": { "other": "shopping_action_plan" },
412
-
413
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
414
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
415
-
416
406
  "shopping_info_rental_period_coming_soon": { "other": "fra datoen og tidspunktet for utgivelsen." },
417
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
418
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
419
407
 
420
408
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
421
409
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -524,11 +512,87 @@
524
512
  "plan_free_link_text": {
525
513
  "other": "Registrer deg gratis"
526
514
  },
527
- "awards_nominated_for": {
528
- "other": "Nominert til"
529
- },
530
- "awards_in_competition": {
531
- "other": "I konkurranse"
532
- }
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"}
533
597
  }
534
598