@shift72/core-template 0.3.6 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/kibble.json +1 -1
  3. package/package.json +9 -6
  4. package/site/404.html.jet +1 -1
  5. package/site/acceptinvite.html.jet +1 -1
  6. package/site/account.html.jet +1 -1
  7. package/site/ar_LB.all.json +82 -2
  8. package/site/ca_ES.all.json +87 -2
  9. package/site/da_DK.all.json +89 -2
  10. package/site/de_DE.all.json +80 -1
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +82 -3
  13. package/site/el_EL.all.json +80 -1
  14. package/site/en_AU.all.json +55 -14
  15. package/site/es_ES.all.json +80 -1
  16. package/site/es_MX.all.json +10 -0
  17. package/site/fi_FI.all.json +81 -2
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +80 -1
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -400
  22. package/site/hu_HU.all.json +82 -3
  23. package/site/it_IT.all.json +80 -1
  24. package/site/ja_JP.all.json +81 -2
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +81 -2
  27. package/site/nl_BE.all.json +81 -2
  28. package/site/no_NO.all.json +82 -3
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +81 -2
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +87 -2
  33. package/site/pt_PT.all.json +81 -2
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +81 -2
  36. package/site/se_SE.all.json +81 -2
  37. package/site/search.html.jet +1 -1
  38. package/site/signin.html.jet +1 -1
  39. package/site/signup.html.jet +1 -1
  40. package/site/styles/_awards.scss +39 -0
  41. package/site/styles/_buttons.scss +13 -0
  42. package/site/styles/_card.scss +3 -0
  43. package/site/styles/_collections.scss +1 -1
  44. package/site/styles/_footer.scss +0 -1
  45. package/site/styles/_forms.scss +1 -1
  46. package/site/styles/_globals.scss +7 -0
  47. package/site/styles/_icons.scss +4 -0
  48. package/site/styles/_legacy.scss +0 -5
  49. package/site/styles/_meta-detail.scss +1 -2
  50. package/site/styles/_nav.scss +2 -2
  51. package/site/styles/_pages.scss +25 -6
  52. package/site/styles/_plans.scss +87 -0
  53. package/site/styles/_poster.scss +25 -1
  54. package/site/styles/_shift72.scss +19 -0
  55. package/site/styles/_shopping.scss +6 -0
  56. package/site/styles/_variables.scss +14 -0
  57. package/site/styles/_wishlist.scss +2 -2
  58. package/site/styles/main.scss +6 -1
  59. package/site/templates/{application.jet → application/application.jet} +5 -5
  60. package/site/templates/{footer → application/footer}/app-badges.jet +5 -1
  61. package/site/templates/{footer → application/footer}/brand.jet +0 -0
  62. package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
  63. package/site/templates/{footer → application/footer}/footer.jet +0 -0
  64. package/site/templates/{footer → application/footer}/info.jet +0 -0
  65. package/site/templates/{footer → application/footer}/nav.jet +0 -0
  66. package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
  67. package/site/{google.jet → templates/application/google.jet} +0 -0
  68. package/site/templates/application/head/font.jet +4 -0
  69. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  70. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  71. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  72. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  73. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  74. package/site/templates/bundle/background.jet +4 -5
  75. package/site/templates/bundle/item.jet +1 -1
  76. package/site/templates/collection/carousel_item.jet +3 -1
  77. package/site/templates/collection/index.jet +1 -1
  78. package/site/templates/collection/item.jet +1 -1
  79. package/site/templates/collection/list.jet +4 -4
  80. package/site/templates/collection/page_collection.jet +8 -8
  81. package/site/templates/common/awards/carousel.jet +10 -0
  82. package/site/templates/common/awards/item.jet +12 -0
  83. package/site/templates/common/awards/partial.jet +7 -0
  84. package/site/templates/common/background-image.jet +6 -0
  85. package/site/templates/common/separator.jet +3 -0
  86. package/site/templates/common/social-media-buttons.jet +42 -28
  87. package/site/templates/film/item.jet +5 -1
  88. package/site/templates/items/meta_item.jet +7 -2
  89. package/site/templates/items/tagline.jet +11 -8
  90. package/site/templates/page/content.jet +11 -12
  91. package/site/templates/page/curated.jet +37 -22
  92. package/site/templates/page/homepage.jet +1 -1
  93. package/site/templates/page/landing.jet +1 -1
  94. package/site/templates/page/page-content.jet +29 -0
  95. package/site/templates/page/page-header.jet +26 -0
  96. package/site/templates/tv/detail.jet +7 -1
  97. package/site/tr_TR.all.json +82 -3
  98. package/site/uk_UA.all.json +87 -2
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +85 -1
  101. package/site/static/styles/main.css.map +0 -1
