@shift72/core-template 0.4.2 → 0.5.0

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 (82) hide show
  1. package/CHANGELOG.md +49 -7
  2. package/kibble.json +107 -28
  3. package/package.json +25 -9
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/css-local-get.js +34 -0
  6. package/scripts/css-local-put.js +110 -0
  7. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  8. package/scripts/language-file-validator.js +16 -2
  9. package/scripts/translate.mjs +43 -0
  10. package/site/ar_LB.all.json +1262 -593
  11. package/site/ca_ES.all.json +441 -440
  12. package/site/da_DK.all.json +308 -210
  13. package/site/de_DE.all.json +1122 -337
  14. package/site/ee_EE.all.json +1258 -532
  15. package/site/el_EL.all.json +1116 -394
  16. package/site/en_AU.all.json +1159 -466
  17. package/site/es_ES.all.json +1109 -333
  18. package/site/es_MX.all.json +1173 -332
  19. package/site/fi_FI.all.json +1127 -315
  20. package/site/fr_FR.all.json +1109 -332
  21. package/site/hr_HR.all.json +1173 -411
  22. package/site/hu_HU.all.json +1258 -531
  23. package/site/it_IT.all.json +1116 -340
  24. package/site/ja_JP.all.json +1127 -315
  25. package/site/lt_LT.all.json +1116 -425
  26. package/site/nl_BE.all.json +1116 -426
  27. package/site/no_NO.all.json +1249 -531
  28. package/site/pl_PL.all.json +1106 -306
  29. package/site/pt_BR.all.json +438 -446
  30. package/site/pt_PT.all.json +1249 -527
  31. package/site/ru_RU.all.json +1092 -386
  32. package/site/sr_SR.all.json +1254 -0
  33. package/site/styles/_awards.scss +11 -6
  34. package/site/styles/_bootstrap4.scss +90 -0
  35. package/site/styles/_buttons.scss +32 -8
  36. package/site/styles/_can-be-watched-button.scss +2 -0
  37. package/site/styles/_card.scss +2 -2
  38. package/site/styles/_carousel.scss +52 -29
  39. package/site/styles/_collections.scss +4 -4
  40. package/site/styles/_cookie-consent.scss +1 -1
  41. package/site/styles/_devices.scss +3 -3
  42. package/site/styles/_footer.scss +6 -6
  43. package/site/styles/_forms.scss +83 -16
  44. package/site/styles/_globals.scss +1 -1
  45. package/site/styles/_icons.scss +2 -2
  46. package/site/styles/_language-selector.scss +2 -2
  47. package/site/styles/_legacy.scss +3 -3
  48. package/site/styles/_meta-detail.scss +45 -25
  49. package/site/styles/_meta-item-tagline.scss +1 -1
  50. package/site/styles/_mixins.scss +2 -2
  51. package/site/styles/_nav.scss +40 -40
  52. package/site/styles/_pages.scss +12 -14
  53. package/site/styles/_pin-codes.scss +2 -2
  54. package/site/styles/_plans.scss +6 -1
  55. package/site/styles/_poster.scss +5 -4
  56. package/site/styles/_search.scss +1 -1
  57. package/site/styles/_shift72.scss +24 -24
  58. package/site/styles/_shopping.scss +9 -9
  59. package/site/styles/_skip-link.scss +19 -0
  60. package/site/styles/_slider.scss +4 -10
  61. package/site/styles/_social-media-buttons.scss +20 -20
  62. package/site/styles/_swiper.scss +2 -2
  63. package/site/styles/_variables.scss +112 -83
  64. package/site/styles/_wishlist.scss +20 -12
  65. package/site/styles/main.scss +2 -3
  66. package/site/templates/application/application.jet +24 -15
  67. package/site/templates/application/google.jet +26 -10
  68. package/site/templates/bundle/buttons.jet +2 -1
  69. package/site/templates/bundle/item.jet +1 -2
  70. package/site/templates/collection/carousel_item.jet +12 -13
  71. package/site/templates/common/awards/carousel.jet +7 -1
  72. package/site/templates/common/awards/item.jet +2 -2
  73. package/site/templates/film/item.jet +92 -61
  74. package/site/templates/page/curated.jet +1 -1
  75. package/site/templates/page/page-content.jet +1 -23
  76. package/site/templates/page/page-header.jet +25 -6
  77. package/site/templates/tv/detail.jet +7 -7
  78. package/site/tr_TR.all.json +1249 -535
  79. package/site/uk_UA.all.json +533 -443
  80. package/site/zh_TW.all.json +442 -443
  81. package/site/se_SE.all.json +0 -570
  82. package/site/styles/_functions.scss +0 -8
