@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
@@ -75,7 +75,7 @@
75
75
  "social_media_buttons_copied_link": { "other": "Link in die Zwischenablage kopiert!" },
76
76
  "social_media_buttons_copy_link": { "other": "In die Zwischenablage kopieren" },
77
77
 
78
- "accept_invite_page_header": { "other": "Willkommen" },
78
+ "accept_invite_page_header": { "other": "Willkommen " },
79
79
  "acceptinvite_form_invalid_reset_password_token": { "other": "Sie haben diese Einladung bereits angenommen. <a href=\"{{.SigninURL}}\">Loggen Sie sich hier ein</a>. Falls Sie Ihr Passwort vergessen haben, können Sie es <a href=\"{{.ForgotPasswordURL}}\">hier zurücksetzen</a>." },
80
80
  "acceptinvite_complete": { "other": "Vielen Dank. Ihr Konto wurde erstellt." },
81
81
  "acceptinvite_form_submit": { "other": "Einladung annehmen" },
@@ -324,6 +324,7 @@
324
324
  "meta_detail_studios": { "one": "Studio", "other": "Studios" },
325
325
  "meta_detail_countries": { "one": "Land", "other": "Länder" },
326
326
  "meta_detail_subtitles": { "other": "Untertitel" },
327
+ "meta_detail_captions": { "other": "Untertitel [CC]" },
327
328
  "meta_detail_episodes_title": { "other": "Episoden" },
328
329
  "meta_detail_bonus_title": { "other": "Bonusinhalt" },
329
330
  "meta_detail_recommendations_title": { "other": "Das könnte Ihnen auch gefallen" },
@@ -474,5 +475,129 @@
474
475
  },
475
476
  "awards_in_competition": {
476
477
  "other": "Im Wettbewerb"
477
- }
478
+ },
479
+ "awards_winner_of": {
480
+ "other": "Gewinner von"
481
+ },
482
+ "donate_button_text": {
483
+ "other": "Spenden"
484
+ },
485
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
486
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
487
+
488
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
489
+
490
+ "account_form_pin_code": { "other": "PIN" },
491
+ "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
492
+ "account_form_set_pin": { "other": "Set PIN" },
493
+ "account_form_pin_changed": { "other": "Updated" },
494
+ "account_form_change_pin": { "other": "Change PIN" },
495
+
496
+ "user_set_pin_header": { "other": "Set your PIN" },
497
+ "user_set_pin_button": { "other": "Set PIN" },
498
+ "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
499
+ "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
500
+ "user_submit_pin_button": { "other": "Enter" },
501
+ "user_reset_pin_button": { "other": "Reset PIN" },
502
+
503
+ "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
504
+ "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
505
+ "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
506
+ "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
507
+ "validation_pincode2_match": { "other": "PIN code does not match." },
508
+
509
+ "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
510
+ "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)." },
511
+ "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
512
+
513
+ "changepincode_modal_header": { "other": "Change your PIN" },
514
+ "changepincode_modal_currentpassword": { "other": "Your current password" },
515
+ "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
516
+ "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
517
+ "changepincode_modal_submit": { "other": "Set PIN" },
518
+ "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
519
+
520
+ "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
521
+ "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
522
+ "user_error_too_many_pin_errors_help_page_link": { "other": "" },
523
+ "shopping_error_age_restricted": { "other": "This content is age restricted." },
524
+ "shopping_error_close_button": { "other": "OK" },
525
+
526
+ "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
527
+ "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
528
+ "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
529
+ "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
530
+ "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
531
+ "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
532
+ "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
533
+ "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
534
+ "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
535
+ "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
536
+
537
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
538
+ "wcag_skip_links_content": { "other": "Skip to Content" },
539
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
540
+
541
+ "wcag_homepage_h1": { "other": "Homepage" },
542
+ "wcag_carousel_h2": { "other": "Carousel" },
543
+ "wcag_collections_h2": { "other": "Collections" },
544
+
545
+ "wcag_aria_label_footer": { "other": "Footer" },
546
+ "wcag_aria_label_nav_main": { "other": "Main" },
547
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
548
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
549
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
550
+ "wcag_aria_label_carousel": { "other": "Carousel" },
551
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
552
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
553
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
554
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
555
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
556
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
557
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
558
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
559
+
560
+ "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
561
+ "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
562
+
563
+
564
+ "users_gender_none": { "other": "Not specified" },
565
+ "users_gender_female": { "other": "Female" },
566
+ "users_gender_male": { "other": "Male" },
567
+ "users_gender_diverse": { "other": "Diverse" },
568
+ "users_gender_other": { "other": "Other" },
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
+ "play": { "other": "Play" },
595
+
596
+
597
+ "shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." },
598
+
599
+ "availability_expires": { "other": "Expires {{.Expiry}}" },
600
+ "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
601
+
602
+ "validation_terms_required": { "other": "You must agree to the terms and conditions." }
478
603
  }