@@ -73,7 +73,14 @@
73
73
  "play_button_resume": { "other" : "Jätka"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Jaga" },
76
-
76
+ "social_media_buttons_facebook": { "other": "Jaga Facebookis" },
77
+ "social_media_buttons_twitter": { "other": "Jaga Twitteris" },
78
+ "social_media_buttons_linkedin": { "other": "Jaga Linkedinis" },
79
+ "social_media_buttons_email": { "other": "Jaga meili teel" },
80
+ "social_media_buttons_email_subject": { "other": "Lingi jagamine" },
81
+ "social_media_buttons_copied_link": { "other": "Link on lõikelauale kopeeritud!" },
82
+ "social_media_buttons_copy_link": { "other": "Kopeerida lõikelauale" },
83
+
77
84
  "accept_invite_page_header": { "other": "Tere tulemast" },
78
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>." },
79
86
  "acceptinvite_complete": { "other": "Aitäh! Sinu konto on loodud." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Sisse logimiseks sisesta palun oma salasõna." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Vale salasõna." },
113
120
  "combined_auth_error_forbidden": { "other": "On juhtunud viga." },
121
+ "combined_auth_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Lähtesta oma salasõna" },
116
124
  "forgotpassword_form_email": { "other": "E-posti aadress" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Konto on peatatud." },
120
128
  "forgotpassword_complete": { "other": "Aitäh! Salasõna lähtestamise e-kiri peaks kohe su postkasti jüudma." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "On toimunud viga." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Muuda oma salasõna" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Näib, et salasõna lähtestamisel läks midagi valesti. Palun täida <a href=\"{{.URL}}\">salasõna lähtestamise vorm</a> uuesti." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Aitäh! Sinu salasõna on muudetud ja oled sisse logitud." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Salasõna lähtestamise päring ebaõnnestus. Palun proovi hiljem uuesti." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Salasõna lähtestamise võti on aegunud. Palun täida salasõna lähtestamise vorm uuesti." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
131
141
 
132
142
  "account_page_header": { "other": "Minu konto" },
133
143
  "account_form_name": { "other": "Nimi" },
@@ -451,6 +461,75 @@
451
461
 
452
462
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
453
463
  "app_badge_ios": { "other": "Download on the App Store" },
454
- "app_badge_android": { "other": "Get it on Google Play" }
464
+ "app_badge_android": { "other": "Get it on Google Play" },
465
+
466
+ "shopping_price_title_plan": {
467
+ "other": "Hind"
468
+ },
469
+ "shopping_price_plan_note": {
470
+ "zero": "{{ .Interval }} iga .Intervall .",
471
+ "one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
472
+ "other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
473
+ },
474
+ "shopping_price_plan_note_interval": {
475
+ "one": "{{ .Interval }}",
476
+ "other": "{{ .Count }} {{ .Interval }}"
477
+ },
478
+ "shopping_enter_card_prompt_plan": {
479
+ "other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
480
+ },
481
+ "shopping_action_plan": {
482
+ "other": "Täielik"
483
+ },
484
+ "shopping_complete_subscription": {
485
+ "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
486
+ },
487
+ "shopping_complete_subscription_browse": {
488
+ "other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
489
+ },
490
+ "shopping_info_plan_offer": {
491
+ "one": "{{ .Interval }} automaatselt iga .intervall",
492
+ "other": "{{ .Count }} automaatselt iga {{ .Interval }}"
493
+ },
494
+ "shopping_info_trial_period_offer": {
495
+ "one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
496
+ "other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
497
+ },
498
+ "plans_page_header": {
499
+ "other": "Saadaolevad plaanid"
500
+ },
501
+ "plan_label_owned": {
502
+ "other": "See plaan kuulub teile"
503
+ },
504
+ "plan_expiry_date": {
505
+ "other": "Müük suletakse:"
506
+ },
507
+ "plan_read_more": {
508
+ "other": "Leia rohkem"
509
+ },
510
+ "plan_page_read_more": {
511
+ "other": "Loe rohkem"
512
+ },
513
+ "plan_page_header_text": {
514
+ "other": "Nautige {{ .Name }}"
515
+ },
516
+ "page_plan_explore_intro": {
517
+ "other": "VÕI"
518
+ },
519
+ "page_plan_explore_link": {
520
+ "other": "Avastage teisi pääsmeid"
521
+ },
522
+ "plan_showcase_page_ownership_button_buy": {
523
+ "other": "Osta kohe"
524
+ },
525
+ "plan_free_link_text": {
526
+ "other": "Registreeru tasuta"
527
+ },
528
+ "awards_nominated_for": {
529
+ "other": "Kandideeritud"
530
+ },
531
+ "awards_in_competition": {
532
+ "other": "Võistluses"
533
+ }
455
534
  }
456
-
535
+
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Συνέχιση"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Μοιράσου το" },
76
+ "social_media_buttons_facebook": { "other": "Κοινοποίηση στο Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Μοιραστείτε το στο Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Κοινή χρήση στο Linkedin" },
79
+ "social_media_buttons_email": { "other": "Κοινοποίηση μέσω email" },
80
+ "social_media_buttons_email_subject": { "other": "Κοινή χρήση συνδέσμου" },
81
+ "social_media_buttons_copied_link": { "other": "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο!" },
82
+ "social_media_buttons_copy_link": { "other": "Αντιγραφή στο πρόχειρο" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Καλώς ορίσατε" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Παρακαλώ εισάγετε τον κωδικό σας για να εισέλθετε στο λογαριασμό σας." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "Ο κωδικός είναι λάθος." },
110
117
  "combined_auth_error_forbidden": { "other": "Αντιμετωπίσαμε ένα σφάλμα." },
