@shift72/core-template 0.4.3 → 0.5.1

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 (58) hide show
  1. package/CHANGELOG.md +47 -14
  2. package/kibble.json +108 -29
  3. package/package.json +21 -8
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  6. package/scripts/language-file-validator.js +1 -1
  7. package/scripts/translate.mjs +43 -0
  8. package/site/ar_LB.all.json +1262 -595
  9. package/site/ca_ES.all.json +437 -417
  10. package/site/da_DK.all.json +307 -221
  11. package/site/de_DE.all.json +1119 -459
  12. package/site/ee_EE.all.json +1261 -600
  13. package/site/el_EL.all.json +1112 -459
  14. package/site/en_AU.all.json +1158 -466
  15. package/site/es_ES.all.json +1105 -452
  16. package/site/es_MX.all.json +1160 -479
  17. package/site/fi_FI.all.json +1113 -460
  18. package/site/fr_FR.all.json +1105 -454
  19. package/site/hr_HR.all.json +1169 -464
  20. package/site/hu_HU.all.json +1261 -599
  21. package/site/it_IT.all.json +1112 -458
  22. package/site/ja_JP.all.json +1114 -460
  23. package/site/lt_LT.all.json +1112 -454
  24. package/site/nl_BE.all.json +1112 -456
  25. package/site/no_NO.all.json +1252 -596
  26. package/site/pl_PL.all.json +1090 -447
  27. package/site/pt_BR.all.json +432 -429
  28. package/site/pt_PT.all.json +1252 -602
  29. package/site/ru_RU.all.json +1088 -449
  30. package/site/sr_SR.all.json +1254 -0
  31. package/site/styles/_awards.scss +5 -0
  32. package/site/styles/_buttons.scss +27 -4
  33. package/site/styles/_carousel.scss +9 -1
  34. package/site/styles/_forms.scss +78 -11
  35. package/site/styles/_meta-detail.scss +2 -2
  36. package/site/styles/_meta-item-tagline.scss +1 -1
  37. package/site/styles/_nav.scss +6 -6
  38. package/site/styles/_pages.scss +0 -2
  39. package/site/styles/_plans.scss +5 -0
  40. package/site/styles/_search.scss +1 -1
  41. package/site/styles/_shift72.scss +3 -3
  42. package/site/styles/_shopping.scss +1 -1
  43. package/site/styles/_skip-link.scss +19 -0
  44. package/site/styles/_variables.scss +10 -6
  45. package/site/styles/_wishlist.scss +19 -11
  46. package/site/styles/main.scss +1 -0
  47. package/site/templates/application/application.jet +11 -14
  48. package/site/templates/application/google.jet +26 -10
  49. package/site/templates/common/awards/carousel.jet +7 -1
  50. package/site/templates/common/awards/item.jet +2 -2
  51. package/site/templates/film/item.jet +83 -76
  52. package/site/templates/page/curated.jet +1 -1
  53. package/site/templates/page/page-content.jet +1 -23
  54. package/site/templates/page/page-header.jet +25 -6
  55. package/site/tr_TR.all.json +1252 -602
  56. package/site/uk_UA.all.json +528 -451
  57. package/site/zh_TW.all.json +438 -419
  58. package/site/se_SE.all.json +0 -601
@@ -1,213 +1,489 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Settings" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "ScreenPlus" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "French" },
12
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Ρυθμίσεις"
7
+ },
8
+ "powered_by": {
9
+ "other": "Powered by"
10
+ },
11
+ "powered_by_name": {
12
+ "other": "Shift72"
13
+ },
14
+ "powered_by_url": {
15
+ "other": "https://www.shift72.com"
16
+ },
17
+ "in_partnership_with": {
18
+ "other": "in partnership with"
19
+ },
20
+ "festival_scope": {
21
+ "other": "Festival Scope"
22
+ },
23
+ "festival_scope_url": {
24
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
25
+ },
26
+ "en": {
27
+ "other": "English"
28
+ },
29
+ "fr": {
30
+ "other": "French"
31
+ },
13
32
  "episode_name": {
14
33
  "other": "Επεισόδιο"
15
34
  },
16
-
17
35
  "season_name": {
18
36
  "other": "Σεζόν"
19
37
  },