@@ -81,7 +81,7 @@
81
81
  "social_media_buttons_copied_link": { "other": "Link on lõikelauale kopeeritud!" },
82
82
  "social_media_buttons_copy_link": { "other": "Kopeerida lõikelauale" },
83
83
 
84
- "accept_invite_page_header": { "other": "Tere tulemast" },
84
+ "accept_invite_page_header": { "other": "Tere tulemast " },
85
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Näib, et sa oled kutse juba vastu võtnud. Sa peaksid hoopis <a href=\"{{.SigninURL}}\">sisse logima</a>. Kui oled salasõna unustanud, saad selle <a href=\"{{.ForgotPasswordURL}}\">uuendada</a>." },
86
86
  "acceptinvite_complete": { "other": "Aitäh! Sinu konto on loodud." },
87
87
  "acceptinvite_form_submit": { "other": "Võta kutse vastu." },
@@ -323,6 +323,7 @@
323
323
  "meta_detail_studios": { "one": "Stuudiod", "other": "Stuudiod" },
324
324
  "meta_detail_countries": { "one": "Riigid", "other": "Riigid" },
325
325
  "meta_detail_subtitles": { "other": "Subtiitrid" },
326
+ "meta_detail_captions": { "other": "Subtiitrid [CC]" },
326
327
  "meta_detail_episodes_title": { "other": "Episoodid" },
327
328
  "meta_detail_bonus_title": { "other": "Lisasisu" },
328
329
  "meta_detail_recommendations_title": { "other": "Sulle võib veel meeldida" },
@@ -385,8 +386,7 @@
385
386
  "users_gender_male": { "other": "Mees" },
386
387
  "users_gender_diverse": { "other": "Sooneutraalne" },
387
388
  "users_gender_other": { "other": "Muu" },
388
-
389
- "plan_label_owned": { "other": "" },
389
+
390
390
 
391
391
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
392
392
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
@@ -403,21 +403,10 @@
403
403
 
404
404
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
405
405
 
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
406
  "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
-
407
+
418
408
  "shopping_info_rental_period_coming_soon": { "other": "alates avaldamise kuupäevast ja kellaajast." },
419
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
420
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
409
+
421
410
 
422
411
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
423
412
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -527,11 +516,87 @@
527
516
  "plan_free_link_text": {
528
517
  "other": "Registreeru tasuta"
529
518
  },