118
+ "combined_auth_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Επαναφέρετε τον κωδικό σας" },
113
121
  "forgotpassword_form_email": { "other": "Διεύθυνση ηλ. ταχυδρομείου" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Ο λογαριασμός σας έχει ακυρωθεί." },
117
125
  "forgotpassword_complete": { "other": "Σας ευχαριστούμε. Θα λάβετε σύντομα ένα μήνυμα για την επαναφορά του κωδικού σας." },
118
126
  "forgotpassword_form_error_forbidden": { "other": "Αντιμετωπίσαμε ένα σφάλμα." },
127
+ "forgotpassword_form_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Αλλάξτε τον κωδικό σας" },
121
130
  "resetpassword_form_invalid_reset_password_token": { "other": "Φαίνεται πως το αίτημα επαναφορά του κωδικού σας έχει ακυρωθεί, παρακαλώ συμπληρώστε τη φόρμα <a href=\"{{.URL}}\">ανάκτησης του κωδικού σας</a> ξανά." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Σας ευχαριστούμε. Ο κωδικός σας έχει αλλάξει και έχετε εισέλθει στο λογαριασμό σας." },
126
135
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Το αίτημα για επαναφορά του κωδικού σας δεν είναι έγκυρο. Παρακαλώ δοκιμάστε αργότερα." },
127
136
  "resetpassword_form_error_reset_password_token_expired": { "other": "Το αίτημα επαναφοράς του κωδικού σας έχει λήξει. Παρακαλώ δοκιμάστε ξανά." },
137
+ "resetpassword_form_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
128
138
 
129
139
  "account_page_header": { "other": "Ο λογαριασμός μου" },
130
140
  "account_form_name": { "other": "Όνομα" },
@@ -447,5 +457,74 @@
447
457
 
448
458
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
449
459
  "app_badge_ios": { "other": "Download on the App Store" },
450
- "app_badge_android": { "other": "Get it on Google Play" }
460
+ "app_badge_android": { "other": "Get it on Google Play" },
461
+
462
+ "shopping_price_title_plan": {
463
+ "other": "Τιμή"
464
+ },
465
+ "shopping_price_plan_note": {
466
+ "zero": "Χρεώνεται κάθε {{ .Interval }} .",
467
+ "one": "Χρεώνεται κάθε {{ .Interval }} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
468
+ "other": "Χρεώνεται κάθε {{ .Interval }} μετά τη {{ .Count }} δωρεάν δοκιμής .Count day."
469
+ },
470
+ "shopping_price_plan_note_interval": {
471
+ "one": "{{ .Interval }}",
472
+ "other": "{{ .Count }} {{ .Interval }}"
473
+ },
474
+ "shopping_enter_card_prompt_plan": {
475
+ "other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε τη συνδρομή σας."
476
+ },
477
+ "shopping_action_plan": {
478
+ "other": "Πλήρης"
479
+ },
480
+ "shopping_complete_subscription": {
481
+ "other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{ .Title }} ."
482
+ },
483
+ "shopping_complete_subscription_browse": {
484
+ "other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
485
+ },
486
+ "shopping_info_plan_offer": {
487
+ "one": "Ανανεώνει αυτόματα κάθε {{ .Interval }}",
488
+ "other": "Ανανεώνει αυτόματα κάθε {{ .Count }} {{ .Interval }}"
489
+ },
490
+ "shopping_info_trial_period_offer": {
491
+ "one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
492
+ "other": "Δοκιμάστε τη δωρεάν {{ .Count }} day!"
493
+ },
494
+ "plans_page_header": {
495
+ "other": "Διαθέσιμα σχέδια"
496
+ },
497
+ "plan_label_owned": {
498
+ "other": "Είστε κάτοχος αυτού του σχεδίου"
499
+ },
500
+ "plan_expiry_date": {
501
+ "other": "Κλείσιμο εκπτώσεων:"
502
+ },
503
+ "plan_read_more": {
504
+ "other": "Μάθετε περισσότερα"
505
+ },
506
+ "plan_page_read_more": {
507
+ "other": "Διαβάστε περισσότερα"
508
+ },
509
+ "plan_page_header_text": {
510
+ "other": "Απολαύστε το {{ .Name }}"
511
+ },
512
+ "page_plan_explore_intro": {
513
+ "other": "Ή"
514
+ },
515
+ "page_plan_explore_link": {
516
+ "other": "Εξερευνήστε άλλα περάσματα"
517
+ },
518
+ "plan_showcase_page_ownership_button_buy": {
519
+ "other": "Αγορασε τωρα"
520
+ },
521
+ "plan_free_link_text": {
522
+ "other": "ΕΓΓΡΑΦΕΙΤΕ ΔΩΡΕΑΝ"
523
+ },
524
+ "awards_nominated_for": {
525
+ "other": "Προτάθηκε για"
526
+ },
527
+ "awards_in_competition": {
528
+ "other": "Σε Διαγωνισμό"
529
+ }
451
530
  }
