@shift72/core-template 0.3.5 → 0.4.0-rc.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 +44 -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 +85 -5
  8. package/site/ca_ES.all.json +94 -9
  9. package/site/da_DK.all.json +92 -5
  10. package/site/de_DE.all.json +83 -4
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +85 -6
  13. package/site/el_EL.all.json +83 -4
  14. package/site/en_AU.all.json +58 -17
  15. package/site/es_ES.all.json +83 -4
  16. package/site/es_MX.all.json +13 -3
  17. package/site/fi_FI.all.json +84 -5
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +83 -4
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -397
  22. package/site/hu_HU.all.json +86 -7
  23. package/site/it_IT.all.json +83 -4
  24. package/site/ja_JP.all.json +85 -6
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +84 -5
  27. package/site/nl_BE.all.json +84 -5
  28. package/site/no_NO.all.json +85 -6
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +89 -10
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +91 -6
  33. package/site/pt_PT.all.json +85 -6
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +88 -9
  36. package/site/se_SE.all.json +85 -6
  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 +86 -7
  98. package/site/uk_UA.all.json +95 -10
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +89 -5
  101. package/site/static/styles/main.css.map +0 -1
@@ -67,6 +67,13 @@
67
67
  "play_button_resume": { "other" : "Fortsetzen"},
68
68
 
69
69
  "social_media_buttons_title": { "other": "Teilen" },
70
+ "social_media_buttons_facebook": { "other": "Auf Facebook teilen" },
71
+ "social_media_buttons_twitter": { "other": "Auf Twitter teilen" },
72
+ "social_media_buttons_linkedin": { "other": "Auf Linkedin teilen" },
73
+ "social_media_buttons_email": { "other": "Per E-Mail teilen" },
74
+ "social_media_buttons_email_subject": { "other": "Link teilen" },
75
+ "social_media_buttons_copied_link": { "other": "Link in die Zwischenablage kopiert!" },
76
+ "social_media_buttons_copy_link": { "other": "In die Zwischenablage kopieren" },
70
77
 
71
78
  "accept_invite_page_header": { "other": "Willkommen" },
72
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>." },
@@ -103,6 +110,7 @@
103
110
  "combined_auth_signin_password": { "other": "Bitte geben Sie Ihr Password ein um zu Ihrem Konto zu gelangen." },
104
111
  "combined_auth_signin_error_incorrect_credentials": { "other": "Falsches Password." },
105
112
  "combined_auth_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
113
+ "combined_auth_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
106
114
 
107
115
  "forgotpassword_page_header": { "other": "Passwort zurücksetzen" },
108
116
  "forgotpassword_form_email": { "other": "E-Mail-Adresse" },
@@ -111,6 +119,7 @@
111
119
  "forgotpassword_form_error_account_suspended": { "other": "Dieses Konto wurde gesperrt." },
112
120
  "forgotpassword_complete": { "other": "Vielen Dank! In Kürze erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes." },
113
121
  "forgotpassword_form_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
122
+ "forgotpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
114
123
 
115
124
  "resetpassword_page_header": { "other": "Ändern Sie Ihr Passwort" },
116
125
  "resetpassword_form_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
@@ -120,6 +129,7 @@
120
129
  "resetpassword_complete": { "other": "Vielen Dank. Ihr Passwort wurde geändert und Sie wurden eingeloggt." },
121
130
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte versuchen Sie es später nochmals." },
122
131
  "resetpassword_form_error_reset_password_token_expired": { "other": "Ihre Anfrage ist abgelaufen. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
132
+ "resetpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
123
133
 
124
134
  "account_page_header": { "other": "Mein Konto" },
125
135
  "account_form_name": { "other": "Name" },
@@ -191,11 +201,11 @@
191
201
 
192
202
  "duration_hour": { "one": "1 Stunde", "other": "{{.Count}} Stunden" },
193
203
  "duration_day": { "one": "1 Tag", "other": "{{.Count}} Tage" },
194
- "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.ValueUnit}} Tage " },
204
+ "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.ValueUnit}} " },
195
205
  "shopping_info_watch_window_duration": { "other": "Abspielbar für {{.Count}} Stunden. " },
196
206
  "shopping_info_watch_window_explanation_film": {
197
- "one": "Sobald Sie den Film leihen, ist dieser für einen Tag in Ihrem Konto verfügbar. ",
198
- "other": "Sobald Sie den Film leihen ist dieser für {{.ValueUnit}} Tage in Ihrem Konto verfügbar. "
207
+ "one": "Sobald Sie den Film leihen, ist dieser für {{.ValueUnit}} in Ihrem Konto verfügbar. ",
208
+ "other": "Sobald Sie den Film leihen ist dieser für {{.ValueUnit}} in Ihrem Konto verfügbar. "
199
209
  },