20
-
21
- "seasons":{
22
- "one": "one season",
23
- "other": "{{.Count}} seasons"
38
+ "seasons": {
39
+ "one": "one εποχές",
40
+ "other": "{{.Count}} εποχές"
24
41
  },
25
42
  "tvseason": {
26
- "other": "{{.ShowInfo.Title}} Series {{.Season.SeasonNumber}}"
43
+ "other": "{{.ShowInfo.Title}} σειρά {{.Season.SeasonNumber}}"
27
44
  },
28
45
  "tvseason_html": {
29
- "other": "{{.ShowInfo.Title}} <span>Series {{.Season.SeasonNumber}}</span>"
46
+ "other": "{{.ShowInfo.Title}} <span>σειρά {{.Season.SeasonNumber}}</span>"
30
47
  },
31
48
  "tvepisode": {
32
49
  "other": "{{.Episode.Title}}"
33
50
  },
34
51
  "tvseason_number": {
35
- "other": "Series {{.Season.SeasonNumber}}"
52
+ "other": "σειρά {{.Season.SeasonNumber}}"
36
53
  },
37
54
  "episode_count": {
38
- "one": "1 Episode",
39
- "other": "{{.Count}} Episodes"
40
- },
41
-
42
- "date_day": { "other": "Ημέρα" },
43
- "date_month": { "other": "Μήνας" },
44
- "date_year": { "other": "Έτος" },
45
-
46
- "404_page_header": { "other": "Αυτή η σελίδα δεν υπάρχει..." },
47
- "404_page_content": { "other": "<p>Λυπούμαστε, αλλά φαίνεται πως η σελίδα που αναζητήσατε δεν υπάρχει.</p><p>Ίσως έχει μετακινηθεί ή διαγραφεί, ή ίσως αν γράψατε απ' ευθείας το url να πληκτρολογήσατε κάτι λάθος</p><p>Δοκιμάστε να γυρίσετε στην κεντρική σελίδα και ίσως βρείτε αυτό που αναζητήσατε.</p><p><a href=\"{{.URL}}\">Πίσω στην κεντρική σελίδα</a>"},
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Είσοδος" },
52
- "nav_signup": { "other": "Δημιουργία Λογαριασμού" },
53
- "nav_signed_in_as": { "other": "Είσοδος ως" },
54
- "nav_library": { "other": κατάλογός μου" },
55
- "nav_devices": { "other": "Οι συσκευές μου" },
56
- "nav_wishlist": { "other": "Η λίστα μου" },
57
- "nav_account": { "other": "Ο λογαριασμός μου" },
58
- "nav_signout": { "other": "Έξοδος" },
59
- "play_trailer": { "other": "Τρέιλερ" },
60
- "runtime_hours": { "other": "ω" },
61
- "runtime_minutes": { "other": "λ" },
62
-
63
- "datetime_today": { "other": "Σήμερα {{.Date}}" },
64
- "datetime_tomorrow": { "other": "Αύριο {{.Date}}" },
65
- "datetime_yesterday": { "other": "Χθες {{.Date}}" },
66
- "datetime_next": { "other": "{{.Date}}" },
67
- "datetime_last": { "other": "Τελευταία {{.Date}}" },
68
-
69
- "search_control_placeholder": { "other": "Αναζήτηση" },
70
- "search_control_submit": { "other": "Υποβάλετε αναζήτηση" },
71
-
72
- "play_button_watch": { "other" : "Αναπαραγωγή"},
73
- "play_button_resume": { "other" : "Συνέχιση"},
74
-
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": "Αντιγραφή στο πρόχειρο" },
83
-
84
- "accept_invite_page_header": { "other": "Καλώς ορίσατε " },
85
- "acceptinvite_form_invalid_reset_password_token": { "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας." },
86
- "acceptinvite_complete": { "other": "Ευχαριστούμε πολύ. Ο λογαριασμός σας έχει δημιουργηθεί." },
87
- "acceptinvite_form_submit": { "other": "Αποδοχή πρόσκλησης" },
88
- "acceptinvite_agreement": { "other": "Κλικάροντας την «Αποδοχή πρόσκλησης» συμφωνείτε πως διαβάστε, κατανοείτε και συμφωνείτε με τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a> και <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">την πολιτική απορρήτου</a>." },
89
-
90
- "signup_page_header": { "other": "Δημιουργία νέου λογαριασμού" },
91
- "signup_form_name": { "other": "Όνομα" },
92
- "signup_form_email": { "other": "Διεύθυνση ηλ. ταχυδρομείου" },
93
- "signup_form_password": { "other": "Κωδικός" },
94
- "signup_form_password_confirmation": { "other": "Επαλήθευση κωδικού" },
95
- "signup_form_gender": { "other": "Φύλο" },
96
- "signup_form_dob": { "other": "Ημ/νία Γέννησης" },
97
- "signup_form_submit": { "other": "Υποβολή" },
98
-
99
- "signin_page_header": { "other": "Είσοδος" },
100
- "signin_form_email": { "other": "Διεύθυνση ηλ. ταχυδρομείου" },
101
- "signin_form_password": { "other": "Κωδικός" },
102
- "signin_form_remember": { "other": "Να με θυμάσαι" },
103
- "signin_form_submit": { "other": "Υποβολή" },
104
- "signin_page_forgotpassword": { "other": "Ξεχάσατε τον κωδικό σας;" },
105
- "signin_page_createnewaccount": { "other": "Δεν έχετε λογαριασμό; Εγγραφείτε εδώ" },
106
- "signup_page_alreadyhaveanaccount": { "other": "Έχετε ήδη λογαριασμό; Παρακαλώ εισέλθετε" },
107
- "signup_form_error_email_already_in_use": { "other": "Αυτή η διεύθυνση ηλ. ταχυδρομείου χρησιμοποιείται ήδη." },
108
- "signin_form_error_incorrect_credentials": { "other": "Το όνομα χρήστη ή ο κωδικός είναι λάθος. " },
109
- "signup_form_error_forbidden": { "other": "Αντιμετωπίσαμε ένα σφάλμα. " },
110
-
111
- "combined_auth_continue": { "other": "Συνέχεια" },
112
- "combined_auth_change": { "other": "Αλλαγή" },
113
- "combined_auth_signin": { "other": "Είσοδος" },
114
- "combined_auth_signup": { "other": "Δημιουργία λογαριασμού" },
115
- "combined_auth_signin_password": { "other": "Παρακαλώ εισάγετε τον κωδικό σας για να εισέλθετε στο λογαριασμό σας." },
116
- "combined_auth_signin_error_incorrect_credentials": { "other": "Ο κωδικός είναι λάθος." },
117
- "combined_auth_error_forbidden": { "other": "Αντιμετωπίσαμε ένα σφάλμα." },
118
- "combined_auth_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
119
-
120
- "forgotpassword_page_header": { "other": "Επαναφέρετε τον κωδικό σας" },
121
- "forgotpassword_form_email": { "other": "Διεύθυνση ηλ. ταχυδρομείου" },
122
- "forgotpassword_form_submit": { "other": "Επαναφορά" },
123
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Δεν βρέθηκε λογαριασμός που να αντιστοιχεί σε αυτή τη διεύθυνση ηλ. ταχυδρομείου." },
124
- "forgotpassword_form_error_account_suspended": { "other": "Ο λογαριασμός σας έχει ακυρωθεί." },
125
- "forgotpassword_complete": { "other": "Σας ευχαριστούμε. Θα λάβετε σύντομα ένα μήνυμα για την επαναφορά του κωδικού σας." },
126
- "forgotpassword_form_error_forbidden": { "other": "Αντιμετωπίσαμε ένα σφάλμα." },
127
- "forgotpassword_form_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
128
-
129
- "resetpassword_page_header": { "other": "Αλλάξτε τον κωδικό σας" },
130
- "resetpassword_form_invalid_reset_password_token": { "other": "Φαίνεται πως το αίτημα επαναφορά του κωδικού σας έχει ακυρωθεί, παρακαλώ συμπληρώστε τη φόρμα <a href=\"{{.URL}}\">ανάκτησης του κωδικού σας</a> ξανά." },
131
- "resetpassword_form_password": { "other": "Νέος κωδικός" },
132
- "resetpassword_form_password2": { "other": "Επιβεβαιώστε το νέο σας κωδικό." },
133
- "resetpassword_form_submit": { "other": "Αλλαγή" },
134
- "resetpassword_complete": { "other": "Σας ευχαριστούμε. Ο κωδικός σας έχει αλλάξει και έχετε εισέλθει στο λογαριασμό σας." },
135
- "resetpassword_form_error_invalid_reset_password_token": { "other": "Το αίτημα για επαναφορά του κωδικού σας δεν είναι έγκυρο. Παρακαλώ δοκιμάστε αργότερα." },
136
- "resetpassword_form_error_reset_password_token_expired": { "other": "Το αίτημα επαναφοράς του κωδικού σας έχει λήξει. Παρακαλώ δοκιμάστε ξανά." },
137
- "resetpassword_form_error_too_many_requests": { "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα." },
138
-
139
- "account_page_header": { "other": "Ο λογαριασμός μου" },
140
- "account_form_name": { "other": "Όνομα" },
141
- "account_form_email": { "other": "Διεύθυνση ηλ. ταχυδρομείου" },
142
- "account_form_password": { "other": "Κωδικός" },
143
- "account_form_change_password": { "other": "Αλλαγή" },
144
- "account_form_gender": { "other": "Φύλο" },
145
- "account_form_dob": { "other": "Ημ/νία γέννησης" },
146
- "account_form_submit": { "other": "Ανανέωση" },
147
- "account_form_submitted": { "other": "Ανανεώθηκε" },
148
- "account_form_password_changed": { "other": "Ανανεώθηκε" },
149
- "account_form_error_incorrect_password": { "other": "Ο κωδικός είναι λάθος" },
150
-
151
- "signup_form_optin": {"other": "Εγγραφείτε στο newsletter μας."},
152
-
153
- "passwordconfirmation_modal_header": { "other": "Επιβεβαιώστε τον κωδικό σας" },
154
- "passwordconfirmation_modal_label": { "other": "Παρακαλώ εισάγεται τον κωδικό σας για να περάσουν οι αλλαγές. " },
155
- "passwordconfirmation_modal_confirm": { "other": "Επιβεβαίωση" },
156
-
157
- "changepassword_modal_header": { "other": "Αλλάξτε τον κωδικό σας." },
158
- "changepassword_modal_currentpassword": { "other": "Ο τρέχων κωδικός σας." },
159
- "changepassword_modal_password": { "other": "Ο νέος σας κωδικός." },
160
- "changepassword_modal_password2": { "other": "Επιβεβαιώστε τον νέο σας κωδικό." },
161
- "changepassword_modal_submit": { "other": "Ανανέωση" },
162
- "changepassword_modal_error_incorrect_password": { "other": "Ο κωδικός είναι λάθος." },
163
-
164
- "userlibrary_page_header": { "other": "Ο κατάλογός μου." },
165
- "userlibrary_empty_header": { "other": "Ο κατάλογός σας είναι άδειος." },
166
- "userlibrary_empty_content": { "other": "Γεμίστε τον με <<a href=\"{{.HomeURL}}\">προτάσεις</a> από τη φετινή μας επιλογή." },
167
-
168
- "searchresults_page_header": { "other": "Αποτέλεσματα αναζήτησης." },
169
- "searchresults_load_more": { "other": "Φόρτωση {{.Count}} περισσότερων." },
55
+ "one": "1 Επεισόδιο",
56
+ "other": "{{.Count}} Επεισόδια"
57
+ },
58
+ "date_day": {
59
+ "other": "Ημέρα"
60
+ },
61
+ "date_month": {
62
+ "other": "Μήνας"
63
+ },
64
+ "date_year": {
65
+ "other": "Έτος"
66
+ },
67
+ "404_page_header": {
68
+ "other": "Αυτή η σελίδα δεν υπάρχει..."
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Λυπούμαστε, αλλά φαίνεται πως η σελίδα που αναζητήσατε δεν υπάρχει.</p><p>Ίσως έχει μετακινηθεί ή διαγραφεί, ή ίσως αν γράψατε απ' ευθείας το url να πληκτρολογήσατε κάτι λάθος</p><p>Δοκιμάστε να γυρίσετε στην κεντρική σελίδα και ίσως βρείτε αυτό που αναζητήσατε.</p><p><a href=\"{{.URL}}\">Πίσω στην κεντρική σελίδα</a>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Είσοδος"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Δημιουργία Λογαριασμού"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Είσοδος ως"
84
+ },
85
+ "nav_library": {
86
+ "other": "Ο κατάλογός μου"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Οι συσκευές μου"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Η λίστα μου"
93
+ },
94
+ "nav_account": {
95
+ "other": "Ο λογαριασμός μου"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Έξοδος"
99
+ },
100
+ "play_trailer": {
101
+ "other": "Τρέιλερ"
102
+ },
103
+ "runtime_hours": {
104
+ "other": "ω"
105
+ },
106
+ "runtime_minutes": {
107
+ "other": "λ"
108
+ },
109
+ "datetime_today": {
110
+ "other": "Σήμερα {{.Date}}"
111
+ },
112
+ "datetime_tomorrow": {
113
+ "other": "Αύριο {{.Date}}"
114
+ },
115
+ "datetime_yesterday": {
116
+ "other": "Χθες {{.Date}}"
117
+ },
118
+ "datetime_next": {
119
+ "other": "{{.Date}}"
120
+ },
121
+ "datetime_last": {
122
+ "other": "Τελευταία {{.Date}}"
123
+ },
124
+ "search_control_placeholder": {
125
+ "other": "Αναζήτηση"
126
+ },
127
+ "search_control_submit": {
128
+ "other": "Υποβάλετε αναζήτηση"
129
+ },
130
+ "play_button_watch": {
131
+ "other": "Αναπαραγωγή"
132
+ },
133
+ "play_button_resume": {
134
+ "other": "Συνέχιση"
135
+ },
136
+ "social_media_buttons_title": {
137
+ "other": "Μοιράσου το"
138
+ },
139
+ "social_media_buttons_facebook": {
140
+ "other": "Κοινοποίηση στο Facebook"
141
+ },
142
+ "social_media_buttons_twitter": {
143
+ "other": "Μοιραστείτε το στο Twitter"
144
+ },
145
+ "social_media_buttons_linkedin": {
146
+ "other": "Κοινή χρήση στο Linkedin"
147
+ },
148
+ "social_media_buttons_email": {
149
+ "other": "Κοινοποίηση μέσω email"
150
+ },
151
+ "social_media_buttons_email_subject": {
152
+ "other": "Κοινή χρήση συνδέσμου"
153
+ },
154
+ "social_media_buttons_copied_link": {
155
+ "other": "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο!"
156
+ },
157
+ "social_media_buttons_copy_link": {
158
+ "other": "Αντιγραφή στο πρόχειρο"
159
+ },
160
+ "accept_invite_page_header": {
161
+ "other": "Καλώς ορίσατε "
162
+ },
163
+ "acceptinvite_form_invalid_reset_password_token": {
164
+ "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας."
165
+ },
166
+ "acceptinvite_complete": {
167
+ "other": "Ευχαριστούμε πολύ. Ο λογαριασμός σας έχει δημιουργηθεί."
168
+ },
169
+ "acceptinvite_form_submit": {
170
+ "other": "Αποδοχή πρόσκλησης"
171
+ },
172
+ "acceptinvite_agreement": {
173
+ "other": "Κλικάροντας την «Αποδοχή πρόσκλησης» συμφωνείτε πως διαβάστε, κατανοείτε και συμφωνείτε με τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a> και <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">την πολιτική απορρήτου</a>."
174
+ },
175
+ "signup_page_header": {
176
+ "other": "Δημιουργία νέου λογαριασμού"
177
+ },
178
+ "signup_form_name": {
179
+ "other": "Όνομα"
180
+ },
181
+ "signup_form_email": {
182
+ "other": "Διεύθυνση ηλ. ταχυδρομείου"
183
+ },
184
+ "signup_form_password": {
185
+ "other": "Κωδικός"
186
+ },
187
+ "signup_form_password_confirmation": {
188
+ "other": "Επαλήθευση κωδικού"
189
+ },
190
+ "signup_form_gender": {
191
+ "other": "Φύλο"
192
+ },
193
+ "signup_form_dob": {
194
+ "other": "Ημ/νία Γέννησης"
195
+ },
196
+ "signup_form_submit": {
197
+ "other": "Υποβολή"
198
+ },
199
+ "signin_page_header": {
200
+ "other": "Είσοδος"
201
+ },
202
+ "signin_form_email": {
203
+ "other": "Διεύθυνση ηλ. ταχυδρομείου"
204
+ },
205
+ "signin_form_password": {
206
+ "other": "Κωδικός"
207
+ },
208
+ "signin_form_remember": {
209
+ "other": "Να με θυμάσαι"
210
+ },
211
+ "signin_form_submit": {
212
+ "other": "Υποβολή"
213
+ },
214
+ "signin_page_forgotpassword": {
215
+ "other": "Ξεχάσατε τον κωδικό σας;"
216
+ },
217
+ "signin_page_createnewaccount": {
218
+ "other": "Δεν έχετε λογαριασμό; Εγγραφείτε εδώ"
219
+ },
220
+ "signup_page_alreadyhaveanaccount": {
221
+ "other": "Έχετε ήδη λογαριασμό; Παρακαλώ εισέλθετε"
222
+ },
223
+ "signup_form_error_email_already_in_use": {
224
+ "other": "Αυτή η διεύθυνση ηλ. ταχυδρομείου χρησιμοποιείται ήδη."
225
+ },
226
+ "signin_form_error_incorrect_credentials": {
227
+ "other": "Το όνομα χρήστη ή ο κωδικός είναι λάθος. "
228
+ },
229
+ "signup_form_error_forbidden": {
230
+ "other": "Αντιμετωπίσαμε ένα σφάλμα. "
231
+ },
232
+ "combined_auth_continue": {
233
+ "other": "Συνέχεια"
234
+ },
235
+ "combined_auth_change": {
236
+ "other": "Αλλαγή"
237
+ },
238
+ "combined_auth_signin": {
239
+ "other": "Είσοδος"
240
+ },
241
+ "combined_auth_signup": {
242
+ "other": "Δημιουργία λογαριασμού"
243
+ },
244
+ "combined_auth_signin_password": {
245
+ "other": "Παρακαλώ εισάγετε τον κωδικό σας για να εισέλθετε στο λογαριασμό σας."
246
+ },
247
+ "combined_auth_signin_error_incorrect_credentials": {
248
+ "other": "Ο κωδικός είναι λάθος."
249
+ },
250
+ "combined_auth_error_forbidden": {
251
+ "other": "Αντιμετωπίσαμε ένα σφάλμα."
252
+ },
253
+ "combined_auth_error_too_many_requests": {
254
+ "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα."
255
+ },
256
+ "forgotpassword_page_header": {
257
+ "other": "Επαναφέρετε τον κωδικό σας"
258
+ },
259
+ "forgotpassword_form_email": {
260
+ "other": "Διεύθυνση ηλ. ταχυδρομείου"
261
+ },
262
+ "forgotpassword_form_submit": {
263
+ "other": "Επαναφορά"
264
+ },
265
+ "forgotpassword_form_error_email_doesnt_exist": {
266
+ "other": "Δεν βρέθηκε λογαριασμός που να αντιστοιχεί σε αυτή τη διεύθυνση ηλ. ταχυδρομείου."
267
+ },
268
+ "forgotpassword_form_error_account_suspended": {
269
+ "other": "Ο λογαριασμός σας έχει ακυρωθεί."
270
+ },
271
+ "forgotpassword_complete": {
272
+ "other": "Σας ευχαριστούμε. Θα λάβετε σύντομα ένα μήνυμα για την επαναφορά του κωδικού σας."
273
+ },
274
+ "forgotpassword_form_error_forbidden": {
275
+ "other": "Αντιμετωπίσαμε ένα σφάλμα."
276
+ },
277
+ "forgotpassword_form_error_too_many_requests": {
278
+ "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα."
279
+ },
280
+ "resetpassword_page_header": {
281
+ "other": "Αλλάξτε τον κωδικό σας"
282
+ },
283
+ "resetpassword_form_invalid_reset_password_token": {
284
+ "other": "Φαίνεται πως το αίτημα επαναφορά του κωδικού σας έχει ακυρωθεί, παρακαλώ συμπληρώστε τη φόρμα <a href=\"{{.URL}}\">ανάκτησης του κωδικού σας</a> ξανά."
285
+ },
286
+ "resetpassword_form_password": {
287
+ "other": "Νέος κωδικός"
288
+ },
289
+ "resetpassword_form_password2": {
290
+ "other": "Επιβεβαιώστε το νέο σας κωδικό."
291
+ },
292
+ "resetpassword_form_submit": {
293
+ "other": "Αλλαγή"
294
+ },
295
+ "resetpassword_complete": {
296
+ "other": "Σας ευχαριστούμε. Ο κωδικός σας έχει αλλάξει και έχετε εισέλθει στο λογαριασμό σας."
297
+ },
298
+ "resetpassword_form_error_invalid_reset_password_token": {
299
+ "other": "Το αίτημα για επαναφορά του κωδικού σας δεν είναι έγκυρο. Παρακαλώ δοκιμάστε αργότερα."
300
+ },
301
+ "resetpassword_form_error_reset_password_token_expired": {
302
+ "other": "Το αίτημα επαναφοράς του κωδικού σας έχει λήξει. Παρακαλώ δοκιμάστε ξανά."
303
+ },
304
+ "resetpassword_form_error_too_many_requests": {
305
+ "other": "Πολλά αιτήματα. Παρακαλώ προσπαθήστε αργότερα."
306
+ },
307
+ "account_page_header": {
308
+ "other": "Ο λογαριασμός μου"
309
+ },
310
+ "account_form_name": {
311
+ "other": "Όνομα"
312
+ },
313
+ "account_form_email": {
314
+ "other": "Διεύθυνση ηλ. ταχυδρομείου"
315
+ },
316
+ "account_form_password": {
317
+ "other": "Κωδικός"
318
+ },
319
+ "account_form_change_password": {
320
+ "other": "Αλλαγή"
321
+ },
322
+ "account_form_gender": {
323
+ "other": "Φύλο"
324
+ },
325
+ "account_form_dob": {
326
+ "other": "Ημ/νία γέννησης"
327
+ },
328
+ "account_form_submit": {
329
+ "other": "Ανανέωση"
330
+ },
331
+ "account_form_submitted": {
332
+ "other": "Ανανεώθηκε"
333
+ },
334
+ "account_form_password_changed": {
335
+ "other": "Ανανεώθηκε"
336
+ },
337
+ "account_form_error_incorrect_password": {
338
+ "other": "Ο κωδικός είναι λάθος"
339
+ },
340
+ "signup_form_optin": {
341
+ "other": "Εγγραφείτε στο newsletter μας."
342
+ },
343
+ "passwordconfirmation_modal_header": {
344
+ "other": "Επιβεβαιώστε τον κωδικό σας"
345
+ },
346
+ "passwordconfirmation_modal_label": {
347
+ "other": "Παρακαλώ εισάγεται τον κωδικό σας για να περάσουν οι αλλαγές. "
348
+ },
349
+ "passwordconfirmation_modal_confirm": {
350
+ "other": "Επιβεβαίωση"
351
+ },
352
+ "changepassword_modal_header": {
353
+ "other": "Αλλάξτε τον κωδικό σας."
354
+ },
355
+ "changepassword_modal_currentpassword": {
356
+ "other": "Ο τρέχων κωδικός σας."
357
+ },
358
+ "changepassword_modal_password": {
359
+ "other": "Ο νέος σας κωδικός."
360
+ },
361
+ "changepassword_modal_password2": {
362
+ "other": "Επιβεβαιώστε τον νέο σας κωδικό."
363
+ },
364
+ "changepassword_modal_submit": {
365
+ "other": "Ανανέωση"
366
+ },
367
+ "changepassword_modal_error_incorrect_password": {
368
+ "other": "Ο κωδικός είναι λάθος."
369
+ },
370
+ "userlibrary_page_header": {
371
+ "other": "Ο κατάλογός μου."
372
+ },
373
+ "userlibrary_empty_header": {
374
+ "other": "Ο κατάλογός σας είναι άδειος."
375
+ },
376
+ "userlibrary_empty_content": {
377
+ "other": "Γεμίστε τον με <<a href=\"{{.HomeURL}}\">προτάσεις</a> από τη φετινή μας επιλογή."
378
+ },
379
+ "searchresults_page_header": {
380
+ "other": "Αποτέλεσματα αναζήτησης."
381
+ },
382
+ "searchresults_load_more": {
383
+ "other": "Φόρτωση {{.Count}} περισσότερων."
384
+ },
170
385
  "searchresults_total": {
171
386
  "one": "Βρέθηκαν {{.Count}} αποτελέσματα για \"{{.Query}}\".",
172
387
  "other": "Βρέθηκαν {{.Count}} αποτελέσματα για \"{{.Query}}\"."
173
388
  },
174
- "searchresults_empty_header": { "other": "Δεν βρέθηκαν αποτελέσματα για \"{{.Query}}\"" },
175
- "searchresults_empty_content": { "other": "Δοκιμάστε μια διαφορετική αναζήτηση ή <a href=\"{{.HomeURL}}\">δείτε το περιεχόμενό μας</a> για να βρείτε αυτό που ψάχνετε. " },
176
-
177
- "validation_name_required": { "other": "Παρακαλώ συμπληρώστε το όνομά σας." },
178
- "validation_email_required": { "other": "Παρακαλώ συμπληρώστε τη διεύθυνση ηλ. ταχυδορμείου σας." },
179
- "validation_email_email": { "other": "Παρακαλώ συμπληρώστε μια έγκυρη διεύθυνση." },
180
- "validation_currentpassword_required": { "other": "Παρακαλώ εισάγετε τον τρέχοντα κωδικό σας." },
181
- "validation_password_required": { "other": "Παρακαλώ εισάγετε έναν κωδικό." },
182
- "validation_password2_required": { "other": "Παρακαλώ επιβεβαιώστε τον κωδικό σας. " },
183
- "validation_password2_match": { "other": "Οι κωδικοί δεν ταιριάζουν. " },
184
- "validation_password_minlength": { "other": "Παρακαλώ εισάγετε τουλάχιστον {{.Count}} χαρακτήρες." },
185
- "validation_promocode_required": { "other": "Παρακαλώ εισάγετε τον κωδικό έκπτωσης." },
186
- "validation_pincode_required": { "other": "Please enter a PIN code." },
187
- "validation_gender_required": { "other": "Παρακαλώ εισάγετε το φύλο που σας εκφράζει περισσότερο." },
188
- "validation_dob_required": { "other": "Παρακαλώ εισάγετε την ημ/νία γέννησής σας. " },
189
- "validation_dob_date": { "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία." },
190
-
191
- "shopping_info_subtitle_hd": { "other": "Βίντεο HD on Demand." },
192
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
193
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
194
- "shopping_info_subtitle_help": { "other": "Δείτε εδώ για απαιτήσεις συστήματος." },
195
- "shopping_info_ownership_buy": { "other": "αγορά" },
196
- "shopping_info_ownership_rent": { "other": "ενοικίαση" },
197
-
198
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
199
- "shopping_info_release_date_title": { "other": "Κυκλοφορίες {{.Date}}. " },
200
- "shopping_info_release_date_explanation_rent": { "other": "Μπορείτε να το ενοικιάσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε." },
201
- "shopping_info_release_date_explanation_buy": { "other": "Μπορείτε να το αγοράσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε." },
202
-
203
- "shopping_info_available_until_date_title": { "other": "Διαθέσιμο έως {{.Date}}. " },
204
- "shopping_info_available_until_date_explanation_rent": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
205
- "shopping_info_available_until_date_explanation_buy": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
206
-
207
- "duration_hour": { "one": "1 ώρα", "other": "{{.Count}} ώρες" },
208
- "duration_day": { "one": "1 μέρα", "other": "{{.Count}} μέρες" },
209
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} ενοικίασης. " },
210
- "shopping_info_watch_window_duration": { "other": "{{.Count}} ώρες μέχρι να ολοκληρωθεί η προβολή. " },
389
+ "searchresults_empty_header": {
390
+ "other": "Δεν βρέθηκαν αποτελέσματα για \"{{.Query}}\""
391
+ },
392
+ "searchresults_empty_content": {
393
+ "other": "Δοκιμάστε μια διαφορετική αναζήτηση ή <a href=\"{{.HomeURL}}\">δείτε το περιεχόμενό μας</a> για να βρείτε αυτό που ψάχνετε. "
394
+ },
395
+ "validation_name_required": {
396
+ "other": "Παρακαλώ συμπληρώστε το όνομά σας."
397
+ },
398
+ "validation_email_required": {
399
+ "other": "Παρακαλώ συμπληρώστε τη διεύθυνση ηλ. ταχυδορμείου σας."
400
+ },
401
+ "validation_email_email": {
402
+ "other": "Παρακαλώ συμπληρώστε μια έγκυρη διεύθυνση."
403
+ },
404
+ "validation_currentpassword_required": {
405
+ "other": "Παρακαλώ εισάγετε τον τρέχοντα κωδικό σας."
406
+ },
407
+ "validation_password_required": {
408
+ "other": "Παρακαλώ εισάγετε έναν κωδικό."
409
+ },
410
+ "validation_password2_required": {
411
+ "other": "Παρακαλώ επιβεβαιώστε τον κωδικό σας. "
412
+ },
413
+ "validation_password2_match": {
414
+ "other": "Οι κωδικοί δεν ταιριάζουν. "
415
+ },
416
+ "validation_password_minlength": {
417
+ "other": "Παρακαλώ εισάγετε τουλάχιστον {{.Count}} χαρακτήρες."
418
+ },
419
+ "validation_promocode_required": {
420
+ "other": "Παρακαλώ εισάγετε τον κωδικό έκπτωσης."
421
+ },
422
+ "validation_pincode_required": {
423
+ "other": "Εισαγάγετε ένα PIN."
424
+ },
425
+ "validation_gender_required": {
426
+ "other": "Παρακαλώ εισάγετε το φύλο που σας εκφράζει περισσότερο."
427
+ },
428
+ "validation_dob_required": {
429
+ "other": "Παρακαλώ εισάγετε την ημ/νία γέννησής σας. "
430
+ },
431
+ "validation_dob_date": {
432
+ "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία."
433
+ },
434
+ "shopping_info_subtitle_hd": {
435
+ "other": "Βίντεο HD on Demand."
436
+ },
437
+ "shopping_info_subtitle_sd": {
438
+ "other": "SD Video on Demand."
439
+ },
440
+ "shopping_info_subtitle_wallet": {
441
+ "other": "Τα χρήματα στο Πορτοφόλι σας μπορούν να χρησιμοποιηθούν για την αγορά ή την ενοικίαση οποιουδήποτε περιεχομένου ScreenPlus."
442
+ },
443
+ "shopping_info_subtitle_help": {
444
+ "other": "Δείτε εδώ για απαιτήσεις συστήματος."
445
+ },
446
+ "shopping_info_ownership_buy": {
447
+ "other": "αγορά"
448
+ },
449
+ "shopping_info_ownership_rent": {
450
+ "other": "ενοικίαση"
451
+ },
452
+ "shopping_info_sd_only": {
453
+ "other": "Περιορίζεται μόνο στην αναπαραγωγή SD. "
454
+ },
455
+ "shopping_info_release_date_title": {
456
+ "other": "Κυκλοφορίες {{.Date}}. "
457
+ },
458
+ "shopping_info_release_date_explanation_rent": {
459
+ "other": "Μπορείτε να το ενοικιάσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε."
460
+ },
461
+ "shopping_info_release_date_explanation_buy": {
462
+ "other": "Μπορείτε να το αγοράσετε τώρα, αλλά δεν θα μπορείτε να το δείτε μέχρι τότε."
463
+ },
464
+ "shopping_info_available_until_date_title": {
465
+ "other": "Διαθέσιμο έως {{.Date}}. "
466
+ },
467
+ "shopping_info_available_until_date_explanation_rent": {
468
+ "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. "
469
+ },
470
+ "shopping_info_available_until_date_explanation_buy": {
471
+ "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. "
472
+ },
473
+ "duration_hour": {
474
+ "one": "1 ώρα",
475
+ "other": "{{.Count}} ώρες"
476
+ },
477
+ "duration_day": {
478
+ "one": "1 μέρα",
479
+ "other": "{{.Count}} μέρες"
480
+ },
481
+ "shopping_info_rental_period_duration": {
482
+ "other": "{{.ValueUnit}} ενοικίασης. "
483
+ },
484
+ "shopping_info_watch_window_duration": {
485
+ "other": "{{.Count}} ώρες μέχρι να ολοκληρωθεί η προβολή. "
486
+ },
211
487
  "shopping_info_watch_window_explanation_film": {
212
488
  "one": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}}. ",