@@ -56,8 +56,8 @@
56
56
  "nav_wishlist": { "other": "My List" },
57
57
  "nav_account": { "other": "My Account" },
58
58
  "nav_signout": { "other": "Sign Out" },
59
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
60
59
  "play_trailer": { "other": "Trailer" },
60
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
61
61
  "runtime_hours": { "other": "h" },
62
62
  "runtime_minutes": { "other": "m" },
63
63
 
@@ -74,6 +74,13 @@
74
74
  "play_button_resume": { "other" : "Continue"},
75
75
 
76
76
  "social_media_buttons_title": { "other": "Share" },
77
+ "social_media_buttons_facebook": { "other": "Share on Facebook" },
78
+ "social_media_buttons_twitter": { "other": "Share on Twitter" },
79
+ "social_media_buttons_linkedin": { "other": "Share on Linkedin" },
80
+ "social_media_buttons_email": { "other": "Share via email" },
81
+ "social_media_buttons_email_subject": { "other": "Link share" },
82
+ "social_media_buttons_copied_link": { "other": "Link copied to clipboard!" },
83
+ "social_media_buttons_copy_link": { "other": "Copy to clipboard" },
77
84
 
78
85
  "accept_invite_page_header": { "other": "Welcome" },
79
86
  "acceptinvite_form_invalid_reset_password_token": { "other": "It looks like you have already claimed this invite, you should <a href=\"{{.SigninURL}}\">sign in</a> instead. If you have forgotten your password, you can also <a href=\"{{.ForgotPasswordURL}}\">reset your password</a>." },
@@ -112,6 +119,7 @@
112
119
  "combined_auth_signin_password": { "other": "Please enter your password to sign in to your account." },
113
120
  "combined_auth_signin_error_incorrect_credentials": { "other": "That password is incorrect." },
114
121
  "combined_auth_error_forbidden": { "other": "An error has occurred." },
122
+ "combined_auth_error_too_many_requests": { "other": "Too many requests, please try again later." },
115
123
 
116
124
  "forgotpassword_page_header": { "other": "Reset your Password" },
117
125
  "forgotpassword_form_email": { "other": "Email address" },
@@ -120,6 +128,7 @@
120
128
  "forgotpassword_form_error_account_suspended": { "other": "This account is suspended." },
121
129
  "forgotpassword_complete": { "other": "Thank you. A password reset email should appear in your inbox shortly." },
122
130
  "forgotpassword_form_error_forbidden": { "other": "An error has occurred." },
131
+ "forgotpassword_form_error_too_many_requests": { "other": "Too many requests, please try again later." },
123
132
 
124
133
  "resetpassword_page_header": { "other": "Change your Password" },
125
134
  "resetpassword_form_invalid_reset_password_token": { "other": "It appears as if this reset password request is invalid, please fill out the <a href=\"{{.URL}}\">Forgot Password</a> form again." },
@@ -129,6 +138,7 @@
129
138
  "resetpassword_complete": { "other": "Thank you. Your password has been changed, and you have been signed in." },