530
- "awards_nominated_for": {
531
- "other": "Kandideeritud"
532
- },
533
- "awards_in_competition": {
534
- "other": "Võistluses"
535
- }
519
+ "awards_nominated_for": {
520
+ "other": "Kandideeritud"
521
+ },
522
+ "awards_in_competition": {
523
+ "other": "Võistluses"
524
+ },
525
+ "awards_winner_of": {
526
+ "other": "Võitja"
527
+ },
528
+ "donate_button_text": {
529
+ "other": "Anneta"
530
+ },
531
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
532
+ "wcag_skip_links_content": { "other": "Skip to Content" },
533
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
534
+
535
+ "wcag_homepage_h1": { "other": "Homepage" },
536
+ "wcag_carousel_h2": { "other": "Carousel" },
537
+ "wcag_collections_h2": { "other": "Collections" },
538
+
539
+ "wcag_aria_label_footer": { "other": "Footer" },
540
+ "wcag_aria_label_nav_main": { "other": "Main" },
541
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
542
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
543
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
544
+ "wcag_aria_label_carousel": { "other": "Carousel" },
545
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
546
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
547
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
548
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
549
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
550
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
551
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
552
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
553
+
554
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
555
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
556
+ "shopping_payment_method_header": { "other": "Payment methods" },
557
+ "shopping_payment_method_credit_card": { "other": "Credit card" },
558
+ "shopping_payment_method_giropay": { "other": "Giropay" },
559
+ "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
560
+ "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
561
+
562
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
563
+
564
+ "account_form_pin_code": { "other": "PIN" },
565
+ "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
566
+ "account_form_set_pin": { "other": "Set PIN" },
567
+ "account_form_pin_changed": { "other": "Updated" },
568
+ "account_form_change_pin": { "other": "Change PIN" },
569
+
570
+ "user_set_pin_header": { "other": "Set your PIN" },
571
+ "user_set_pin_button": { "other": "Set PIN" },
572
+ "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
573
+ "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
574
+ "user_submit_pin_button": { "other": "Enter" },
575
+ "user_reset_pin_button": { "other": "Reset PIN" },
576
+
577
+ "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
578
+ "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
579
+ "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
580
+ "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
581
+ "validation_pincode2_match": { "other": "PIN code does not match." },
582
+
583
+ "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
584
+ "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)." },
585
+ "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
586
+
587
+ "changepincode_modal_header": { "other": "Change your PIN" },
588
+ "changepincode_modal_currentpassword": { "other": "Your current password" },
589
+ "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
590
+ "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
591
+ "changepincode_modal_submit": { "other": "Set PIN" },
592
+ "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
593
+
594
+ "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
595
+ "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
596
+ "user_error_too_many_pin_errors_help_page_link": { "other": "" },
597
+ "shopping_error_age_restricted": { "other": "This content is age restricted." },
598
+ "shopping_error_close_button": { "other": "OK" },
599
+
600
+ "availability_expired": { "other": "Expired"}
536
601
  }
537
602
 
@@ -81,7 +81,7 @@
81
81
  "social_media_buttons_copied_link": { "other": "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο!" },
82
82
  "social_media_buttons_copy_link": { "other": "Αντιγραφή στο πρόχειρο" },
83
83
 
84
- "accept_invite_page_header": { "other": "Καλώς ορίσατε" },
84
+ "accept_invite_page_header": { "other": "Καλώς ορίσατε " },
85
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας." },
86
86
  "acceptinvite_complete": { "other": "Ευχαριστούμε πολύ. Ο λογαριασμός σας έχει δημιουργηθεί." },
87
87
  "acceptinvite_form_submit": { "other": "Αποδοχή πρόσκλησης" },
@@ -196,7 +196,7 @@
196
196
  "shopping_info_ownership_rent": { "other": "ενοικίαση" },
197
197
 
198
198
  "shopping_info_sd_only": { "other": "Limited to SD playback only." },
199
- "shopping_info_release_date_title": { "other": "Κυκλοφορίες {{.Date}}." },
199
+ "shopping_info_release_date_title": { "other": "Κυκλοφορίες {{.Date}}. " },
200
200
  "shopping_info_release_date_explanation_rent": { "other": "Μπορείτε να το ενοικιάσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε." },
201
201
  "shopping_info_release_date_explanation_buy": { "other": "Μπορείτε να το αγοράσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε." },
202
202
 
@@ -320,6 +320,7 @@
320
320
  "meta_detail_studios": { "one": "Εταιρίες", "other": "Εταιρίες" },
321
321
  "meta_detail_countries": { "one": "Χώρες", "other": "Χώρες" },
322
322
  "meta_detail_subtitles": { "other": "Υπότιτλοι" },
323
+ "meta_detail_captions": { "other": "Υπότιτλοι [CC]" },
323
324
  "meta_detail_episodes_title": { "other": "Επεισόδια" },
324
325
  "meta_detail_bonus_title": { "other": "Έξτρα υλικό" },
325
326
  "meta_detail_recommendations_title": { "other": "Ίσως σας αρέσουν και τα" },