@@ -1,537 +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": "Episood"
15
- },
16
-
17
- "season_name": {
18
- "other": "Hooaeg"
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": "Päev" },
43
- "date_month": { "other": "Kuu" },
44
- "date_year": { "other": "Aasta" },
45
-
46
- "404_page_header": { "other": "Lehte ei leitud..." },
47
- "404_page_content": { "other": "<p>Vabandame, näib, otsitud lehte ei eksisteeri.</p><p>Selle asukoht võib olla muutunud või on see kustutatud. Või tegid sa kirjutamisel vea.</p><p>Proovi minna tagasi avalehele ja otsi uuesti.</p><p><a href=\"{{.URL}}\">Tagasi lehele.</a></p>" },
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Logi sisse" },
52
- "nav_signup": { "other": "Loo konto" },
53
- "nav_signed_in_as": { "other": "Sisse logitud kui" },
54
- "nav_library": { "other": "Minu filmid" },
55
- "nav_devices": { "other": "Minu seadmed" },
56
- "nav_wishlist": { "other": "Minu nimekiri" },
57
- "nav_account": { "other": "Minu konto" },
58
- "nav_signout": { "other": "Logi välja" },
59
- "play_trailer": { "other": "Treiler" },
60
- "runtime_hours": { "other": "h" },
61
- "runtime_minutes": { "other": "min" },
62
-
63
- "datetime_today": { "other": "täna {{.Date}}" },
64
- "datetime_tomorrow": { "other": "homme {{.Date}}" },
65
- "datetime_yesterday": { "other": "eile {{.Date}}" },
66
- "datetime_next": { "other": "{{.Date}}" },
67
- "datetime_last": { "other": "eelmine {{.Date}}" },
68
-
69
- "search_control_placeholder": { "other": "Otsing" },
70
- "search_control_submit": { "other": "Otsi" },
71
-
72
- "play_button_watch": { "other" : "Vaata"},
73
- "play_button_resume": { "other" : "Jätka"},
74
-
75
- "social_media_buttons_title": { "other": "Jaga" },
76
- "social_media_buttons_facebook": { "other": "Jaga Facebookis" },
77
- "social_media_buttons_twitter": { "other": "Jaga Twitteris" },
78
- "social_media_buttons_linkedin": { "other": "Jaga Linkedinis" },
79
- "social_media_buttons_email": { "other": "Jaga meili teel" },
80
- "social_media_buttons_email_subject": { "other": "Lingi jagamine" },
81
- "social_media_buttons_copied_link": { "other": "Link on lõikelauale kopeeritud!" },
82
- "social_media_buttons_copy_link": { "other": "Kopeerida lõikelauale" },
83
-
84
- "accept_invite_page_header": { "other": "Tere tulemast" },
85
- "acceptinvite_form_invalid_reset_password_token": { "other": "Näib, et sa oled kutse juba vastu võtnud. Sa peaksid hoopis <a href=\"{{.SigninURL}}\">sisse logima</a>. Kui oled salasõna unustanud, saad selle <a href=\"{{.ForgotPasswordURL}}\">uuendada</a>." },
86
- "acceptinvite_complete": { "other": "Aitäh! Sinu konto on loodud." },
87
- "acceptinvite_form_submit": { "other": "Võta kutse vastu." },
88
- "acceptinvite_agreement": { "other": "Vajutades Võta kutse vastu kinnitad, et oled lugenud ja nõustud <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a> ja <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privaatsustingimustega</a>." },
89
-
90
- "signup_page_header": { "other": "Loo uus konto" },
91
- "signup_form_name": { "other": "Nimi" },
92
- "signup_form_email": { "other": "E-posti aadress" },
93
- "signup_form_password": { "other": "Salasõna" },
94
- "signup_form_password_confirmation": { "other": "Kinnita salasõna" },
95
- "signup_form_gender": { "other": "Sugu" },
96
- "signup_form_dob": { "other": "Sünniaeg" },
97
- "signup_form_submit": { "other": "Saada" },
98
-
99
- "signin_page_header": { "other": "Logi sisse" },
100
- "signin_form_email": { "other": "E-posti aadress" },
101
- "signin_form_password": { "other": "Salasõna" },
102
- "signin_form_remember": { "other": "Pea mind meeles" },
103
- "signin_form_submit": { "other": "Saada" },
104
- "signin_page_forgotpassword": { "other": "Unustasid salasõna?" },
105
- "signin_page_createnewaccount": { "other": "Sul pole kontot? Loo uus konto. " },
106
- "signup_page_alreadyhaveanaccount": { "other": "Sul juba on konto? Logi sisse." },
107
- "signup_form_error_email_already_in_use": { "other": "E-posti aadress on juba kasutusel." },
108
- "signin_form_error_incorrect_credentials": { "other": "Kasutajanimi või salasõna ei kehti." },
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": "On juhtunud viga." },
113
-
114
- "combined_auth_continue": { "other": "Jätka" },
115
- "combined_auth_change": { "other": "Muuda" },
116
- "combined_auth_signin": { "other": "Logi sisse" },
117
- "combined_auth_signup": { "other": "Loo konto" },
118
- "combined_auth_signin_password": { "other": "Sisse logimiseks sisesta palun oma salasõna." },
119
- "combined_auth_signin_error_incorrect_credentials": { "other": "Vale salasõna." },
120
- "combined_auth_error_forbidden": { "other": "On juhtunud viga." },
121
- "combined_auth_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
122
-
123
- "forgotpassword_page_header": { "other": "Lähtesta oma salasõna" },
124
- "forgotpassword_form_email": { "other": "E-posti aadress" },
125
- "forgotpassword_form_submit": { "other": "Lähtesta" },
126
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Sellise e-posti aadressiga kontot ei ole." },
127
- "forgotpassword_form_error_account_suspended": { "other": "Konto on peatatud." },
128
- "forgotpassword_complete": { "other": "Aitäh! Salasõna lähtestamise e-kiri peaks kohe su postkasti jüudma." },
129
- "forgotpassword_form_error_forbidden": { "other": "On toimunud viga." },
130
- "forgotpassword_form_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
131
-
132
- "resetpassword_page_header": { "other": "Muuda oma salasõna" },
133
- "resetpassword_form_invalid_reset_password_token": { "other": "Näib, et salasõna lähtestamisel läks midagi valesti. Palun täida <a href=\"{{.URL}}\">salasõna lähtestamise vorm</a> uuesti." },
134
- "resetpassword_form_password": { "other": "Uus salasõna" },
135
- "resetpassword_form_password2": { "other": "Kinnita uus salasõna" },
136
- "resetpassword_form_submit": { "other": "Muuda" },
137
- "resetpassword_complete": { "other": "Aitäh! Sinu salasõna on muudetud ja oled sisse logitud." },
138
- "resetpassword_form_error_invalid_reset_password_token": { "other": "Salasõna lähtestamise päring ebaõnnestus. Palun proovi hiljem uuesti." },
139
- "resetpassword_form_error_reset_password_token_expired": { "other": "Salasõna lähtestamise võti on aegunud. Palun täida salasõna lähtestamise vorm uuesti." },
140
- "resetpassword_form_error_too_many_requests": { "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti." },
141
-
142
- "account_page_header": { "other": "Minu konto" },
143
- "account_form_name": { "other": "Nimi" },
144
- "account_form_email": { "other": "E-posti aadress" },
145
- "account_form_password": { "other": "Salasõna" },
146
- "account_form_change_password": { "other": "Muuda" },
147
- "account_form_gender": { "other": "Sugu" },
148
- "account_form_dob": { "other": "Sünniaeg" },
149
- "account_form_submit": { "other": "Uuenda" },
150
- "account_form_submitted": { "other": "Uuendatud" },
151
- "account_form_password_changed": { "other": "Uuendatud" },
152
- "account_form_error_incorrect_password": { "other": "Salasõna ei kehti." },
153
-
154
- "signup_form_optin": {"other": "Liitu uudiskirjaga"},
155
-
156
- "passwordconfirmation_modal_header": { "other": "Kinnita salasõna" },
157
- "passwordconfirmation_modal_label": { "other": "Muudatuste salvestamiseks palun sisesta oma salasõna." },
158
- "passwordconfirmation_modal_confirm": { "other": "Kinnita" },
159
-
160
- "changepassword_modal_header": { "other": "Muuda oma salasõna" },
161
- "changepassword_modal_currentpassword": { "other": "Praegune salasõnaa" },
162
- "changepassword_modal_password": { "other": "Uus salasõna" },
163
- "changepassword_modal_password2": { "other": "Kinnita uus salasõna" },
164
- "changepassword_modal_submit": { "other": "Uuenda" },
165
- "changepassword_modal_error_incorrect_password": { "other": "Salasõna ei kehti." },
166
-
167
- "userlibrary_page_header": { "other": "Minu filmid" },
168
- "userlibrary_empty_header": { "other": "Otsingu tulemused" },
169
- "userlibrary_empty_content": { "other": "Täida nimekiri meie <a href=\"{{.HomeURL}}\">valikust</a>. " },
170
-
171
- "searchresults_page_header": { "other": "Search Results" },
172
- "searchresults_load_more": { "other": "Lae {{.Count}} veel" },
173
- "searchresults_total": {
174
- "one": "Leitud {{.Count}} vastust otsingule \"{{.Query}}\".",
175
- "other": "Leitud {{.Count}} vastust otsingule \"{{.Query}}\"."
176
- },
177
- "searchresults_empty_header": { "other": "Otsingule \"{{.Query}}\" ei leitud vastuseid" },
178
- "searchresults_empty_content": { "other": "Proovi uut otsingut või <a href=\"{{.HomeURL}}\">lehitse</a>." },
179
-
180
- "validation_name_required": { "other": "Palun sisesta oma nimi." },
181
- "validation_email_required": { "other": "Palun sisesta oma e-posti aadress." },
182
- "validation_email_email": { "other": "Palun sisesta kehtiv e-posti aadress." },
183
- "validation_currentpassword_required": { "other": "Palun sisesta praegune salasõna." },
184
- "validation_password_required": { "other": "Palun sisesta uus salasõna." },
185
- "validation_password2_required": { "other": "Kinnita uus salasõna." },
186
- "validation_password2_match": { "other": "Salasõnad on erinevad." },
187
- "validation_password_minlength": { "other": "Palun sisesta vähemalt {{.Count}} tähte." },
188
- "validation_promocode_required": { "other": "Palun sisesta sooduskood." },
189
- "validation_pincode_required": { "other": "Please enter a PIN code." },
190
- "validation_gender_required": { "other": "Palun vali sulle sobivaim sugu." },
191
- "validation_dob_required": { "other": "Palun sisesta oma sünniaeg." },
192
- "validation_dob_date": { "other": "Palun sisesta korrektne sünniaeg." },
193
-
194
- "shopping_info_subtitle_hd": { "other": "HD Video on Demand." },
195
- "shopping_info_subtitle_sd": { "other": "Tutvu nõuetega süsteemile." },
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": "Tutvu süsteeminõuetega." },
198
- "shopping_info_ownership_buy": { "other": "ost" },
199
- "shopping_info_ownership_rent": { "other": "pilet" },
200
-
201
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
202
- "shopping_info_release_date_title": { "other": "Film on vaadatav alates {{.Date}}. " },
203
- "shopping_info_release_date_explanation_rent": { "other": "Pileti võid osta juba praegu, kuid film avaneb antud kuupäeval." },
204
- "shopping_info_release_date_explanation_buy": { "other": "Pileti võid osta juba praegu, kuid film avaneb antud kuupäeval." },
205
-
206
- "shopping_info_available_until_date_title": { "other": "Vaadatav kuni {{.Date}}. " },
207
- "shopping_info_available_until_date_explanation_rent": { "other": "Pärast antud kuupäeva ei saa filmi enam vaadata." },
208
- "shopping_info_available_until_date_explanation_buy": { "other": "Pärast antud kuupäeva ei saa filmi enam vaadata." },
209
-
210
- "duration_hour": { "one": "1 tund", "other": "{{.Count}} tundi" },
211
- "duration_day": { "one": "1 päev", "other": "{{.Count}} päeva" },
212
- "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.ValueUnit}} " },
213
- "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnine vaatamise periood. " },
214
- "shopping_info_watch_window_explanation_film": {
215
- "one": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. ",
216
- "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. "
217
- },
218
- "shopping_info_watch_window_explanation2_film": {
219
- "one": "Kui vajutad 'Vaata', algab filmi esitamine ja sul on aega 30 tundi, et film lõpuni vaadata.",
220
- "other": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et film lõpuni vaadata."
221
- },
222
- "shopping_info_watch_window_explanation_bundle": {
223
- "one": "Pärast pileti ostmist on sinu kogumiku filmid sinu kontol vaatamiseks ühe päeva. ",
224
- "other": "Pärast pileti ostmist on sinu kogumiku filmid sinu kontol vaatamiseks {{.Count}} päeva. "
225
- },
226
- "shopping_info_watch_window_explanation2_bundle": {
227
- "one": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et film lõpuni vaadata.",
228
- "other": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et filmid lõpuni vaadata."
229
- },
230
- "shopping_info_watch_window_explanation_season": {
231
- "one": "Pärast pileti ostmist on hooaeg sinu kontol vaatamiseks ühe päeva. ",
232
- "other": "Pärast pileti ostmist on hooaeg sinu kontol vaatamiseks {{.Count}} päeva. "
233
- },
234
- "shopping_info_watch_window_explanation2_season": {
235
- "one": "Kui vajutad 'Vaata', on sul on aega 30 tundi, et filmid lõpuni vaadata.",
236
- "other": "Kui vajutad Play / Mängi konkreetse episoodi aknas, algab esitamine ja sul on {{.Count}} tundi episoodi vaatamiseks."
237
- },
238
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Boonus" },
239
-
240
- "shopping_enter_card_prompt": { "other": "Sisesta oma krediitkaardi andmed, et lõpetada {{.Verb}}." },
241
-
242
- "shopping_terms": { "other": "Tehingu lõpetamisel nõustud <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">kasutustingimustega</a>."},
243
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} soodustus on rakendatud." },
244
- "shopping_discount_apply": { "other": "Rakenda" },
245
- "shopping_discount_code": { "other": "Sisesta sooduskood." },
246
- "shopping_discount_have_code": { "other": "Mul on sooduskood" },
247
-
248
- "shopping_price_you_pay": { "other": "Sina maksad" },
249
- "shopping_price_nothing": { "other": "Mitte midagi" },
250
- "shopping_price_free": { "other": "Tasuta" },
251
-
252
- "shopping_auth_directions": { "other": "Vajalik on konto olemasolu. Palun sisesta oma e-posti aadress." },
253
-
254
- "shopping_error_in_library": { "other": "{{.Title}} on juba sinu filmide hulgas." },
255
-
256
- "shopping_error_missing_card": { "other": "Palun sisesta oma krediitkaardi andmed." },
257
- "shopping_error_title": { "other": "Juhtus viga. " },
258
- "shopping_error_incorrect_cvc": { "other": "Palun sisesta kehtiv CVV." },
259
- "shopping_error_invalid_cvc": { "other": "Palun sisesta kehtiv CVV." },
260
- "shopping_error_incorrect_number": { "other": "Palun sisesta kehtiv krediitkaardi number." },
261
- "shopping_error_invalid_number": { "other": "Palun sisesta kehtiv krediitkaardi number." },
262
- "shopping_error_card_declined": { "other": "Krediitkaart on tagasi lükatud." },
263
- "shopping_error_invalid_expiry_month": { "other": "Palun sisesta kehtiv aegumise tähtaeg." },
264
- "shopping_error_invalid_expiry_year": { "other": "Palun sisesta kehtiv aegumise tähtaeg." },
265
- "shopping_error_expired_card": { "other": "Krediitkaart on aegunud." },
266
- "shopping_error_creditcard_country_mismatch": { "other": "Sinu {{.Ownership}} ei ole lõpule viidud. Sa pead asuma samas riigis, kus krediitkaart on väljastatud. Palun kasuta maksmiseks teist krediitkaarti." },
267
- "shopping_error_proxy_detected": { "other": "Sinu {{.Ownership}} ei ole lõpule viidud. Oleme tuvastanud, et sa kasutad proxy teenust või unblockerit. Palun sulge need teenused ja proovi uuesti." },
268
-
269
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
270
- "shopping_error_discount_blank": { "other": "Palun sisesta sooduskood." },
271
- "shopping_error_discount_not_applied": { "other": "Palun sisesta kehtiv sooduskood." },
272
- "shopping_error_discount_invalid": { "other": "Palun sisesta kehtiv sooduskood." },
273
- "shopping_error_discount_disabled": { "other": "Palun sisesta kehtiv sooduskood." },
274
- "shopping_error_discount_already_applied": { "other": "Sooduskood on selle sessiooni jaoks juba kasutatud." },
275
- "shopping_error_discount_already_redeemed": { "other": "Sooduskood on juba kasutatud." },
276
- "shopping_error_discount_used_previously": { "other": "Sooduskood on juba kasutatud." },
277
- "shopping_error_discount_max_limit": { "other": "Sooduskoodi ei saa enam kasutada." },
278
- "shopping_error_discount_expired": { "other": "Sooduskood on aegunud." },
279
- "shopping_error_discount_invalid_ownership_buy": { "other": "Sooduskoodi ei saa ostu juures kasutada." },
280
- "shopping_error_discount_invalid_ownership_rent": { "other": "Sooduskoodi ei saa ostu juures kasutada." },
281
- "shopping_error_discount_invalid_item": { "other": "Sooduskoodi ei saa antud toote juures kasutada." },
282
- "shopping_error_discount_invalid_pricing_region": { "other": "Sooduskoodi ei saa sinu riigis kasutada." },
283
- "shopping_error_discounts_not_allowed": { "other": "Sooduskoodi ei saa kasutada." },
284
- "shopping_error_discount_disallowed_on_bundles": { "other": "Sooduskoodi ei saa kogumike juures kasutada." },
285
- "shopping_error_payment_intent_authentication_failure": { "other": "Krediitkaart on tagasi lükatud. Palun proovi uuesti." },
286
-
287
- "shopping_complete_rental": { "other": "Õnnestus!" },
288
- "shopping_complete_rental_period": {
289
- "one": "Sul on nüüd aega 30 tundi, et film lõpuni vaadata.",
290
- "other": "Alusta filmi vaatamisega {{.Count}} päeva jooksul."
291
- },
292
- "shopping_complete_purchase": { "other": "Täname, et ostsid {{.Title}}." },
293
- "shopping_complete_credit_purchase": { "other": "Täname, et ostsid {{.Title}}, {{.CreditTotal}} lisati sinu kontole." },
294
- "shopping_complete_purchase_coming_soon": { "other": "Saad hakata filmi vaatama alates {{.Date}}." },
295
- "shopping_complete_receipt": { "other": "Makse kinnitus saadeti sinu e-posti aadressile." },
296
- "shopping_complete_library_link": { "other": "Saad nüüd kogumikus olevaid filme vaatama hakata." },
297
- "shopping_complete_plan": {
298
- "other": "Teie ost {{ .Title }} oli edukas."
299
- },
300
- "shopping_complete_rental_watch_window_start": {
301
- "one": "Saad filmi vaatamist alustada {{.Count}} päeva jooksul.",
302
- "other": "Alusta filmi vaatamisega {{.Count}} päeva jooksul."
303
- },
304
- "shopping_complete_rental_watch_window_end": {
305
- "one": "Pärast filmi esitamise algust on sul aega 30 tundi, et film lõpuni vaadata.",
306
- "other": "Pärast filmi esituse alustamist on sul aega {{.Count}} tundi selle lõpuni vaatamiseks."
307
- },
308
- "shopping_complete_rental_coming_soon": {
309
- "one": "Saad filmi vaadata alates {{.Date}} ja sinu pilet kehtib üks päev.",
310
- "other": "Saad filmi vaadata alates {{.Date}} ja sinu pilet on aktiivne {{.Count}} päeva."
311
- },
312
- "shopping_complete_rental_coming_soon_watch_window_start": {
313
- "one": "Saad filmi vaadata alates {{.Date}} ja sinu pilet kehtib üks päev.",
314
- "other": "Saad filmi vaadata alates {{.Date}} ja sinu pilet on aktiivne {{.Count}} päeva."
315
- },
316
-
317
- "shopping_action_rent": { "other": "Osta pilet" },
318
- "shopping_action_buy": { "other": "Osta" },
319
-
320
- "meta_detail_cast_title": { "other": "Osades" },
321
- "meta_detail_crew_title": { "other": "Meeskond" },
322
- "meta_detail_languages": { "one": "Keeled", "other": "Keeled" },
323
- "meta_detail_studios": { "one": "Stuudiod", "other": "Stuudiod" },
324
- "meta_detail_countries": { "one": "Riigid", "other": "Riigid" },
325
- "meta_detail_subtitles": { "other": "Subtiitrid" },
326
- "meta_detail_episodes_title": { "other": "Episoodid" },
327
- "meta_detail_bonus_title": { "other": "Lisasisu" },
328
- "meta_detail_recommendations_title": { "other": "Sulle võib veel meeldida" },
329
- "meta_detail_bundle_items_title": { "other": "Kogumik sisaldab" },
330
-
331
- "bundle_items_all_films": { "other": "{{.Count}} filmi" },
332
- "bundle_items_all_seasons": { "other": "{{.Count}} hooaega" },
333
- "bundle_items_mixed": { "other": "{{.Count}} filmi ja hooaega" },
334
- "userwishlist_page_header": { "other": "Minu nimekiri" },
335
- "userwishlist_slider_header": { "other": "Minu nimekiri" },
336
- "userwishlist_empty_header": { "other": "Sinu nimekiri on tühi." },
337
- "userwishlist_empty_content": { "other": "Täida see <a href=\"{{.HomeURL}}\">meie valikust</a>." },
338
- "userwishlist_button_add": { "other": "Lisa minu nimekirja" },
339
- "userwishlist_button_remove": { "other": "Minu nimekiri" },
340
- "userwishlist_button_add_compact": { "other": "Minu nimekiri" },
341
- "userwishlist_button_remove_compact": { "other": "Minu nimekiri" },
342
-
343
- "activatedevice_page_header": { "other": "Activate Device" },
344
- "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." },
345
- "activatedevice_form_pin": { "other": "PIN Code" },
346
- "activatedevice_form_submit": { "other": "Activate" },
347
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
348
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
349
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
350
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
351
-
352
- "userdevices_page_header": { "other": "Seadmed" },
353
- "userdevices_page_content": {
354
- "one": "Seade lisatakse selle kasutamisel automaatselt. Seadmete hulka võib kuuluda kuni {{.Count}} seadet.",
355
- "other": "Seade lisatakse selle kasutamisel automaatselt. Seadmete hulka võib kuuluda kuni {{.Count}} seadet."
356
- },
357
- "userdevices_empty_content": { "other": "Sul on registreeritud 0 seadet." },
358
- "userdevices_header_type": { "other": "Seadme tüüp" },
359
- "userdevices_header_description": { "other": "Kirjeldus" },
360
- "userdevices_device_added": { "other": "Lisatud {{.Date}}" },
361
- "userdevices_device_actions_delete": { "other": "Eemalda" },
362
- "userdevices_device_actions_cancel": { "other": "Tühista" },
363
- "userdevices_device_actions_confirm": { "other": "Jah, eemalda seade" },
364
- "userdevices_device_deleted": { "other": "(Eemaldatud)" },
365
-
366
- "playlist_page_header": { "other": "Playlist" },
367
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
368
- "playlist_share_title": { "other": "Playlist" },
369
- "playlist_up_next_title": { "other": "Up Next" },
370
-
371
- "pricing_ownership_buy": { "other": "Osta" },
372
- "pricing_ownership_rent": { "other": "Osta pilet" },
373
-
374
- "classification_intro": { "other": "Jaotus: " },
375
- "classification_divider": { "other": " - " },
376
- "classification_outro": { "other": "" },
377
-
378
- "cookie_banner_message": { "other": "Kasutuskogemuse parandamiseks kasutab see leht küpsiseid. Lehte edasi kasutades nõustud <a href=\"{{.CookiePolicyURL}}\">küpsiste kasutamisega</a>." },
379
- "cookie_banner_accept": { "other": "Accept" },
380
-
381
- "all_rights_reserved": { "other": "All rights reserved. No part of this site may be reproduced without our written permission." },
382
-
383
- "users_gender_none": { "other": "Määramata" },
384
- "users_gender_female": { "other": "Naine" },
385
- "users_gender_male": { "other": "Mees" },
386
- "users_gender_diverse": { "other": "Sooneutraalne" },
387
- "users_gender_other": { "other": "Muu" },
388
-
389
- "plan_label_owned": { "other": "" },
390
-
391
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
392
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
393
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
394
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
395
-
396
- "shopping_card_save_card": { "other": "Save this card for future use" },
397
- "shopping_card_button_change": { "other": "Show all saved cards" },
398
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
399
- "shopping_card_existing_expiry": { "other": "(Aegub {{.Card.Expiry}})" },
400
- "shopping_card_existing_expired": { "other": "(expired)" },
401
- "shopping_card_use_other": { "other": "Use a new card" },
402
- "shopping_card_use_new_card": { "other": "Change card" },
403
-
404
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
405
-
406
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
407
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
408
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
409
-
410
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
411
-
412
- "shopping_action_credit": { "other": "shopping_action_credit" },
413
- "shopping_action_plan": { "other": "shopping_action_plan" },
414
-
415
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
416
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
417
-
418
- "shopping_info_rental_period_coming_soon": { "other": "alates avaldamise kuupäevast ja kellaajast." },
419
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
420
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
421
-
422
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
423
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
424
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
425
-
426
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
427
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
428
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
429
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
430
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
431
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
432
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
433
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
434
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
435
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
436
-
437
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
438
-
439
- "availability_coming_soon": { "other": "Tulemas" },
440
- "availability_renting": { "other": "Pilet ostetud" },
441
- "availability_not_available": { "other": "Pole saadaval" },
442
- "availability_in_watch_window": { "other": "Saadaval" },
443
- "availability_sold_out": { "other": "Välja müüdud" },
444
- "availability_available_till": { "other": "Saadaval kuni {{.ExpiryDate}}" },
445
- "availability_not_available_in_country": { "other": "Pole saadaval" },
446
- "availability_available": { "other": "Saadaval {{.ReleaseDate}}" },
447
-
448
- "modal_cancel": { "other": "Tühista" },
449
-
450
- "play": { "other": "Mängi" },
451
-
452
- "combined_auth_signin_prompt": { "other": "Logi sisse" },
453
- "combined_auth_signup_prompt": { "other": "Loo konto" },
454
- "combined_auth_terms": { "other": "Nõustun kõigi <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a>." },
455
- "signup_terms": { "other": "Nõustun kõigi <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a>." },
456
- "validation_terms_required": { "other": "Sa pead nõustuma kasutustingimustega." },
457
- "shopping_error_item_limit_exceeded": { "other": "Kahjuks on {{.Title}} välja müüdud." },
458
- "availability_expires": { "other": "Aegub {{.Expiry}}" },
459
-
460
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
461
-
462
- "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>" },
463
-
464
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
465
- "app_badge_ios": { "other": "Download on the App Store" },
466
- "app_badge_android": { "other": "Get it on Google Play" },
467
-
468
- "shopping_price_title_plan": {
469
- "other": "Hind"
470
- },
471
- "shopping_price_plan_note": {
472
- "zero": "{{ .Interval }} iga .Intervall .",
473
- "one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
474
- "other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
475
- },
476
- "shopping_price_plan_note_interval": {
477
- "one": "{{ .Interval }}",
478
- "other": "{{ .Count }} {{ .Interval }}"
479
- },
480
- "shopping_enter_card_prompt_plan": {
481
- "other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
482
- },
483
- "shopping_action_plan": {
484
- "other": "Täielik"
485
- },
486
- "shopping_complete_subscription": {
487
- "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
488
- },
489
- "shopping_complete_subscription_browse": {
490
- "other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
491
- },
492
- "shopping_info_plan_offer": {
493
- "one": "{{ .Interval }} automaatselt iga .intervall",
494
- "other": "{{ .Count }} automaatselt iga {{ .Interval }}"
495
- },
496
- "shopping_info_trial_period_offer": {
497
- "one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
498
- "other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
499
- },
500
- "plans_page_header": {
501
- "other": "Saadaolevad plaanid"
502
- },
503
- "plan_label_owned": {
504
- "other": "See plaan kuulub teile"
505
- },
506
- "plan_expiry_date": {
507
- "other": "Müük suletakse:"
508
- },
509
- "plan_read_more": {
510
- "other": "Leia rohkem"
511
- },
512
- "plan_page_read_more": {
513
- "other": "Loe rohkem"
514
- },
515
- "plan_page_header_text": {
516
- "other": "Nautige {{ .Name }}"
517
- },
518
- "page_plan_explore_intro": {
519
- "other": "VÕI"
520
- },
521
- "page_plan_explore_link": {
522
- "other": "Avastage teisi pääsmeid"
523
- },
524
- "plan_showcase_page_ownership_button_buy": {
525
- "other": "Osta kohe"
526
- },
527
- "plan_free_link_text": {
528
- "other": "Registreeru tasuta"
529
- },
530
- "awards_nominated_for": {
531
- "other": "Kandideeritud"
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Seaded"
7
+ },
8
+ "powered_by": {
9
+ "other": "Toiteallikaks"
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": "koostöös"
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": "Inglise"
28
+ },
29
+ "fr": {
30
+ "other": "prantsuse keel"
31
+ },
32
+ "episode_name": {
33
+ "other": "Episood"
34
+ },
35
+ "season_name": {
36
+ "other": "Hooaeg"
37
+ },
38
+ "seasons": {
39
+ "one": "üks hooaeg",
40
+ "other": "{{.Count}} hooaega"
41
+ },
42
+ "tvseason": {
43
+ "other": "{{.ShowInfo.Title}} Hooaeg {{.Season.SeasonNumber}}"
44
+ },
45
+ "tvseason_html": {
46
+ "other": "{{.ShowInfo.Title}} <span>Hooaeg {{.Season.SeasonNumber}}</span>"
47
+ },
48
+ "tvepisode": {
49
+ "other": "{{.Episode.Title}}"
50
+ },
51
+ "tvseason_number": {
52
+ "other": "Hooaeg {{.Season.SeasonNumber}}"
53
+ },
54
+ "episode_count": {
55
+ "one": "1 Episood",
56
+ "other": "{{.Count}} Episoodi"
57
+ },
58
+ "date_day": {
59
+ "other": "Päev"
60
+ },
61
+ "date_month": {
62
+ "other": "Kuu"
63
+ },
64
+ "date_year": {
65
+ "other": "Aasta"
66
+ },
67
+ "404_page_header": {
68
+ "other": "Lehte ei leitud..."
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Vabandame, näib, otsitud lehte ei eksisteeri.</p><p>Selle asukoht võib olla muutunud või on see kustutatud. Või tegid sa kirjutamisel vea.</p><p>Proovi minna tagasi avalehele ja otsi uuesti.</p><p><a href=\"{{.URL}}\">Tagasi lehele.</a></p>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Logi sisse"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Loo konto"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Sisse logitud kui"
84
+ },
85
+ "nav_library": {
86
+ "other": "Minu filmid"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Minu seadmed"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Minu nimekiri"
93
+ },
94
+ "nav_account": {
95
+ "other": "Minu konto"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Logi välja"
99
+ },
100
+ "play_trailer": {
101
+ "other": "Treiler"
102
+ },
103
+ "runtime_hours": {
104
+ "other": "h"
105
+ },
106
+ "runtime_minutes": {
107
+ "other": "min"
108
+ },
109
+ "datetime_today": {
110
+ "other": "täna {{.Date}}"
111
+ },
112
+ "datetime_tomorrow": {
113
+ "other": "homme {{.Date}}"
114
+ },
115
+ "datetime_yesterday": {
116
+ "other": "eile {{.Date}}"
117
+ },
118
+ "datetime_next": {
119
+ "other": "{{.Date}}"
120
+ },
121
+ "datetime_last": {
122
+ "other": "eelmine {{.Date}}"
123
+ },
124
+ "search_control_placeholder": {
125
+ "other": "Otsing"
126
+ },
127
+ "search_control_submit": {
128
+ "other": "Otsi"
129
+ },
130
+ "play_button_watch": {
131
+ "other": "Vaata"
132
+ },
133
+ "play_button_resume": {
134
+ "other": "Jätka"
135
+ },
136
+ "social_media_buttons_title": {
137
+ "other": "Jaga"
138
+ },
139
+ "social_media_buttons_facebook": {
140
+ "other": "Jaga Facebookis"
141
+ },
142
+ "social_media_buttons_twitter": {
143
+ "other": "Jaga Twitteris"
144
+ },
145
+ "social_media_buttons_linkedin": {
146
+ "other": "Jaga Linkedinis"
147
+ },
148
+ "social_media_buttons_email": {
149
+ "other": "Jaga meili teel"
150
+ },
151
+ "social_media_buttons_email_subject": {
152
+ "other": "Lingi jagamine"
153
+ },
154
+ "social_media_buttons_copied_link": {
155
+ "other": "Link on lõikelauale kopeeritud!"
156
+ },
157
+ "social_media_buttons_copy_link": {
158
+ "other": "Kopeerida lõikelauale"
159
+ },
160
+ "accept_invite_page_header": {
161
+ "other": "Tere tulemast "
162
+ },
163
+ "acceptinvite_form_invalid_reset_password_token": {
164
+ "other": "Näib, et sa oled kutse juba vastu võtnud. Sa peaksid hoopis <a href=\"{{.SigninURL}}\">sisse logima</a>. Kui oled salasõna unustanud, saad selle <a href=\"{{.ForgotPasswordURL}}\">uuendada</a>."
165
+ },
166
+ "acceptinvite_complete": {
167
+ "other": "Aitäh! Sinu konto on loodud."
168
+ },
169
+ "acceptinvite_form_submit": {
170
+ "other": "Võta kutse vastu."
171
+ },
172
+ "acceptinvite_agreement": {
173
+ "other": "Vajutades Võta kutse vastu kinnitad, et oled lugenud ja nõustud <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a> ja <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privaatsustingimustega</a>."
174
+ },
175
+ "signup_page_header": {
176
+ "other": "Loo uus konto"
177
+ },
178
+ "signup_form_name": {
179
+ "other": "Nimi"
180
+ },
181
+ "signup_form_email": {
182
+ "other": "E-posti aadress"
183
+ },
184
+ "signup_form_password": {
185
+ "other": "Salasõna"
186
+ },
187
+ "signup_form_password_confirmation": {
188
+ "other": "Kinnita salasõna"
189
+ },
190
+ "signup_form_gender": {
191
+ "other": "Sugu"
192
+ },
193
+ "signup_form_dob": {
194
+ "other": "Sünniaeg"
195
+ },
196
+ "signup_form_submit": {
197
+ "other": "Saada"
198
+ },
199
+ "signin_page_header": {
200
+ "other": "Logi sisse"
201
+ },
202
+ "signin_form_email": {
203
+ "other": "E-posti aadress"
204
+ },
205
+ "signin_form_password": {
206
+ "other": "Salasõna"
207
+ },
208
+ "signin_form_remember": {
209
+ "other": "Pea mind meeles"
210
+ },
211
+ "signin_form_submit": {
212
+ "other": "Saada"
213
+ },
214
+ "signin_page_forgotpassword": {
215
+ "other": "Unustasid salasõna?"
216
+ },
217
+ "signin_page_createnewaccount": {
218
+ "other": "Sul pole kontot? Loo uus konto. "
219
+ },
220
+ "signup_page_alreadyhaveanaccount": {
221
+ "other": "Sul juba on konto? Logi sisse."
222
+ },
223
+ "signup_form_error_email_already_in_use": {
224
+ "other": "E-posti aadress on juba kasutusel."
225
+ },
226
+ "signin_form_error_incorrect_credentials": {
227
+ "other": "Kasutajanimi või salasõna ei kehti."
228
+ },
229
+ "signin_form_error_ip_throttled": {
230
+ "other": "Teil pole liiga palju kordi sisselogimine ebaõnnestunud. Palun proovi hiljem uuesti."
231
+ },
232
+ "signin_form_error_account_suspended": {
233
+ "other": "Sinu konto on ajutiselt suletud. Kui arvate, et see on eksitus, võtke ühendust administraatoriga."
234
+ },
235
+ "signup_form_error_forbidden": {
236
+ "other": "On juhtunud viga."
237
+ },
238
+ "combined_auth_continue": {
239
+ "other": "Jätka"
240
+ },
241
+ "combined_auth_change": {
242
+ "other": "Muuda"
243
+ },
244
+ "combined_auth_signin": {
245
+ "other": "Logi sisse"
246
+ },
247
+ "combined_auth_signup": {
248
+ "other": "Loo konto"
249
+ },
250
+ "combined_auth_signin_password": {
251
+ "other": "Sisse logimiseks sisesta palun oma salasõna."
252
+ },
253
+ "combined_auth_signin_error_incorrect_credentials": {
254
+ "other": "Vale salasõna."
255
+ },
256
+ "combined_auth_error_forbidden": {
257
+ "other": "On juhtunud viga."
258
+ },
259
+ "combined_auth_error_too_many_requests": {
260
+ "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti."
261
+ },
262
+ "forgotpassword_page_header": {
263
+ "other": "Lähtesta oma salasõna"
264
+ },
265
+ "forgotpassword_form_email": {
266
+ "other": "E-posti aadress"
267
+ },
268
+ "forgotpassword_form_submit": {
269
+ "other": "Lähtesta"
270
+ },
271
+ "forgotpassword_form_error_email_doesnt_exist": {
272
+ "other": "Sellise e-posti aadressiga kontot ei ole."
273
+ },
274
+ "forgotpassword_form_error_account_suspended": {
275
+ "other": "Konto on peatatud."
276
+ },
277
+ "forgotpassword_complete": {
278
+ "other": "Aitäh! Salasõna lähtestamise e-kiri peaks kohe su postkasti jüudma."
279
+ },
280
+ "forgotpassword_form_error_forbidden": {
281
+ "other": "On toimunud viga."
282
+ },
283
+ "forgotpassword_form_error_too_many_requests": {
284
+ "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti."
285
+ },
286
+ "resetpassword_page_header": {
287
+ "other": "Muuda oma salasõna"
288
+ },
289
+ "resetpassword_form_invalid_reset_password_token": {
290
+ "other": "Näib, et salasõna lähtestamisel läks midagi valesti. Palun täida <a href=\"{{.URL}}\">salasõna lähtestamise vorm</a> uuesti."
291
+ },
292
+ "resetpassword_form_password": {
293
+ "other": "Uus salasõna"
294
+ },
295
+ "resetpassword_form_password2": {
296
+ "other": "Kinnita uus salasõna"
297
+ },
298
+ "resetpassword_form_submit": {
299
+ "other": "Muuda"
300
+ },
301
+ "resetpassword_complete": {
302
+ "other": "Aitäh! Sinu salasõna on muudetud ja oled sisse logitud."
303
+ },
304
+ "resetpassword_form_error_invalid_reset_password_token": {
305
+ "other": "Salasõna lähtestamise päring ebaõnnestus. Palun proovi hiljem uuesti."
306
+ },
307
+ "resetpassword_form_error_reset_password_token_expired": {
308
+ "other": "Salasõna lähtestamise võti on aegunud. Palun täida salasõna lähtestamise vorm uuesti."
309
+ },
310
+ "resetpassword_form_error_too_many_requests": {
311
+ "other": "Liiga palju taotlusi. Palun proovi hiljem uuesti."
312
+ },
313
+ "account_page_header": {
314
+ "other": "Minu konto"
315
+ },
316
+ "account_form_name": {
317
+ "other": "Nimi"
318
+ },
319
+ "account_form_email": {
320
+ "other": "E-posti aadress"
321
+ },
322
+ "account_form_password": {
323
+ "other": "Salasõna"
324
+ },
325
+ "account_form_change_password": {
326
+ "other": "Muuda"
327
+ },
328
+ "account_form_gender": {
329
+ "other": "Sugu"
330
+ },
331
+ "account_form_dob": {
332
+ "other": "Sünniaeg"
333
+ },
334
+ "account_form_submit": {
335
+ "other": "Uuenda"
336
+ },
337
+ "account_form_submitted": {
338
+ "other": "Uuendatud"
339
+ },
340
+ "account_form_password_changed": {
341
+ "other": "Uuendatud"
342
+ },
343
+ "account_form_error_incorrect_password": {
344
+ "other": "Salasõna ei kehti."
345
+ },
346
+ "signup_form_optin": {
347
+ "other": "Liitu uudiskirjaga"
348
+ },
349
+ "passwordconfirmation_modal_header": {
350
+ "other": "Kinnita salasõna"
351
+ },
352
+ "passwordconfirmation_modal_label": {
353
+ "other": "Muudatuste salvestamiseks palun sisesta oma salasõna."
354
+ },
355
+ "passwordconfirmation_modal_confirm": {
356
+ "other": "Kinnita"
357
+ },
358
+ "changepassword_modal_header": {
359
+ "other": "Muuda oma salasõna"
360
+ },
361
+ "changepassword_modal_currentpassword": {
362
+ "other": "Praegune salasõnaa"
363
+ },
364
+ "changepassword_modal_password": {
365
+ "other": "Uus salasõna"
366
+ },
367
+ "changepassword_modal_password2": {
368
+ "other": "Kinnita uus salasõna"
369
+ },
370
+ "changepassword_modal_submit": {
371
+ "other": "Uuenda"
372
+ },
373
+ "changepassword_modal_error_incorrect_password": {
374
+ "other": "Salasõna ei kehti."
375
+ },
376
+ "userlibrary_page_header": {
377
+ "other": "Minu filmid"
378
+ },
379
+ "userlibrary_empty_header": {
380
+ "other": "Otsingu tulemused"
381
+ },
382
+ "userlibrary_empty_content": {
383
+ "other": "Täida nimekiri meie <a href=\"{{.HomeURL}}\">valikust</a>. "
384
+ },
385
+ "searchresults_page_header": {
386
+ "other": "Otsingu tulemused"
387
+ },
388
+ "searchresults_load_more": {
389
+ "other": "Lae {{.Count}} veel"
390
+ },
391
+ "searchresults_total": {
392
+ "one": "Leitud {{.Count}} vastust otsingule \"{{.Query}}\".",
393
+ "other": "Leitud {{.Count}} vastust otsingule \"{{.Query}}\"."
394
+ },
395
+ "searchresults_empty_header": {
396
+ "other": "Otsingule \"{{.Query}}\" ei leitud vastuseid"
397
+ },
398
+ "searchresults_empty_content": {
399
+ "other": "Proovi uut otsingut või <a href=\"{{.HomeURL}}\">lehitse</a>."
400
+ },
401
+ "validation_name_required": {
402
+ "other": "Palun sisesta oma nimi."
403
+ },
404
+ "validation_email_required": {
405
+ "other": "Palun sisesta oma e-posti aadress."
406
+ },
407
+ "validation_email_email": {
408
+ "other": "Palun sisesta kehtiv e-posti aadress."
409
+ },
410
+ "validation_currentpassword_required": {
411
+ "other": "Palun sisesta praegune salasõna."
412
+ },
413
+ "validation_password_required": {
414
+ "other": "Palun sisesta uus salasõna."
415
+ },
416
+ "validation_password2_required": {
417
+ "other": "Kinnita uus salasõna."
418
+ },
419
+ "validation_password2_match": {
420
+ "other": "Salasõnad on erinevad."
421
+ },
422
+ "validation_password_minlength": {
423
+ "other": "Palun sisesta vähemalt {{.Count}} tähte."
424
+ },
425
+ "validation_promocode_required": {
426
+ "other": "Palun sisesta sooduskood."
427
+ },
428
+ "validation_pincode_required": {
429
+ "other": "Sisestage PIN-kood."
430
+ },
431
+ "validation_gender_required": {
432
+ "other": "Palun vali sulle sobivaim sugu."
433
+ },
434
+ "validation_dob_required": {
435
+ "other": "Palun sisesta oma sünniaeg."
436
+ },
437
+ "validation_dob_date": {
438
+ "other": "Palun sisesta korrektne sünniaeg."
439
+ },
440
+ "shopping_info_subtitle_hd": {
441
+ "other": "HD-video nõudmisel."
442
+ },
443
+ "shopping_info_subtitle_sd": {
444
+ "other": "Tutvu nõuetega süsteemile."
445
+ },
446
+ "shopping_info_subtitle_wallet": {
447
+ "other": "Teie Walletis olevaid vahendeid võib kasutada ScreenPlusis mis tahes sisu ostmiseks või rentimiseks."
448
+ },
449
+ "shopping_info_subtitle_help": {
450
+ "other": "Tutvu süsteeminõuetega."
451
+ },
452
+ "shopping_info_ownership_buy": {
453
+ "other": "ost"
454
+ },
455
+ "shopping_info_ownership_rent": {
456
+ "other": "pilet"
457
+ },
458
+ "shopping_info_sd_only": {
459
+ "other": "Piiratud ainult SD taasesitusega."
460
+ },
461
+ "shopping_info_release_date_title": {
462
+ "other": "Film on vaadatav alates {{.Date}}. "
463
+ },
464
+ "shopping_info_release_date_explanation_rent": {
465
+ "other": "Pileti võid osta juba praegu, kuid film avaneb antud kuupäeval."
466
+ },
467
+ "shopping_info_release_date_explanation_buy": {
468
+ "other": "Pileti võid osta juba praegu, kuid film avaneb antud kuupäeval."
469
+ },
470
+ "shopping_info_available_until_date_title": {
471
+ "other": "Vaadatav kuni {{.Date}}. "
472
+ },
473
+ "shopping_info_available_until_date_explanation_rent": {
474
+ "other": "Pärast antud kuupäeva ei saa filmi enam vaadata."
475
+ },
476
+ "shopping_info_available_until_date_explanation_buy": {
477
+ "other": "Pärast antud kuupäeva ei saa filmi enam vaadata."
478
+ },
479
+ "duration_hour": {
480
+ "one": "1 tund",
481
+ "other": "{{.Count}} tundi"
482
+ },
483
+ "duration_day": {
484
+ "one": "1 päev",
485
+ "other": "{{.Count}} päeva"
486
+ },
487
+ "shopping_info_rental_period_duration": {
488
+ "other": "Pilet kehtib {{.ValueUnit}} "
489
+ },
490
+ "shopping_info_watch_window_duration": {
491
+ "other": "{{.Count}} tunnine vaatamise periood. "
492
+ },
493
+ "shopping_info_watch_window_explanation_film": {
494
+ "one": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. ",
495
+ "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} jooksul. "
496
+ },
497
+ "shopping_info_watch_window_explanation2_film": {
498
+ "one": "Kui vajutad 'Vaata', algab filmi esitamine ja sul on aega 30 tundi, et film lõpuni vaadata.",
499
+ "other": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et film lõpuni vaadata."
500
+ },
501
+ "shopping_info_watch_window_explanation_bundle": {
502
+ "one": "Pärast pileti ostmist on sinu kogumiku filmid sinu kontol vaatamiseks ühe päeva. ",
503
+ "other": "Pärast pileti ostmist on sinu kogumiku filmid sinu kontol vaatamiseks {{.Count}} päeva. "
504
+ },
505
+ "shopping_info_watch_window_explanation2_bundle": {
506
+ "one": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et film lõpuni vaadata.",
507
+ "other": "Kui vajutad 'Vaata', on sul on aega {{.Count}} tundi, et filmid lõpuni vaadata."
508
+ },
509
+ "shopping_info_watch_window_explanation_season": {
510
+ "one": "Pärast pileti ostmist on hooaeg sinu kontol vaatamiseks ühe päeva. ",
511
+ "other": "Pärast pileti ostmist on hooaeg sinu kontol vaatamiseks {{.Count}} päeva. "
512
+ },
513
+ "shopping_info_watch_window_explanation2_season": {
514
+ "one": "Kui vajutad 'Vaata', on sul on aega 30 tundi, et filmid lõpuni vaadata.",
515
+ "other": "Kui vajutad Play / Mängi konkreetse episoodi aknas, algab esitamine ja sul on {{.Count}} tundi episoodi vaatamiseks."
516
+ },
517
+ "shopping_info_credit_bonus_title": {
518
+ "other": "{{.BonusPercentage}}% Boonus"
519
+ },
520
+ "shopping_enter_card_prompt": {
521
+ "other": "Sisesta oma krediitkaardi andmed, et lõpetada {{.Verb}}."
522
+ },
523
+ "shopping_terms": {
524
+ "other": "Tehingu lõpetamisel nõustud <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">kasutustingimustega</a>."
525
+ },
526
+ "shopping_discount_applied": {
527
+ "other": "{{.DiscountAmount}} soodustus on rakendatud."
528
+ },
529
+ "shopping_discount_apply": {
530
+ "other": "Rakenda"
531
+ },
532
+ "shopping_discount_code": {
533
+ "other": "Sisesta sooduskood."
534
+ },
535
+ "shopping_discount_have_code": {
536
+ "other": "Mul on sooduskood"
537
+ },
538
+ "shopping_price_you_pay": {
539
+ "other": "Sina maksad"
540
+ },
541
+ "shopping_price_nothing": {
542
+ "other": "Mitte midagi"
543
+ },
544
+ "shopping_price_free": {
545
+ "other": "Tasuta"
546
+ },
547
+ "shopping_auth_directions": {
548
+ "other": "Vajalik on konto olemasolu. Palun sisesta oma e-posti aadress."
549
+ },
550
+ "shopping_error_in_library": {
551
+ "other": "{{.Title}} on juba sinu filmide hulgas."
552
+ },
553
+ "shopping_error_missing_card": {
554
+ "other": "Palun sisesta oma krediitkaardi andmed."
555
+ },
556
+ "shopping_error_title": {
557
+ "other": "Juhtus viga. "
558
+ },
559
+ "shopping_error_incorrect_cvc": {
560
+ "other": "Palun sisesta kehtiv CVV."
561
+ },
562
+ "shopping_error_invalid_cvc": {
563
+ "other": "Palun sisesta kehtiv CVV."
564
+ },
565
+ "shopping_error_incorrect_number": {
566
+ "other": "Palun sisesta kehtiv krediitkaardi number."
567
+ },
568
+ "shopping_error_invalid_number": {
569
+ "other": "Palun sisesta kehtiv krediitkaardi number."
570
+ },
571
+ "shopping_error_card_declined": {
572
+ "other": "Krediitkaart on tagasi lükatud."
573
+ },
574
+ "shopping_error_invalid_expiry_month": {
575
+ "other": "Palun sisesta kehtiv aegumise tähtaeg."
576
+ },
577
+ "shopping_error_invalid_expiry_year": {
578
+ "other": "Palun sisesta kehtiv aegumise tähtaeg."
579
+ },
580
+ "shopping_error_expired_card": {
581
+ "other": "Krediitkaart on aegunud."
582
+ },
583
+ "shopping_error_creditcard_country_mismatch": {
584
+ "other": "Sinu {{.Ownership}} ei ole lõpule viidud. Sa pead asuma samas riigis, kus krediitkaart on väljastatud. Palun kasuta maksmiseks teist krediitkaarti."
585
+ },
586
+ "shopping_error_proxy_detected": {
587
+ "other": "Sinu {{.Ownership}} ei ole lõpule viidud. Oleme tuvastanud, et sa kasutad proxy teenust või unblockerit. Palun sulge need teenused ja proovi uuesti."
588
+ },
589
+ "shopping_error_discount_worn_out": {
590
+ "other": "Seda sooduskoodi ei saa enam kasutada."
591
+ },
592
+ "shopping_error_discount_blank": {
593
+ "other": "Palun sisesta sooduskood."
594
+ },
595
+ "shopping_error_discount_not_applied": {
596
+ "other": "Palun sisesta kehtiv sooduskood."
597
+ },
598
+ "shopping_error_discount_invalid": {
599
+ "other": "Palun sisesta kehtiv sooduskood."
600
+ },
601
+ "shopping_error_discount_disabled": {
602
+ "other": "Palun sisesta kehtiv sooduskood."
603
+ },
604
+ "shopping_error_discount_already_applied": {
605
+ "other": "Sooduskood on selle sessiooni jaoks juba kasutatud."
606
+ },
607
+ "shopping_error_discount_already_redeemed": {
608
+ "other": "Sooduskood on juba kasutatud."
609
+ },
610
+ "shopping_error_discount_used_previously": {
611
+ "other": "Sooduskood on juba kasutatud."
612
+ },
613
+ "shopping_error_discount_max_limit": {
614
+ "other": "Sooduskoodi ei saa enam kasutada."
615
+ },
616
+ "shopping_error_discount_expired": {
617
+ "other": "Sooduskood on aegunud."
618
+ },
619
+ "shopping_error_discount_invalid_ownership_buy": {
620
+ "other": "Sooduskoodi ei saa ostu juures kasutada."
621
+ },
622
+ "shopping_error_discount_invalid_ownership_rent": {
623
+ "other": "Sooduskoodi ei saa ostu juures kasutada."
624
+ },
625
+ "shopping_error_discount_invalid_item": {
626
+ "other": "Sooduskoodi ei saa antud toote juures kasutada."
627
+ },
628
+ "shopping_error_discount_invalid_pricing_region": {
629
+ "other": "Sooduskoodi ei saa sinu riigis kasutada."
630
+ },
631
+ "shopping_error_discounts_not_allowed": {
632
+ "other": "Sooduskoodi ei saa kasutada."
633
+ },
634
+ "shopping_error_discount_disallowed_on_bundles": {
635
+ "other": "Sooduskoodi ei saa kogumike juures kasutada."
636
+ },
637
+ "shopping_error_payment_intent_authentication_failure": {
638
+ "other": "Krediitkaart on tagasi lükatud. Palun proovi uuesti."
639
+ },
640
+ "shopping_complete_rental": {
641
+ "other": "Õnnestus!"
642
+ },
643
+ "shopping_complete_rental_period": {
644
+ "one": "Sul on nüüd aega 30 tundi, et film lõpuni vaadata.",
645
+ "other": "Alusta filmi vaatamisega {{.Count}} päeva jooksul."
646
+ },
647
+ "shopping_complete_purchase": {
648
+ "other": "Täname, et ostsid {{.Title}}."
649
+ },
650
+ "shopping_complete_credit_purchase": {
651
+ "other": "Täname, et ostsid {{.Title}}, {{.CreditTotal}} lisati sinu kontole."
652
+ },
653
+ "shopping_complete_purchase_coming_soon": {
654
+ "other": "Saad hakata filmi vaatama alates {{.Date}}."
655
+ },
656
+ "shopping_complete_receipt": {
657
+ "other": "Makse kinnitus saadeti sinu e-posti aadressile."
658
+ },
659
+ "shopping_complete_library_link": {
660
+ "other": "Saad nüüd kogumikus olevaid filme vaatama hakata."
661
+ },
662
+ "shopping_complete_plan": {
663
+ "other": "Teie ost {{ .Title }} oli edukas."
664
+ },
665
+ "shopping_complete_rental_watch_window_start": {
666
+ "one": "Saad filmi vaatamist alustada {{.Count}} päeva jooksul.",
667
+ "other": "Alusta filmi vaatamisega {{.Count}} päeva jooksul."
668
+ },
669
+ "shopping_complete_rental_watch_window_end": {
670
+ "one": "Pärast filmi esitamise algust on sul aega 30 tundi, et film lõpuni vaadata.",
671
+ "other": "Pärast filmi esituse alustamist on sul aega {{.Count}} tundi selle lõpuni vaatamiseks."
672
+ },
673
+ "shopping_complete_rental_coming_soon": {
674
+ "one": "Saad filmi vaadata alates {{.Date}} ja sinu pilet kehtib üks päev.",
675
+ "other": "Saad filmi vaadata alates {{.Date}} ja sinu pilet on aktiivne {{.Count}} päeva."
676
+ },
677
+ "shopping_complete_rental_coming_soon_watch_window_start": {
678
+ "one": "Saad filmi vaadata alates {{.Date}} ja sinu pilet kehtib üks päev.",
679
+ "other": "Saad filmi vaadata alates {{.Date}} ja sinu pilet on aktiivne {{.Count}} päeva."
680
+ },
681
+ "shopping_action_rent": {
682
+ "other": "Osta pilet"
683
+ },
684
+ "shopping_action_buy": {
685
+ "other": "Osta"
686
+ },
687
+ "meta_detail_cast_title": {
688
+ "other": "Osades"
689
+ },
690
+ "meta_detail_crew_title": {
691
+ "other": "Meeskond"
692
+ },
693
+ "meta_detail_languages": {
694
+ "one": "Keeled",
695
+ "other": "Keeled"
696
+ },
697
+ "meta_detail_studios": {
698
+ "one": "Stuudiod",
699
+ "other": "Stuudiod"
700
+ },
701
+ "meta_detail_countries": {
702
+ "one": "Riigid",
703
+ "other": "Riigid"
704
+ },
705
+ "meta_detail_subtitles": {
706
+ "other": "Subtiitrid"
707
+ },
708
+ "meta_detail_captions": {
709
+ "other": "Subtiitrid [CC]"
710
+ },
711
+ "meta_detail_episodes_title": {
712
+ "other": "Episoodid"
713
+ },
714
+ "meta_detail_bonus_title": {
715
+ "other": "Lisasisu"
716
+ },
717
+ "meta_detail_recommendations_title": {
718
+ "other": "Sulle võib veel meeldida"
719
+ },
720
+ "meta_detail_bundle_items_title": {
721
+ "other": "Kogumik sisaldab"
722
+ },
723
+ "bundle_items_all_films": {
724
+ "other": "{{.Count}} filmi"
725
+ },
726
+ "bundle_items_all_seasons": {
727
+ "other": "{{.Count}} hooaega"
728
+ },
729
+ "bundle_items_mixed": {
730
+ "other": "{{.Count}} filmi ja hooaega"
731
+ },
732
+ "userwishlist_page_header": {
733
+ "other": "Minu nimekiri"
734
+ },
735
+ "userwishlist_slider_header": {
736
+ "other": "Minu nimekiri"
737
+ },
738
+ "userwishlist_empty_header": {
739
+ "other": "Sinu nimekiri on tühi."
740
+ },
741
+ "userwishlist_empty_content": {
742
+ "other": "Täida see <a href=\"{{.HomeURL}}\">meie valikust</a>."
743
+ },
744
+ "userwishlist_button_add": {
745
+ "other": "Lisa minu nimekirja"
746
+ },
747
+ "userwishlist_button_remove": {
748
+ "other": "Minu nimekiri"
749
+ },
750
+ "userwishlist_button_add_compact": {
751
+ "other": "Minu nimekiri"
752
+ },
753
+ "userwishlist_button_remove_compact": {
754
+ "other": "Minu nimekiri"
755
+ },
756
+ "activatedevice_page_header": {
757
+ "other": "Aktiveeri Seade"
758
+ },
759
+ "activatedevice_page_content": {
760
+ "other": "PIN-koodi saamiseks järgige seadmes kuvatavaid juhiseid. Aktiveerimiseks peavad teie arvuti ja seade olema Internetiga ühendatud."
761
+ },
762
+ "activatedevice_form_pin": {
763
+ "other": "PIN-koodi"
764
+ },
765
+ "activatedevice_form_submit": {
766
+ "other": "Aktiveerige"
767
+ },
768
+ "activatedevice_form_error_invalid_code": {
769
+ "other": "PIN-koodi ei leitud, proovige uuesti."
770
+ },
771
+ "activatedevice_form_error_pin_not_found": {
772
+ "other": "PIN-koodi ei leitud, proovige uuesti."
773
+ },
774
+ "activatedevice_signin_prompt": {
775
+ "other": "Enne seadme aktiveerimist logige sisse."
776
+ },
777
+ "activatedevice_page_activated": {
778
+ "other": "Täname teid seadme {{.DeviceName}} aktiveerimise eest. Nüüd peaksite saama oma kogu oma teleris või seadmes sirvida."
779
+ },
780
+ "userdevices_page_header": {
781
+ "other": "Seadmed"
782
+ },
783
+ "userdevices_page_content": {
784
+ "one": "Seade lisatakse selle kasutamisel automaatselt. Seadmete hulka võib kuuluda kuni {{.Count}} seadet.",
785
+ "other": "Seade lisatakse selle kasutamisel automaatselt. Seadmete hulka võib kuuluda kuni {{.Count}} seadet."
786
+ },
787
+ "userdevices_empty_content": {
788
+ "other": "Sul on registreeritud 0 seadet."
789
+ },
790
+ "userdevices_header_type": {
791
+ "other": "Seadme tüüp"
792
+ },
793
+ "userdevices_header_description": {
794
+ "other": "Kirjeldus"
795
+ },
796
+ "userdevices_device_added": {
797
+ "other": "Lisatud {{.Date}}"
798
+ },
799
+ "userdevices_device_actions_delete": {
800
+ "other": "Eemalda"
801
+ },
802
+ "userdevices_device_actions_cancel": {
803
+ "other": "Tühista"
804
+ },
805
+ "userdevices_device_actions_confirm": {
806
+ "other": "Jah, eemalda seade"
807
+ },
808
+ "userdevices_device_deleted": {
809
+ "other": "(Eemaldatud)"
810
+ },
811
+ "playlist_page_header": {
812
+ "other": "Esitusloend"
813
+ },
814
+ "playlist_sign_in_warning": {
815
+ "other": "Teleri otseülekande vaatamiseks logige sisse."
816
+ },
817
+ "playlist_share_title": {
818
+ "other": "Esitusloend"
819
+ },
820
+ "playlist_up_next_title": {
821
+ "other": "Järgmisena"
822
+ },
823
+ "pricing_ownership_buy": {
824
+ "other": "Osta"
825
+ },
826
+ "pricing_ownership_rent": {
827
+ "other": "Osta pilet"
828
+ },
829
+ "classification_intro": {
830
+ "other": "Jaotus: "
831
+ },
832
+ "classification_divider": {
833
+ "other": " - "
834
+ },
835
+ "classification_outro": {
836
+ "other": ""
837
+ },
838
+ "cookie_banner_message": {
839
+ "other": "Kasutuskogemuse parandamiseks kasutab see leht küpsiseid. Lehte edasi kasutades nõustud <a href=\"{{.CookiePolicyURL}}\">küpsiste kasutamisega</a>."
840
+ },
841
+ "cookie_banner_accept": {
842
+ "other": "Nõustu"
843
+ },
844
+ "all_rights_reserved": {
845
+ "other": "Kõik õigused kaitstud. Ühtegi selle saidi osa ei tohi reprodutseerida ilma meie kirjaliku loata."
846
+ },
847
+ "users_gender_none": {
848
+ "other": "Määramata"
849
+ },
850
+ "users_gender_female": {
851
+ "other": "Naine"
852
+ },
853
+ "users_gender_male": {
854
+ "other": "Mees"
855
+ },
856
+ "users_gender_diverse": {
857
+ "other": "Sooneutraalne"
858
+ },
859
+ "users_gender_other": {
860
+ "other": "Muu"
861
+ },
862
+ "pricing_quality_hd": {
863
+ "other": "HD"
864
+ },
865
+ "pricing_quality_sd": {
866
+ "other": "SD"
867
+ },
868
+ "pricing_quality_hd_only": {
869
+ "other": "Ainult HD"
870
+ },
871
+ "pricing_quality_sd_only": {
872
+ "other": "Ainult SD"
873
+ },
874
+ "shopping_card_save_card": {
875
+ "other": "Hoidke see kaart edaspidiseks kasutamiseks alles"
876
+ },
877
+ "shopping_card_button_change": {
878
+ "other": "Kuva kõik salvestatud kaardid"
879
+ },
880
+ "shopping_card_existing_description": {
881
+ "other": "{{.Card.Brand}}, mis lõpeb numbritega {{.Card.Number}}"
882
+ },
883
+ "shopping_card_existing_expiry": {
884
+ "other": "(Aegub {{.Card.Expiry}})"
885
+ },
886
+ "shopping_card_existing_expired": {
887
+ "other": "(aegunud)"
888
+ },
889
+ "shopping_card_use_other": {
890
+ "other": "Kasutage uut kaarti"
891
+ },
892
+ "shopping_card_use_new_card": {
893
+ "other": "Vaheta kaarti"
894
+ },
895
+ "shopping_info_ownership_plan": {
896
+ "other": "Tellimus"
897
+ },
898
+ "shopping_action_credit": {
899
+ "other": "Täida"
900
+ },
901
+ "shopping_info_rental_period_coming_soon": {
902
+ "other": "alates avaldamise kuupäevast ja kellaajast."
903
+ },
904
+ "usersubscriptions_change_payment_method_change": {
905
+ "other": "Muuda krediitkaarti"
906
+ },
907
+ "usersubscriptions_change_payment_method_modal_title": {
908
+ "other": "Värskendage krediitkaardi andmeid"
909
+ },
910
+ "usersubscriptions_change_payment_method_modal_submit": {
911
+ "other": "Värskenda"
912
+ },
913
+ "usersubscriptions_subscription_expiry": {
914
+ "other": "Aegub {{.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": "Prooviperiood"
927
+ },
928
+ "usersubscriptions_subscription_unsubscribe": {
929
+ "other": "Tühista minu tellimus"
930
+ },
931
+ "usersubscriptions_unsubscribe_modal_cancel": {
932
+ "other": "Tühista"
933
+ },
934
+ "usersubscriptions_unsubscribe_modal_confirm": {
935
+ "other": "Jah, tühistage minu tellimus"
936
+ },
937
+ "usersubscriptions_unsubscribe_modal_title": {
938
+ "other": "Kas tühistada tellimus?"
939
+ },
940
+ "usersubscriptions_unsubscribe_modal_body": {
941
+ "other": "See tühistab paketi {{.Name}} tellimuse. Saate vaadata paketi sisu, kuni see aegub {{.Expiry}}."
942
+ },
943
+ "shopping_card_update_reason_none": {
944
+ "other": "Värskendage oma krediitkaarti. Toetatud kaardid on Visa, Mastercard ja American Express."
945
+ },
946
+ "availability_coming_soon": {
947
+ "other": "Tulemas"
948
+ },
949
+ "availability_renting": {
950
+ "other": "Pilet ostetud"
951
+ },
952
+ "availability_not_available": {
953
+ "other": "Pole saadaval"
954
+ },
955
+ "availability_in_watch_window": {
956
+ "other": "Saadaval"
957
+ },
958
+ "availability_sold_out": {
959
+ "other": "Välja müüdud"
960
+ },
961
+ "availability_available_till": {
962
+ "other": "Saadaval kuni {{.ExpiryDate}}"
963
+ },
964
+ "availability_not_available_in_country": {
965
+ "other": "Pole saadaval"
966
+ },
967
+ "availability_available": {
968
+ "other": "Saadaval {{.ReleaseDate}}"
969
+ },
970
+ "modal_cancel": {
971
+ "other": "Tühista"
972
+ },
973
+ "play": {
974
+ "other": "Mängi"
975
+ },
976
+ "combined_auth_signin_prompt": {
977
+ "other": "Logi sisse"
978
+ },
979
+ "combined_auth_signup_prompt": {
980
+ "other": "Loo konto"
981
+ },
982
+ "combined_auth_terms": {
983
+ "other": "Nõustun kõigi <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a>."
984
+ },
985
+ "signup_terms": {
986
+ "other": "Nõustun kõigi <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">kasutustingimustega</a>."
987
+ },
988
+ "validation_terms_required": {
989
+ "other": "Sa pead nõustuma kasutustingimustega."
990
+ },
991
+ "shopping_error_item_limit_exceeded": {
992
+ "other": "Kahjuks on {{.Title}} välja müüdud."
993
+ },
994
+ "availability_expires": {
995
+ "other": "Aegub {{.Expiry}}"
996
+ },
997
+ "shopping_card_change": {
998
+ "other": "Kas krediitkaart pole õige? <a href=\"{{.SubscriptionsURL}}\">Kaardi värskendamiseks klõpsake siin.</a>"
999
+ },
1000
+ "user_error_too_many_pin_errors": {
1001
+ "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>"
1002
+ },
1003
+ "app_badge_title": {
1004
+ "other": "Ostetud sisu vaatamiseks laadige rakendus alla!"
1005
+ },
1006
+ "app_badge_ios": {
1007
+ "other": "Laadige alla App Store'ist"
1008
+ },
1009
+ "app_badge_android": {
1010
+ "other": "Hankige see Google Playst"
1011
+ },
1012
+ "shopping_price_title_plan": {
1013
+ "other": "Hind"
1014
+ },
1015
+ "shopping_price_plan_note": {
1016
+ "zero": "{{ .Interval }} iga .Intervall .",
1017
+ "one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
1018
+ "other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
1019
+ },
1020
+ "shopping_price_plan_note_interval": {
1021
+ "one": "{{ .Interval }}",
1022
+ "other": "{{ .Count }} {{ .Interval }}"
1023
+ },
1024
+ "shopping_enter_card_prompt_plan": {
1025
+ "other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
1026
+ },
1027
+ "shopping_action_plan": {
1028
+ "other": "Täielik"
1029
+ },
1030
+ "shopping_complete_subscription": {
1031
+ "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
1032
+ },
1033
+ "shopping_complete_subscription_browse": {
1034
+ "other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
1035
+ },
1036
+ "shopping_info_plan_offer": {
1037
+ "one": "{{ .Interval }} automaatselt iga .intervall",
1038
+ "other": "{{ .Count }} automaatselt iga {{ .Interval }}"
1039
+ },
1040
+ "shopping_info_trial_period_offer": {
1041
+ "one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
1042
+ "other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
1043
+ },
1044
+ "plans_page_header": {
1045
+ "other": "Saadaolevad plaanid"
1046
+ },
1047
+ "plan_label_owned": {
1048
+ "other": "See plaan kuulub teile"
1049
+ },
1050
+ "plan_expiry_date": {
1051
+ "other": "Müük suletakse:"
1052
+ },
1053
+ "plan_read_more": {
1054
+ "other": "Leia rohkem"
1055
+ },
1056
+ "plan_page_read_more": {
1057
+ "other": "Loe rohkem"
1058
+ },
1059
+ "plan_page_header_text": {
1060
+ "other": "Nautige {{ .Name }}"
1061
+ },
1062
+ "page_plan_explore_intro": {
1063
+ "other": "VÕI"
1064
+ },
1065
+ "page_plan_explore_link": {
1066
+ "other": "Avastage teisi pääsmeid"
1067
+ },
1068
+ "plan_showcase_page_ownership_button_buy": {
1069
+ "other": "Osta kohe"
1070
+ },
1071
+ "plan_free_link_text": {
1072
+ "other": "Registreeru tasuta"
532
1073
  },