213
489
  "other": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}}. "
@@ -232,65 +508,151 @@
232
508
  "one": "Με το που πατήσετε αναπαραγωγή σε ένα επεισόδιο, ξεκινά η περίοδος θέασης κι έχετε μια ώρα για να το δείτε, όσες φορές επιθυμείτε.",
233
509
  "other": "Με το που πατήσετε αναπαραγωγή σε ένα επεισόδιο, ξεκινά η περίοδος θέασης κι έχετε {{.Count}} ώρες για να το δείτε, όσες φορές επιθυμείτε."
234
510
  },
235
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Μπόνους" },
236
-
237
- "shopping_enter_card_prompt": { "other": "Εισάγετε τα στοιχεία της κάρτας σας για να ολοκληρώσετε την {{.Verb}}." },
238
-
239
- "shopping_terms": { "other": "Ολοκληρώνοντας τη συναλλαγή, αποδέχεστε τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">όρους και τις προϋποθέσεις</a>."},
240
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} έκπτωση συνυπολογίστηκε. " },
241
- "shopping_discount_apply": { "other": "Εφαρμογή" },
242
- "shopping_discount_code": { "other": "Εισάγετε προωθητικό κωδικό. " },
243
- "shopping_discount_have_code": { "other": "Έχω προωθητικό κωδικό. " },
244
-
245
- "shopping_price_you_pay": { "other": "Πληρώνετε" },
246
- "shopping_price_nothing": { "other": "Τίποτα" },
247
- "shopping_price_free": { "other": "Δωρεάν" },
248
-
249
- "shopping_auth_directions": { "other": "Χρειάζεται πρώτα να δημιουργήσετε λογαριασμό. Παρακαλώ συμπληρώστε τη διεύθυνση ηλ. ταχυδρομείου. " },
250
-
251
- "shopping_error_in_library": { "other": "Το {{.Title}} είναι ήδη στον κατάλογό σας. " },
252
-
253
- "shopping_error_missing_card": { "other": "Παρακαλώ εισάγετε τα στοιχεία της κάρτας σας. " },
254
- "shopping_error_title": { "other": "Αντιμετωπίσαμε ένα σφάλμα. " },
255
- "shopping_error_incorrect_cvc": { "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. " },
256
- "shopping_error_invalid_cvc": { "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. " },
257
- "shopping_error_incorrect_number": { "other": "Παρακαλώ εισάγετε έναν έγκυρο αριθμό κάρτας." },
258
- "shopping_error_invalid_number": { "other": "Παρακαλώ εισάγεται έναν έγκυρο αριθμό κάρτας." },
259
- "shopping_error_card_declined": { "other": "Η κάρτα σας δεν έγινε δεκτή. " },
260
- "shopping_error_invalid_expiry_month": { "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία λήξης. " },
261
- "shopping_error_invalid_expiry_year": { "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία λήξης. " },
262
- "shopping_error_expired_card": { "other": "Η κάρτα σας έχει λήξει. " },
263
- "shopping_error_creditcard_country_mismatch": { "other": "Η {{.Ownership}} σας δεν έχει ολοκληρωθεί. Πρέπει να βρίσκεστε στη χώρα στην οποία εκδόθηκε η κάρτα. Παρακαλώ χρησιμοποιήστε μια άλλη κάρτα για να ολοκληρώσετε την πληρωμή." },
264
- "shopping_error_proxy_detected": { "other": "Η {{.Ownership}} σας δεν έχει ολοκληρωθεί. Εντοπίσαμε πως χρησιμοποιείτε unblocker ή υπηρεσία proxy. Παρακαλώ απενεργοποιήστε τα και δοκιμάστε ξανά." },
265
-
266
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
267
- "shopping_error_discount_blank": { "other": "Παρακαλώ εισάγετε έναν προωθητικό κωδικό. " },
268
- "shopping_error_discount_not_applied": { "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό. " },
269
- "shopping_error_discount_invalid": { "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό." },
270
- "shopping_error_discount_disabled": { "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό." },
271
- "shopping_error_discount_already_applied": { "other": "Έχει ήδη χρησιμοποιηθεί ένας προωθητικός κωδικός για αυτή τη συναλλαγή." },
272
- "shopping_error_discount_already_redeemed": { "other": "Αυτός ο προωθητικός κωδικός έχει ήδη χρησιμοποιηθεί." },
273
- "shopping_error_discount_used_previously": { "other": "Αυτός ο προωθητικός κωδικός έχει ήδη χρησιμοποιηθεί." },
274
- "shopping_error_discount_max_limit": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί πια." },
275
- "shopping_error_discount_expired": { "other": "Αυτός ο προωθητικός κωδικός έχει λήξει." },
276
- "shopping_error_discount_invalid_ownership_buy": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί κατά την αγορά." },
277
- "shopping_error_discount_invalid_ownership_rent": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί κατά την ενοικίαση." },
278
- "shopping_error_discount_invalid_item": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί για το συγκεκριμένο προϊόν." },
279
- "shopping_error_discount_invalid_pricing_region": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί στη χώρα που διαμένετε." },
280
- "shopping_error_discounts_not_allowed": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί." },
281
- "shopping_error_discount_disallowed_on_bundles": { "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί για πακέτα." },
282
- "shopping_error_payment_intent_authentication_failure": { "other": "Η πιστωτική σας κάρτα δεν έγινε δεκτή. Παρακαλώ προσπαθήστε ξανά." },
283
-
284
- "shopping_complete_rental": { "other": "Επιτυχία!" },
511
+ "shopping_info_credit_bonus_title": {
512
+ "other": "{{.BonusPercentage}}% Μπόνους"
513
+ },
514
+ "shopping_enter_card_prompt": {
515
+ "other": "Εισάγετε τα στοιχεία της κάρτας σας για να ολοκληρώσετε την {{.Verb}}."
516
+ },
517
+ "shopping_terms": {
518
+ "other": "Ολοκληρώνοντας τη συναλλαγή, αποδέχεστε τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">όρους και τις προϋποθέσεις</a>."
519
+ },
520
+ "shopping_discount_applied": {
521
+ "other": "{{.DiscountAmount}} έκπτωση συνυπολογίστηκε. "
522
+ },
523
+ "shopping_discount_apply": {
524
+ "other": "Εφαρμογή"
525
+ },
526
+ "shopping_discount_code": {
527
+ "other": "Εισάγετε προωθητικό κωδικό. "
528
+ },
529
+ "shopping_discount_have_code": {
530
+ "other": "Έχω προωθητικό κωδικό. "
531
+ },
532
+ "shopping_price_you_pay": {
533
+ "other": "Πληρώνετε"
534
+ },
535
+ "shopping_price_nothing": {
536
+ "other": "Τίποτα"
537
+ },
538
+ "shopping_price_free": {
539
+ "other": "Δωρεάν"
540
+ },
541
+ "shopping_auth_directions": {
542
+ "other": "Χρειάζεται πρώτα να δημιουργήσετε λογαριασμό. Παρακαλώ συμπληρώστε τη διεύθυνση ηλ. ταχυδρομείου. "
543
+ },
544
+ "shopping_error_in_library": {
545
+ "other": "Το {{.Title}} είναι ήδη στον κατάλογό σας. "
546
+ },
547
+ "shopping_error_missing_card": {
548
+ "other": "Παρακαλώ εισάγετε τα στοιχεία της κάρτας σας. "
549
+ },
550
+ "shopping_error_title": {
551
+ "other": "Αντιμετωπίσαμε ένα σφάλμα. "
552
+ },
553
+ "shopping_error_incorrect_cvc": {
554
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. "
555
+ },
556
+ "shopping_error_invalid_cvc": {
557
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο κωδικό CVV. "
558
+ },
559
+ "shopping_error_incorrect_number": {
560
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο αριθμό κάρτας."
561
+ },
562
+ "shopping_error_invalid_number": {
563
+ "other": "Παρακαλώ εισάγεται έναν έγκυρο αριθμό κάρτας."
564
+ },
565
+ "shopping_error_card_declined": {
566
+ "other": "Η κάρτα σας δεν έγινε δεκτή. "
567
+ },
568
+ "shopping_error_invalid_expiry_month": {
569
+ "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία λήξης. "
570
+ },
571
+ "shopping_error_invalid_expiry_year": {
572
+ "other": "Παρακαλώ εισάγετε μια έγκυρη ημ/νία λήξης. "
573
+ },
574
+ "shopping_error_expired_card": {
575
+ "other": "Η κάρτα σας έχει λήξει. "
576
+ },
577
+ "shopping_error_creditcard_country_mismatch": {
578
+ "other": "Η {{.Ownership}} σας δεν έχει ολοκληρωθεί. Πρέπει να βρίσκεστε στη χώρα στην οποία εκδόθηκε η κάρτα. Παρακαλώ χρησιμοποιήστε μια άλλη κάρτα για να ολοκληρώσετε την πληρωμή."
579
+ },
580
+ "shopping_error_proxy_detected": {
581
+ "other": "Η {{.Ownership}} σας δεν έχει ολοκληρωθεί. Εντοπίσαμε πως χρησιμοποιείτε unblocker ή υπηρεσία proxy. Παρακαλώ απενεργοποιήστε τα και δοκιμάστε ξανά."
582
+ },
583
+ "shopping_error_discount_worn_out": {
584
+ "other": "Αυτός ο κωδικός προσφοράς δεν μπορεί πλέον να χρησιμοποιηθεί."
585
+ },
586
+ "shopping_error_discount_blank": {
587
+ "other": "Παρακαλώ εισάγετε έναν προωθητικό κωδικό. "
588
+ },
589
+ "shopping_error_discount_not_applied": {
590
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό. "
591
+ },
592
+ "shopping_error_discount_invalid": {
593
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό."
594
+ },
595
+ "shopping_error_discount_disabled": {
596
+ "other": "Παρακαλώ εισάγετε έναν έγκυρο προωθητικό κωδικό."
597
+ },
598
+ "shopping_error_discount_already_applied": {
599
+ "other": "Έχει ήδη χρησιμοποιηθεί ένας προωθητικός κωδικός για αυτή τη συναλλαγή."
600
+ },
601
+ "shopping_error_discount_already_redeemed": {
602
+ "other": "Αυτός ο προωθητικός κωδικός έχει ήδη χρησιμοποιηθεί."
603
+ },
604
+ "shopping_error_discount_used_previously": {
605
+ "other": "Αυτός ο προωθητικός κωδικός έχει ήδη χρησιμοποιηθεί."
606
+ },
607
+ "shopping_error_discount_max_limit": {
608
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί πια."
609
+ },
610
+ "shopping_error_discount_expired": {
611
+ "other": "Αυτός ο προωθητικός κωδικός έχει λήξει."
612
+ },
613
+ "shopping_error_discount_invalid_ownership_buy": {
614
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί κατά την αγορά."
615
+ },
616
+ "shopping_error_discount_invalid_ownership_rent": {
617
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί κατά την ενοικίαση."
618
+ },
619
+ "shopping_error_discount_invalid_item": {
620
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί για το συγκεκριμένο προϊόν."
621
+ },
622
+ "shopping_error_discount_invalid_pricing_region": {
623
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί στη χώρα που διαμένετε."
624
+ },
625
+ "shopping_error_discounts_not_allowed": {
626
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί."
627
+ },
628
+ "shopping_error_discount_disallowed_on_bundles": {
629
+ "other": "Αυτός ο προωθητικός κωδικός δεν μπορεί να χρησιμοποιηθεί για πακέτα."
630
+ },
631
+ "shopping_error_payment_intent_authentication_failure": {
632
+ "other": "Η πιστωτική σας κάρτα δεν έγινε δεκτή. Παρακαλώ προσπαθήστε ξανά."
633
+ },
634
+ "shopping_complete_rental": {
635
+ "other": "Επιτυχία!"
636
+ },
285
637
  "shopping_complete_rental_period": {
286
638
  "one": "Μπορείτε τώρα να το παρακολουθήσετε όσες φορές επιθυμείτε για τις επόμενες {{.Count}} μέρες.",
287
639
  "other": "Μπορείτε τώρα να το παρακολουθήσετε όσες φορές επιθυμείτε για τις επόμενες {{.Count}} μέρες."
288
640
  },