200
210
  "shopping_info_watch_window_explanation2_film": {
201
211
  "one": "Sobald Sie den Film zum ersten mal abspielen, kann dieser in einem Zeitfenster von 1 Stunde so oft wiedergegeben werden, wie Sie möchten.",
@@ -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": "Preis"
409
+ },
410
+ "shopping_price_plan_note": {
411
+ "zero": "Aufgeladen in jedem {{ .Interval }} .",
412
+ "one": "{{ .Interval }} jedes .Intervall nach Ablauf Ihrer kostenlosen 24-Stunden-Testversion berechnet.",
413
+ "other": "{{ .Interval }} jedes .Intervall nach {{ .Count }} Tages-Testversion berechnet."
414
+ },
415
+ "shopping_price_plan_note_interval": {
416
+ "one": "{{ .Interval }}",
417
+ "other": "{{ .Count }} {{ .Interval }}"
418
+ },
419
+ "shopping_enter_card_prompt_plan": {
420
+ "other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
421
+ },
422
+ "shopping_action_plan": {
423
+ "other": "Vollständig"
424
+ },
425
+ "shopping_complete_subscription": {
426
+ "other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{ .Title }} abonniert."
427
+ },
428
+ "shopping_complete_subscription_browse": {
429
+ "other": "Fühlen Sie sich frei, <a href=\"/\">auf</a> der Website <a href=\"/search.html\">zu stöbern oder nach</a> etwas Bestimmtem zu suchen."
430
+ },
431
+ "shopping_info_plan_offer": {
432
+ "one": "{{ .Interval }} automatisch jedes .Intervall",
433
+ "other": "Erneuert automatisch alle {{ .Count }} {{ .Interval }}"
434
+ },
435
+ "shopping_info_trial_period_offer": {
436
+ "one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
437
+ "other": "Testen Sie Ihre kostenlose {{ .Count }} Tage-Testversion!"
438
+ },
439
+ "plans_page_header": {
440
+ "other": "Verfügbare Pläne"
441
+ },
442
+ "plan_label_owned": {
443
+ "other": "Du besitzt diesen Plan"
444
+ },
445
+ "plan_expiry_date": {
446
+ "other": "Verkaufsschluss:"
447
+ },
448
+ "plan_read_more": {
449
+ "other": "Finde mehr heraus"
450
+ },
451
+ "plan_page_read_more": {
452
+ "other": "Weiterlesen"
453
+ },
454
+ "plan_page_header_text": {
455
+ "other": "Viel {{ .Name }}"
456
+ },
457
+ "page_plan_explore_intro": {
458
+ "other": "ODER"
459
+ },
460
+ "page_plan_explore_link": {
461
+ "other": "Entdecken Sie andere Pässe"
462
+ },
463
+ "plan_showcase_page_ownership_button_buy": {
464
+ "other": "Kaufe jetzt"
465
+ },
466
+ "plan_free_link_text": {
467
+ "other": "Melde dich kostenlos an"
468
+ },
469
+ "awards_nominated_for": {
470
+ "other": "Nominiert für"
471
+ },
472
+ "awards_in_competition": {
473
+ "other": "Im Wettbewerb"
474
+ }
396
475
  }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
  {{block head()}}
3
3
  {{yield seo(title=i18n("userdevices_page_header"), index=false)}}
4
4
  {{end}}
@@ -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" },
@@ -199,11 +209,11 @@
199
209
 
200
210
  "duration_hour": { "one": "1 tund", "other": "{{.Count}} tundi" },
201
211
  "duration_day": { "one": "1 päev", "other": "{{.Count}} päeva" },
202
- "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.ValueUnit}} päeva " },
212
+ "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.ValueUnit}} " },
203
213
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnine vaatamise periood. " },
204
214
  "shopping_info_watch_window_explanation_film": {
205
- "one": "Pärast pileti ostmist on film sinu kontol vaadatav ühe päeva. ",
206
- "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} päeva jooksul. "
215
+ "one": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. ",
216
+ "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. "
207
217
  },
208
218
  "shopping_info_watch_window_explanation2_film": {
209
219
  "one": "Kui vajutad 'Vaata', algab filmi esitamine ja sul on aega 30 tundi, et film lõpuni vaadata.",
@@ -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": "Όνομα" },
@@ -196,11 +206,11 @@
196
206
 
197
207
  "duration_hour": { "one": "1 ώρα", "other": "{{.Count}} ώρες" },
198
208
  "duration_day": { "one": "1 μέρα", "other": "{{.Count}} μέρες" },
199
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} μέρες ενοικίασης. " },
209
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} ενοικίασης. " },
200
210
  "shopping_info_watch_window_duration": { "other": "{{.Count}} ώρες μέχρι να ολοκληρωθεί η προβολή. " },
201
211
  "shopping_info_watch_window_explanation_film": {
202
- "one": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}} ημέρα. ",
203
- "other": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}} ημέρες. "
212
+ "one": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}}. ",
213
+ "other": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}}. "
204
214
  },
205
215
  "shopping_info_watch_window_explanation2_film": {
206
216
  "one": "Με το που πατήσετε αναπαραγωγή, ξεκινά η περίοδος θέασης κι έχετε μια ώρα για να δείτε την ταινία, όσες φορές επιθυμείτε.",
@@ -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" },
@@ -218,11 +228,11 @@
218
228
 
219
229
  "duration_hour": { "one": "1 hour", "other": "{{.Count}} hours" },
220
230
  "duration_day": { "one": "1 day", "other": "{{.Count}} days" },
221
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} day rental " },
231
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} rental " },
222
232
  "shopping_info_watch_window_duration": { "other": "{{.Count}} hour playback window. " },
223
233
  "shopping_info_watch_window_explanation_film": {
224
- "one": "Once rented, your film will be available in your account for {{.ValueUnit}} day.",
225
- "other": "Once rented, your film will be available in your account for {{.ValueUnit}} days. "
234
+ "one": "Once rented, your film will be available in your account for {{.ValueUnit}}. ",
235
+ "other": "Once rented, your film will be available in your account for {{.ValueUnit}}. "
226
236
  },
227
237
  "shopping_info_watch_window_explanation2_film": {
228
238
  "one": "Once you press play, the watch window begins and you have an hour to watch the film as many times as you like.",
@@ -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
+ }