533
1074
  "awards_in_competition": {
534
1075
  "other": "Võistluses"
1076
+ },
1077
+ "awards_winner": {
1078
+ "other": "Võitja"
1079
+ },
1080
+ "donate_button_text": {
1081
+ "other": "Anneta"
1082
+ },
1083
+ "wcag_skip_links_header": {
1084
+ "other": "Juurdepääsetavuse lingid"
1085
+ },
1086
+ "wcag_skip_links_content": {
1087
+ "other": "Jätke sisu juurde"
1088
+ },
1089
+ "wcag_homepage_h1": {
1090
+ "other": "Koduleht"
1091
+ },
1092
+ "wcag_carousel_h2": {
1093
+ "other": "Karussell"
1094
+ },
1095
+ "wcag_collections_h2": {
1096
+ "other": "Kollektsioonid"
1097
+ },
1098
+ "wcag_aria_label_footer": {
1099
+ "other": "Jalus"
1100
+ },
1101
+ "wcag_aria_label_nav_main": {
1102
+ "other": "Peamine"
1103
+ },
1104
+ "wcag_aria_label_nav_sub": {
1105
+ "other": "Sub"
1106
+ },
1107
+ "wcag_aria_label_toggle_nav": {
1108
+ "other": "Lülitage navigeerimine sisse"
1109
+ },
1110
+ "wcag_aria_label_bundle_items": {
1111
+ "other": "Komplekti esemed"
1112
+ },
1113
+ "wcag_aria_label_carousel": {
1114
+ "other": "Karussell"
1115
+ },
1116
+ "wcag_aria_label_page_collection": {
1117
+ "other": "Lehekülje kollektsioon"
1118
+ },
1119
+ "wcag_aria_label_collection_list": {
1120
+ "other": "Kollektsioonide loend"
1121
+ },
1122
+ "wcag_aria_label_collection_slider": {
1123
+ "other": "Kogumise liugur"
1124
+ },
1125
+ "wcag_aria_label_wishlist": {
1126
+ "other": "Soovinimekiri"
1127
+ },
1128
+ "wcag_aria_label_facebook": {
1129
+ "other": "Jaga Facebook"
1130
+ },
1131
+ "wcag_aria_label_twitter": {
1132
+ "other": "Jaga Twitter"
1133
+ },
1134
+ "wcag_aria_label_linkedin": {
1135
+ "other": "Jagage LinkedIn"
1136
+ },
1137
+ "wcag_aria_label_letterboxd": {
1138
+ "other": "Vaata Letterboxd"
1139
+ },
1140
+ "shopping_error_plan_already_owned": {
1141
+ "other": "See plaan on teil juba olemas."
1142
+ },
1143
+ "shopping_error_plan_expired": {
1144
+ "other": "See plaan pole enam saadaval."
1145
+ },
1146
+ "shopping_payment_method_header": {
1147
+ "other": "Makseviisid"
1148
+ },
1149
+ "shopping_payment_method_credit_card": {
1150
+ "other": "Krediitkaart"
1151
+ },
1152
+ "shopping_payment_method_giropay": {
1153
+ "other": "Giropay"
1154
+ },
1155
+ "shopping_error_stripe_unknown_error": {
1156
+ "other": "Selle maksega läks midagi valesti. Palun proovi hiljem uuesti."
1157
+ },
1158
+ "shopping_error_payment_complete_failed": {
1159
+ "other": "Makse lükati tagasi. Sulgege see aken ja proovige uuesti."
1160
+ },
1161
+ "header_banner": {
1162
+ "other": "ABC Cinemas – 21. filmifestival, 1.–6. juuni 2021"
1163
+ },
1164
+ "account_form_pin_code": {
1165
+ "other": "PIN-kood"
1166
+ },
1167
+ "account_form_pin_code_not_set": {
1168
+ "other": "Teil ei ole määratud PIN-koodi, mida on vaja mõne pealkirja ostmiseks, laenutamiseks ja vaatamiseks."
1169
+ },
1170
+ "account_form_set_pin": {
1171
+ "other": "Määra PIN"
1172
+ },
1173
+ "account_form_pin_changed": {
1174
+ "other": "Uuendatud"
1175
+ },
1176
+ "account_form_change_pin": {
1177
+ "other": "Muuda PIN-koodi"
1178
+ },
1179
+ "user_set_pin_header": {
1180
+ "other": "Määrake oma PIN-kood"
1181
+ },
1182
+ "user_set_pin_button": {
1183
+ "other": "Määra PIN"
1184
+ },
1185
+ "user_submit_pin_heading": {
1186
+ "other": "Sisestage selle piiratud sisu {{.Action}} PIN-kood"
1187
+ },
1188
+ "user_error_wrong_pin_retry": {
1189
+ "other": "Oih, sisestasite vale PIN-koodi"
1190
+ },
1191
+ "user_submit_pin_button": {
1192
+ "other": "Sisenema"
1193
+ },
1194
+ "user_reset_pin_button": {
1195
+ "other": "Lähtestage PIN-kood"
1196
+ },
1197
+ "validation_pincode1_required": {
1198
+ "other": "Sisestage kehtiv PIN-kood."
1199
+ },
1200
+ "validation_pincode2_required": {
1201
+ "other": "Sisestage kehtiv PIN-kood."
1202
+ },
1203
+ "validation_pincode1_pattern": {
1204
+ "other": "Sisestage kehtiv PIN-kood."
1205
+ },
1206
+ "validation_pincode2_pattern": {
1207
+ "other": "Sisestage kehtiv PIN-kood."
1208
+ },
1209
+ "validation_pincode2_match": {
1210
+ "other": "PIN-kood ei ühti."
1211
+ },
1212
+ "userdevices_delete_limits": {
1213
+ "other": "Saate sellest loendist eemaldada {{.Limit}} seadet iga {{.Period}} päeva järel."
1214
+ },
1215
+ "userdevices_delete_limit_reached": {
1216
+ "other": "Olete jõudnud selle limiidini ja te ei saa praegu ühtegi seadet eemaldada. Saate seadme kustutada {{.Days}} päeva pärast."
1217
+ },
1218
+ "shopping_card_new_subscription": {
1219
+ "other": "Seda kaarti salvestatakse ja selle eest võetakse regulaarselt tasu"
1220
+ },
1221
+ "changepincode_modal_header": {
1222
+ "other": "Muutke oma PIN-koodi"
1223
+ },
1224
+ "changepincode_modal_currentpassword": {
1225
+ "other": "Teie praegune parool"
1226
+ },
1227
+ "changepincode_modal_pincode1": {
1228
+ "other": "Teie uus 4-kohaline PIN-kood"
1229
+ },
1230
+ "changepincode_modal_pincode2": {
1231
+ "other": "Kinnitage oma uus 4-kohaline PIN-kood"
1232
+ },
1233
+ "changepincode_modal_submit": {
1234
+ "other": "Määra PIN"
1235
+ },
1236
+ "changepincode_modal_error_wrong_password": {
1237
+ "other": "See parool on vale."
1238
+ },
1239
+ "user_set_pin_intro": {
1240
+ "other": "Piiratud sisu {{.Action}} jaoks vajate PIN-koodi"
1241
+ },
1242
+ "user_error_wrong_pin_reset": {
1243
+ "other": "PIN-koodi lähtestamiseks klõpsake siin"
1244
+ },
1245
+ "user_error_too_many_pin_errors_help_page_link": {
1246
+ "other": ""
1247
+ },
1248
+ "shopping_error_age_restricted": {
1249
+ "other": "Sellel sisul on vanusepiirang."
1250
+ },
1251
+ "shopping_error_close_button": {
1252
+ "other": "Okei"
1253
+ },
1254
+ "availability_expired": {
1255
+ "other": "Aegunud"
1256
+ },
1257
+ "meta_description_expand": {
1258
+ "other": "Näita rohkem"
1259
+ },
1260
+ "meta_description_collapse": {
1261
+ "other": "Näita vähem"
535
1262
  }
536
- }
537
-
1263
+ }