289
- "shopping_complete_purchase": { "other": "Ευχαριστούμε για την αγορά του {{.Title}}." },
290
- "shopping_complete_credit_purchase": { "other": "Ευχαριστούμε για την αγορά του {{.Title}}. {{.CreditTotal}} έχουν προστεθεί στο λογαριασμό σας." },
291
- "shopping_complete_purchase_coming_soon": { "other": "Μπορείτε να το παρακολουθήσετε από {{.Date}}." },
292
- "shopping_complete_receipt": { "other": "Η απόδειξή σας έχει σταλεί με e-mail." },
293
- "shopping_complete_library_link": { "other": "Δείτε την ταινιοθήκη σας" },
641
+ "shopping_complete_purchase": {
642
+ "other": "Ευχαριστούμε για την αγορά του {{.Title}}."
643
+ },
644
+ "shopping_complete_credit_purchase": {
645
+ "other": "Ευχαριστούμε για την αγορά του {{.Title}}. {{.CreditTotal}} έχουν προστεθεί στο λογαριασμό σας."
646
+ },
647
+ "shopping_complete_purchase_coming_soon": {
648
+ "other": "Μπορείτε να το παρακολουθήσετε από {{.Date}}."
649
+ },
650
+ "shopping_complete_receipt": {
651
+ "other": "Η απόδειξή σας έχει σταλεί με e-mail."
652
+ },
653
+ "shopping_complete_library_link": {
654
+ "other": "Δείτε την ταινιοθήκη σας"
655
+ },
294
656
  "shopping_complete_plan": {
295
657
  "other": "Η αγορά του {{ .Title }} ήταν επιτυχής."
296
658
  },