130
139
  "resetpassword_form_error_invalid_reset_password_token": { "other": "The reset password request is invalid. Please try again later." },
131
140
  "resetpassword_form_error_reset_password_token_expired": { "other": "The reset password token has expired. Please request a new one." },
141
+ "resetpassword_form_error_too_many_requests": { "other": "Too many requests, please try again later." },
132
142
 
133
143
  "account_page_header": { "other": "My Account" },
134
144
  "account_form_name": { "other": "Name" },
@@ -263,7 +273,7 @@
263
273
  "shopping_error_in_library": { "other": "{{.Title}} is already in your library." },
264
274
 
265
275
  "shopping_error_missing_card": { "other": "Please enter your Credit Card details." },
266
- "shopping_error_title": { "other": "An error occured" },
276
+ "shopping_error_title": { "other": "An error occurred" },
267
277
  "shopping_error_incorrect_cvc": { "other": "Please enter a valid CVV." },
268
278
  "shopping_error_invalid_cvc": { "other": "Please enter a valid CVV." },
269
279
  "shopping_error_incorrect_number": { "other": "Please enter a valid Credit Card Number." },
@@ -293,6 +303,9 @@
293
303
  "shopping_error_discount_disallowed_on_bundles": { "other": "That promo code can not be used on bundles." },
294
304
  "shopping_error_payment_intent_authentication_failure": { "other": "The Credit Card has been declined. Please try again." },
295
305
 
306
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
307
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
308
+
296
309
  "shopping_complete_rental": { "other": "Success!" },