@@ -368,7 +369,7 @@
368
369
  "pricing_ownership_buy": { "other": "Αγορά" },
369
370
  "pricing_ownership_rent": { "other": "Ενοικίαση" },
370
371
 
371
- "classification_intro": { "other": "Κατηγοριοποίηση" },
372
+ "classification_intro": { "other": "Κατηγοριοποίηση " },
372
373
  "classification_divider": { "other": " - " },
373
374
  "classification_outro": { "other": "" },
374
375
 
@@ -383,8 +384,6 @@
383
384
  "users_gender_diverse": { "other": "LGBTQI+" },
384
385
  "users_gender_other": { "other": "Άλλο" },
385
386
 
386
- "plan_label_owned": { "other": "" },
387
-
388
387
  "pricing_quality_hd": { "other": "pricing_quality_hd" },
389
388
  "pricing_quality_sd": { "other": "pricing_quality_sd" },
390
389
  "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
@@ -400,21 +399,10 @@
400
399
 
401
400
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
402
401
 
403
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
404
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
405
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
406
-
407
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
408
-
409
402
  "shopping_action_credit": { "other": "shopping_action_credit" },
410
- "shopping_action_plan": { "other": "shopping_action_plan" },
411
403
 
412
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
413
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
414
404
 
415
405
  "shopping_info_rental_period_coming_soon": { "other": "Από την ημέρα και ώρα της κυκλοφορίας." },
416
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
417
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
418
406
 
419
407
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
420
408
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -528,5 +516,86 @@
528
516
  },
529
517
  "awards_in_competition": {
530
518
  "other": "Σε Διαγωνισμό"
531
- }
519
+ },
520
+ "awards_winner_of": {
521
+ "other": "Νικητής του"
522
+ },
523
+ "donate_button_text": {
524
+ "other": "Προσφέρω"
525
+ },
526
+ "wcag_skip_links_header": { "other": "Accessibility Links" },
527
+ "wcag_skip_links_content": { "other": "Skip to Content" },
528
+ "wcag_skip_links_footer": { "other": "Skip to Footer" },
529
+
530
+ "wcag_homepage_h1": { "other": "Homepage" },
531
+ "wcag_carousel_h2": { "other": "Carousel" },
532
+ "wcag_collections_h2": { "other": "Collections" },
533
+
534
+ "wcag_aria_label_footer": { "other": "Footer" },
535
+ "wcag_aria_label_nav_main": { "other": "Main" },
536
+ "wcag_aria_label_nav_sub": { "other": "Sub" },
537
+ "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
538
+ "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
539
+ "wcag_aria_label_carousel": { "other": "Carousel" },
540
+ "wcag_aria_label_page_collection": { "other": "Page Collection" },
541
+ "wcag_aria_label_collection_list": { "other": "Collection List" },
542
+ "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
543
+ "wcag_aria_label_wishlist": { "other": "Wishlist" },
544
+ "wcag_aria_label_facebook": { "other": "Share on Facebook" },
545
+ "wcag_aria_label_twitter": { "other": "Share on Twitter" },
546
+ "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
547
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
548
+
549
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
550
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
551
+ "shopping_payment_method_header": { "other": "Payment methods" },
552
+ "shopping_payment_method_credit_card": { "other": "Credit card" },
553
+ "shopping_payment_method_giropay": { "other": "Giropay" },
554
+ "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
555
+ "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
556
+
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"},
597
+
598
+ "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
599
+ "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." }
600
+
532
601
  }
@@ -350,6 +350,7 @@
350
350
  "meta_detail_studios": { "one": "Studio", "other": "Studios" },
351
351
  "meta_detail_countries": { "one": "Country", "other": "Countries" },
352
352
  "meta_detail_subtitles": { "other": "Subtitles" },
353
+ "meta_detail_captions": { "other": "Closed Captions [CC]" },
353
354
  "meta_detail_episodes_title": { "other": "Episodes" },
354
355
  "meta_detail_bonus_title": { "other": "Bonus Content" },
355
356
  "meta_detail_recommendations_title": { "other": "You may also like" },