@@ -310,145 +672,322 @@
310
672
  "one": "Μπορείτε να το παρακολουθήσετε από {{.Date}} και η ενοικίαση θα είναι ενεργή για {{.Count}} ημέρες.",
311
673
  "other": "Μπορείτε να το παρακολουθήσετε από {{.Date}} και η ενοικίαση θα είναι ενεργή για {{.Count}} ημέρες."
312
674
  },
313
-
314
- "shopping_action_rent": { "other": "Ενοικίαση" },
315
- "shopping_action_buy": { "other": "Αγορά" },
316
-
317
- "meta_detail_cast_title": { "other": "Πρωταγωνιστούν" },
318
- "meta_detail_crew_title": { "other": "Επιτελείο" },
319
- "meta_detail_languages": { "one": "Γλώσσες", "other": "Γλώσσες" },
320
- "meta_detail_studios": { "one": "Εταιρίες", "other": "Εταιρίες" },
321
- "meta_detail_countries": { "one": "Χώρες", "other": "Χώρες" },
322
- "meta_detail_subtitles": { "other": "Υπότιτλοι" },
323
- "meta_detail_captions": { "other": "Υπότιτλοι [CC]" },
324
- "meta_detail_episodes_title": { "other": "Επεισόδια" },
325
- "meta_detail_bonus_title": { "other": "Έξτρα υλικό" },
326
- "meta_detail_recommendations_title": { "other": "Ίσως σας αρέσουν και τα" },
327
- "meta_detail_bundle_items_title": { "other": "Περιεχόμενο σε αυτό το πακέτο." },
328
-
329
- "bundle_items_all_films": { "other": "{{.Count}} ταινίες" },
330
- "bundle_items_all_seasons": { "other": "{{.Count}} σεζόν" },
331
- "bundle_items_mixed": { "other": "{{.Count}} ταινιών και σεζόν" },
332
- "userwishlist_page_header": { "other": "Η λίστα μου." },
333
- "userwishlist_slider_header": { "other": "Η λίστα μου." },
334
- "userwishlist_empty_header": { "other": "Η λίστα σας είναι άδεια." },
335
- "userwishlist_empty_content": { "other": "Γεμίστε τη με <a href=\"{{.HomeURL}}\">υλικό</a> από την επιλογή μας." },
336
- "userwishlist_button_add": { "other": "Πρόσθεσε στη λίστα μου." },
337
- "userwishlist_button_remove": { "other": "Η λίστα μου." },
338
- "userwishlist_button_add_compact": { "other": "Η λίστα μου." },
339
- "userwishlist_button_remove_compact": { "other": "Η λίστα μου." },
340
-
341
- "activatedevice_page_header": { "other": "Activate Device" },
342
- "activatedevice_page_content": { "other": "Follow the instructions on your device to get a PIN code. Your computer and device must both be connected to the internet to activate." },
343
- "activatedevice_form_pin": { "other": "PIN Code" },
344
- "activatedevice_form_submit": { "other": "Activate" },
345
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
346
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
347
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
348
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
349
-
350
- "userdevices_page_header": { "other": "Συσκευές" },
675
+ "shopping_action_rent": {
676
+ "other": "Ενοικίαση"
677
+ },
678
+ "shopping_action_buy": {
679
+ "other": "Αγορά"
680
+ },
681
+ "meta_detail_cast_title": {
682
+ "other": "Πρωταγωνιστούν"
683
+ },
684
+ "meta_detail_crew_title": {
685
+ "other": "Επιτελείο"
686
+ },
687
+ "meta_detail_languages": {
688
+ "one": "Γλώσσες",
689
+ "other": "Γλώσσες"
690
+ },
691
+ "meta_detail_studios": {
692
+ "one": "Εταιρίες",
693
+ "other": "Εταιρίες"
694
+ },
695
+ "meta_detail_countries": {
696
+ "one": "Χώρες",
697
+ "other": "Χώρες"
698
+ },
699
+ "meta_detail_subtitles": {
700
+ "other": "Υπότιτλοι"
701
+ },
702
+ "meta_detail_captions": {
703
+ "other": "Υπότιτλοι [CC]"
704
+ },
705
+ "meta_detail_episodes_title": {
706
+ "other": "Επεισόδια"
707
+ },
708
+ "meta_detail_bonus_title": {
709
+ "other": "Έξτρα υλικό"
710
+ },
711
+ "meta_detail_recommendations_title": {
712
+ "other": "Ίσως σας αρέσουν και τα"
713
+ },
714
+ "meta_detail_bundle_items_title": {
715
+ "other": "Περιεχόμενο σε αυτό το πακέτο."
716
+ },
717
+ "bundle_items_all_films": {
718
+ "other": "{{.Count}} ταινίες"
719
+ },
720
+ "bundle_items_all_seasons": {
721
+ "other": "{{.Count}} σεζόν"
722
+ },
723
+ "bundle_items_mixed": {
724
+ "other": "{{.Count}} ταινιών και σεζόν"
725
+ },
726
+ "userwishlist_page_header": {
727
+ "other": "Η λίστα μου."
728
+ },
729
+ "userwishlist_slider_header": {
730
+ "other": "Η λίστα μου."
731
+ },
732
+ "userwishlist_empty_header": {
733
+ "other": "Η λίστα σας είναι άδεια."
734
+ },
735
+ "userwishlist_empty_content": {
736
+ "other": "Γεμίστε τη με <a href=\"{{.HomeURL}}\">υλικό</a> από την επιλογή μας."
737
+ },
738
+ "userwishlist_button_add": {
739
+ "other": "Πρόσθεσε στη λίστα μου."
740
+ },
741
+ "userwishlist_button_remove": {
742
+ "other": "Η λίστα μου."
743
+ },
744
+ "userwishlist_button_add_compact": {
745
+ "other": "Η λίστα μου."
746
+ },
747
+ "userwishlist_button_remove_compact": {
748
+ "other": "Η λίστα μου."
749
+ },
750
+ "activatedevice_page_header": {
751
+ "other": "Ενεργοποίηση συσκευής"
752
+ },
753
+ "activatedevice_page_content": {
754
+ "other": "Ακολουθήστε τις οδηγίες στη συσκευή σας για να αποκτήσετε ένα PIN. Ο υπολογιστής και η συσκευή σας πρέπει να είναι συνδεδεμένα στο Διαδίκτυο για να ενεργοποιηθούν."
755
+ },
756
+ "activatedevice_form_pin": {
757
+ "other": "Κωδικό PIN"
758
+ },
759
+ "activatedevice_form_submit": {
760
+ "other": "Θέτω εις ενέργειαν"
761
+ },
762
+ "activatedevice_form_error_invalid_code": {
763
+ "other": "Το PIN δεν βρέθηκε, δοκιμάστε ξανά."
764
+ },
765
+ "activatedevice_form_error_pin_not_found": {
766
+ "other": "Το PIN δεν βρέθηκε, δοκιμάστε ξανά."
767
+ },
768
+ "activatedevice_signin_prompt": {
769
+ "other": "Παρακαλούμε συνδεθείτε πριν καταχωρήσετε τη συσκευή σας."
770
+ },
771
+ "activatedevice_page_activated": {
772
+ "other": "Σας ευχαριστούμε για την ενεργοποίηση {{.DeviceName}}. Θα πρέπει τώρα να μπορείτε να περιηγηθείτε στη βιβλιοθήκη σας στην τηλεόραση ή τη συσκευή σας."
773
+ },
774
+ "userdevices_page_header": {
775
+ "other": "Συσκευές"
776
+ },
351
777
  "userdevices_page_content": {
352
778
  "one": "Οι συσκευές θα προστίθενται αυτόματα όταν τις χρησιμοποιείτε. Έχετε όριο για {{.Count}} συσκευές.",
353
779
  "other": "Οι συσκευές θα προστίθενται αυτόματα όταν τις χρησιμοποιείτε. Έχετε όριο για {{.Count}} συσκευές."
354
780
  },