297
310
  "shopping_complete_rental_period": {
298
311
  "one": "You are now able to watch it as often as you like over the next day.",
@@ -422,21 +435,34 @@
422
435
 
423
436
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
424
437
 
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" },
438
+ "shopping_price_title_plan": { "other": "Price" },
439
+ "shopping_price_plan_note": {
440
+ "zero": "Charged every {{.Interval}}.",
441
+ "one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
442
+ "other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
443
+ },
444
+ "shopping_price_plan_note_interval": {
445
+ "one": "{{.Interval}}",
446
+ "other": "{{.Count}} {{.Interval}}s"
447
+ },
428
448
 
429
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
449
+ "shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
430
450
 
431
451
  "shopping_action_credit": { "other": "shopping_action_credit" },
432
- "shopping_action_plan": { "other": "shopping_action_plan" },
452
+ "shopping_action_plan": { "other": "Complete" },
433
453
 
434
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
435
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
454
+ "shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
455
+ "shopping_complete_subscription_browse": { "other": "Feel free to <a href=\"/\">browse around</a> the site, or <a href=\"/search.html\">search</a> for something specific." },
436
456
 
437
457
  "shopping_info_rental_period_coming_soon": { "other": "from the date and time of release." },
438
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
439
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
458
+ "shopping_info_plan_offer": {
459
+ "one": "Automatically renews every {{.Interval}}",
460
+ "other": "Automatically renews every {{.Count}} {{.Interval}}s"
461
+ },
462
+ "shopping_info_trial_period_offer": {
463
+ "one": "Try your free 24hr trial now!",
464
+ "other": "Try your free {{.Count}} day trial!"
465
+ },
440
466
 
441
467
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
442
468
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -456,7 +482,7 @@
456
482
 
457
483
  "availability_coming_soon": { "other": "Coming soon" },
458
484
  "availability_renting": { "other": "Renting" },
459
- "availability_not_available": { "other": "availability_not_available" },
485
+ "availability_not_available": { "other": "Not available" },
460
486
  "availability_in_watch_window": { "other": "availability_in_watch_window" },
461
487
  "availability_sold_out": { "other": "Sold Out" },
462
488
  "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
@@ -514,5 +540,20 @@
514
540
 
515
541
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
516
542
  "app_badge_ios": { "other": "Download on the App Store" },
517
- "app_badge_android": { "other": "Get it on Google Play" }
518
- }
543
+ "app_badge_android": { "other": "Get it on Google Play" },
544
+
545
+ "plans_page_header": { "other": "Available Plans" },
546
+ "plan_label_owned" : {"other": "You own this plan" },
547
+ "plan_expiry_date" : { "other": "Sales close: "},
548
+ "plan_read_more" : { "other": "Find out more" },
549
+
550
+ "plan_page_read_more": { "other": "Read more" },
551
+ "plan_page_header_text": { "other": "Enjoy {{.Name}}" },
552
+ "page_plan_explore_intro": { "other": "OR" },
553
+ "page_plan_explore_link": { "other": "Explore other passes" },
554
+ "plan_showcase_page_ownership_button_buy": { "other": "Buy now" },
555
+ "plan_free_link_text": { "other": "Sign up for free" },
556
+
557
+ "awards_nominated_for": { "other": "Nominated for" },
558
+ "awards_in_competition": { "other": "In Competition" }
559
+ }
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Reproducir"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartir" },
76
+ "social_media_buttons_facebook": { "other": "Compartir en Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Compartir en Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Compartir en Linkedin" },
79
+ "social_media_buttons_email": { "other": "Compartir via correo electrónico" },
80
+ "social_media_buttons_email_subject": { "other": "Compartir enlace" },
81
+ "social_media_buttons_copied_link": { "other": "¡Link copiado al portapapeles!" },
82
+ "social_media_buttons_copy_link": { "other": "Copiar al portapapeles" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Bienvenido" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Parece que ya ha reclamado esta invitación, usted debe <a href=\"{{.SigninURL}}\">iniciar sesión</a> sin embargo. Si ha olvidado su contraseña, usted puede <a href=\"{{.ForgotPasswordURL}}\">recuperar su contraseña</a>." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Por favor ingrese su contraseña para iniciar sesión." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "Su contraseña es incorrecta." },
110
117
  "combined_auth_error_forbidden": { "other": "Un error ha ocurrido." },
118
+ "combined_auth_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Recuperar su contraseña" },
113
121
  "forgotpassword_form_email": { "other": "Dirección de email" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta ha sido suspendida." },
117
125
  "forgotpassword_complete": { "other": "Gracias. Una forma de recuperar su contraseña debería aparecer pronto en su buzón de correo." },
118
126
  "forgotpassword_form_error_forbidden": { "other": "Un error ha ocurrido." },
127
+ "forgotpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Cambiar contraseña" },
121
130
  "resetpassword_form_invalid_reset_password_token": { "other": "Si aparece que la opción de recuperar contraseña es inválida. por favor llene de nuevo el formulario de <a href=\"{{.URL}}\">recuperar contrasela</a>." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Gracias. La contraseña ha sido cambiada y su sesión ha sido iniciada." },
126
135
  "resetpassword_form_error_invalid_reset_password_token": { "other": "La solicitud de recuperar la contraseña no es válida. Por favor, inténtelo de nuevo más tarde." },
127
136
  "resetpassword_form_error_reset_password_token_expired": { "other": "La llave de recuperar la contraseña ha expirado. Por favor, solicitar una nueva." },
137
+ "resetpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
128
138
 
129
139
  "account_page_header": { "other": "Mi Cuenta" },
130
140
  "account_form_name": { "other": "Nombre" },
@@ -392,5 +402,74 @@
392
402
 
393
403
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
394
404
  "app_badge_ios": { "other": "Download on the App Store" },
395
- "app_badge_android": { "other": "Get it on Google Play" }
405
+ "app_badge_android": { "other": "Get it on Google Play" },
406
+
407
+ "shopping_price_title_plan": {
408
+ "other": "Precio"
409
+ },
410
+ "shopping_price_plan_note": {
411
+ "zero": "Cargado cada {{ .Interval }} .",
412
+ "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
413
+ "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
414
+ },
415
+ "shopping_price_plan_note_interval": {
416
+ "one": "{{ .Interval }}",
417
+ "other": "{{ .Count }} {{ .Interval }}"
418
+ },
419
+ "shopping_enter_card_prompt_plan": {
420
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
421
+ },
422
+ "shopping_action_plan": {
423
+ "other": "Completo"
424
+ },
425
+ "shopping_complete_subscription": {
426
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }} ."
427
+ },
428
+ "shopping_complete_subscription_browse": {
429
+ "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
430
+ },
431
+ "shopping_info_plan_offer": {
432
+ "one": "Renueva automáticamente cada {{ .Interval }}",
433
+ "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
434
+ },
435
+ "shopping_info_trial_period_offer": {
436
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
437
+ "other": "¡Pruebe su prueba gratuita de {{ .Count }} day!"
438
+ },
439
+ "plans_page_header": {
440
+ "other": "Planes Disponibles"
441
+ },
442
+ "plan_label_owned": {
443
+ "other": "Eres dueño de este plan"
444
+ },
445
+ "plan_expiry_date": {
446
+ "other": "Cierre de ventas:"
447
+ },
448
+ "plan_read_more": {
449
+ "other": "Saber más"
450
+ },
451
+ "plan_page_read_more": {
452
+ "other": "Lee mas"
453
+ },
454
+ "plan_page_header_text": {
455
+ "other": "Disfruta {{ .Name }}"
456
+ },
457
+ "page_plan_explore_intro": {
458
+ "other": "O"
459
+ },
460
+ "page_plan_explore_link": {
461
+ "other": "Explore otros pases"
462
+ },
463
+ "plan_showcase_page_ownership_button_buy": {
464
+ "other": "Compra ahora"
465
+ },
466
+ "plan_free_link_text": {
467
+ "other": "Registrate gratis"
468
+ },
469
+ "awards_nominated_for": {
470
+ "other": "Nominado a"
471
+ },
472
+ "awards_in_competition": {
473
+ "other": "En competición"
474
+ }
396
475
  }
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Continuar"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartir" },
76
+ "social_media_buttons_facebook": { "other": "Compartir en Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Compartir en Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Compartir en Linkedin" },
79
+ "social_media_buttons_email": { "other": "Compartir via correo electrónico" },
80
+ "social_media_buttons_email_subject": { "other": "Compartir enlace" },
81
+ "social_media_buttons_copied_link": { "other": "¡Link copiado al portapapeles!" },
82
+ "social_media_buttons_copy_link": { "other": "Copiar al portapapeles" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Bienvenido" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Parece que ya ha canjeado esta invitación, debería <a href=\"{{.SigninURL}}\">ingresar</a>. Si has olvidado tu contraseña, puedes también <a href=\"{{.ForgotPasswordURL}}\">reestablecer tu contraseña</a>." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Por favor ingresa tu contraseña para iniciar sesión." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "Esa contraseña es incorecta." },
110
117
  "combined_auth_error_forbidden": { "other": "Ha ocurido un error." },
118
+ "combined_auth_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Reestablecer contraseña" },
113
121
  "forgotpassword_form_email": { "other": "Correo" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta está suspendida." },
117
125
  "forgotpassword_complete": { "other": "Gracias. Un correo para reestablecer la constraseña debería llegar a tu inbox pronto." },
118
126
  "forgotpassword_form_error_forbidden": { "other": "Ha ocurrido un error." },
127
+ "forgotpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Cambiar tu contraseña" },
121
130
  "resetpassword_form_invalid_reset_password_token": { "other": "Parece que esta solicitud para reestablecer la constraseña no es válida, por favor completa el formato <a href=\"{{.URL}}\">Se te olvidó tu contraseña</a> otra vez." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Gracias. Tu contraseña ha cambiado y has iniciado sesión." },
126
135
  "resetpassword_form_error_invalid_reset_password_token": { "other": "La solicitud para reestablecer la contraseña es inválida. Por favor intenta más tarde." },
127
136
  "resetpassword_form_error_reset_password_token_expired": { "other": "El token para reestablecer la contraseña está vencido. Por favor solicita uno nuevo." },
137
+ "resetpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
128
138
 
129
139
  "account_page_header": { "other": "Mi cuenta" },
130
140
  "account_form_name": { "other": "Nombre" },
@@ -51,6 +51,13 @@
51
51
  "play_button_resume": { "other" : "Jatka"},
52
52
 
53
53
  "social_media_buttons_title": { "other": "Jaa" },
54
+ "social_media_buttons_facebook": { "other": "Jaa Facebookissa" },
55
+ "social_media_buttons_twitter": { "other": "Jaa Twitterissä" },
56
+ "social_media_buttons_linkedin": { "other": "Jaa Linkedinissä" },
57
+ "social_media_buttons_email": { "other": "Jaa sähköpostilla" },
58
+ "social_media_buttons_email_subject": { "other": "Linkin jakaminen" },
59
+ "social_media_buttons_copied_link": { "other": "Linkki kopioitu leikepöydälle!" },
60
+ "social_media_buttons_copy_link": { "other": "Kopioi leikepöydälle" },
54
61
 
55
62
  "accept_invite_page_header": { "other": "Tervetuloa" },
56
63
  "acceptinvite_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, että olet jo käyttänyt tämän kutsun. Kokeile <a href=\"signin.html\">kirjautua sisään</a> palveluun. Jos olet unohtanut salasanasi, voit <a href=\"forgotpassword.html\">tilata uuden salasanan</a>." },
