@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,601 +1,1263 @@
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
-
13
- "episode_name": {
14
- "other": "Epizód"
15
- },
16
-
17
- "season_name": {
18
- "other": "Évad"
19
- },
20
-
21
- "seasons":{
22
- "one": "one season",
23
- "other": "{{.Count}} seasons"
24
- },
25
- "tvseason": {
26
- "other": "{{.ShowInfo.Title}} Series {{.Season.SeasonNumber}}"
27
- },
28
- "tvseason_html": {
29
- "other": "{{.ShowInfo.Title}} <span>Series {{.Season.SeasonNumber}}</span>"
30
- },
31
- "tvepisode": {
32
- "other": "{{.Episode.Title}}"
33
- },
34
- "tvseason_number": {
35
- "other": "Series {{.Season.SeasonNumber}}"
36
- },
37
- "episode_count": {
38
- "one": "1 Episode",
39
- "other": "{{.Count}} Episodes"
40
- },
41
-
42
- "date_day": { "other": "Nap" },
43
- "date_month": { "other": "Hónap" },
44
- "date_year": { "other": "Év" },
45
-
46
- "404_page_header": { "other": "A keresett oldal nem létezik..." },
47
- "404_page_content": { "other": "<p>Sajnos úgy tűnik, hogy a keresett oldal nem létezik.</p><p>Talán törölték vagy áthelyezték, kérjük ellenőrizd, hogy helyesen írtad-e be a címet.</p><p>Próbálj visszamenni a kezdőlapra, hogy megtaláld, amit keresel.</p><p><a href=\"{{.URL}}\">Vissza a kezdőlapra</a></p>" },
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Bejelentkezés" },
52
- "nav_signup": { "other": "Fiók létrehozása" },
53
- "nav_signed_in_as": { "other": "Bejelentkezve" },
54
- "nav_library": { "other": "Könyvtáram" },
55
- "nav_devices": { "other": "Eszközeim" },
56
- "nav_wishlist": { "other": "Listám" },
57
- "nav_account": { "other": "Fiókom" },
58
- "nav_signout": { "other": "Kijelentkezés" },
59
- "play_trailer": { "other": "Előzetes" },
60
- "runtime_hours": { "other": "óra" },
61
- "runtime_minutes": { "other": "perc" },
62
-
63
- "datetime_today": { "other": "ma {{.Date}}" },
64
- "datetime_tomorrow": { "other": "holnap {{.Date}}" },
65
- "datetime_yesterday": { "other": "tegnap {{.Date}}" },
66
- "datetime_next": { "other": "{{.Date}}" },
67
- "datetime_last": { "other": "utolsó {{.Date}}" },
68
-
69
- "search_control_placeholder": { "other": "Keresés" },
70
- "search_control_submit": { "other": "Keresés indítása" },
71
-
72
- "play_button_watch": { "other" : "Lejátszás"},
73
- "play_button_resume": { "other" : "Folytatás"},
74
-
75
- "social_media_buttons_title": { "other": "Megosztás" },
76
- "social_media_buttons_facebook": { "other": "Megosztani Facebookon" },
77
- "social_media_buttons_twitter": { "other": "Oszd meg a Twitteren" },
78
- "social_media_buttons_linkedin": { "other": "Oszd meg a Linkedin-en" },
79
- "social_media_buttons_email": { "other": "Oszd meg e-mailben" },
80
- "social_media_buttons_email_subject": { "other": "Link megosztás" },
81
- "social_media_buttons_copied_link": { "other": "Link a vágólapra másolva!" },
82
- "social_media_buttons_copy_link": { "other": "Másolja a vágólapra" },
83
-
84
- "accept_invite_page_header": { "other": "Üdvözöljük " },
85
- "acceptinvite_form_invalid_reset_password_token": { "other": "Úgy tűnik, már felhasználtad a meghívódat, próbálj meg <a href=\"{{.SigninURL}}\">bejelentkezni</a>. Ha elfelejtetted a jelszavadat, <a href=\"{{.ForgotPasswordURL}}\">állíts be újat</a>." },
86
- "acceptinvite_complete": { "other": "Köszönjük. A fiókodat létrehoztuk." },
87
- "acceptinvite_form_submit": { "other": "Meghívó elfogadása" },
88
- "acceptinvite_agreement": { "other": "Meghívó elfogadása -ra kattintva hozzájárulsz, hogy elolvastad és megértetted a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a> és az <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\tvédelmi szabályzatot</a>." },
89
-
90
- "signup_page_header": { "other": "Új fiók létrehozása" },
91
- "signup_form_name": { "other": "Név" },
92
- "signup_form_email": { "other": "E-mail cím" },
93
- "signup_form_password": { "other": "Jelszó" },
94
- "signup_form_password_confirmation": { "other": "Jelszó megerősítése" },
95
- "signup_form_gender": { "other": "Nem" },
96
- "signup_form_dob": { "other": "Születési dátum" },
97
- "signup_form_submit": { "other": "Fiók létrehozása" },
98
-
99
- "signin_page_header": { "other": "Bejelentkezés" },
100
- "signin_form_email": { "other": "E-mail cím" },
101
- "signin_form_password": { "other": "Jelszó" },
102
- "signin_form_remember": { "other": "Emlékezz rám" },
103
- "signin_form_submit": { "other": "Bejelentkezés" },
104
- "signin_page_forgotpassword": { "other": "Elfelejtetted a jelszavadat?" },
105
- "signin_page_createnewaccount": { "other": "Nincs még fiókod? Új fiók létrehozása" },
106
- "signup_page_alreadyhaveanaccount": { "other": "Már van fiókod? Bejelentkezés" },
107
- "signup_form_error_email_already_in_use": { "other": "Ezt az e-mail címet már használják." },
108
- "signin_form_error_incorrect_credentials": { "other": "A felhasználónév vagy jelszó hibás." },
109
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
110
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
111
-
112
- "signup_form_error_forbidden": { "other": "Hiba történt." },
113
-
114
- "combined_auth_continue": { "other": "Folytatás" },
115
- "combined_auth_change": { "other": "megváltoztatás" },
116
- "combined_auth_signin": { "other": "Bejelentkezés" },
117
- "combined_auth_signup": { "other": "Fiók létrehozása" },
118
- "combined_auth_signin_password": { "other": "Kérjük, add meg a jelszavadat a fiókodba történő belépéshez." },
119
- "combined_auth_signin_error_incorrect_credentials": { "other": "Hibás jelszó." },
120
- "combined_auth_error_forbidden": { "other": "Hiba történt." },
121
- "combined_auth_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
122
-
123
- "forgotpassword_page_header": { "other": "Új jelszó beállítása" },
124
- "forgotpassword_form_email": { "other": "E-mail cím" },
125
- "forgotpassword_form_submit": { "other": "Visszaállítás" },
126
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Nincs ehhez az e-mail címhez rendelt fiók." },
127
- "forgotpassword_form_error_account_suspended": { "other": "Ezt a fiókot felfüggesztették." },
128
- "forgotpassword_complete": { "other": "Köszönjük. A jelszó visszaállításáról hamarosan e-mailed érkezik." },
129
- "forgotpassword_form_error_forbidden": { "other": "Hiba történt." },
130
- "forgotpassword_form_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
131
-
132
- "resetpassword_page_header": { "other": "Jelszó megváltoztatása." },
133
- "resetpassword_form_invalid_reset_password_token": { "other": "Úgy tűnik, hogy ez a jelszó érvénytelen, kérjük töltsd ki ismét az <a href=\"{{.URL}}\">Elfelejtett jelszó</a> űrlapot.." },
134
- "resetpassword_form_password": { "other": "Új jelszó" },
135
- "resetpassword_form_password2": { "other": "Új jelszó megerősítése" },
136
- "resetpassword_form_submit": { "other": "Megváltoztatás" },
137
- "resetpassword_complete": { "other": "Köszönjük. A jelszavad megváltoztattad, bejelentkezésed sikeres." },
138
- "resetpassword_form_error_invalid_reset_password_token": { "other": "A jelszó megváltoztatásának igénye érvénytelen. Kérjük, próbáld meg újra később." },
139
- "resetpassword_form_error_reset_password_token_expired": { "other": "A jelszó megváltoztatására küldött token lejárt. Igényelj újat." },
140
- "resetpassword_form_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
141
-
142
- "account_page_header": { "other": "Fiókom" },
143
- "account_form_name": { "other": "Név" },
144
- "account_form_email": { "other": "E-mail cím" },
145
- "account_form_password": { "other": "Jelszó" },
146
- "account_form_change_password": { "other": "Megváltoztatás" },
147
- "account_form_gender": { "other": "Nem" },
148
- "account_form_dob": { "other": "Születési dátum" },
149
- "account_form_submit": { "other": "Frissítés" },
150
- "account_form_submitted": { "other": "Frissítve" },
151
- "account_form_password_changed": { "other": "Frissítve" },
152
- "account_form_error_incorrect_password": { "other": "Ez a jelszó hibás." },
153
-
154
- "signup_form_optin": {"other": "Iratkozz fel ingyenes hírlevelünkre."},
155
-
156
- "passwordconfirmation_modal_header": { "other": "Jelszó megerősítése." },
157
- "passwordconfirmation_modal_label": { "other": "Kérjük, add meg a jelszavadat, hogy mentsd a változtatásokat." },
158
- "passwordconfirmation_modal_confirm": { "other": "Megerősítés" },
159
-
160
- "changepassword_modal_header": { "other": "Jelszó megváltoztatása" },
161
- "changepassword_modal_currentpassword": { "other": "Jelenlegi jelszavad" },
162
- "changepassword_modal_password": { "other": "Új jelszó" },
163
- "changepassword_modal_password2": { "other": "Erősítsd meg az új jelszavad" },
164
- "changepassword_modal_submit": { "other": "Megváltoztatás" },
165
- "changepassword_modal_error_incorrect_password": { "other": "Ez a jelszó hibás." },
166
-
167
- "userlibrary_page_header": { "other": "Könyvtáram" },
168
- "userlibrary_empty_header": { "other": "A könyvtárad üres." },
169
- "userlibrary_empty_content": { "other": "Töltsd meg kiváló filmekkel, nézd át a <a href=\"{{.HomeURL}}\">programot</a>." },
170
-
171
- "searchresults_page_header": { "other": "Keresési találatok" },
172
- "searchresults_load_more": { "other": "Mutass még {{.Count}} találatot." },
173
- "searchresults_total": {
174
- "one": "A \"{{.Query}}\" {{.Count}} találatot hozott.",
175
- "other": "A \"{{.Query}}\" {{.Count}} találatot hozott."
176
- },
177
- "searchresults_empty_header": { "other": "A \"{{.Query}}\" egy találatot sem hozott." },
178
- "searchresults_empty_content": { "other": "Próbálj meg mégegyszer rákeresni vagy <a href=\"{{.HomeURL}}\">nézd át a kínálatot</a>, hogy megtaláld, amit keresel." },
179
-
180
- "validation_name_required": { "other": "Kérjük, add meg a nevedet." },
181
- "validation_email_required": { "other": "Kérjük, add meg a nevedet." },
182
- "validation_email_email": { "other": "Kérjük, adj meg egy érvényes e-mail címet." },
183
- "validation_currentpassword_required": { "other": "Kérjük, add meg a jelenlegi jelszavadat." },
184
- "validation_password_required": { "other": "Kérjfük, adj meg egy jelszót." },
185
- "validation_password2_required": { "other": "Kérjük, erősítsd meg a jelszavadat." },
186
- "validation_password2_match": { "other": "A két jelszó nem egyezik." },
187
- "validation_password_minlength": { "other": "Kérjük, adj meg legalább {{.Count}} karaktert." },
188
- "validation_promocode_required": { "other": "Kérjük, adj meg egy promókódot." },
189
- "validation_pincode_required": { "other": "Please enter a PIN code." },
190
- "validation_gender_required": { "other": "Kérjük válaszd ki azt a nemet, mellyel a leginkább azonosulsz." },
191
- "validation_dob_required": { "other": "Kérjük, add meg a születési dátumodat." },
192
- "validation_dob_date": { "other": "Kérjük, adj meg egy érvényes születési dátumot." },
193
-
194
- "shopping_info_subtitle_hd": { "other": "HD Videoszolgáltatás." },
195
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
196
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
197
- "shopping_info_subtitle_help": { "other": "Nézd át a rendszerkövetelményeket." },
198
- "shopping_info_ownership_buy": { "other": "vásárlás" },
199
- "shopping_info_ownership_rent": { "other": "kölcsönzés" },
200
-
201
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
202
- "shopping_info_release_date_title": { "other": "Bemutató napja {{.Date}}. " },
203
- "shopping_info_release_date_explanation_rent": { "other": "Már most kölcsönözhető, de a megjelenés dátumáig nem nézhető meg." },
204
- "shopping_info_release_date_explanation_buy": { "other": "Már most megvásárolható, de a megjelenés dátumáig nem nézhető meg." },
205
-
206
- "shopping_info_available_until_date_title": { "other": "Elérhető {{.Date}}-ig. " },
207
- "shopping_info_available_until_date_explanation_rent": { "other": "Ezután a dátum után nem lesz elérhető a tartalom." },
208
- "shopping_info_available_until_date_explanation_buy": { "other": "Ezután a dátum után nem lesz elérhető a tartalom." },
209
-
210
- "duration_hour": { "one": "1 óra", "other": "{{.Count}} óra" },
211
- "duration_day": { "one": "1 nap", "other": "{{.Count}} nap" },
212
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} a kölcsönzési idő " },
213
- "shopping_info_watch_window_duration": { "other": "{{.Count}} óra van a lejátszásra. " },
214
- "shopping_info_watch_window_explanation_film": {
215
- "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. ",
216
- "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. "
217
- },
218
- "shopping_info_watch_window_explanation2_film": {
219
- "one": "Ha megnyomod a lejátszást, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd a filmet annyiszor, ahányszor akarod.",
220
- "other": "Ha megnyomod a lejátszást, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd a filmet annyiszor, ahányszor akarod."
221
- },
222
- "shopping_info_watch_window_explanation_bundle": {
223
- "one": "A kölcsönzéstől számítva ez a válogatás elérhető lesz a fiókodban {{.Count}} napig. ",
224
- "other": "A kölcsönzéstől számítva ez a válogatás elérhető lesz a fiókodban {{.Count}} napig. "
225
- },
226
- "shopping_info_watch_window_explanation2_bundle": {
227
- "one": "Ha elindítod egy film lejátszását, a lejátszási idő elindul és {{.Count}} órád lesz, hogy megnézd azt a filmet annyiszor, ahányszor akarod.",
228
- "other": "Ha elindítod egy film lejátszását, a lejátszási idő elindul és {{.Count}} órád lesz, hogy megnézd azt a filmet annyiszor, ahányszor akarod."
229
- },
230
- "shopping_info_watch_window_explanation_season": {
231
- "one": "A kölcsönzéstől számítva az évad elérhető lesz a fiókodban {{.Count}} napig. ",
232
- "other": "A kölcsönzéstől számítva az évad elérhető lesz a fiókodban {{.Count}} napig. "
233
- },
234
- "shopping_info_watch_window_explanation2_season": {
235
- "one": "Ha elindítod egy epizód lejátszását, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd az epizódot, ahányszor akarod.",
236
- "other": "Ha elindítod egy epizód lejátszását, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd az epizódot, ahányszor akarod."
237
- },
238
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Bónusz" },
239
-
240
- "shopping_enter_card_prompt": { "other": "Add meg bankkártya adataidat, hogy a {{.Verb}} létrejöjjön." },
241
-
242
- "shopping_terms": { "other": "A tranzakció teljesítésével elfogadod a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">Felhasználói szabályzatot</a>."},
243
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} kedvezmény levonva." },
244
- "shopping_discount_apply": { "other": "Alkalmazás." },
245
- "shopping_discount_code": { "other": "Írj be egy promókódot." },
246
- "shopping_discount_have_code": { "other": "Promókódom van." },
247
-
248
- "shopping_price_you_pay": { "other": "Fizetés összege" },
249
- "shopping_price_nothing": { "other": "-" },
250
- "shopping_price_free": { "other": "Ingyenes" },
251
-
252
- "shopping_auth_directions": { "other": "Fiók létrehozása szükséges. Kérjük, írd be az e-mail címedet." },
253
-
254
- "shopping_error_in_library": { "other": "{{.Title}} című film már a könyvtáradban van." },
255
-
256
- "shopping_error_missing_card": { "other": "Kérjük, add meg a bankkártya adataidat." },
257
- "shopping_error_title": { "other": "Hiba történt." },
258
- "shopping_error_incorrect_cvc": { "other": "Kérjük, adj meg egy érvényes CVV számot." },
259
- "shopping_error_invalid_cvc": { "other": "Kérjük, adj meg egy érvényes CVV számot." },
260
- "shopping_error_incorrect_number": { "other": "Kérjük, adj meg egy érvényes bankkártya számot." },
261
- "shopping_error_invalid_number": { "other": "Kérjük, adj meg egy érvényes bankkártya számot." },
262
- "shopping_error_card_declined": { "other": "A bankkártyát visszautasították." },
263
- "shopping_error_invalid_expiry_month": { "other": "Kérjük, adj meg egy érvényes lejárati dátumot." },
264
- "shopping_error_invalid_expiry_year": { "other": "Kérjük, adj meg egy érvényes lejárati dátumot." },
265
- "shopping_error_expired_card": { "other": "A bankkártya lejárt." },
266
- "shopping_error_creditcard_country_mismatch": { "other": "A {{.Ownership}} nem sikerült. Abban az országban kell tartózkodnod, ahol a bankkártyát kiállították. Kérjük, használj másik bankkártyát." },
267
- "shopping_error_proxy_detected": { "other": "A {{.Ownership}} nem sikerült. Észleltük, hogy egy unblocker-t vagy proxy szolgáltatást használsz. Kérjük, kapcsold ki ezeket a szolgáltatásokat és próbálkozz újra." },
268
-
269
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
270
- "shopping_error_discount_blank": { "other": "Kérjük, adj meg egy promókódot." },
271
- "shopping_error_discount_not_applied": { "other": "Kérjük, adj meg egy érvényes promókódot." },
272
- "shopping_error_discount_invalid": { "other": "Kérjük, adj meg egy érvényes promókódot." },
273
- "shopping_error_discount_disabled": { "other": "Kérjük, adj meg egy érvényes promókódot." },
274
- "shopping_error_discount_already_applied": { "other": "Egy promókódot már felhasználtak erre a kérésre." },
275
- "shopping_error_discount_already_redeemed": { "other": "Ezt a promókódot már felhasználták." },
276
- "shopping_error_discount_used_previously": { "other": "Ezt a promókódot már felhasználták." },
277
- "shopping_error_discount_max_limit": { "other": "Ezt a promókódot már nem tudod felhasználni." },
278
- "shopping_error_discount_expired": { "other": "Ez a promókód már lejárt." },
279
- "shopping_error_discount_invalid_ownership_buy": { "other": "Ezt a promókódot nem használhatod fel vásárláshoz." },
280
- "shopping_error_discount_invalid_ownership_rent": { "other": "Ezt a promókódot nem használhatod fel kölcsönzéshez." },
281
- "shopping_error_discount_invalid_item": { "other": "Ez a promókód nem használható fel erre a filmre." },
282
- "shopping_error_discount_invalid_pricing_region": { "other": "Ez a promókód nem használható fel ebben az országban." },
283
- "shopping_error_discounts_not_allowed": { "other": "Ez a promókód nem használható fel." },
284
- "shopping_error_discount_disallowed_on_bundles": { "other": "Ezt a promókódot nem használhatod a bérletekre." },
285
- "shopping_error_payment_intent_authentication_failure": { "other": "A bankkártyát visszautasították. Kérjük, próbálkozz újra." },
286
-
287
- "shopping_complete_rental": { "other": "Sikerült!" },
288
- "shopping_complete_rental_period": {
289
- "one": "Mostantól akárhányszor megnézheted a következő {{.Count}} napban.",
290
- "other": "Mostantól akárhányszor megnézheted a következő {{.Count}} napban."
291
- },
292
- "shopping_complete_purchase": { "other": "Köszönjük a {.Title}} megvásárlását." },
293
- "shopping_complete_credit_purchase": { "other": "Thank you for purchasing {{.Title}}, {{.CreditTotal}} has been added to your account." },
294
- "shopping_complete_purchase_coming_soon": { "other": "{{.Date}}-tól megtekinthető." },
295
- "shopping_complete_receipt": { "other": "A bizonylatot e-mailben elküldtük számodra." },
296
- "shopping_complete_library_link": { "other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban." },
297
- "shopping_complete_plan": {
298
- "other": "A {{ .Title }} vásárlása sikeres volt."
299
- },
300
- "shopping_complete_rental_watch_window_start": {
301
- "one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
302
- "other": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban."
303
- },
304
- "shopping_complete_rental_watch_window_end": {
305
- "one": "Miután a lejátszást elindítottad {{.Count}} órád lesz, hogy megnézd a filmet, ahányszor csak szeretnéd.",
306
- "other": "Miután a lejátszást elindítottad {{.Count}} órád lesz, hogy megnézd a filmet, ahányszor csak szeretnéd."
307
- },
308
- "shopping_complete_rental_coming_soon": {
309
- "one": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig.",
310
- "other": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig."
311
- },
312
- "shopping_complete_rental_coming_soon_watch_window_start": {
313
- "one": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig.",
314
- "other": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig."
315
- },
316
-
317
- "shopping_action_rent": { "other": "Kölcsönzés" },
318
- "shopping_action_buy": { "other": "Vásárlás" },
319
-
320
- "meta_detail_cast_title": { "other": "Szereplők" },
321
- "meta_detail_crew_title": { "other": "Stáb" },
322
- "meta_detail_languages": { "one": "Nyelv", "other": "Nyelv" },
323
- "meta_detail_studios": { "one": "Gyártó", "other": "Gyártó" },
324
- "meta_detail_countries": { "one": "Ország", "other": "Ország" },
325
- "meta_detail_subtitles": { "other": "Felirat" },
326
- "meta_detail_captions": { "other": "Felirat [CC]" },
327
- "meta_detail_episodes_title": { "other": "Epizódok" },
328
- "meta_detail_bonus_title": { "other": "Extra tartalom" },
329
- "meta_detail_recommendations_title": { "other": "Talán ez is tetszene" },
330
- "meta_detail_bundle_items_title": { "other": "A válogatásban szereplő filmek" },
331
-
332
- "bundle_items_all_films": { "other": "{{.Count}} film" },
333
- "bundle_items_all_seasons": { "other": "{{.Count}} évad" },
334
- "bundle_items_mixed": { "other": "{{.Count}} film és évad" },
335
- "userwishlist_page_header": { "other": "Listám" },
336
- "userwishlist_slider_header": { "other": "Listám" },
337
- "userwishlist_empty_header": { "other": "A listád üres." },
338
- "userwishlist_empty_content": { "other": "Töltsd meg kiváló filmekkel, nézd át a <a href=\"{{.HomeURL}}\">programot</a>." },
339
- "userwishlist_button_add": { "other": "Add hozzá a listámhoz." },
340
- "userwishlist_button_remove": { "other": "Listám" },
341
- "userwishlist_button_add_compact": { "other": "Listám" },
342
- "userwishlist_button_remove_compact": { "other": "Listám" },
343
-
344
- "activatedevice_page_header": { "other": "Activate Device" },
345
- "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." },
346
- "activatedevice_form_pin": { "other": "PIN Code" },
347
- "activatedevice_form_submit": { "other": "Activate" },
348
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
349
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
350
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
351
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
352
-
353
- "userdevices_page_header": { "other": "Eszközök" },
354
- "userdevices_page_content": {
355
- "one": "Az eszközök a használat során automatikusan felkerülnek ide. A maximum használható eszközök száma {{.Count}}.",
356
- "other": "Az eszközök a használat során automatikusan felkerülnek ide. A maximum használható eszközök száma {{.Count}}."
357
- },
358
- "userdevices_empty_content": { "other": "Jelenleg egy eszköz sincs regisztrálva." },
359
- "userdevices_header_type": { "other": "Eszköz típusa" },
360
- "userdevices_header_description": { "other": "Leírás" },
361
- "userdevices_device_added": { "other": "Hozzáadva {{.Date}}" },
362
- "userdevices_device_actions_delete": { "other": "Eltávolítás" },
363
- "userdevices_device_actions_cancel": { "other": "Mégse" },
364
- "userdevices_device_actions_confirm": { "other": "Igen, töröld az eszközt" },
365
- "userdevices_device_deleted": { "other": "(Törölve)" },
366
-
367
- "playlist_page_header": { "other": "Playlist" },
368
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
369
- "playlist_share_title": { "other": "Playlist" },
370
- "playlist_up_next_title": { "other": "Up Next" },
371
-
372
- "pricing_ownership_buy": { "other": "Megveszem" },
373
- "pricing_ownership_rent": { "other": "Kikölcsönzöm" },
374
-
375
- "classification_intro": { "other": "Korhatár besorolás: " },
376
- "classification_divider": { "other": " - " },
377
- "classification_outro": { "other": "" },
378
-
379
- "cookie_banner_message": { "other": "Ez az oldal sütiket használ a felhasználói élmény növelésének érdekében. Amennyiben ezt az oldalt használod, elfogadod a <a href=\"{{.CookiePolicyURL}}\">sütik használatára vonatkozó feltételeket</a>-ot." },
380
- "cookie_banner_accept": { "other": "Elfogad" },
381
-
382
- "all_rights_reserved": { "other": "Minden jog fenntartva. Az oldal egyetlen része sem reprodukálható írásos engedélyünk nélkül." },
383
-
384
- "users_gender_none": { "other": "Nem meghatározott" },
385
- "users_gender_female": { "other": "Nő" },
386
- "users_gender_male": { "other": "Férfi" },
387
- "users_gender_diverse": { "other": "Diverz" },
388
- "users_gender_other": { "other": "Egyéb" },
389
-
390
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
391
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
392
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
393
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
394
-
395
- "shopping_card_save_card": { "other": "Save this card for future use" },
396
- "shopping_card_button_change": { "other": "Show all saved cards" },
397
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
398
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
399
- "shopping_card_existing_expired": { "other": "(expired)" },
400
- "shopping_card_use_other": { "other": "Use a new card" },
401
- "shopping_card_use_new_card": { "other": "Change card" },
402
-
403
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
404
-
405
- "shopping_action_credit": { "other": "shopping_action_credit" },
406
-
407
- "shopping_info_rental_period_coming_soon": { "other": "a bemutató időpontjától." },
408
-
409
-
410
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
411
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
412
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
413
-
414
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
415
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
416
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
417
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
418
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
419
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
420
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
421
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
422
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
423
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
424
-
425
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
426
-
427
- "availability_coming_soon": { "other": "Hamarosan" },
428
- "availability_renting": { "other": "Kölcsönözve" },
429
- "availability_not_available": { "other": "Nem elérhető" },
430
- "availability_in_watch_window": { "other": "Elérhető" },
431
- "availability_sold_out": { "other": "Teltház" },
432
- "availability_available_till": { "other": "Elérhető {{.ExpiryDate}}-ig" },
433
- "availability_not_available_in_country": { "other": "Nem elérhető" },
434
- "availability_available": { "other": "Elérhető {{.ReleaseDate}}" },
435
-
436
- "modal_cancel": { "other": "Mégsem" },
437
-
438
- "play": { "other": "Lejátszás" },
439
-
440
- "combined_auth_signin_prompt": { "other": "Bejelentkezés" },
441
- "combined_auth_signup_prompt": { "other": "Feliratkozás" },
442
- "combined_auth_terms": { "other": "Elfogadom a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a>." },
443
- "signup_terms": { "other": "Elfogadom a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a>." },
444
- "validation_terms_required": { "other": "Kérjük, fogadd el a Felhasználói szabályzatot." },
445
- "shopping_error_item_limit_exceeded": { "other": "Sajnáljuk, de {{.Title}} tételre már minden jegy elkelt." },
446
-
447
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
448
-
449
- "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>" },
450
-
451
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
452
- "app_badge_ios": { "other": "Download on the App Store" },
453
- "app_badge_android": { "other": "Get it on Google Play" },
454
-
455
- "shopping_price_title_plan": {
456
- "other": "Ár"
457
- },
458
- "shopping_price_plan_note": {
459
- "zero": "{{ .Interval }} minden .Intervallum .",
460
- "one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
461
- "other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
462
- },
463
- "shopping_price_plan_note_interval": {
464
- "one": "{{ .Interval }}",
465
- "other": "{{ .Count }} {{ .Interval }}"
466
- },
467
- "shopping_enter_card_prompt_plan": {
468
- "other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
469
- },
470
- "shopping_action_plan": {
471
- "other": "teljes"
472
- },
473
- "shopping_complete_subscription": {
474
- "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
475
- },
476
- "shopping_complete_subscription_browse": {
477
- "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
478
- },
479
- "shopping_info_plan_offer": {
480
- "one": "Automatikusan megújítja minden {{ .Interval }}",
481
- "other": "Automatikusan {{ .Count }} {{ .Interval }}"
482
- },
483
- "shopping_info_trial_period_offer": {
484
- "one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
485
- "other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
486
- },
487
- "plans_page_header": {
488
- "other": "Rendelkezésre álló tervek"
489
- },
490
- "plan_label_owned": {
491
- "other": "Öné ez a terv"
492
- },
493
- "plan_expiry_date": {
494
- "other": "Az értékesítés lezárása:"
495
- },
496
- "plan_read_more": {
497
- "other": "Tudjon meg többet"
498
- },
499
- "plan_page_read_more": {
500
- "other": "Olvass tovább"
501
- },
502
- "plan_page_header_text": {
503
- "other": "Élvezze {{ .Name }}"
504
- },
505
- "page_plan_explore_intro": {
506
- "other": "VAGY"
507
- },
508
- "page_plan_explore_link": {
509
- "other": "Fedezzen fel más bérleteket"
510
- },
511
- "plan_showcase_page_ownership_button_buy": {
512
- "other": "Vásárolj most"
513
- },
514
- "plan_free_link_text": {
515
- "other": "Regisztrálj ingyen"
516
- },
517
- "awards_nominated_for": {
518
- "other": "Erre jelölték"
519
- },
520
- "awards_in_competition": {
521
- "other": "Versenyben"
522
- },
523
- "awards_winner_of": {
524
- "other": "nyertese"
525
- },
526
- "donate_button_text": {
527
- "other": "Dhuroni"
528
- },
529
- "wcag_skip_links_header": { "other": "Accessibility Links" },
530
- "wcag_skip_links_content": { "other": "Skip to Content" },
531
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
532
-
533
- "wcag_homepage_h1": { "other": "Homepage" },
534
- "wcag_carousel_h2": { "other": "Carousel" },
535
- "wcag_collections_h2": { "other": "Collections" },
536
-
537
- "wcag_aria_label_footer": { "other": "Footer" },
538
- "wcag_aria_label_nav_main": { "other": "Main" },
539
- "wcag_aria_label_nav_sub": { "other": "Sub" },
540
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
541
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
542
- "wcag_aria_label_carousel": { "other": "Carousel" },
543
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
544
- "wcag_aria_label_collection_list": { "other": "Collection List" },
545
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
546
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
547
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
548
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
549
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
550
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
551
-
552
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
553
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
554
- "shopping_payment_method_header": { "other": "Payment methods" },
555
- "shopping_payment_method_credit_card": { "other": "Credit card" },
556
- "shopping_payment_method_giropay": { "other": "Giropay" },
557
- "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
558
- "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
559
-
560
- "header_banner": { "other": "ABC Cinemas 21st Film Festival, June 1 – 6, 2021" },
561
-
562
- "account_form_pin_code": { "other": "PIN" },
563
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
564
- "account_form_set_pin": { "other": "Set PIN" },
565
- "account_form_pin_changed": { "other": "Updated" },
566
- "account_form_change_pin": { "other": "Change PIN" },
567
-
568
- "user_set_pin_header": { "other": "Set your PIN" },
569
- "user_set_pin_button": { "other": "Set PIN" },
570
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
571
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
572
- "user_submit_pin_button": { "other": "Enter" },
573
- "user_reset_pin_button": { "other": "Reset PIN" },
574
-
575
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
576
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
577
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
578
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
579
- "validation_pincode2_match": { "other": "PIN code does not match." },
580
-
581
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
582
- "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)." },
583
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
584
-
585
- "changepincode_modal_header": { "other": "Change your PIN" },
586
- "changepincode_modal_currentpassword": { "other": "Your current password" },
587
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
588
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
589
- "changepincode_modal_submit": { "other": "Set PIN" },
590
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
591
-
592
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
593
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
594
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
595
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
596
- "shopping_error_close_button": { "other": "OK" },
597
-
598
- "availability_expires": { "other": "Expires {{.Expiry}}" },
599
- "availability_expired": { "other": "Expired"}
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Settings"
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.screenplus.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
+ },
32
+ "episode_name": {
33
+ "other": "Epizód"
34
+ },
35
+ "season_name": {
36
+ "other": "Évad"
37
+ },
38
+ "seasons": {
39
+ "one": "egy szezont",
40
+ "other": "{{.Count}} évszakok"
41
+ },
42
+ "tvseason": {
43
+ "other": "{{.ShowInfo.Title}} Sorozat {{.Season.SeasonNumber}}"
44
+ },
45
+ "tvseason_html": {
46
+ "other": "{{.ShowInfo.Title}} <span>Sorozat {{.Season.SeasonNumber}}</span>"
47
+ },
48
+ "tvepisode": {
49
+ "other": "{{.Episode.Title}}"
50
+ },
51
+ "tvseason_number": {
52
+ "other": "Series {{.Season.SeasonNumber}}"
53
+ },
54
+ "episode_count": {
55
+ "one": "1 Epizód",
56
+ "other": "{{.Count}} Epizódok"
57
+ },
58
+ "date_day": {
59
+ "other": "Nap"
60
+ },
61
+ "date_month": {
62
+ "other": "Hónap"
63
+ },
64
+ "date_year": {
65
+ "other": "Év"
66
+ },
67
+ "404_page_header": {
68
+ "other": "A keresett oldal nem létezik..."
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Sajnos úgy tűnik, hogy a keresett oldal nem létezik.</p><p>Talán törölték vagy áthelyezték, kérjük ellenőrizd, hogy helyesen írtad-e be a címet.</p><p>Próbálj visszamenni a kezdőlapra, hogy megtaláld, amit keresel.</p><p><a href=\"{{.URL}}\">Vissza a kezdőlapra</a></p>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Bejelentkezés"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Fiók létrehozása"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Bejelentkezve"
84
+ },
85
+ "nav_library": {
86
+ "other": "Könyvtáram"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Eszközeim"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Listám"
93
+ },
94
+ "nav_account": {
95
+ "other": "Fiókom"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Kijelentkezés"
99
+ },
100
+ "play_trailer": {
101
+ "other": "Előzetes"
102
+ },
103
+ "runtime_hours": {
104
+ "other": "óra"
105
+ },
106
+ "runtime_minutes": {
107
+ "other": "perc"
108
+ },
109
+ "datetime_today": {
110
+ "other": "ma {{.Date}}"
111
+ },
112
+ "datetime_tomorrow": {
113
+ "other": "holnap {{.Date}}"
114
+ },
115
+ "datetime_yesterday": {
116
+ "other": "tegnap {{.Date}}"
117
+ },
118
+ "datetime_next": {
119
+ "other": "{{.Date}}"
120
+ },
121
+ "datetime_last": {
122
+ "other": "utolsó {{.Date}}"
123
+ },
124
+ "search_control_placeholder": {
125
+ "other": "Keresés"
126
+ },
127
+ "search_control_submit": {
128
+ "other": "Keresés indítása"
129
+ },
130
+ "play_button_watch": {
131
+ "other": "Lejátszás"
132
+ },
133
+ "play_button_resume": {
134
+ "other": "Folytatás"
135
+ },
136
+ "social_media_buttons_title": {
137
+ "other": "Megosztás"
138
+ },
139
+ "social_media_buttons_facebook": {
140
+ "other": "Megosztani Facebookon"
141
+ },
142
+ "social_media_buttons_twitter": {
143
+ "other": "Oszd meg a Twitteren"
144
+ },
145
+ "social_media_buttons_linkedin": {
146
+ "other": "Oszd meg a Linkedin-en"
147
+ },
148
+ "social_media_buttons_email": {
149
+ "other": "Oszd meg e-mailben"
150
+ },
151
+ "social_media_buttons_email_subject": {
152
+ "other": "Link megosztás"
153
+ },
154
+ "social_media_buttons_copied_link": {
155
+ "other": "Link a vágólapra másolva!"
156
+ },
157
+ "social_media_buttons_copy_link": {
158
+ "other": "Másolja a vágólapra"
159
+ },
160
+ "accept_invite_page_header": {
161
+ "other": "Üdvözöljük "
162
+ },
163
+ "acceptinvite_form_invalid_reset_password_token": {
164
+ "other": "Úgy tűnik, már felhasználtad a meghívódat, próbálj meg <a href=\"{{.SigninURL}}\">bejelentkezni</a>. Ha elfelejtetted a jelszavadat, <a href=\"{{.ForgotPasswordURL}}\">állíts be újat</a>."
165
+ },
166
+ "acceptinvite_complete": {
167
+ "other": "Köszönjük. A fiókodat létrehoztuk."
168
+ },
169
+ "acceptinvite_form_submit": {
170
+ "other": "Meghívó elfogadása"
171
+ },
172
+ "acceptinvite_agreement": {
173
+ "other": "Meghívó elfogadása -ra kattintva hozzájárulsz, hogy elolvastad és megértetted a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a> és az <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\tvédelmi szabályzatot</a>."
174
+ },
175
+ "signup_page_header": {
176
+ "other": "Új fiók létrehozása"
177
+ },
178
+ "signup_form_name": {
179
+ "other": "Név"
180
+ },
181
+ "signup_form_email": {
182
+ "other": "E-mail cím"
183
+ },
184
+ "signup_form_password": {
185
+ "other": "Jelszó"
186
+ },
187
+ "signup_form_password_confirmation": {
188
+ "other": "Jelszó megerősítése"
189
+ },
190
+ "signup_form_gender": {
191
+ "other": "Nem"
192
+ },
193
+ "signup_form_dob": {
194
+ "other": "Születési dátum"
195
+ },
196
+ "signup_form_submit": {
197
+ "other": "Fiók létrehozása"
198
+ },
199
+ "signin_page_header": {
200
+ "other": "Bejelentkezés"
201
+ },
202
+ "signin_form_email": {
203
+ "other": "E-mail cím"
204
+ },
205
+ "signin_form_password": {
206
+ "other": "Jelszó"
207
+ },
208
+ "signin_form_remember": {
209
+ "other": "Emlékezz rám"
210
+ },
211
+ "signin_form_submit": {
212
+ "other": "Bejelentkezés"
213
+ },
214
+ "signin_page_forgotpassword": {
215
+ "other": "Elfelejtetted a jelszavadat?"
216
+ },
217
+ "signin_page_createnewaccount": {
218
+ "other": "Nincs még fiókod? Új fiók létrehozása"
219
+ },
220
+ "signup_page_alreadyhaveanaccount": {
221
+ "other": "Már van fiókod? Bejelentkezés"
222
+ },
223
+ "signup_form_error_email_already_in_use": {
224
+ "other": "Ezt az e-mail címet már használják."
225
+ },
226
+ "signin_form_error_incorrect_credentials": {
227
+ "other": "A felhasználónév vagy jelszó hibás."
228
+ },
229
+ "signin_form_error_ip_throttled": {
230
+ "other": "Túl sokszor nem sikerült bejelentkeznie. Kérlek, próbáld újra később."
231
+ },
232
+ "signin_form_error_account_suspended": {
233
+ "other": "A fiókod ideiglenesen fel lett függesztve. Kérjük, forduljon egy adminisztrátorhoz, ha úgy gondolja, hogy ez tévedés."
234
+ },
235
+ "signup_form_error_forbidden": {
236
+ "other": "Hiba történt."
237
+ },
238
+ "combined_auth_continue": {
239
+ "other": "Folytatás"
240
+ },
241
+ "combined_auth_change": {
242
+ "other": "megváltoztatás"
243
+ },
244
+ "combined_auth_signin": {
245
+ "other": "Bejelentkezés"
246
+ },
247
+ "combined_auth_signup": {
248
+ "other": "Fiók létrehozása"
249
+ },
250
+ "combined_auth_signin_password": {
251
+ "other": "Kérjük, add meg a jelszavadat a fiókodba történő belépéshez."
252
+ },
253
+ "combined_auth_signin_error_incorrect_credentials": {
254
+ "other": "Hibás jelszó."
255
+ },
256
+ "combined_auth_error_forbidden": {
257
+ "other": "Hiba történt."
258
+ },
259
+ "combined_auth_error_too_many_requests": {
260
+ "other": "Túl sok kérés. Kérlek, próbáld újra később."
261
+ },
262
+ "forgotpassword_page_header": {
263
+ "other": "Új jelszó beállítása"
264
+ },
265
+ "forgotpassword_form_email": {
266
+ "other": "E-mail cím"
267
+ },
268
+ "forgotpassword_form_submit": {
269
+ "other": "Visszaállítás"
270
+ },
271
+ "forgotpassword_form_error_email_doesnt_exist": {
272
+ "other": "Nincs ehhez az e-mail címhez rendelt fiók."
273
+ },
274
+ "forgotpassword_form_error_account_suspended": {
275
+ "other": "Ezt a fiókot felfüggesztették."
276
+ },
277
+ "forgotpassword_complete": {
278
+ "other": "Köszönjük. A jelszó visszaállításáról hamarosan e-mailed érkezik."
279
+ },
280
+ "forgotpassword_form_error_forbidden": {
281
+ "other": "Hiba történt."
282
+ },
283
+ "forgotpassword_form_error_too_many_requests": {
284
+ "other": "Túl sok kérés. Kérlek, próbáld újra később."
285
+ },
286
+ "resetpassword_page_header": {
287
+ "other": "Jelszó megváltoztatása."
288
+ },
289
+ "resetpassword_form_invalid_reset_password_token": {
290
+ "other": "Úgy tűnik, hogy ez a jelszó érvénytelen, kérjük töltsd ki ismét az <a href=\"{{.URL}}\">Elfelejtett jelszó</a> űrlapot.."
291
+ },
292
+ "resetpassword_form_password": {
293
+ "other": "Új jelszó"
294
+ },
295
+ "resetpassword_form_password2": {
296
+ "other": "Új jelszó megerősítése"
297
+ },
298
+ "resetpassword_form_submit": {
299
+ "other": "Megváltoztatás"
300
+ },
301
+ "resetpassword_complete": {
302
+ "other": "Köszönjük. A jelszavad megváltoztattad, bejelentkezésed sikeres."
303
+ },
304
+ "resetpassword_form_error_invalid_reset_password_token": {
305
+ "other": "A jelszó megváltoztatásának igénye érvénytelen. Kérjük, próbáld meg újra később."
306
+ },
307
+ "resetpassword_form_error_reset_password_token_expired": {
308
+ "other": "A jelszó megváltoztatására küldött token lejárt. Igényelj újat."
309
+ },
310
+ "resetpassword_form_error_too_many_requests": {
311
+ "other": "Túl sok kérés. Kérlek, próbáld újra később."
312
+ },
313
+ "account_page_header": {
314
+ "other": "Fiókom"
315
+ },
316
+ "account_form_name": {
317
+ "other": "Név"
318
+ },
319
+ "account_form_email": {
320
+ "other": "E-mail cím"
321
+ },
322
+ "account_form_password": {
323
+ "other": "Jelszó"
324
+ },
325
+ "account_form_change_password": {
326
+ "other": "Megváltoztatás"
327
+ },
328
+ "account_form_gender": {
329
+ "other": "Nem"
330
+ },
331
+ "account_form_dob": {
332
+ "other": "Születési dátum"
333
+ },
334
+ "account_form_submit": {
335
+ "other": "Frissítés"
336
+ },
337
+ "account_form_submitted": {
338
+ "other": "Frissítve"
339
+ },
340
+ "account_form_password_changed": {
341
+ "other": "Frissítve"
342
+ },
343
+ "account_form_error_incorrect_password": {
344
+ "other": "Ez a jelszó hibás."
345
+ },
346
+ "signup_form_optin": {
347
+ "other": "Iratkozz fel ingyenes hírlevelünkre."
348
+ },
349
+ "passwordconfirmation_modal_header": {
350
+ "other": "Jelszó megerősítése."
351
+ },
352
+ "passwordconfirmation_modal_label": {
353
+ "other": "Kérjük, add meg a jelszavadat, hogy mentsd a változtatásokat."
354
+ },
355
+ "passwordconfirmation_modal_confirm": {
356
+ "other": "Megerősítés"
357
+ },
358
+ "changepassword_modal_header": {
359
+ "other": "Jelszó megváltoztatása"
360
+ },
361
+ "changepassword_modal_currentpassword": {
362
+ "other": "Jelenlegi jelszavad"
363
+ },
364
+ "changepassword_modal_password": {
365
+ "other": "Új jelszó"
366
+ },
367
+ "changepassword_modal_password2": {
368
+ "other": "Erősítsd meg az új jelszavad"
369
+ },
370
+ "changepassword_modal_submit": {
371
+ "other": "Megváltoztatás"
372
+ },
373
+ "changepassword_modal_error_incorrect_password": {
374
+ "other": "Ez a jelszó hibás."
375
+ },
376
+ "userlibrary_page_header": {
377
+ "other": "Könyvtáram"
378
+ },
379
+ "userlibrary_empty_header": {
380
+ "other": "A könyvtárad üres."
381
+ },
382
+ "userlibrary_empty_content": {
383
+ "other": "Töltsd meg kiváló filmekkel, nézd át a <a href=\"{{.HomeURL}}\">programot</a>."
384
+ },
385
+ "searchresults_page_header": {
386
+ "other": "Keresési találatok"
387
+ },
388
+ "searchresults_load_more": {
389
+ "other": "Mutass még {{.Count}} találatot."
390
+ },
391
+ "searchresults_total": {
392
+ "one": "A \"{{.Query}}\" {{.Count}} találatot hozott.",
393
+ "other": "A \"{{.Query}}\" {{.Count}} találatot hozott."
394
+ },
395
+ "searchresults_empty_header": {
396
+ "other": "A \"{{.Query}}\" egy találatot sem hozott."
397
+ },
398
+ "searchresults_empty_content": {
399
+ "other": "Próbálj meg mégegyszer rákeresni vagy <a href=\"{{.HomeURL}}\">nézd át a kínálatot</a>, hogy megtaláld, amit keresel."
400
+ },
401
+ "validation_name_required": {
402
+ "other": "Kérjük, add meg a nevedet."
403
+ },
404
+ "validation_email_required": {
405
+ "other": "Kérjük, add meg a nevedet."
406
+ },
407
+ "validation_email_email": {
408
+ "other": "Kérjük, adj meg egy érvényes e-mail címet."
409
+ },
410
+ "validation_currentpassword_required": {
411
+ "other": "Kérjük, add meg a jelenlegi jelszavadat."
412
+ },
413
+ "validation_password_required": {
414
+ "other": "Kérjfük, adj meg egy jelszót."
415
+ },
416
+ "validation_password2_required": {
417
+ "other": "Kérjük, erősítsd meg a jelszavadat."
418
+ },
419
+ "validation_password2_match": {
420
+ "other": "A két jelszó nem egyezik."
421
+ },
422
+ "validation_password_minlength": {
423
+ "other": "Kérjük, adj meg legalább {{.Count}} karaktert."
424
+ },
425
+ "validation_promocode_required": {
426
+ "other": "Kérjük, adj meg egy promókódot."
427
+ },
428
+ "validation_pincode_required": {
429
+ "other": "Kérjük, adjon meg egy PIN kódot."
430
+ },
431
+ "validation_gender_required": {
432
+ "other": "Kérjük válaszd ki azt a nemet, mellyel a leginkább azonosulsz."
433
+ },
434
+ "validation_dob_required": {
435
+ "other": "Kérjük, add meg a születési dátumodat."
436
+ },
437
+ "validation_dob_date": {
438
+ "other": "Kérjük, adj meg egy érvényes születési dátumot."
439
+ },
440
+ "shopping_info_subtitle_hd": {
441
+ "other": "HD Videoszolgáltatás."
442
+ },
443
+ "shopping_info_subtitle_sd": {
444
+ "other": "SD Video on Demand."
445
+ },
446
+ "shopping_info_subtitle_wallet": {
447
+ "other": "A Pénztárcájában lévő pénzeszközök felhasználhatók a ScreenPlus-on található bármely tartalom megvásárlására vagy kölcsönzésére."
448
+ },
449
+ "shopping_info_subtitle_help": {
450
+ "other": "Nézd át a rendszerkövetelményeket."
451
+ },
452
+ "shopping_info_ownership_buy": {
453
+ "other": "vásárlás"
454
+ },
455
+ "shopping_info_ownership_rent": {
456
+ "other": "kölcsönzés"
457
+ },
458
+ "shopping_info_sd_only": {
459
+ "other": "Csak SD lejátszásra korlátozva."
460
+ },
461
+ "shopping_info_release_date_title": {
462
+ "other": "Bemutató napja {{.Date}}. "
463
+ },
464
+ "shopping_info_release_date_explanation_rent": {
465
+ "other": "Már most kölcsönözhető, de a megjelenés dátumáig nem nézhető meg."
466
+ },
467
+ "shopping_info_release_date_explanation_buy": {
468
+ "other": "Már most megvásárolható, de a megjelenés dátumáig nem nézhető meg."
469
+ },
470
+ "shopping_info_available_until_date_title": {
471
+ "other": "Elérhető {{.Date}}-ig. "
472
+ },
473
+ "shopping_info_available_until_date_explanation_rent": {
474
+ "other": "Ezután a dátum után nem lesz elérhető a tartalom."
475
+ },
476
+ "shopping_info_available_until_date_explanation_buy": {
477
+ "other": "Ezután a dátum után nem lesz elérhető a tartalom."
478
+ },
479
+ "duration_hour": {
480
+ "one": "1 óra",
481
+ "other": "{{.Count}} óra"
482
+ },
483
+ "duration_day": {
484
+ "one": "1 nap",
485
+ "other": "{{.Count}} nap"
486
+ },
487
+ "shopping_info_rental_period_duration": {
488
+ "other": "{{.ValueUnit}} a kölcsönzési idő "
489
+ },
490
+ "shopping_info_watch_window_duration": {
491
+ "other": "{{.Count}} óra van a lejátszásra. "
492
+ },
493
+ "shopping_info_watch_window_explanation_film": {
494
+ "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. ",
495
+ "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. "
496
+ },
497
+ "shopping_info_watch_window_explanation2_film": {
498
+ "one": "Ha megnyomod a lejátszást, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd a filmet annyiszor, ahányszor akarod.",
499
+ "other": "Ha megnyomod a lejátszást, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd a filmet annyiszor, ahányszor akarod."
500
+ },
501
+ "shopping_info_watch_window_explanation_bundle": {
502
+ "one": "A kölcsönzéstől számítva ez a válogatás elérhető lesz a fiókodban {{.Count}} napig. ",
503
+ "other": "A kölcsönzéstől számítva ez a válogatás elérhető lesz a fiókodban {{.Count}} napig. "
504
+ },
505
+ "shopping_info_watch_window_explanation2_bundle": {
506
+ "one": "Ha elindítod egy film lejátszását, a lejátszási idő elindul és {{.Count}} órád lesz, hogy megnézd azt a filmet annyiszor, ahányszor akarod.",
507
+ "other": "Ha elindítod egy film lejátszását, a lejátszási idő elindul és {{.Count}} órád lesz, hogy megnézd azt a filmet annyiszor, ahányszor akarod."
508
+ },
509
+ "shopping_info_watch_window_explanation_season": {
510
+ "one": "A kölcsönzéstől számítva az évad elérhető lesz a fiókodban {{.Count}} napig. ",
511
+ "other": "A kölcsönzéstől számítva az évad elérhető lesz a fiókodban {{.Count}} napig. "
512
+ },
513
+ "shopping_info_watch_window_explanation2_season": {
514
+ "one": "Ha elindítod egy epizód lejátszását, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd az epizódot, ahányszor akarod.",
515
+ "other": "Ha elindítod egy epizód lejátszását, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd az epizódot, ahányszor akarod."
516
+ },
517
+ "shopping_info_credit_bonus_title": {
518
+ "other": "{{.BonusPercentage}}% Bónusz"
519
+ },
520
+ "shopping_enter_card_prompt": {
521
+ "other": "Add meg bankkártya adataidat, hogy a {{.Verb}} létrejöjjön."
522
+ },
523
+ "shopping_terms": {
524
+ "other": "A tranzakció teljesítésével elfogadod a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">Felhasználói szabályzatot</a>."
525
+ },
526
+ "shopping_discount_applied": {
527
+ "other": "{{.DiscountAmount}} kedvezmény levonva."
528
+ },
529
+ "shopping_discount_apply": {
530
+ "other": "Alkalmazás."
531
+ },
532
+ "shopping_discount_code": {
533
+ "other": "Írj be egy promókódot."
534
+ },
535
+ "shopping_discount_have_code": {
536
+ "other": "Promókódom van."
537
+ },
538
+ "shopping_price_you_pay": {
539
+ "other": "Fizetés összege"
540
+ },
541
+ "shopping_price_nothing": {
542
+ "other": "-"
543
+ },
544
+ "shopping_price_free": {
545
+ "other": "Ingyenes"
546
+ },
547
+ "shopping_auth_directions": {
548
+ "other": "Fiók létrehozása szükséges. Kérjük, írd be az e-mail címedet."
549
+ },
550
+ "shopping_error_in_library": {
551
+ "other": "{{.Title}} című film már a könyvtáradban van."
552
+ },
553
+ "shopping_error_missing_card": {
554
+ "other": "Kérjük, add meg a bankkártya adataidat."
555
+ },
556
+ "shopping_error_title": {
557
+ "other": "Hiba történt."
558
+ },
559
+ "shopping_error_incorrect_cvc": {
560
+ "other": "Kérjük, adj meg egy érvényes CVV számot."
561
+ },
562
+ "shopping_error_invalid_cvc": {
563
+ "other": "Kérjük, adj meg egy érvényes CVV számot."
564
+ },
565
+ "shopping_error_incorrect_number": {
566
+ "other": "Kérjük, adj meg egy érvényes bankkártya számot."
567
+ },
568
+ "shopping_error_invalid_number": {
569
+ "other": "Kérjük, adj meg egy érvényes bankkártya számot."
570
+ },
571
+ "shopping_error_card_declined": {
572
+ "other": "A bankkártyát visszautasították."
573
+ },
574
+ "shopping_error_invalid_expiry_month": {
575
+ "other": "Kérjük, adj meg egy érvényes lejárati dátumot."
576
+ },
577
+ "shopping_error_invalid_expiry_year": {
578
+ "other": "Kérjük, adj meg egy érvényes lejárati dátumot."
579
+ },
580
+ "shopping_error_expired_card": {
581
+ "other": "A bankkártya lejárt."
582
+ },
583
+ "shopping_error_creditcard_country_mismatch": {
584
+ "other": "A {{.Ownership}} nem sikerült. Abban az országban kell tartózkodnod, ahol a bankkártyát kiállították. Kérjük, használj másik bankkártyát."
585
+ },
586
+ "shopping_error_proxy_detected": {
587
+ "other": "A {{.Ownership}} nem sikerült. Észleltük, hogy egy unblocker-t vagy proxy szolgáltatást használsz. Kérjük, kapcsold ki ezeket a szolgáltatásokat és próbálkozz újra."
588
+ },
589
+ "shopping_error_discount_worn_out": {
590
+ "other": "Ez a promóciós kód már nem használható."
591
+ },
592
+ "shopping_error_discount_blank": {
593
+ "other": "Kérjük, adj meg egy promókódot."
594
+ },
595
+ "shopping_error_discount_not_applied": {
596
+ "other": "Kérjük, adj meg egy érvényes promókódot."
597
+ },
598
+ "shopping_error_discount_invalid": {
599
+ "other": "Kérjük, adj meg egy érvényes promókódot."
600
+ },
601
+ "shopping_error_discount_disabled": {
602
+ "other": "Kérjük, adj meg egy érvényes promókódot."
603
+ },
604
+ "shopping_error_discount_already_applied": {
605
+ "other": "Egy promókódot már felhasználtak erre a kérésre."
606
+ },
607
+ "shopping_error_discount_already_redeemed": {
608
+ "other": "Ezt a promókódot már felhasználták."
609
+ },
610
+ "shopping_error_discount_used_previously": {
611
+ "other": "Ezt a promókódot már felhasználták."
612
+ },
613
+ "shopping_error_discount_max_limit": {
614
+ "other": "Ezt a promókódot már nem tudod felhasználni."
615
+ },
616
+ "shopping_error_discount_expired": {
617
+ "other": "Ez a promókód már lejárt."
618
+ },
619
+ "shopping_error_discount_invalid_ownership_buy": {
620
+ "other": "Ezt a promókódot nem használhatod fel vásárláshoz."
621
+ },
622
+ "shopping_error_discount_invalid_ownership_rent": {
623
+ "other": "Ezt a promókódot nem használhatod fel kölcsönzéshez."
624
+ },
625
+ "shopping_error_discount_invalid_item": {
626
+ "other": "Ez a promókód nem használható fel erre a filmre."
627
+ },
628
+ "shopping_error_discount_invalid_pricing_region": {
629
+ "other": "Ez a promókód nem használható fel ebben az országban."
630
+ },
631
+ "shopping_error_discounts_not_allowed": {
632
+ "other": "Ez a promókód nem használható fel."
633
+ },
634
+ "shopping_error_discount_disallowed_on_bundles": {
635
+ "other": "Ezt a promókódot nem használhatod a bérletekre."
636
+ },
637
+ "shopping_error_payment_intent_authentication_failure": {
638
+ "other": "A bankkártyát visszautasították. Kérjük, próbálkozz újra."
639
+ },
640
+ "shopping_complete_rental": {
641
+ "other": "Sikerült!"
642
+ },
643
+ "shopping_complete_rental_period": {
644
+ "one": "Mostantól akárhányszor megnézheted a következő {{.Count}} napban.",
645
+ "other": "Mostantól akárhányszor megnézheted a következő {{.Count}} napban."
646
+ },
647
+ "shopping_complete_purchase": {
648
+ "other": "Köszönjük a {.Title}} megvásárlását."
649
+ },
650
+ "shopping_complete_credit_purchase": {
651
+ "other": "Köszönjük, hogy megvásárolta a(z) {{.Title}} összeget, a(z) {{.CreditTotal}} hozzáadva a fiókjához."
652
+ },
653
+ "shopping_complete_purchase_coming_soon": {
654
+ "other": "{{.Date}}-tól megtekinthető."
655
+ },
656
+ "shopping_complete_receipt": {
657
+ "other": "A bizonylatot e-mailben elküldtük számodra."
658
+ },
659
+ "shopping_complete_library_link": {
660
+ "other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban."
661
+ },
662
+ "shopping_complete_plan": {
663
+ "other": "A {{ .Title }} vásárlása sikeres volt."
664
+ },
665
+ "shopping_complete_rental_watch_window_start": {
666
+ "one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
667
+ "other": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban."
668
+ },
669
+ "shopping_complete_rental_watch_window_end": {
670
+ "one": "Miután a lejátszást elindítottad {{.Count}} órád lesz, hogy megnézd a filmet, ahányszor csak szeretnéd.",
671
+ "other": "Miután a lejátszást elindítottad {{.Count}} órád lesz, hogy megnézd a filmet, ahányszor csak szeretnéd."
672
+ },
673
+ "shopping_complete_rental_coming_soon": {
674
+ "one": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig.",
675
+ "other": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig."
676
+ },
677
+ "shopping_complete_rental_coming_soon_watch_window_start": {
678
+ "one": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig.",
679
+ "other": "{{.Date}}-tól tudod megnézni a filmet és a kölcsönzésed státusza aktív lesz további {{.Count}} napig."
680
+ },
681
+ "shopping_action_rent": {
682
+ "other": "Kölcsönzés"
683
+ },
684
+ "shopping_action_buy": {
685
+ "other": "Vásárlás"
686
+ },
687
+ "meta_detail_cast_title": {
688
+ "other": "Szereplők"
689
+ },
690
+ "meta_detail_crew_title": {
691
+ "other": "Stáb"
692
+ },
693
+ "meta_detail_languages": {
694
+ "one": "Nyelv",
695
+ "other": "Nyelv"
696
+ },
697
+ "meta_detail_studios": {
698
+ "one": "Gyártó",
699
+ "other": "Gyártó"
700
+ },
701
+ "meta_detail_countries": {
702
+ "one": "Ország",
703
+ "other": "Ország"
704
+ },
705
+ "meta_detail_subtitles": {
706
+ "other": "Felirat"
707
+ },
708
+ "meta_detail_captions": {
709
+ "other": "Felirat [CC]"
710
+ },
711
+ "meta_detail_episodes_title": {
712
+ "other": "Epizódok"
713
+ },
714
+ "meta_detail_bonus_title": {
715
+ "other": "Extra tartalom"
716
+ },
717
+ "meta_detail_recommendations_title": {
718
+ "other": "Talán ez is tetszene"
719
+ },
720
+ "meta_detail_bundle_items_title": {
721
+ "other": "A válogatásban szereplő filmek"
722
+ },
723
+ "bundle_items_all_films": {
724
+ "other": "{{.Count}} film"
725
+ },
726
+ "bundle_items_all_seasons": {
727
+ "other": "{{.Count}} évad"
728
+ },
729
+ "bundle_items_mixed": {
730
+ "other": "{{.Count}} film és évad"
731
+ },
732
+ "userwishlist_page_header": {
733
+ "other": "Listám"
734
+ },
735
+ "userwishlist_slider_header": {
736
+ "other": "Listám"
737
+ },
738
+ "userwishlist_empty_header": {
739
+ "other": "A listád üres."
740
+ },
741
+ "userwishlist_empty_content": {
742
+ "other": "Töltsd meg kiváló filmekkel, nézd át a <a href=\"{{.HomeURL}}\">programot</a>."
743
+ },
744
+ "userwishlist_button_add": {
745
+ "other": "Add hozzá a listámhoz."
746
+ },
747
+ "userwishlist_button_remove": {
748
+ "other": "Listám"
749
+ },
750
+ "userwishlist_button_add_compact": {
751
+ "other": "Listám"
752
+ },
753
+ "userwishlist_button_remove_compact": {
754
+ "other": "Listám"
755
+ },
756
+ "activatedevice_page_header": {
757
+ "other": "Eszköz aktiválása"
758
+ },
759
+ "activatedevice_page_content": {
760
+ "other": "Kövesse az eszközén megjelenő utasításokat a PIN-kód megszerzéséhez. Az aktiváláshoz számítógépének és eszközének egyaránt csatlakoznia kell az internethez."
761
+ },
762
+ "activatedevice_form_pin": {
763
+ "other": "PIN-kód"
764
+ },
765
+ "activatedevice_form_submit": {
766
+ "other": "Aktiválja"
767
+ },
768
+ "activatedevice_form_error_invalid_code": {
769
+ "other": "A PIN kód nem található, próbálja újra."
770
+ },
771
+ "activatedevice_form_error_pin_not_found": {
772
+ "other": "A PIN kód nem található, próbálja újra."
773
+ },
774
+ "activatedevice_signin_prompt": {
775
+ "other": "Kérjük, jelentkezzen be az eszköz aktiválása előtt."
776
+ },
777
+ "activatedevice_page_activated": {
778
+ "other": "Köszönjük a {{.DeviceName}} aktiválását. Most már képesnek kell lennie böngészni a könyvtárában televízióján vagy eszközén."
779
+ },
780
+ "userdevices_page_header": {
781
+ "other": "Eszközök"
782
+ },
783
+ "userdevices_page_content": {
784
+ "one": "Az eszközök a használat során automatikusan felkerülnek ide. A maximum használható eszközök száma {{.Count}}.",
785
+ "other": "Az eszközök a használat során automatikusan felkerülnek ide. A maximum használható eszközök száma {{.Count}}."
786
+ },
787
+ "userdevices_empty_content": {
788
+ "other": "Jelenleg egy eszköz sincs regisztrálva."
789
+ },
790
+ "userdevices_header_type": {
791
+ "other": "Eszköz típusa"
792
+ },
793
+ "userdevices_header_description": {
794
+ "other": "Leírás"
795
+ },
796
+ "userdevices_device_added": {
797
+ "other": "Hozzáadva {{.Date}}"
798
+ },
799
+ "userdevices_device_actions_delete": {
800
+ "other": "Eltávolítás"
801
+ },
802
+ "userdevices_device_actions_cancel": {
803
+ "other": "Mégse"
804
+ },
805
+ "userdevices_device_actions_confirm": {
806
+ "other": "Igen, töröld az eszközt"
807
+ },
808
+ "userdevices_device_deleted": {
809
+ "other": "(Törölve)"
810
+ },
811
+ "playlist_page_header": {
812
+ "other": "lejátszási lista"
813
+ },
814
+ "playlist_sign_in_warning": {
815
+ "other": "Kérjük, jelentkezzen be, hogy élő tévéadást nézhessen."
816
+ },
817
+ "playlist_share_title": {
818
+ "other": "lejátszási lista"
819
+ },
820
+ "playlist_up_next_title": {
821
+ "other": "Fel Következő"
822
+ },
823
+ "pricing_ownership_buy": {
824
+ "other": "Megveszem"
825
+ },
826
+ "pricing_ownership_rent": {
827
+ "other": "Kikölcsönzöm"
828
+ },
829
+ "classification_intro": {
830
+ "other": "Korhatár besorolás: "
831
+ },
832
+ "classification_divider": {
833
+ "other": " - "
834
+ },
835
+ "classification_outro": {
836
+ "other": ""
837
+ },
838
+ "cookie_banner_message": {
839
+ "other": "Ez az oldal sütiket használ a felhasználói élmény növelésének érdekében. Amennyiben ezt az oldalt használod, elfogadod a <a href=\"{{.CookiePolicyURL}}\">sütik használatára vonatkozó feltételeket</a>-ot."
840
+ },
841
+ "cookie_banner_accept": {
842
+ "other": "Elfogad"
843
+ },
844
+ "all_rights_reserved": {
845
+ "other": "Minden jog fenntartva. Az oldal egyetlen része sem reprodukálható írásos engedélyünk nélkül."
846
+ },
847
+ "users_gender_none": {
848
+ "other": "Nem meghatározott"
849
+ },
850
+ "users_gender_female": {
851
+ "other": "Nő"
852
+ },
853
+ "users_gender_male": {
854
+ "other": "Férfi"
855
+ },
856
+ "users_gender_diverse": {
857
+ "other": "Diverz"
858
+ },
859
+ "users_gender_other": {
860
+ "other": "Egyéb"
861
+ },
862
+ "pricing_quality_hd": {
863
+ "other": "HD"
864
+ },
865
+ "pricing_quality_sd": {
866
+ "other": "SD"
867
+ },
868
+ "pricing_quality_hd_only": {
869
+ "other": "Csak HD"
870
+ },
871
+ "pricing_quality_sd_only": {
872
+ "other": "Csak SD"
873
+ },
874
+ "shopping_card_save_card": {
875
+ "other": "Őrizze meg ezt a kártyát későbbi használatra"
876
+ },
877
+ "shopping_card_button_change": {
878
+ "other": "Az összes mentett kártya megjelenítése"
879
+ },
880
+ "shopping_card_existing_description": {
881
+ "other": "{{.Card.Brand}}, amely a következőre végződik: {{.Card.Number}}"
882
+ },
883
+ "shopping_card_existing_expiry": {
884
+ "other": "(lejár: {{.Card.Expiry}})"
885
+ },
886
+ "shopping_card_existing_expired": {
887
+ "other": "(lejárt)"
888
+ },
889
+ "shopping_card_use_other": {
890
+ "other": "Használjon új kártyát"
891
+ },
892
+ "shopping_card_use_new_card": {
893
+ "other": "Válts kártyát"
894
+ },
895
+ "shopping_info_ownership_plan": {
896
+ "other": "Feliratkozás"
897
+ },
898
+ "shopping_action_credit": {
899
+ "other": "Feltölt"
900
+ },
901
+ "shopping_info_rental_period_coming_soon": {
902
+ "other": "a bemutató időpontjától."
903
+ },
904
+ "usersubscriptions_change_payment_method_change": {
905
+ "other": "Hitelkártya módosítása"
906
+ },
907
+ "usersubscriptions_change_payment_method_modal_title": {
908
+ "other": "Frissítse a hitelkártya adatait"
909
+ },
910
+ "usersubscriptions_change_payment_method_modal_submit": {
911
+ "other": "Frissítés"
912
+ },
913
+ "usersubscriptions_subscription_expiry": {
914
+ "other": "Lejár: {{.Expiry}}"
915
+ },
916
+ "usersubscriptions_subscription_status_cancelled": {
917
+ "other": "usersubscriptions_subscription_status_cancelled"
918
+ },
919
+ "usersubscriptions_subscription_status_errored": {
920
+ "other": "usersubscriptions_subscription_status_errored"
921
+ },
922
+ "usersubscriptions_subscription_status_past_due": {
923
+ "other": "usersubscriptions_subscription_status_past_due"
924
+ },
925
+ "usersubscriptions_subscription_status_trialing": {
926
+ "other": "Próbaidő"
927
+ },
928
+ "usersubscriptions_subscription_unsubscribe": {
929
+ "other": "Lemondom az előfizetésemet"
930
+ },
931
+ "usersubscriptions_unsubscribe_modal_cancel": {
932
+ "other": "Megszünteti"
933
+ },
934
+ "usersubscriptions_unsubscribe_modal_confirm": {
935
+ "other": "Igen, mondd le az előfizetésemet"
936
+ },
937
+ "usersubscriptions_unsubscribe_modal_title": {
938
+ "other": "Feliratkozás visszavonása?"
939
+ },
940
+ "usersubscriptions_unsubscribe_modal_body": {
941
+ "other": "Ezzel törli az előfizetést a {{.Name}} csomagra. Továbbra is megtekintheti a csomag tartalmát, amíg le nem jár {{.Expiry}}."
942
+ },
943
+ "shopping_card_update_reason_none": {
944
+ "other": "Frissítse hitelkártyáját. A támogatott kártyák a Visa, Mastercard és az American Express."
945
+ },
946
+ "availability_coming_soon": {
947
+ "other": "Hamarosan"
948
+ },
949
+ "availability_renting": {
950
+ "other": "Kölcsönözve"
951
+ },
952
+ "availability_not_available": {
953
+ "other": "Nem elérhető"
954
+ },
955
+ "availability_in_watch_window": {
956
+ "other": "Elérhető"
957
+ },
958
+ "availability_sold_out": {
959
+ "other": "Teltház"
960
+ },
961
+ "availability_available_till": {
962
+ "other": "Elérhető {{.ExpiryDate}}-ig"
963
+ },
964
+ "availability_not_available_in_country": {
965
+ "other": "Nem elérhető"
966
+ },
967
+ "availability_available": {
968
+ "other": "Elérhető {{.ReleaseDate}}"
969
+ },
970
+ "modal_cancel": {
971
+ "other": "Mégsem"
972
+ },
973
+ "play": {
974
+ "other": "Lejátszás"
975
+ },
976
+ "combined_auth_signin_prompt": {
977
+ "other": "Bejelentkezés"
978
+ },
979
+ "combined_auth_signup_prompt": {
980
+ "other": "Feliratkozás"
981
+ },
982
+ "combined_auth_terms": {
983
+ "other": "Elfogadom a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a>."
984
+ },
985
+ "signup_terms": {
986
+ "other": "Elfogadom a <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Felhasználói szabályzatot</a>."
987
+ },
988
+ "validation_terms_required": {
989
+ "other": "Kérjük, fogadd el a Felhasználói szabályzatot."
990
+ },
991
+ "shopping_error_item_limit_exceeded": {
992
+ "other": "Sajnáljuk, de {{.Title}} tételre már minden jegy elkelt."
993
+ },
994
+ "shopping_card_change": {
995
+ "other": "Hitelkártya nem megfelelő? <a href=\"{{.SubscriptionsURL}}\">Kattintson ide a kártya frissítéséhez.</a>"
996
+ },
997
+ "user_error_too_many_pin_errors": {
998
+ "other": "<p>Úgy tűnik, hogy problémái vannak.</p><p>Állítsa vissza PIN-kódját, vagy forduljon hozzánk <a href=\"{{.HelpURL}}\" target=\"_blank\">segítségért</. a>"
999
+ },
1000
+ "app_badge_title": {
1001
+ "other": "Töltse le az alkalmazást a megvásárolt tartalmak megtekintéséhez!"
1002
+ },
1003
+ "app_badge_ios": {
1004
+ "other": "Töltse le az App Store-ból"
1005
+ },
1006
+ "app_badge_android": {
1007
+ "other": "Szerezd meg a Google Play"
1008
+ },
1009
+ "shopping_price_title_plan": {
1010
+ "other": "Ár"
1011
+ },
1012
+ "shopping_price_plan_note": {
1013
+ "zero": "{{ .Interval }} minden .Intervallum .",
1014
+ "one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
1015
+ "other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
1016
+ },
1017
+ "shopping_price_plan_note_interval": {
1018
+ "one": "{{ .Interval }}",
1019
+ "other": "{{ .Count }} {{ .Interval }}"
1020
+ },
1021
+ "shopping_enter_card_prompt_plan": {
1022
+ "other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
1023
+ },
1024
+ "shopping_action_plan": {
1025
+ "other": "teljes"
1026
+ },
1027
+ "shopping_complete_subscription": {
1028
+ "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
1029
+ },
1030
+ "shopping_complete_subscription_browse": {
1031
+ "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
1032
+ },
1033
+ "shopping_info_plan_offer": {
1034
+ "one": "Automatikusan megújítja minden {{ .Interval }}",
1035
+ "other": "Automatikusan {{ .Count }} {{ .Interval }}"
1036
+ },
1037
+ "shopping_info_trial_period_offer": {
1038
+ "one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
1039
+ "other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
1040
+ },
1041
+ "plans_page_header": {
1042
+ "other": "Rendelkezésre álló tervek"
1043
+ },
1044
+ "plan_label_owned": {
1045
+ "other": "Öné ez a terv"
1046
+ },
1047
+ "plan_expiry_date": {
1048
+ "other": "Az értékesítés lezárása:"
1049
+ },
1050
+ "plan_read_more": {
1051
+ "other": "Tudjon meg többet"
1052
+ },
1053
+ "plan_page_read_more": {
1054
+ "other": "Olvass tovább"
1055
+ },
1056
+ "plan_page_header_text": {
1057
+ "other": "Élvezze {{ .Name }}"
1058
+ },
1059
+ "page_plan_explore_intro": {
1060
+ "other": "VAGY"
1061
+ },
1062
+ "page_plan_explore_link": {
1063
+ "other": "Fedezzen fel más bérleteket"
1064
+ },
1065
+ "plan_showcase_page_ownership_button_buy": {
1066
+ "other": "Vásárolj most"
1067
+ },
1068
+ "plan_free_link_text": {
1069
+ "other": "Regisztrálj ingyen"
1070
+ },
1071
+ "awards_in_competition": {
1072
+ "other": "Versenyben"
1073
+ },
1074
+ "awards_winner": {
1075
+ "other": "Győztes"
1076
+ },
1077
+ "donate_button_text": {
1078
+ "other": "Dhuroni"
1079
+ },
1080
+ "wcag_skip_links_header": {
1081
+ "other": "Kisegítő lehetőségek linkek"
1082
+ },
1083
+ "wcag_skip_links_content": {
1084
+ "other": "Ugrás a tartalomra"
1085
+ },
1086
+ "wcag_homepage_h1": {
1087
+ "other": "Kezdőlap"
1088
+ },
1089
+ "wcag_carousel_h2": {
1090
+ "other": "Körhinta"
1091
+ },
1092
+ "wcag_collections_h2": {
1093
+ "other": "Gyűjtemények"
1094
+ },
1095
+ "wcag_aria_label_footer": {
1096
+ "other": "Lábléc"
1097
+ },
1098
+ "wcag_aria_label_nav_main": {
1099
+ "other": "Fő"
1100
+ },
1101
+ "wcag_aria_label_nav_sub": {
1102
+ "other": "Alatti"
1103
+ },
1104
+ "wcag_aria_label_toggle_nav": {
1105
+ "other": "Kapcsolja be a navigációt"
1106
+ },
1107
+ "wcag_aria_label_bundle_items": {
1108
+ "other": "Csomag tételek"
1109
+ },
1110
+ "wcag_aria_label_carousel": {
1111
+ "other": "Körhinta"
1112
+ },
1113
+ "wcag_aria_label_page_collection": {
1114
+ "other": "Oldalgyűjtemény"
1115
+ },
1116
+ "wcag_aria_label_collection_list": {
1117
+ "other": "Gyűjteménylista"
1118
+ },
1119
+ "wcag_aria_label_collection_slider": {
1120
+ "other": "Gyűjteménycsúszka"
1121
+ },
1122
+ "wcag_aria_label_wishlist": {
1123
+ "other": "Kívánság lista"
1124
+ },
1125
+ "wcag_aria_label_facebook": {
1126
+ "other": "Megosztani Facebook"
1127
+ },
1128
+ "wcag_aria_label_twitter": {
1129
+ "other": "Oszd meg a Twitter"
1130
+ },
1131
+ "wcag_aria_label_linkedin": {
1132
+ "other": "Oszd meg a LinkedIn"
1133
+ },
1134
+ "wcag_aria_label_letterboxd": {
1135
+ "other": "Megtekintés a Letterboxd"
1136
+ },
1137
+ "shopping_error_plan_already_owned": {
1138
+ "other": "Már megvan ez a terv."
1139
+ },
1140
+ "shopping_error_plan_expired": {
1141
+ "other": "Ez a terv már nem elérhető."
1142
+ },
1143
+ "shopping_payment_method_header": {
1144
+ "other": "Fizetési módok"
1145
+ },
1146
+ "shopping_payment_method_credit_card": {
1147
+ "other": "Hitelkártya"
1148
+ },
1149
+ "shopping_payment_method_giropay": {
1150
+ "other": "Giropay"
1151
+ },
1152
+ "shopping_error_stripe_unknown_error": {
1153
+ "other": "Hiba történt ezzel a fizetéssel. Kérlek, próbáld újra később."
1154
+ },
1155
+ "shopping_error_payment_complete_failed": {
1156
+ "other": "A fizetést elutasították. Zárja be ezt az ablakot, és próbálja újra."
1157
+ },
1158
+ "header_banner": {
1159
+ "other": "ABC Cinemas – 21. Filmfesztivál, 2021. június 1. és 6. között"
1160
+ },
1161
+ "account_form_pin_code": {
1162
+ "other": "PIN"
1163
+ },
1164
+ "account_form_pin_code_not_set": {
1165
+ "other": "Nincs beállítva PIN-kód, amely bizonyos címek megvásárlásához, kölcsönzéséhez és megtekintéséhez szükséges."
1166
+ },
1167
+ "account_form_set_pin": {
1168
+ "other": "Állítsa be a PIN-kódot"
1169
+ },
1170
+ "account_form_pin_changed": {
1171
+ "other": "Frissítve"
1172
+ },
1173
+ "account_form_change_pin": {
1174
+ "other": "PIN módosítása"
1175
+ },
1176
+ "user_set_pin_header": {
1177
+ "other": "Állítsa be a PIN-kódot"
1178
+ },
1179
+ "user_set_pin_button": {
1180
+ "other": "Állítsa be a PIN-kódot"
1181
+ },
1182
+ "user_submit_pin_heading": {
1183
+ "other": "Adja meg PIN-kódját ehhez a korlátozott tartalomhoz {{.Action}}"
1184
+ },
1185
+ "user_error_wrong_pin_retry": {
1186
+ "other": "Hoppá, hibás PIN-kódot adott meg"
1187
+ },
1188
+ "user_submit_pin_button": {
1189
+ "other": "Belép"
1190
+ },
1191
+ "user_reset_pin_button": {
1192
+ "other": "Állítsa vissza a PIN-kódot"
1193
+ },
1194
+ "validation_pincode1_required": {
1195
+ "other": "Kérjük, adjon meg egy érvényes PIN kódot."
1196
+ },
1197
+ "validation_pincode2_required": {
1198
+ "other": "Kérjük, adjon meg egy érvényes PIN kódot"
1199
+ },
1200
+ "validation_pincode1_pattern": {
1201
+ "other": "Kérjük, adjon meg egy érvényes PIN kódot"
1202
+ },
1203
+ "validation_pincode2_pattern": {
1204
+ "other": "Kérjük, adjon meg egy érvényes PIN kódot"
1205
+ },
1206
+ "validation_pincode2_match": {
1207
+ "other": "A PIN kód nem egyezik."
1208
+ },
1209
+ "userdevices_delete_limits": {
1210
+ "other": "{{.Limit}} eszközt eltávolíthat a listáról minden {{.Period}} napon."
1211
+ },
1212
+ "userdevices_delete_limit_reached": {
1213
+ "other": "Elérte ezt a korlátot, és jelenleg nem távolíthat el egyetlen eszközt sem. Egy eszközt {{.Days}} napon belül törölhet."
1214
+ },
1215
+ "shopping_card_new_subscription": {
1216
+ "other": "Ezt a kártyát a rendszer elmenti és rendszeresen megterheli"
1217
+ },
1218
+ "changepincode_modal_header": {
1219
+ "other": "Módosítsa a PIN-kódot"
1220
+ },
1221
+ "changepincode_modal_currentpassword": {
1222
+ "other": "Az aktuális jelszavad"
1223
+ },
1224
+ "changepincode_modal_pincode1": {
1225
+ "other": "Az új 4 számjegyű PIN-kód"
1226
+ },
1227
+ "changepincode_modal_pincode2": {
1228
+ "other": "Erősítse meg új 4 számjegyű PIN-kódját"
1229
+ },
1230
+ "changepincode_modal_submit": {
1231
+ "other": "Állítsa be a PIN-kódot"
1232
+ },
1233
+ "changepincode_modal_error_wrong_password": {
1234
+ "other": "Ez a jelszó helytelen."
1235
+ },
1236
+ "user_set_pin_intro": {
1237
+ "other": "A {{.Action}} korlátozott tartalomhoz PIN-kódra van szüksége"
1238
+ },
1239
+ "user_error_wrong_pin_reset": {
1240
+ "other": "Kattintson ide a PIN-kód visszaállításához"
1241
+ },
1242
+ "user_error_too_many_pin_errors_help_page_link": {
1243
+ "other": ""
1244
+ },
1245
+ "shopping_error_age_restricted": {
1246
+ "other": "Ez a tartalom korhatáros."
1247
+ },
1248
+ "shopping_error_close_button": {
1249
+ "other": "OK"
1250
+ },
1251
+ "availability_expires": {
1252
+ "other": "Lejár {{.Expiry}}"
1253
+ },
1254
+ "availability_expired": {
1255
+ "other": "Lejárt"
1256
+ },
1257
+ "meta_description_expand": {
1258
+ "other": "Mutass többet"
1259
+ },
1260
+ "meta_description_collapse": {
1261
+ "other": "Mutass kevesebbet"
600
1262
  }
601
-
1263
+ }