355
- "userdevices_empty_content": { "other": "Προς το παρόν έχετε 0 εγγεγραμμένες συσκευές." },
356
- "userdevices_header_type": { "other": "Τύπος συσκευής" },
357
- "userdevices_header_description": { "other": "Περιγραφή" },
358
- "userdevices_device_added": { "other": "Προστέθηκε {{.Date}}" },
359
- "userdevices_device_actions_delete": { "other": "Αφαίρεση" },
360
- "userdevices_device_actions_cancel": { "other": "Άκυρο" },
361
- "userdevices_device_actions_confirm": { "other": "Ναι, αφαίρεσε τη συσκευή" },
362
- "userdevices_device_deleted": { "other": "(Αφαιρέθηκε)" },
363
-
364
- "playlist_page_header": { "other": "Playlist" },
365
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
366
- "playlist_share_title": { "other": "Playlist" },
367
- "playlist_up_next_title": { "other": "Up Next" },
368
-
369
- "pricing_ownership_buy": { "other": "Αγορά" },
370
- "pricing_ownership_rent": { "other": "Ενοικίαση" },
371
-
372
- "classification_intro": { "other": "Κατηγοριοποίηση " },
373
- "classification_divider": { "other": " - " },
374
- "classification_outro": { "other": "" },
375
-
376
- "cookie_banner_message": { "other": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την ψηφιακή εμπειρία σας. Χρησιμοποιώντας τη σελίδα, αποδέχεστε τον <a href=\"{{.CookiePolicyURL}}\"> κανονισμό cookies</a>" },
377
- "cookie_banner_accept": { "other": "Αποδέχομαι" },
378
-
379
- "all_rights_reserved": { "other": "Με την επιφύλαξη κάθε δικαιώματος. Απαγορεύεται η αναπαραγωγή του περιεχομένου του ιστοτόπου, χωρίς την απαραίτητη γραπτή άδεια." },
380
-
381
- "users_gender_none": { "other": "Μη προσδιορισμένο" },
382
- "users_gender_female": { "other": "Θηλυκό" },
383
- "users_gender_male": { "other": "Αρσενικό" },
384
- "users_gender_diverse": { "other": "LGBTQI+" },
385
- "users_gender_other": { "other": "Άλλο" },
386
-
387
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
388
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
389
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
390
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
391
-
392
- "shopping_card_save_card": { "other": "Save this card for future use" },
393
- "shopping_card_button_change": { "other": "Show all saved cards" },
394
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
395
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
396
- "shopping_card_existing_expired": { "other": "(expired)" },
397
- "shopping_card_use_other": { "other": "Use a new card" },
398
- "shopping_card_use_new_card": { "other": "Change card" },
399
-
400
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
401
-
402
- "shopping_action_credit": { "other": "shopping_action_credit" },
403
-
404
-
405
- "shopping_info_rental_period_coming_soon": { "other": "Από την ημέρα και ώρα της κυκλοφορίας." },
406
-
407
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
408
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
409
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
410
-
411
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
412
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
413
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
414
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
415
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
416
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
417
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
418
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
419
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
420
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
421
-
422
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
423
-
424
- "availability_coming_soon": { "other": "Προσεχώς" },
425
- "availability_renting": { "other": "Ενοικίαση" },
426
- "availability_not_available": { "other": "Μη διαθέσιμο" },
427
- "availability_in_watch_window": { "other": "Διαθέσιμο" },
428
- "availability_sold_out": { "other": "Εξαντλημένο" },
429
- "availability_available_till": { "other": "Διαθέσιμο έως {{.ExpiryDate}}" },
430
- "availability_not_available_in_country": { "other": "Μη διαθέσιμο" },
431
- "availability_available": { "other": "Διαθέσιμο {{.ReleaseDate}}" },
432
-
433
- "modal_cancel": { "other": "Άκυρο" },
434
-
435
- "play": { "other": "Αναπαραγωγή" },
436
-
437
- "combined_auth_signin_prompt": { "other": "Είσοδος" },
438
- "combined_auth_signup_prompt": { "other": "Εγγραφή" },
439
- "combined_auth_terms": { "other": "Συμφωνώ σε όλους τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a>." },
440
- "signup_terms": { "other": "Συμφωνώ σε όλους τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a>." },
441
- "validation_terms_required": { "other": "Πρέπει να συμφωνήσετε στους όρους και τις προϋποθέσεις." },
442
- "shopping_error_item_limit_exceeded": { "other": "Δυστυχώς, το {{.Title}} έχει εξαντληθεί." },
443
-
444
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
445
-
446
- "user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
447
-
448
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
449
- "app_badge_ios": { "other": "Download on the App Store" },
450
- "app_badge_android": { "other": "Get it on Google Play" },
451
-
781
+ "userdevices_empty_content": {
782
+ "other": "Προς το παρόν έχετε 0 εγγεγραμμένες συσκευές."
783
+ },
784
+ "userdevices_header_type": {
785
+ "other": "Τύπος συσκευής"
786
+ },
787
+ "userdevices_header_description": {
788
+ "other": "Περιγραφή"
789
+ },
790
+ "userdevices_device_added": {
791
+ "other": "Προστέθηκε {{.Date}}"
792
+ },
793
+ "userdevices_device_actions_delete": {
794
+ "other": "Αφαίρεση"
795
+ },
796
+ "userdevices_device_actions_cancel": {
797
+ "other": "Άκυρο"
798
+ },
799
+ "userdevices_device_actions_confirm": {
800
+ "other": "Ναι, αφαίρεσε τη συσκευή"
801
+ },
802
+ "userdevices_device_deleted": {
803
+ "other": "(Αφαιρέθηκε)"
804
+ },
805
+ "playlist_page_header": {
806
+ "other": "Λίστα αναπαραγωγής"
807
+ },
808
+ "playlist_sign_in_warning": {
809
+ "other": "Συνδεθείτε για να παρακολουθήσετε ζωντανή τηλεόραση."
810
+ },
811
+ "playlist_share_title": {
812
+ "other": "Λίστα αναπαραγωγής"
813
+ },
814
+ "playlist_up_next_title": {
815
+ "other": "επόμενο"
816
+ },
817
+ "pricing_ownership_buy": {
818
+ "other": "Αγορά"
819
+ },
820
+ "pricing_ownership_rent": {
821
+ "other": "Ενοικίαση"
822
+ },
823
+ "classification_intro": {
824
+ "other": "Κατηγοριοποίηση "
825
+ },
826
+ "classification_divider": {
827
+ "other": " - "
828
+ },
829
+ "classification_outro": {
830
+ "other": ""
831
+ },
832
+ "cookie_banner_message": {
833
+ "other": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την ψηφιακή εμπειρία σας. Χρησιμοποιώντας τη σελίδα, αποδέχεστε τον <a href=\"{{.CookiePolicyURL}}\"> κανονισμό cookies</a>"
834
+ },
835
+ "cookie_banner_accept": {
836
+ "other": "Αποδέχομαι"
837
+ },
838
+ "all_rights_reserved": {
839
+ "other": "Με την επιφύλαξη κάθε δικαιώματος. Απαγορεύεται η αναπαραγωγή του περιεχομένου του ιστοτόπου, χωρίς την απαραίτητη γραπτή άδεια."
840
+ },
841
+ "users_gender_none": {
842
+ "other": "Μη προσδιορισμένο"
843
+ },
844
+ "users_gender_female": {
845
+ "other": "Θηλυκό"
846
+ },
847
+ "users_gender_male": {
848
+ "other": "Αρσενικό"
849
+ },
850
+ "users_gender_diverse": {
851
+ "other": "LGBTQI+"
852
+ },
853
+ "users_gender_other": {
854
+ "other": "Άλλο"
855
+ },
856
+ "pricing_quality_hd": {
857
+ "other": "HD"
858
+ },
859
+ "pricing_quality_sd": {
860
+ "other": "SD"
861
+ },
862
+ "pricing_quality_hd_only": {
863
+ "other": "Μόνο HD"
864
+ },
865
+ "pricing_quality_sd_only": {
866
+ "other": "Μόνο SD"
867
+ },
868
+ "shopping_card_save_card": {
869
+ "other": "Αποθηκεύστε αυτήν την κάρτα για μελλοντική αναφορά"
870
+ },
871
+ "shopping_card_button_change": {
872
+ "other": "Εμφάνιση όλων των αποθηκευμένων καρτών"
873
+ },
874
+ "shopping_card_existing_description": {
875
+ "other": "{{.Card.Brand}} τελειώνει σε {{.Card.Number}}"
876
+ },
877
+ "shopping_card_existing_expiry": {
878
+ "other": "(λήγει {{.Card.Expiry}})"
879
+ },
880
+ "shopping_card_existing_expired": {
881
+ "other": "(έχει λήξει)"
882
+ },
883
+ "shopping_card_use_other": {
884
+ "other": "Χρησιμοποιήστε μια νέα κάρτα"
885
+ },
886
+ "shopping_card_use_new_card": {
887
+ "other": "Αλλαγή κάρτας"
888
+ },
889
+ "shopping_info_ownership_plan": {
890
+ "other": "Συνδρομή"
891
+ },
892
+ "shopping_action_credit": {
893
+ "other": "Προσθήκη πίστωσης"
894
+ },
895
+ "shopping_info_rental_period_coming_soon": {
896
+ "other": "Από την ημέρα και ώρα της κυκλοφορίας."
897
+ },
898
+ "usersubscriptions_change_payment_method_change": {
899
+ "other": "Αλλαγή πιστωτικής κάρτας"
900
+ },
901
+ "usersubscriptions_change_payment_method_modal_title": {
902
+ "other": "Ενημερώστε τα στοιχεία της πιστωτικής σας κάρτας"
903
+ },
904
+ "usersubscriptions_change_payment_method_modal_submit": {
905
+ "other": "Αλλαγή"
906
+ },
907
+ "usersubscriptions_subscription_expiry": {
908
+ "other": "Τελειώνει {{.Expiry}}"
909
+ },
910
+ "usersubscriptions_subscription_status_trialing": {
911
+ "other": "Δοκιμαστική περίοδος"
912
+ },
913
+ "usersubscriptions_subscription_unsubscribe": {
914
+ "other": "Ακύρωση της συνδρομής μου"
915
+ },
916
+ "usersubscriptions_unsubscribe_modal_cancel": {
917
+ "other": "Ματαίωση"
918
+ },
919
+ "usersubscriptions_unsubscribe_modal_confirm": {
920
+ "other": "Ναι, ακυρώστε τη συνδρομή μου"
921
+ },
922
+ "usersubscriptions_unsubscribe_modal_title": {
923
+ "other": "Ακύρωση συνδρομής;"
924
+ },
925
+ "usersubscriptions_unsubscribe_modal_body": {
926
+ "other": "Αυτό θα ακυρώσει τη συνδρομή στο {{.Name}} σχέδιο. Θα εξακολουθείτε να μπορείτε να παρακολουθείτε το περιεχόμενο του προγράμματος έως και {{.Expiry}}."
927
+ },
928
+ "availability_coming_soon": {
929
+ "other": "Προσεχώς"
930
+ },
931
+ "availability_renting": {
932
+ "other": "Ενοικίαση"
933
+ },
934
+ "availability_not_available": {
935
+ "other": "Μη διαθέσιμο"
936
+ },
937
+ "availability_in_watch_window": {
938
+ "other": "Διαθέσιμο"
939
+ },
940
+ "availability_sold_out": {
941
+ "other": "Εξαντλημένο"
942
+ },
943
+ "availability_available_till": {
944
+ "other": "Διαθέσιμο έως {{.ExpiryDate}}"
945
+ },
946
+ "availability_not_available_in_country": {
947
+ "other": "Μη διαθέσιμο"
948
+ },
949
+ "availability_available": {
950
+ "other": "Διαθέσιμο {{.ReleaseDate}}"
951
+ },
952
+ "modal_cancel": {
953
+ "other": "Άκυρο"
954
+ },
955
+ "play": {
956
+ "other": "Αναπαραγωγή"
957
+ },
958
+ "combined_auth_signin_prompt": {
959
+ "other": "Είσοδος"
960
+ },
961
+ "combined_auth_signup_prompt": {
962
+ "other": "Εγγραφή"
963
+ },
964
+ "combined_auth_terms": {
965
+ "other": "Συμφωνώ σε όλους τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a>."
966
+ },
967
+ "signup_terms": {
968
+ "other": "Συμφωνώ σε όλους τους <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">όρους και τις προϋποθέσεις</a>."
969
+ },
970
+ "validation_terms_required": {
971
+ "other": "Πρέπει να συμφωνήσετε στους όρους και τις προϋποθέσεις."
972
+ },
973
+ "shopping_error_item_limit_exceeded": {
974
+ "other": "Δυστυχώς, το {{.Title}} έχει εξαντληθεί."
975
+ },
976
+ "shopping_card_change": {
977
+ "other": "Είναι λανθασμένη η πιστωτική κάρτα; <a href=\"{{.SubscriptionsURL}}\">Κάντε κλικ εδώ για να ενημερώσετε την κάρτα σας.</a>"
978
+ },
979
+ "user_error_too_many_pin_errors": {
980
+ "other": "<p>Φαίνεται ότι έχεις πρόβλημα.</p><p>Επαναφέρετε το PIN σας ή επικοινωνήστε μαζί μας για <a href=\"{{.HelpURL}}\" target=\"_blank\">βοήθεια</a>"
981
+ },
982
+ "app_badge_title": {
983
+ "other": "Κατεβάστε την εφαρμογή για να δείτε το περιεχόμενο που αγοράσατε!"
984
+ },
985
+ "app_badge_ios": {
986
+ "other": "Λήψη στο App Store"
987
+ },
988
+ "app_badge_android": {
989
+ "other": "Αποκτήστε το στο Google Play"
990
+ },
452
991
  "shopping_price_title_plan": {
453
992
  "other": "Τιμή"
454
993
  },