@@ -88,6 +95,7 @@
88
95
  "combined_auth_signin_password": { "other": "Syötä salasanasi kirjautuaksesi tilillesi." },
89
96
  "combined_auth_signin_error_incorrect_credentials": { "other": "Salasana on virheellinen." },
90
97
  "combined_auth_error_forbidden": { "other": "Tapahtui virhe." },
98
+ "combined_auth_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
91
99
 
92
100
  "forgotpassword_page_header": { "other": "Tilaa uusi salasana" },
93
101
  "forgotpassword_form_email": { "other": "Sähköpostiosoite" },
@@ -96,6 +104,7 @@
96
104
  "forgotpassword_form_error_account_suspended": { "other": "Tämä tili on jäädytetty." },
97
105
  "forgotpassword_complete": { "other": "Kiitos. Saat pian sähköpostiisi linkin salasanasi vaihtamiseksi." },
98
106
  "forgotpassword_form_error_forbidden": { "other": "An error has occurred." },
107
+ "forgotpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
99
108
 
100
109
  "resetpassword_page_header": { "other": "Vaihda salasana" },
101
110
  "resetpassword_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, ​​että tämä salasanan palautuspyyntö on virheellinen. Täytä <a href=\"{{.URL}}\">Salasananvaihtolomake</a> uudelleen." },