@@ -415,12 +416,11 @@
415
416
  "users_gender_diverse": { "other": "Diverse" },
416
417
  "users_gender_other": { "other": "Other" },
417
418
 
418
- "plan_label_owned": { "other": "" },
419
419
 
420
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
421
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
422
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
423
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
420
+ "pricing_quality_hd": { "other": "HD" },
421
+ "pricing_quality_sd": { "other": "SD" },
422
+ "pricing_quality_hd_only": { "other": "HD Only" },
423
+ "pricing_quality_sd_only": { "other": "SD Only" },
424
424
 
425
425
  "shopping_card_save_card": { "other": "Save this card for future use" },
426
426
  "shopping_card_button_change": { "other": "Show all saved cards" },
@@ -429,11 +429,11 @@
429
429
  "shopping_card_existing_expired": { "other": "(expired)" },
430
430
  "shopping_card_use_other": { "other": "Use a new card" },
431
431
  "shopping_card_use_new_card": { "other": "Change card" },
432
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
432
+ "shopping_card_update_reason_none": { "other": "Update your credit card. Supported cards are Visa, Mastercard and American Express." },
433
433
  "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
434
434
  "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
435
435
 
436
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
436
+ "shopping_info_ownership_plan": { "other": "Subscription"},
437
437
 
438
438
  "shopping_price_title_plan": { "other": "Price" },
439
439
  "shopping_price_plan_note": {
@@ -448,7 +448,7 @@
448
448
 
449
449
  "shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
450
450
 
451
- "shopping_action_credit": { "other": "shopping_action_credit" },
451
+ "shopping_action_credit": { "other": "Top up" },
452
452
  "shopping_action_plan": { "other": "Complete" },
453
453
 
454
454
  "shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
@@ -466,26 +466,23 @@
466
466
  "other": "Try your free {{.Count}} day trial!"
467
467
  },
468
468
 
469
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
470
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
471
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
469
+ "usersubscriptions_change_payment_method_change": { "other": "Change Credit Card" },
470
+ "usersubscriptions_change_payment_method_modal_title": { "other": "Update credit card details" },
471
+ "usersubscriptions_change_payment_method_modal_submit": { "other": "Update" },
472
472
 
473
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
474
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
475
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
476
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
477
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
478
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
479
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
480
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
481
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
482
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
473
+ "usersubscriptions_subscription_expiry": { "other": "Expires {{.Expiry}}" },
474
+ "usersubscriptions_subscription_status_trialing": { "other": "Trial Period" },
475
+ "usersubscriptions_subscription_unsubscribe": { "other": "Cancel my subscription" },
476
+ "usersubscriptions_unsubscribe_modal_cancel": { "other": "Cancel" },
477
+ "usersubscriptions_unsubscribe_modal_confirm": { "other": "Yes, cancel my subscription" },
478
+ "usersubscriptions_unsubscribe_modal_title": { "other": "Cancel subscription?" },
479
+ "usersubscriptions_unsubscribe_modal_body": { "other": "This will cancel the subscription to the {{.Name}} plan. You will still be able to watch the content in the plan until it expires {{.Expiry}}." },
483
480
 
484
481
 
485
482
  "availability_coming_soon": { "other": "Coming soon" },
486
483
  "availability_renting": { "other": "Renting" },
487
484
  "availability_not_available": { "other": "Not available" },
488
- "availability_in_watch_window": { "other": "availability_in_watch_window" },
485
+ "availability_in_watch_window": { "other": "Available in watch window" },
489
486
  "availability_sold_out": { "other": "Sold Out" },
490
487
  "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
491
488
  "availability_not_available_in_country": { "other": "Not available in your country" },
@@ -557,5 +554,9 @@
557
554
  "plan_free_link_text": { "other": "Sign up for free" },
558
555
 
559
556
  "awards_nominated_for": { "other": "Nominated for" },
560
- "awards_in_competition": { "other": "In Competition" }
557
+ "awards_in_competition": { "other": "In Competition" },
558
+ "awards_winner_of": { "other": "Winner of" },
559
+
560
+ "donate_button_text": { "other": "Donate" }
561
+
561
562
  }