@@ -511,91 +1050,205 @@
511
1050
  "plan_free_link_text": {
512
1051
  "other": "ΕΓΓΡΑΦΕΙΤΕ ΔΩΡΕΑΝ"
513
1052
  },
514
- "awards_nominated_for": {
515
- "other": "Προτάθηκε για"
516
- },
517
1053
  "awards_in_competition": {
518
1054
  "other": "Σε Διαγωνισμό"
519
1055
  },
520
- "awards_winner_of": {
521
- "other": "Νικητής του"
1056
+ "meta_description_expand": {
1057
+ "other": "Δείτε περισσότερα"
1058
+ },
1059
+ "meta_description_collapse": {
1060
+ "other": "Δείξε λιγότερο"
1061
+ },
1062
+ "awards_winner": {
1063
+ "other": "Νικητής"
522
1064
  },
523
1065
  "donate_button_text": {
524
1066
  "other": "Προσφέρω"
525
1067
  },
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
-
601
- }
1068
+ "wcag_skip_links_header": {
1069
+ "other": "Σύνδεσμοι προσβασιμότητας"
1070
+ },
1071
+ "wcag_skip_links_content": {
1072
+ "other": "Μετάβαση στο Περιεχόμενο"
1073
+ },
1074
+ "wcag_homepage_h1": {
1075
+ "other": "Σπίτι"
1076
+ },
1077
+ "wcag_carousel_h2": {
1078
+ "other": "Στροβιλοδρόμιο"
1079
+ },
1080
+ "wcag_collections_h2": {
1081
+ "other": "Συλλογές"
1082
+ },
1083
+ "wcag_aria_label_footer": {
1084
+ "other": "Υποσέλιδο"
1085
+ },
1086
+ "wcag_aria_label_nav_main": {
1087
+ "other": "περιεχόμενο"
1088
+ },
1089
+ "wcag_aria_label_nav_sub": {
1090
+ "other": "Υπο"
1091
+ },
1092
+ "wcag_aria_label_toggle_nav": {
1093
+ "other": "Εναλλαγή πλοήγησης"
1094
+ },
1095
+ "wcag_aria_label_bundle_items": {
1096
+ "other": "Είδη Δέσμης"
1097
+ },
1098
+ "wcag_aria_label_carousel": {
1099
+ "other": "Στροβιλοδρόμιο"
1100
+ },
1101
+ "wcag_aria_label_page_collection": {
1102
+ "other": "Συλλογή σελίδων"
1103
+ },
1104
+ "wcag_aria_label_collection_list": {
1105
+ "other": "Λίστα συλλογής"
1106
+ },
1107
+ "wcag_aria_label_collection_slider": {
1108
+ "other": "Ρυθμιστικό συλλογής"
1109
+ },
1110
+ "wcag_aria_label_wishlist": {
1111
+ "other": "Λίστα επιθυμιών"
1112
+ },
1113
+ "wcag_aria_label_facebook": {
1114
+ "other": "Μοιραστείτε το στο Facebook"
1115
+ },
1116
+ "wcag_aria_label_twitter": {
1117
+ "other": "Μοιραστείτε το στο Twitter"
1118
+ },
1119
+ "wcag_aria_label_linkedin": {
1120
+ "other": "Μοιραστείτε το στο LinkedIn"
1121
+ },
1122
+ "wcag_aria_label_letterboxd": {
1123
+ "other": "Προβολή στο Letterboxd"
1124
+ },
1125
+ "shopping_error_plan_already_owned": {
1126
+ "other": "Έχετε ήδη αυτό το σχέδιο."
1127
+ },
1128
+ "shopping_error_plan_expired": {
1129
+ "other": "Αυτό το αντικείμενο δεν είναι πλέον διαθέσιμο."
1130
+ },
1131
+ "shopping_payment_method_header": {
1132
+ "other": "Μέθοδοι πληρωμής"
1133
+ },
1134
+ "shopping_payment_method_credit_card": {
1135
+ "other": "Πιστωτική κάρτα"
1136
+ },
1137
+ "shopping_payment_method_giropay": {
1138
+ "other": "Giropay"
1139
+ },
1140
+ "shopping_error_stripe_unknown_error": {
1141
+ "other": "Κάτι πήγε στραβά με αυτήν την πληρωμή. Παρακαλώ δοκιμάστε ξανά αργότερα."
1142
+ },
1143
+ "shopping_error_payment_complete_failed": {
1144
+ "other": "Η πληρωμή απορρίφθηκε. Κλείστε αυτό το παράθυρο και δοκιμάστε ξανά."
1145
+ },
1146
+ "header_banner": {
1147
+ "other": "πανό κεφαλίδας"
1148
+ },
1149
+ "account_form_pin_code": {
1150
+ "other": "PIN"
1151
+ },
1152
+ "account_form_pin_code_not_set": {
1153
+ "other": "Δεν έχετε σετ PIN, το οποίο απαιτείται για να αγοράσετε, να νοικιάσετε κάποιες ταινίες."
1154
+ },
1155
+ "account_form_set_pin": {
1156
+ "other": "Ορισμός PIN"
1157
+ },
1158
+ "account_form_pin_changed": {
1159
+ "other": "άλλαξε"
1160
+ },
1161
+ "account_form_change_pin": {
1162
+ "other": "Αλλαγή PIN"
1163
+ },
1164
+ "user_set_pin_header": {
1165
+ "other": "Ορίστε το PIN σας"
1166
+ },
1167
+ "user_set_pin_button": {
1168
+ "other": "Ορισμός PIN"
1169
+ },
1170
+ "user_submit_pin_heading": {
1171
+ "other": "Εισαγάγετε το PIN σας στο {{.Action}} αυτό το περιορισμένο περιεχόμενο."
1172
+ },
1173
+ "user_error_wrong_pin_retry": {
1174
+ "other": "Ωχ, πληκτρολογήσατε λάθος PIN"
1175
+ },
1176
+ "user_submit_pin_button": {
1177
+ "other": "Εισαγω"
1178
+ },
1179
+ "user_reset_pin_button": {
1180
+ "other": "Επαναφορά PIN"
1181
+ },
1182
+ "validation_pincode1_required": {
1183
+ "other": "εισάγετε ένα έγκυρο PIN"
1184
+ },
1185
+ "validation_pincode2_required": {
1186
+ "other": "εισάγετε ένα έγκυρο PIN"
1187
+ },
1188
+ "validation_pincode1_pattern": {
1189
+ "other": "εισάγετε ένα έγκυρο PIN."
1190
+ },
1191
+ "validation_pincode2_pattern": {
1192
+ "other": "εισάγετε ένα έγκυρο PIN"
1193
+ },
1194
+ "validation_pincode2_match": {
1195
+ "other": "Το PIN δεν ταιριάζει."
1196
+ },
1197
+ "userdevices_delete_limits": {
1198
+ "other": "Μπορείτε να αφαιρέσετε {{.Limit}} συσκευές από αυτήν τη λίστα κάθε {{.Period}} ημέρες."
1199
+ },
1200
+ "userdevices_delete_limit_reached": {
1201
+ "other": "Έχετε συμπληρώσει αυτό το όριο και δεν μπορείτε να αφαιρέσετε καμία συσκευή αυτήν τη στιγμή. Μπορείτε να διαγράψετε μια συσκευή σε {{.Days}} ημέρες."
1202
+ },
1203
+ "shopping_card_new_subscription": {
1204
+ "other": "Αυτή η κάρτα θα αποθηκευτεί και θα χρεώνεται τακτικά"
1205
+ },
1206
+ "changepincode_modal_header": {
1207
+ "other": "Αλλάξτε το PIN σας"
1208
+ },
1209
+ "changepincode_modal_currentpassword": {
1210
+ "other": "Το τρέχον συνθηματικό σας"
1211
+ },
1212
+ "changepincode_modal_pincode1": {
1213
+ "other": "Το νέο 4ψήφιο PIN σας"
1214
+ },
1215
+ "changepincode_modal_pincode2": {
1216
+ "other": "Επιβεβαιώστε το νέο 4ψήφιο PIN σας"
1217
+ },
1218
+ "changepincode_modal_submit": {
1219
+ "other": "Ορισμός PIN"
1220
+ },
1221
+ "changepincode_modal_error_wrong_password": {
1222
+ "other": "Αυτός ο κωδικός πρόσβασης είναι λανθασμένος."
1223
+ },
1224
+ "user_set_pin_intro": {
1225
+ "other": "Χρειάζεστε ένα PIN για να {{.Action}} περιορισμένο περιεχόμενο"
1226
+ },
1227
+ "user_error_wrong_pin_reset": {
1228
+ "other": "Κάντε κλικ εδώ για να επαναφέρετε το PIN σας"
1229
+ },
1230
+ "user_error_too_many_pin_errors_help_page_link": {
1231
+ "other": ""
1232
+ },
1233
+ "shopping_error_age_restricted": {
1234
+ "other": "Αυτό το περιεχόμενο είναι περιορισμένο ηλικίας."
1235
+ },
1236
+ "shopping_error_close_button": {
1237
+ "other": "εντάξει"
1238
+ },
1239
+ "shopping_card_update_reason_none": {
1240
+ "other": "Ενημερώστε την πιστωτική σας κάρτα. Οι υποστηριζόμενες κάρτες είναι Visa, Mastercard και American Express."
1241
+ },
1242
+ "availability_expires": {
1243
+ "other": "λήγει {{.Expiry}}"
1244
+ },
1245
+ "availability_expired": {
1246
+ "other": "έχει λήξει"
1247
+ },
1248
+ "signin_form_error_ip_throttled": {
1249
+ "other": "Έχετε αποτύχει να συνδεθείτε πάρα πολλές φορές. Παρακαλώ δοκιμάστε ξανά αργότερα."
1250
+ },
1251
+ "signin_form_error_account_suspended": {
1252
+ "other": "Ο λογαριασμός σας έχει τεθεί προσωρινά σε αναστολή. Επικοινωνήστε με έναν διαχειριστή εάν πιστεύετε ότι πρόκειται για λάθος."
1253
+ }
1254
+ }