@@ -105,6 +114,7 @@
105
114
  "resetpassword_complete": { "other": "Kiitos. Salasanasi on vaihdettu ja sinut on kirjattu sisään." },
106
115
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Salasanan vaihtopyyntö on virheellinen. Yritä myöhemmin uudelleen." },
107
116
  "resetpassword_form_error_reset_password_token_expired": { "other": "Salasananvaihtopyyntö on vanhentunut. Pyydä uusi." },
117
+ "resetpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
108
118
 
109
119
  "account_page_header": { "other": "Tilini" },
110
120
  "account_form_name": { "other": "Nimi" },
@@ -356,5 +366,74 @@
356
366
 
357
367
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
358
368
  "app_badge_ios": { "other": "Download on the App Store" },
359
- "app_badge_android": { "other": "Get it on Google Play" }
360
- }
369
+ "app_badge_android": { "other": "Get it on Google Play" },
370
+
371
+ "shopping_price_title_plan": {
372
+ "other": "Hinta"
373
+ },
374
+ "shopping_price_plan_note": {
375
+ "zero": "{{ .Interval }} joka .intervalli .",
376
+ "one": "{{ .Interval }} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
377
+ "other": "Veloitetaan joka {{ .Interval }} {{ .Count }} päivän ilmaisen kokeilujakson päätyttyä."
378
+ },
379
+ "shopping_price_plan_note_interval": {
380
+ "one": "{{ .Interval }}",
381
+ "other": "{{ .Count }} {{ .Interval }}"
382
+ },
383
+ "shopping_enter_card_prompt_plan": {
384
+ "other": "Syötä luottokorttitietosi alle aloittaaksesi tilauksesi."
385
+ },
386
+ "shopping_action_plan": {
387
+ "other": "Saattaa loppuun"
388
+ },
389
+ "shopping_complete_subscription": {
390
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{ .Title }} ."
391
+ },
392
+ "shopping_complete_subscription_browse": {
393
+ "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
394
+ },
395
+ "shopping_info_plan_offer": {
396
+ "one": "{{ .Interval }} automaattisesti joka .intervalli",
397
+ "other": "{{ .Count }} automaattisesti joka {{ .Interval }}"
398
+ },
399
+ "shopping_info_trial_period_offer": {
400
+ "one": "Kokeile ilmaista 24 tunnin kokeilua nyt!",
401
+ "other": "Kokeile ilmaista {{ .Count }} päivän kokeiluversiota!"
402
+ },
403
+ "plans_page_header": {
404
+ "other": "Saatavilla olevat suunnitelmat"
405
+ },
406
+ "plan_label_owned": {
407
+ "other": "Omistat tämän suunnitelman"
408
+ },
409
+ "plan_expiry_date": {
410
+ "other": "Myynti päättyy:"
411
+ },
412
+ "plan_read_more": {
413
+ "other": "Lue lisää"
414
+ },
415
+ "plan_page_read_more": {
416
+ "other": "Lue lisää"
417
+ },
418
+ "plan_page_header_text": {
419
+ "other": "Nauti {{ .Name }}"
420
+ },
421
+ "page_plan_explore_intro": {
422
+ "other": "TAI"
423
+ },
424
+ "page_plan_explore_link": {
425
+ "other": "Tutustu muihin passeihin"
426
+ },
427
+ "plan_showcase_page_ownership_button_buy": {
428
+ "other": "Osta nyt"
429
+ },
430
+ "plan_free_link_text": {
431
+ "other": "Kirjaudu sisään ilmaiseksi"
432
+ },
433
+ "awards_nominated_for": {
434
+ "other": "Ehdolla"
435
+ },
436
+ "awards_in_competition": {
437
+ "other": "Kilpailussa"
438
+ }
439
+ }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("forgotpassword_page_header"), index=false)}}