@shift72/core-template 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.md +37 -16
  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 +1159 -467
  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 +23 -0
  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,188 +1,457 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Settings" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "ScreenPlus" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "French" },
12
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Asetukset"
7
+ },
8
+ "powered_by": {
9
+ "other": "Powered by"
10
+ },
11
+ "powered_by_name": {
12
+ "other": "Shift72"
13
+ },
14
+ "powered_by_url": {
15
+ "other": "https://www.shift72.com"
16
+ },
17
+ "in_partnership_with": {
18
+ "other": "in partnership with"
19
+ },
20
+ "festival_scope": {
21
+ "other": "Festival Scope"
22
+ },
23
+ "festival_scope_url": {
24
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
25
+ },
26
+ "en": {
27
+ "other": "English"
28
+ },
29
+ "fr": {
30
+ "other": "French"
31
+ },
13
32
  "episode_name": {
14
33
  "other": "Jakso"
15
34
  },
16
-
17
35
  "season_name": {
18
36
  "other": "Kausi"
19
37
  },
20
-
21
- "date_day": { "other": "Päivä" },
22
- "date_month": { "other": "Kuukausi" },
23
- "date_year": { "other": "Vuosi" },
24
-
25
- "404_page_header": { "other": "Sivua ei ole olemassa" },
26
- "404_page_content": { "other": "<p> Valitettavasti hakemaasi sivua ei ole olemassa.</p><p>Sivu on voitu siirtää tai poistaa, tai osoiterivillä on virhe.</p><p>Palaa etusivulle löytääksesi hakemasi.</p><p><a href=\"/\">Takaisin etusivulle</a></p>" },
27
-
28
- "nav_homepage": { "other": "ABC Cinemas" },
29
- "nav_signin": { "other": "Kirjaudu" },
30
- "nav_signup": { "other": "Luo tili" },
31
- "nav_signed_in_as": { "other": "Kirjautunut:" },
32
- "nav_library": { "other": "Kirjastoni" },
33
- "nav_devices": { "other": "Laitteeni" },
34
- "nav_wishlist": { "other": "Listani" },
35
- "nav_account": { "other": "Tilini" },
36
- "nav_signout": { "other": "Kirjaudu ulos" },
37
- "play_trailer": { "other": "Traileri" },
38
- "runtime_hours": { "other": "t" },
39
- "runtime_minutes": { "other": "min" },
40
-
41
- "datetime_today": { "other": "tänään {{.Date}}" },
42
- "datetime_tomorrow": { "other": "huomenna {{.Date}}" },
43
- "datetime_yesterday": { "other": "eilen {{.Date}}" },
44
- "datetime_next": { "other": "{{.Date}}" },
45
- "datetime_last": { "other": "viimeinen {{.Date}}" },
46
-
47
- "search_control_placeholder": { "other": "Haku" },
48
- "search_control_submit": { "other": "Hae" },
49
-
50
- "play_button_watch": { "other" : "Toista"},
51
- "play_button_resume": { "other" : "Jatka"},
52
-
53
- "social_media_buttons_title": { "other": "Jaa" },
54
- "social_media_buttons_facebook": { "other": "Jaa Facebookissa" },
55
- "social_media_buttons_twitter": { "other": "Jaa Twitterissä" },
56
- "social_media_buttons_linkedin": { "other": "Jaa Linkedinissä" },
57
- "social_media_buttons_email": { "other": "Jaa sähköpostilla" },
58
- "social_media_buttons_email_subject": { "other": "Linkin jakaminen" },
59
- "social_media_buttons_copied_link": { "other": "Linkki kopioitu leikepöydälle!" },
60
- "social_media_buttons_copy_link": { "other": "Kopioi leikepöydälle" },
61
-
62
- "accept_invite_page_header": { "other": "Tervetuloa " },
63
- "acceptinvite_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, että olet jo käyttänyt tämän kutsun. Kokeile <a href=\"signin.html\">kirjautua sisään</a> palveluun. Jos olet unohtanut salasanasi, voit <a href=\"forgotpassword.html\">tilata uuden salasanan</a>." },
64
- "acceptinvite_complete": { "other": "Kiitos. Tilisi on luotu." },
65
- "acceptinvite_form_submit": { "other": "Hyväksy kutsu" },
66
- "acceptinvite_agreement": { "other": "Hyväksymällä kutsun vahvistat lukeneesi ja ymmärtäneesi palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a> ja <a href=\"/page/privacy/\" target=\"_blank\">tietosuojaselosteen</a>." },
67
-
68
- "signup_page_header": { "other": "Luo uusi tili" },
69
- "signup_form_name": { "other": "Nimi" },
70
- "signup_form_email": { "other": "Sähköpostiosoite" },
71
- "signup_form_password": { "other": "Salasana" },
72
- "signup_form_password_confirmation": { "other": "Vahvista salasana" },
73
- "signup_form_gender": { "other": "Sukupuoli" },
74
- "signup_form_dob": { "other": "Syntymäaika" },
75
- "signup_form_submit": { "other": "Lähetä" },
76
-
77
- "signin_page_header": { "other": "Kirjaudu" },
78
- "signin_form_email": { "other": "Sähköpostiosoite" },
79
- "signin_form_password": { "other": "Salasana" },
80
- "signin_form_remember": { "other": "Muista minut" },
81
- "signin_form_submit": { "other": "Lähetä" },
82
- "signin_page_forgotpassword": { "other": "Unohtuiko salasana?" },
83
- "signin_page_createnewaccount": { "other": "Eikö sinulla ole tiliä? Luo uusi tili" },
84
- "signup_page_alreadyhaveanaccount": { "other": "Onko sinulla jo tili? Kirjaudu sisään" },
85
- "signup_form_error_email_already_in_use": { "other": "Sähköpostiosoite on jo käytössä." },
86
- "signin_form_error_incorrect_credentials": { "other": "Virheellinen käyttäjätunnus tai salasana." },
87
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
88
-
89
- "signup_form_error_forbidden": { "other": "Tapahtui virhe." },
90
-
91
- "combined_auth_continue": { "other": "Jatka" },
92
- "combined_auth_change": { "other": "vaihda" },
93
- "combined_auth_signin": { "other": "Kirjaudu" },
94
- "combined_auth_signup": { "other": "Luo tili" },
95
- "combined_auth_signin_password": { "other": "Syötä salasanasi kirjautuaksesi tilillesi." },
96
- "combined_auth_signin_error_incorrect_credentials": { "other": "Salasana on virheellinen." },
97
- "combined_auth_error_forbidden": { "other": "Tapahtui virhe." },
98
- "combined_auth_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
99
-
100
- "forgotpassword_page_header": { "other": "Tilaa uusi salasana" },
101
- "forgotpassword_form_email": { "other": "Sähköpostiosoite" },
102
- "forgotpassword_form_submit": { "other": "Tilaa uusi" },
103
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Tätä sähköpostiosoitetta vastaavaa tiliä ei ole olemassa." },
104
- "forgotpassword_form_error_account_suspended": { "other": "Tämä tili on jäädytetty." },
105
- "forgotpassword_complete": { "other": "Kiitos. Saat pian sähköpostiisi linkin salasanasi vaihtamiseksi." },
106
- "forgotpassword_form_error_forbidden": { "other": "An error has occurred." },
107
- "forgotpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
108
-
109
- "resetpassword_page_header": { "other": "Vaihda salasana" },
110
- "resetpassword_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, ​​että tämä salasanan palautuspyyntö on virheellinen. Täytä <a href=\"{{.URL}}\">Salasananvaihtolomake</a> uudelleen." },
111
- "resetpassword_form_password": { "other": "Uusi salasana" },
112
- "resetpassword_form_password2": { "other": "Vahvista salasana" },
113
- "resetpassword_form_submit": { "other": "Vaihda" },
114
- "resetpassword_complete": { "other": "Kiitos. Salasanasi on vaihdettu ja sinut on kirjattu sisään." },
115
- "resetpassword_form_error_invalid_reset_password_token": { "other": "Salasanan vaihtopyyntö on virheellinen. Yritä myöhemmin uudelleen." },
116
- "resetpassword_form_error_reset_password_token_expired": { "other": "Salasananvaihtopyyntö on vanhentunut. Pyydä uusi." },
117
- "resetpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
118
-
119
- "account_page_header": { "other": "Tilini" },
120
- "account_form_name": { "other": "Nimi" },
121
- "account_form_email": { "other": "Sähköpostiosoite" },
122
- "account_form_password": { "other": "Salasana" },
123
- "account_form_change_password": { "other": "Vaihda" },
124
- "account_form_gender": { "other": "Sukupuoli" },
125
- "account_form_dob": { "other": "Syntymäaika" },
126
- "account_form_submit": { "other": "Päivitä" },
127
- "account_form_submitted": { "other": "Päivitetty" },
128
- "account_form_password_changed": { "other": "Päivitetty" },
129
- "account_form_error_incorrect_password": { "other": "Salasana on virheellinen." },
130
-
131
- "signup_form_optin": {"other": "Tilaa Festival Scopen ilmainen uutiskirje"},
132
-
133
- "passwordconfirmation_modal_header": { "other": "Vahvista salasana" },
134
- "passwordconfirmation_modal_label": { "other": "Kirjoita salasanasi vahvistaaksesi tekemäsi muutokset." },
135
- "passwordconfirmation_modal_confirm": { "other": "Vahvista" },
136
-
137
- "changepassword_modal_header": { "other": "Vaihda salasana" },
138
- "changepassword_modal_currentpassword": { "other": "Nykyinen salasana" },
139
- "changepassword_modal_password": { "other": "Uusi salasana" },
140
- "changepassword_modal_password2": { "other": "Vahvista uusi salasana" },
141
- "changepassword_modal_submit": { "other": "Päivitä" },
142
- "changepassword_modal_error_incorrect_password": { "other": "Salasana on virheellinen." },
143
-
144
- "userlibrary_page_header": { "other": "Kirjastoni" },
145
- "userlibrary_empty_header": { "other": "Kirjastosi on tyhjä." },
146
- "userlibrary_empty_content": { "other": "Täydennä kirjastoasi <a href=\"/\">selaamalla</a> valikoimaamme." },
147
-
148
- "searchresults_page_header": { "other": "Hakutulokset" },
149
- "searchresults_load_more": { "other": "Näytä {{.Count}} lisää" },
38
+ "date_day": {
39
+ "other": "Päivä"
40
+ },
41
+ "date_month": {
42
+ "other": "Kuukausi"
43
+ },
44
+ "date_year": {
45
+ "other": "Vuosi"
46
+ },
47
+ "404_page_header": {
48
+ "other": "Sivua ei ole olemassa"
49
+ },
50
+ "404_page_content": {
51
+ "other": "<p> Valitettavasti hakemaasi sivua ei ole olemassa.</p><p>Sivu on voitu siirtää tai poistaa, tai osoiterivillä on virhe.</p><p>Palaa etusivulle löytääksesi hakemasi.</p><p><a href=\"/\">Takaisin etusivulle</a></p>"
52
+ },
53
+ "nav_homepage": {
54
+ "other": "ABC Cinemas"
55
+ },
56
+ "nav_signin": {
57
+ "other": "Kirjaudu"
58
+ },
59
+ "nav_signup": {
60
+ "other": "Luo tili"
61
+ },
62
+ "nav_signed_in_as": {
63
+ "other": "Kirjautunut:"
64
+ },
65
+ "nav_library": {
66
+ "other": "Kirjastoni"
67
+ },
68
+ "nav_devices": {
69
+ "other": "Laitteeni"
70
+ },
71
+ "nav_wishlist": {
72
+ "other": "Listani"
73
+ },
74
+ "nav_account": {
75
+ "other": "Tilini"
76
+ },
77
+ "nav_signout": {
78
+ "other": "Kirjaudu ulos"
79
+ },
80
+ "play_trailer": {
81
+ "other": "Traileri"
82
+ },
83
+ "runtime_hours": {
84
+ "other": "t"
85
+ },
86
+ "runtime_minutes": {
87
+ "other": "min"
88
+ },
89
+ "datetime_today": {
90
+ "other": "tänään {{.Date}}"
91
+ },
92
+ "datetime_tomorrow": {
93
+ "other": "huomenna {{.Date}}"
94
+ },
95
+ "datetime_yesterday": {
96
+ "other": "eilen {{.Date}}"
97
+ },
98
+ "datetime_next": {
99
+ "other": "{{.Date}}"
100
+ },
101
+ "datetime_last": {
102
+ "other": "viimeinen {{.Date}}"
103
+ },
104
+ "search_control_placeholder": {
105
+ "other": "Haku"
106
+ },
107
+ "search_control_submit": {
108
+ "other": "Hae"
109
+ },
110
+ "play_button_watch": {
111
+ "other": "Toista"
112
+ },
113
+ "play_button_resume": {
114
+ "other": "Jatka"
115
+ },
116
+ "social_media_buttons_title": {
117
+ "other": "Jaa"
118
+ },
119
+ "social_media_buttons_facebook": {
120
+ "other": "Jaa Facebookissa"
121
+ },
122
+ "social_media_buttons_twitter": {
123
+ "other": "Jaa Twitterissä"
124
+ },
125
+ "social_media_buttons_linkedin": {
126
+ "other": "Jaa Linkedinissä"
127
+ },
128
+ "social_media_buttons_email": {
129
+ "other": "Jaa sähköpostilla"
130
+ },
131
+ "social_media_buttons_email_subject": {
132
+ "other": "Linkin jakaminen"
133
+ },
134
+ "social_media_buttons_copied_link": {
135
+ "other": "Linkki kopioitu leikepöydälle!"
136
+ },
137
+ "social_media_buttons_copy_link": {
138
+ "other": "Kopioi leikepöydälle"
139
+ },
140
+ "accept_invite_page_header": {
141
+ "other": "Tervetuloa "
142
+ },
143
+ "acceptinvite_form_invalid_reset_password_token": {
144
+ "other": "Vaikuttaa siltä, että olet jo käyttänyt tämän kutsun. Kokeile <a href=\"signin.html\">kirjautua sisään</a> palveluun. Jos olet unohtanut salasanasi, voit <a href=\"forgotpassword.html\">tilata uuden salasanan</a>."
145
+ },
146
+ "acceptinvite_complete": {
147
+ "other": "Kiitos. Tilisi on luotu."
148
+ },
149
+ "acceptinvite_form_submit": {
150
+ "other": "Hyväksy kutsu"
151
+ },
152
+ "acceptinvite_agreement": {
153
+ "other": "Hyväksymällä kutsun vahvistat lukeneesi ja ymmärtäneesi palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a> ja <a href=\"/page/privacy/\" target=\"_blank\">tietosuojaselosteen</a>."
154
+ },
155
+ "signup_page_header": {
156
+ "other": "Luo uusi tili"
157
+ },
158
+ "signup_form_name": {
159
+ "other": "Nimi"
160
+ },
161
+ "signup_form_email": {
162
+ "other": "Sähköpostiosoite"
163
+ },
164
+ "signup_form_password": {
165
+ "other": "Salasana"
166
+ },
167
+ "signup_form_password_confirmation": {
168
+ "other": "Vahvista salasana"
169
+ },
170
+ "signup_form_gender": {
171
+ "other": "Sukupuoli"
172
+ },
173
+ "signup_form_dob": {
174
+ "other": "Syntymäaika"
175
+ },
176
+ "signup_form_submit": {
177
+ "other": "Lähetä"
178
+ },
179
+ "signin_page_header": {
180
+ "other": "Kirjaudu"
181
+ },
182
+ "signin_form_email": {
183
+ "other": "Sähköpostiosoite"
184
+ },
185
+ "signin_form_password": {
186
+ "other": "Salasana"
187
+ },
188
+ "signin_form_remember": {
189
+ "other": "Muista minut"
190
+ },
191
+ "signin_form_submit": {
192
+ "other": "Lähetä"
193
+ },
194
+ "signin_page_forgotpassword": {
195
+ "other": "Unohtuiko salasana?"
196
+ },
197
+ "signin_page_createnewaccount": {
198
+ "other": "Eikö sinulla ole tiliä? Luo uusi tili"
199
+ },
200
+ "signup_page_alreadyhaveanaccount": {
201
+ "other": "Onko sinulla jo tili? Kirjaudu sisään"
202
+ },
203
+ "signup_form_error_email_already_in_use": {
204
+ "other": "Sähköpostiosoite on jo käytössä."
205
+ },
206
+ "signin_form_error_incorrect_credentials": {
207
+ "other": "Virheellinen käyttäjätunnus tai salasana."
208
+ },
209
+ "signin_form_error_ip_throttled": {
210
+ "other": "Et ole kirjautunut sisään liian monta kertaa. Yritä uudelleen myöhemmin."
211
+ },
212
+ "signup_form_error_forbidden": {
213
+ "other": "Tapahtui virhe."
214
+ },
215
+ "combined_auth_continue": {
216
+ "other": "Jatka"
217
+ },
218
+ "combined_auth_change": {
219
+ "other": "vaihda"
220
+ },
221
+ "combined_auth_signin": {
222
+ "other": "Kirjaudu"
223
+ },
224
+ "combined_auth_signup": {
225
+ "other": "Luo tili"
226
+ },
227
+ "combined_auth_signin_password": {
228
+ "other": "Syötä salasanasi kirjautuaksesi tilillesi."
229
+ },
230
+ "combined_auth_signin_error_incorrect_credentials": {
231
+ "other": "Salasana on virheellinen."
232
+ },
233
+ "combined_auth_error_forbidden": {
234
+ "other": "Tapahtui virhe."
235
+ },
236
+ "combined_auth_error_too_many_requests": {
237
+ "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen."
238
+ },
239
+ "forgotpassword_page_header": {
240
+ "other": "Tilaa uusi salasana"
241
+ },
242
+ "forgotpassword_form_email": {
243
+ "other": "Sähköpostiosoite"
244
+ },
245
+ "forgotpassword_form_submit": {
246
+ "other": "Tilaa uusi"
247
+ },
248
+ "forgotpassword_form_error_email_doesnt_exist": {
249
+ "other": "Tätä sähköpostiosoitetta vastaavaa tiliä ei ole olemassa."
250
+ },
251
+ "forgotpassword_form_error_account_suspended": {
252
+ "other": "Tämä tili on jäädytetty."
253
+ },
254
+ "forgotpassword_complete": {
255
+ "other": "Kiitos. Saat pian sähköpostiisi linkin salasanasi vaihtamiseksi."
256
+ },
257
+ "forgotpassword_form_error_forbidden": {
258
+ "other": "Tapahtui virhe."
259
+ },
260
+ "forgotpassword_form_error_too_many_requests": {
261
+ "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen."
262
+ },
263
+ "resetpassword_page_header": {
264
+ "other": "Vaihda salasana"
265
+ },
266
+ "resetpassword_form_invalid_reset_password_token": {
267
+ "other": "Vaikuttaa siltä, ​​että tämä salasanan palautuspyyntö on virheellinen. Täytä <a href=\"{{.URL}}\">Salasananvaihtolomake</a> uudelleen."
268
+ },
269
+ "resetpassword_form_password": {
270
+ "other": "Uusi salasana"
271
+ },
272
+ "resetpassword_form_password2": {
273
+ "other": "Vahvista salasana"
274
+ },
275
+ "resetpassword_form_submit": {
276
+ "other": "Vaihda"
277
+ },
278
+ "resetpassword_complete": {
279
+ "other": "Kiitos. Salasanasi on vaihdettu ja sinut on kirjattu sisään."
280
+ },
281
+ "resetpassword_form_error_invalid_reset_password_token": {
282
+ "other": "Salasanan vaihtopyyntö on virheellinen. Yritä myöhemmin uudelleen."
283
+ },
284
+ "resetpassword_form_error_reset_password_token_expired": {
285
+ "other": "Salasananvaihtopyyntö on vanhentunut. Pyydä uusi."
286
+ },
287
+ "resetpassword_form_error_too_many_requests": {
288
+ "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen."
289
+ },
290
+ "account_page_header": {
291
+ "other": "Tilini"
292
+ },
293
+ "account_form_name": {
294
+ "other": "Nimi"
295
+ },
296
+ "account_form_email": {
297
+ "other": "Sähköpostiosoite"
298
+ },
299
+ "account_form_password": {
300
+ "other": "Salasana"
301
+ },
302
+ "account_form_change_password": {
303
+ "other": "Vaihda"
304
+ },
305
+ "account_form_gender": {
306
+ "other": "Sukupuoli"
307
+ },
308
+ "account_form_dob": {
309
+ "other": "Syntymäaika"
310
+ },
311
+ "account_form_submit": {
312
+ "other": "Päivitä"
313
+ },
314
+ "account_form_submitted": {
315
+ "other": "Päivitetty"
316
+ },
317
+ "account_form_password_changed": {
318
+ "other": "Päivitetty"
319
+ },
320
+ "account_form_error_incorrect_password": {
321
+ "other": "Salasana on virheellinen."
322
+ },
323
+ "signup_form_optin": {
324
+ "other": "Tilaa Festival Scopen ilmainen uutiskirje"
325
+ },
326
+ "passwordconfirmation_modal_header": {
327
+ "other": "Vahvista salasana"
328
+ },
329
+ "passwordconfirmation_modal_label": {
330
+ "other": "Kirjoita salasanasi vahvistaaksesi tekemäsi muutokset."
331
+ },
332
+ "passwordconfirmation_modal_confirm": {
333
+ "other": "Vahvista"
334
+ },
335
+ "changepassword_modal_header": {
336
+ "other": "Vaihda salasana"
337
+ },
338
+ "changepassword_modal_currentpassword": {
339
+ "other": "Nykyinen salasana"
340
+ },
341
+ "changepassword_modal_password": {
342
+ "other": "Uusi salasana"
343
+ },
344
+ "changepassword_modal_password2": {
345
+ "other": "Vahvista uusi salasana"
346
+ },
347
+ "changepassword_modal_submit": {
348
+ "other": "Päivitä"
349
+ },
350
+ "changepassword_modal_error_incorrect_password": {
351
+ "other": "Salasana on virheellinen."
352
+ },
353
+ "userlibrary_page_header": {
354
+ "other": "Kirjastoni"
355
+ },
356
+ "userlibrary_empty_header": {
357
+ "other": "Kirjastosi on tyhjä."
358
+ },
359
+ "userlibrary_empty_content": {
360
+ "other": "Täydennä kirjastoasi <a href=\"/\">selaamalla</a> valikoimaamme."
361
+ },
362
+ "searchresults_page_header": {
363
+ "other": "Hakutulokset"
364
+ },
365
+ "searchresults_load_more": {
366
+ "other": "Näytä {{.Count}} lisää"
367
+ },
150
368
  "searchresults_total": {
151
369
  "one": "Hakuehdolla \"{{.Query}}\" löytyi 1 tulos.",
152
370
  "other": "Hakuehdolla \"{{.Query}}\" löytyi {{.Count}} tulosta."
153
371
  },
154
- "searchresults_empty_header": { "other": "Hakuehdolla \"{{.Query}}\" ei löytynyt tuloksia." },
155
- "searchresults_empty_content": { "other": "Kokeile toista hakusanaa tai <a href=\"{{.HomeURL}}\">selaa sisältöjämme</a> löytääksesi etsimäsi." },
156
-
157
- "validation_name_required": { "other": "Kirjoita nimesi." },
158
- "validation_email_required": { "other": "Kirjoita sähköpostiosoitteesi." },
159
- "validation_email_email": { "other": "Kirjoita voimassaoleva sähköpostiosoite." },
160
- "validation_currentpassword_required": { "other": "Kirjoita vaatimusten mukainen salasana." },
161
- "validation_password_required": { "other": "Kirjoita salasana." },
162
- "validation_password2_required": { "other": "Vahvista salasanasi." },
163
- "validation_password2_match": { "other": "Salasanasi eivät täsmää." },
164
- "validation_password_minlength": { "other": "Salasanassa on oltava vähintään {{.Count}} merkkiä." },
165
- "validation_promocode_required": { "other": "Syötä tarjouskoodi." },
166
- "validation_gender_required": { "other": "Valitse sukupuoli, johon eniten identifioidut." },
167
- "validation_dob_required": { "other": "Kirjoita syntymäaikasi." },
168
- "validation_dob_date": { "other": "Kirjoita kelvollinen syntymäaika." },
169
-
170
- "shopping_info_subtitle_help": { "other": "Katso järjestelmävaatimukset täältä." },
171
- "shopping_info_ownership_buy": { "other": "osto" },
172
- "shopping_info_ownership_rent": { "other": "vuokraus" },
173
-
174
- "shopping_info_release_date_title": { "other": "Julkaistaan {{.Date}}. " },
175
- "shopping_info_release_date_explanation_rent": { "other": "Voit vuokrata tuotteen nyt, mutta se on katsottavissa vasta julkaisupäivänä." },
176
- "shopping_info_release_date_explanation_buy": { "other": "Voit ostaa tuotteen nyt, mutta se on katsottavissa vasta julkaisupäivänä." },
177
-
178
- "shopping_info_available_until_date_title": { "other": "Saatavissa {{.Date}} saakka. " },
179
- "shopping_info_available_until_date_explanation_rent": { "other": "Sen jälkeen sisältöä ei voi enää katsoa." },
180
- "shopping_info_available_until_date_explanation_buy": { "other": "Sen jälkeen sisältöä ei voi enää katsoa." },
181
-
182
- "duration_hour": { "one": "1 tunti", "other": "{{.Count}} tuntia" },
183
- "duration_day": { "one": "1 päivä", "other": "{{.Count}} päivää" },
184
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} vuokra " },
185
- "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnin katseluoikeus. " },
372
+ "searchresults_empty_header": {
373
+ "other": "Hakuehdolla \"{{.Query}}\" ei löytynyt tuloksia."
374
+ },
375
+ "searchresults_empty_content": {
376
+ "other": "Kokeile toista hakusanaa tai <a href=\"{{.HomeURL}}\">selaa sisältöjämme</a> löytääksesi etsimäsi."
377
+ },
378
+ "validation_name_required": {
379
+ "other": "Kirjoita nimesi."
380
+ },
381
+ "validation_email_required": {
382
+ "other": "Kirjoita sähköpostiosoitteesi."
383
+ },
384
+ "validation_email_email": {
385
+ "other": "Kirjoita voimassaoleva sähköpostiosoite."
386
+ },
387
+ "validation_currentpassword_required": {
388
+ "other": "Kirjoita vaatimusten mukainen salasana."
389
+ },
390
+ "validation_password_required": {
391
+ "other": "Kirjoita salasana."
392
+ },
393
+ "validation_password2_required": {
394
+ "other": "Vahvista salasanasi."
395
+ },
396
+ "validation_password2_match": {
397
+ "other": "Salasanasi eivät täsmää."
398
+ },
399
+ "validation_password_minlength": {
400
+ "other": "Salasanassa on oltava vähintään {{.Count}} merkkiä."
401
+ },
402
+ "validation_promocode_required": {
403
+ "other": "Syötä tarjouskoodi."
404
+ },
405
+ "validation_gender_required": {
406
+ "other": "Valitse sukupuoli, johon eniten identifioidut."
407
+ },
408
+ "validation_dob_required": {
409
+ "other": "Kirjoita syntymäaikasi."
410
+ },
411
+ "validation_dob_date": {
412
+ "other": "Kirjoita kelvollinen syntymäaika."
413
+ },
414
+ "shopping_info_subtitle_help": {
415
+ "other": "Katso järjestelmävaatimukset täältä."
416
+ },
417
+ "shopping_info_ownership_buy": {
418
+ "other": "osto"
419
+ },
420
+ "shopping_info_ownership_rent": {
421
+ "other": "vuokraus"
422
+ },
423
+ "shopping_info_release_date_title": {
424
+ "other": "Julkaistaan {{.Date}}. "
425
+ },
426
+ "shopping_info_release_date_explanation_rent": {
427
+ "other": "Voit vuokrata tuotteen nyt, mutta se on katsottavissa vasta julkaisupäivänä."
428
+ },
429
+ "shopping_info_release_date_explanation_buy": {
430
+ "other": "Voit ostaa tuotteen nyt, mutta se on katsottavissa vasta julkaisupäivänä."
431
+ },
432
+ "shopping_info_available_until_date_title": {
433
+ "other": "Saatavissa {{.Date}} saakka. "
434
+ },
435
+ "shopping_info_available_until_date_explanation_rent": {
436
+ "other": "Sen jälkeen sisältöä ei voi enää katsoa."
437
+ },
438
+ "shopping_info_available_until_date_explanation_buy": {
439
+ "other": "Sen jälkeen sisältöä ei voi enää katsoa."
440
+ },
441
+ "duration_hour": {
442
+ "one": "1 tunti",
443
+ "other": "{{.Count}} tuntia"
444
+ },
445
+ "duration_day": {
446
+ "one": "1 päivä",
447
+ "other": "{{.Count}} päivää"
448
+ },
449
+ "shopping_info_rental_period_duration": {
450
+ "other": "{{.ValueUnit}} vuokra "
451
+ },
452
+ "shopping_info_watch_window_duration": {
453
+ "other": "{{.Count}} tunnin katseluoikeus. "
454
+ },
186
455
  "shopping_info_watch_window_explanation_film": {
187
456
  "one": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} ajan. ",
188
457
  "other": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} ajan. "
@@ -207,68 +476,151 @@
207
476
  "one": "Kun aloitat tietyn jakson toiston, sinulla on tunti aikaa katsoa jaksoa niin monta kertaa kuin haluat.",
208
477
  "other": "Kun aloitat tietyn jakson toiston, sinulla on {{.Count}} tuntia aikaa katsoa jaksoa niin monta kertaa kuin haluat."
209
478
  },
210
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Bonus" },
211
-
212
- "shopping_enter_card_prompt": { "other": "Syötä luottokorttitietosi alle ja {{.Verb}} suoritetaan loppuun." },
213
-
214
- "shopping_terms": { "other": "Suorittamalla tapahtuman loppuun hyväksyn palvelun <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">käyttöehdot</a>."},
215
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} alennus käytössä." },
216
- "shopping_discount_apply": { "other": "Käytä tarjouskoodi" },
217
- "shopping_discount_code": { "other": "Syötä tarjouskoodi." },
218
- "shopping_discount_have_code": { "other": "Minulla on tarjouskoodi." },
219
-
220
- "shopping_price_you_pay": { "other": "Hinta" },
221
- "shopping_price_nothing": { "other": "Ei mitään" },
222
- "shopping_price_free": { "other": "Ilmainen" },
223
-
224
- "shopping_auth_directions": { "other": "Ostoon tarvitaan tili. Syötä sähköpostiosoitteesi." },
225
-
226
- "shopping_error_in_library": { "other": "{{.Title}} on jo kirjastossasi." },
227
-
228
- "shopping_error_missing_card": { "other": "Syötä luottokorttitietosi." },
229
- "shopping_error_title": { "other": "Tapahtui virhe" },
230
- "shopping_error_incorrect_cvc": { "other": "Syötä kelvollinen CVV-tunnus." },
231
- "shopping_error_invalid_cvc": { "other": "Syötä kelvollinen CVV-tunnus." },
232
- "shopping_error_incorrect_number": { "other": "Syötä voimassa olevan luottokortin numero." },
233
- "shopping_error_invalid_number": { "other": "Syötä voimassa olevan luottokortin numero." },
234
- "shopping_error_card_declined": { "other": "Korttimaksutapahtuma hylätty." },
235
- "shopping_error_invalid_expiry_month": { "other": "Syötä kelvollinen viimeinen voimassaolopäivä." },
236
- "shopping_error_invalid_expiry_year": { "other": "Syötä kelvollinen viimeinen voimassaolopäivä." },
237
- "shopping_error_expired_card": { "other": "Kortti on vanhentunut." },
238
- "shopping_error_creditcard_country_mismatch": { "other": "{{.Ownership}} epäonnistui. Sinun on oltava siinä maassa, jossa luottokorttisi myönnettiin. Käytä maksamiseen toista korttia." },
239
- "shopping_error_proxy_detected": { "other": "{{.Ownership}} epäonnistui. Havaitsimme sinun käyttävän estonpoistajaa tai välityspalvelinta. Kokeile poistaa nämä palvelut käytöstä ja yritä uudelleen." },
240
-
241
- "shopping_error_discount_blank": { "other": "Syötä tarjouskoodi." },
242
- "shopping_error_discount_not_applied": { "other": "Syötä kelvollinen tarjouskoodi." },
243
- "shopping_error_discount_invalid": { "other": "Syötä kelvollinen tarjouskoodi." },
244
- "shopping_error_discount_disabled": { "other": "Syötä kelvollinen tarjouskoodi." },
245
- "shopping_error_discount_already_applied": { "other": "Tähän ostotapahtumaan on jo käytetty tarjouskoodia." },
246
- "shopping_error_discount_already_redeemed": { "other": "Tarjouskoodi on jo käytetty." },
247
- "shopping_error_discount_used_previously": { "other": "Tarjouskoodi on jo käytetty." },
248
- "shopping_error_discount_max_limit": { "other": "Tarjouskoodia ei voi enää käyttää." },
249
- "shopping_error_discount_expired": { "other": "Tarjouskoodi on vanhentunut." },
250
- "shopping_error_discount_invalid_ownership_buy": { "other": "Tarjouskoodia ei voi käyttää tuotteiden ostamiseen." },
251
- "shopping_error_discount_invalid_ownership_rent": { "other": "Tarjouskoodia ei voi käyttää tuotteiden vuokraamiseen." },
252
- "shopping_error_discount_invalid_item": { "other": "Tarjouskoodia ei voi käyttää tähän tuotteeseen." },
253
- "shopping_error_discount_invalid_pricing_region": { "other": "Tarjouskoodia ei voi käyttää maassasi." },
254
- "shopping_error_discounts_not_allowed": { "other": "Tarjouskoodia ei voi käyttää." },
255
- "shopping_error_discount_disallowed_on_bundles": { "other": "Tarjouskoodia ei voi käyttää paketteihin." },
256
- "shopping_error_payment_intent_authentication_failure": { "other": "Kortti hylätty. Ole hyvä ja yritä uudestaan." },
257
-
258
- "shopping_complete_rental": { "other": "Tapahtuma hyväksytty" },
479
+ "shopping_info_credit_bonus_title": {
480
+ "other": "{{.BonusPercentage}}% Bonus"
481
+ },
482
+ "shopping_enter_card_prompt": {
483
+ "other": "Syötä luottokorttitietosi alle ja {{.Verb}} suoritetaan loppuun."
484
+ },
485
+ "shopping_terms": {
486
+ "other": "Suorittamalla tapahtuman loppuun hyväksyn palvelun <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">käyttöehdot</a>."
487
+ },
488
+ "shopping_discount_applied": {
489
+ "other": "{{.DiscountAmount}} alennus käytössä."
490
+ },
491
+ "shopping_discount_apply": {
492
+ "other": "Käytä tarjouskoodi"
493
+ },
494
+ "shopping_discount_code": {
495
+ "other": "Syötä tarjouskoodi."
496
+ },
497
+ "shopping_discount_have_code": {
498
+ "other": "Minulla on tarjouskoodi."
499
+ },
500
+ "shopping_price_you_pay": {
501
+ "other": "Hinta"
502
+ },
503
+ "shopping_price_nothing": {
504
+ "other": "Ei mitään"
505
+ },
506
+ "shopping_price_free": {
507
+ "other": "Ilmainen"
508
+ },
509
+ "shopping_auth_directions": {
510
+ "other": "Ostoon tarvitaan tili. Syötä sähköpostiosoitteesi."
511
+ },
512
+ "shopping_error_in_library": {
513
+ "other": "{{.Title}} on jo kirjastossasi."
514
+ },
515
+ "shopping_error_missing_card": {
516
+ "other": "Syötä luottokorttitietosi."
517
+ },
518
+ "shopping_error_title": {
519
+ "other": "Tapahtui virhe"
520
+ },
521
+ "shopping_error_incorrect_cvc": {
522
+ "other": "Syötä kelvollinen CVV-tunnus."
523
+ },
524
+ "shopping_error_invalid_cvc": {
525
+ "other": "Syötä kelvollinen CVV-tunnus."
526
+ },
527
+ "shopping_error_incorrect_number": {
528
+ "other": "Syötä voimassa olevan luottokortin numero."
529
+ },
530
+ "shopping_error_invalid_number": {
531
+ "other": "Syötä voimassa olevan luottokortin numero."
532
+ },
533
+ "shopping_error_card_declined": {
534
+ "other": "Korttimaksutapahtuma hylätty."
535
+ },
536
+ "shopping_error_invalid_expiry_month": {
537
+ "other": "Syötä kelvollinen viimeinen voimassaolopäivä."
538
+ },
539
+ "shopping_error_invalid_expiry_year": {
540
+ "other": "Syötä kelvollinen viimeinen voimassaolopäivä."
541
+ },
542
+ "shopping_error_expired_card": {
543
+ "other": "Kortti on vanhentunut."
544
+ },
545
+ "shopping_error_creditcard_country_mismatch": {
546
+ "other": "{{.Ownership}} epäonnistui. Sinun on oltava siinä maassa, jossa luottokorttisi myönnettiin. Käytä maksamiseen toista korttia."
547
+ },
548
+ "shopping_error_proxy_detected": {
549
+ "other": "{{.Ownership}} epäonnistui. Havaitsimme sinun käyttävän estonpoistajaa tai välityspalvelinta. Kokeile poistaa nämä palvelut käytöstä ja yritä uudelleen."
550
+ },
551
+ "shopping_error_discount_blank": {
552
+ "other": "Syötä tarjouskoodi."
553
+ },
554
+ "shopping_error_discount_not_applied": {
555
+ "other": "Syötä kelvollinen tarjouskoodi."
556
+ },
557
+ "shopping_error_discount_invalid": {
558
+ "other": "Syötä kelvollinen tarjouskoodi."
559
+ },
560
+ "shopping_error_discount_disabled": {
561
+ "other": "Syötä kelvollinen tarjouskoodi."
562
+ },
563
+ "shopping_error_discount_already_applied": {
564
+ "other": "Tähän ostotapahtumaan on jo käytetty tarjouskoodia."
565
+ },
566
+ "shopping_error_discount_already_redeemed": {
567
+ "other": "Tarjouskoodi on jo käytetty."
568
+ },
569
+ "shopping_error_discount_used_previously": {
570
+ "other": "Tarjouskoodi on jo käytetty."
571
+ },
572
+ "shopping_error_discount_max_limit": {
573
+ "other": "Tarjouskoodia ei voi enää käyttää."
574
+ },
575
+ "shopping_error_discount_expired": {
576
+ "other": "Tarjouskoodi on vanhentunut."
577
+ },
578
+ "shopping_error_discount_invalid_ownership_buy": {
579
+ "other": "Tarjouskoodia ei voi käyttää tuotteiden ostamiseen."
580
+ },
581
+ "shopping_error_discount_invalid_ownership_rent": {
582
+ "other": "Tarjouskoodia ei voi käyttää tuotteiden vuokraamiseen."
583
+ },
584
+ "shopping_error_discount_invalid_item": {
585
+ "other": "Tarjouskoodia ei voi käyttää tähän tuotteeseen."
586
+ },
587
+ "shopping_error_discount_invalid_pricing_region": {
588
+ "other": "Tarjouskoodia ei voi käyttää maassasi."
589
+ },
590
+ "shopping_error_discounts_not_allowed": {
591
+ "other": "Tarjouskoodia ei voi käyttää."
592
+ },
593
+ "shopping_error_discount_disallowed_on_bundles": {
594
+ "other": "Tarjouskoodia ei voi käyttää paketteihin."
595
+ },
596
+ "shopping_error_payment_intent_authentication_failure": {
597
+ "other": "Kortti hylätty. Ole hyvä ja yritä uudestaan."
598
+ },
599
+ "shopping_complete_rental": {
600
+ "other": "Tapahtuma hyväksytty"
601
+ },
259
602
  "shopping_complete_rental_period": {
260
603
  "one": "Voit nyt katsoa elokuvan niin monta kertaa kuin haluat seuraavan päivän aikana.",
261
604
  "other": "Voit nyt katsoa elokuvan niin monta kertaa kuin haluat seuraavien {{.Count}} päivän aikana."
262
605
  },
263
- "shopping_complete_purchase": { "other": "Kiitos tuotteen {{.Title}} ostamisesta." },
264
- "shopping_complete_credit_purchase": { "other": "Kiitos tuotteen {{.Title}} ostamisesta. {{.CreditTotal}} on lisätty tilillesi." },
265
- "shopping_complete_purchase_coming_soon": { "other": "Voit katsoa elokuvaa {{.Date}} alkaen." },
266
- "shopping_complete_receipt": { "other": "Kuitti on lähetetty sähköpostiisi." },
267
- "shopping_complete_library_link": { "other": "Selaa kirjastoasi" },
606
+ "shopping_complete_purchase": {
607
+ "other": "Kiitos tuotteen {{.Title}} ostamisesta."
608
+ },
609
+ "shopping_complete_credit_purchase": {
610
+ "other": "Kiitos tuotteen {{.Title}} ostamisesta. {{.CreditTotal}} on lisätty tilillesi."
611
+ },
612
+ "shopping_complete_purchase_coming_soon": {
613
+ "other": "Voit katsoa elokuvaa {{.Date}} alkaen."
614
+ },
615
+ "shopping_complete_receipt": {
616
+ "other": "Kuitti on lähetetty sähköpostiisi."
617
+ },
618
+ "shopping_complete_library_link": {
619
+ "other": "Selaa kirjastoasi"
620
+ },
268
621
  "shopping_complete_plan": {
269
622
  "other": "{{ .Title }} onnistui."
270
623
  },
271
-
272
624
  "shopping_complete_rental_watch_window_start": {
273
625
  "one": "Voit aloittaa katsomisen seuraavan päivän aikana.",
274
626
  "other": "Voit aloittaa katsomisen seuraavan {{.Count}} päivän aikana."
@@ -285,93 +637,211 @@
285
637
  "one": "Voit katsoa elokuvaa {{.Date}} alkaen, ja vuokrauksesi pysyy aktiivisena yhden päivän ajan.",
286
638
  "other": "Voit katsoa elokuvaa {{. .Date}} alkaen, ja vuokrauksesi pysyy aktiivisena {{.Count}} päivän ajan."
287
639
  },
288
-
289
- "shopping_action_rent": { "other": "Vuokraa" },
290
- "shopping_action_buy": { "other": "Osta" },
291
-
292
- "meta_detail_cast_title": { "other": "Esiintyjät" },
293
- "meta_detail_crew_title": { "other": "Tekijät" },
294
- "meta_detail_languages": { "one": "Kieli", "other": "Kielet" },
295
- "meta_detail_studios": { "one": "Tuotantoyhtiö", "other": "Tuotantoyhtiöt" },
296
- "meta_detail_countries": { "one": "Maa", "other": "Maat" },
297
- "meta_detail_subtitles": { "other": "Tekstitys" },
298
- "meta_detail_captions": { "other": "Tekstitys [CC]" },
299
- "meta_detail_episodes_title": { "other": "Jaksot" },
300
- "meta_detail_bonus_title": { "other": "Bonusmateriaali" },
301
- "meta_detail_recommendations_title": { "other": "Saatat pitää myös:" },
302
- "meta_detail_bundle_items_title": { "other": "Tämän paketin sisältämät tuotteet" },
303
-
304
- "bundle_items_all_films": { "other": "{{.Count}} elokuvaa" },
305
- "bundle_items_all_seasons": { "other": "{{.Count}} kautta" },
306
- "bundle_items_mixed": { "other": "{{.Count}} elokuvaa ja kautta" },
307
-
308
- "userwishlist_page_header": { "other": "Listani" },
309
- "userwishlist_slider_header": { "other": "Listani" },
310
- "userwishlist_empty_header": { "other": "Listasi on tyhjä." },
311
- "userwishlist_empty_content": { "other": "Täydennä listaasi <a href=\"{{.HomeURL}}\">selaamalla</a> valikoimaamme." },
312
- "userwishlist_button_add": { "other": "Lisää listaani" },
313
- "userwishlist_button_remove": { "other": "Listani" },
314
- "userwishlist_button_add_compact": { "other": "Listani" },
315
- "userwishlist_button_remove_compact": { "other": "Listani" },
316
-
317
- "userdevices_page_header": { "other": "Laitteeni" },
640
+ "shopping_action_rent": {
641
+ "other": "Vuokraa"
642
+ },
643
+ "shopping_action_buy": {
644
+ "other": "Osta"
645
+ },
646
+ "meta_detail_cast_title": {
647
+ "other": "Esiintyjät"
648
+ },
649
+ "meta_detail_crew_title": {
650
+ "other": "Tekijät"
651
+ },
652
+ "meta_detail_languages": {
653
+ "one": "Kieli",
654
+ "other": "Kielet"
655
+ },
656
+ "meta_detail_studios": {
657
+ "one": "Tuotantoyhtiö",
658
+ "other": "Tuotantoyhtiöt"
659
+ },
660
+ "meta_detail_countries": {
661
+ "one": "Maa",
662
+ "other": "Maat"
663
+ },
664
+ "meta_detail_subtitles": {
665
+ "other": "Tekstitys"
666
+ },
667
+ "meta_detail_captions": {
668
+ "other": "Tekstitys [CC]"
669
+ },
670
+ "meta_detail_episodes_title": {
671
+ "other": "Jaksot"
672
+ },
673
+ "meta_detail_bonus_title": {
674
+ "other": "Bonusmateriaali"
675
+ },
676
+ "meta_detail_recommendations_title": {
677
+ "other": "Saatat pitää myös:"
678
+ },
679
+ "meta_detail_bundle_items_title": {
680
+ "other": "Tämän paketin sisältämät tuotteet"
681
+ },
682
+ "bundle_items_all_films": {
683
+ "other": "{{.Count}} elokuvaa"
684
+ },
685
+ "bundle_items_all_seasons": {
686
+ "other": "{{.Count}} kautta"
687
+ },
688
+ "bundle_items_mixed": {
689
+ "other": "{{.Count}} elokuvaa ja kautta"
690
+ },
691
+ "userwishlist_page_header": {
692
+ "other": "Listani"
693
+ },
694
+ "userwishlist_slider_header": {
695
+ "other": "Listani"
696
+ },
697
+ "userwishlist_empty_header": {
698
+ "other": "Listasi on tyhjä."
699
+ },
700
+ "userwishlist_empty_content": {
701
+ "other": "Täydennä listaasi <a href=\"{{.HomeURL}}\">selaamalla</a> valikoimaamme."
702
+ },
703
+ "userwishlist_button_add": {
704
+ "other": "Lisää listaani"
705
+ },
706
+ "userwishlist_button_remove": {
707
+ "other": "Listani"
708
+ },
709
+ "userwishlist_button_add_compact": {
710
+ "other": "Listani"
711
+ },
712
+ "userwishlist_button_remove_compact": {
713
+ "other": "Listani"
714
+ },
715
+ "userdevices_page_header": {
716
+ "other": "Laitteeni"
717
+ },
318
718
  "userdevices_page_content": {
319
719
  "one": "Käyttämäsi laitteet lisätään tähän automaattisesti. Käyttöoikeus on rajattu yhteen laitteeseen.",
320
720
  "other": "Käyttämäsi laitteet lisätään tähän automaattisesti. Käyttöoikeus on rajattu {{.Count}} laitteeseen."
321
721
  },
322
- "userdevices_empty_content": { "other": "Tällä hetkellä käytössäsi on 0 rekisteröityä laitetta." },
323
- "userdevices_header_type": { "other": "Laitetyyppi" },
324
- "userdevices_header_description": { "other": "Kuvaus" },
325
- "userdevices_device_added": { "other": "Lisätty {{.Date}}" },
326
- "userdevices_device_actions_delete": { "other": "Poista" },
327
- "userdevices_device_actions_cancel": { "other": "Peru" },
328
- "userdevices_device_actions_confirm": { "other": "Kyllä, poista laite" },
329
- "userdevices_device_deleted": { "other": "(Poistettu)" },
330
-
331
- "availability_coming_soon": { "other": "Tulossa" },
332
- "availability_renting": { "other": "Vuokrattavissa" },
333
- "availability_not_available": { "other": "Ei saatavissa" },
334
- "availability_in_watch_window": { "other": "Saatavissa" },
335
- "availability_sold_out": { "other": "Loppuunmyyty" },
336
- "availability_available_till": { "other": "Saatavissa {{.ExpiryDate}} asti" },
337
- "availability_not_available_in_country": { "other": "Ei saatavissa" },
338
- "availability_available": { "other": "Katsottavissa {{.ReleaseDate}}" },
339
- "availability_expires": { "other": "Poistuu {{.Expiry}}" },
340
- "availability_expired": { "other": "Ei katsottavissa"},
341
-
342
- "modal_cancel": { "other": "Peru" },
343
-
344
- "play": { "other": "Toista" },
345
-
346
- "pricing_ownership_buy": { "other": "Osta" },
347
- "pricing_ownership_rent": { "other": "Vuokraa" },
348
-
349
- "classification_intro": { "other": "Luokitus: " },
350
-
351
- "cookie_banner_message": { "other": "Sivusto käyttää evästeitä parantaakseen käyttökokemustasi. Jatkamalla sivuston käyttöä hyväksyt <a href=\"/page/cookie-policy/\">käyttöehtomme</a>." },
352
- "cookie_banner_accept": { "other": "Hyväksyä" },
353
- "all_rights_reserved": { "other": "Kaikki oikeudet pidätetään. Sivustoa tai sen osia ei saa käyttää uudelleen ilman kirjallista lupaamme." },
354
-
355
- "users_gender_none": { "other": "Ei määritelty" },
356
- "users_gender_female": { "other": "Nainen" },
357
- "users_gender_male": { "other": "Mies" },
358
- "users_gender_diverse": { "other": "Ei-binäärinen" },
359
- "users_gender_other": { "other": "Muu" },
360
-
361
- "shopping_info_rental_period_coming_soon": { "other": "julkaisupäivästä ja -ajasta." },
362
-
363
- "combined_auth_signin_prompt": { "other": "Kirjaudu" },
364
- "combined_auth_signup_prompt": { "other": "Rekisteröidy" },
365
- "combined_auth_terms": { "other": "Hyväksyn palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a>." },
366
- "signup_terms": { "other": "Hyväksyn palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a>." },
367
- "validation_terms_required": { "other": "Sinun on hyväksyttävä käyttöehdot." },
368
-
369
- "shopping_error_item_limit_exceeded": { "other": "Valitettavasti {{.Title}} on loppuunmyyty." },
370
-
371
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
372
- "app_badge_ios": { "other": "Download on the App Store" },
373
- "app_badge_android": { "other": "Get it on Google Play" },
374
-
722
+ "userdevices_empty_content": {
723
+ "other": "Tällä hetkellä käytössäsi on 0 rekisteröityä laitetta."
724
+ },
725
+ "userdevices_header_type": {
726
+ "other": "Laitetyyppi"
727
+ },
728
+ "userdevices_header_description": {
729
+ "other": "Kuvaus"
730
+ },
731
+ "userdevices_device_added": {
732
+ "other": "Lisätty {{.Date}}"
733
+ },
734
+ "userdevices_device_actions_delete": {
735
+ "other": "Poista"
736
+ },
737
+ "userdevices_device_actions_cancel": {
738
+ "other": "Peru"
739
+ },
740
+ "userdevices_device_actions_confirm": {
741
+ "other": "Kyllä, poista laite"
742
+ },
743
+ "userdevices_device_deleted": {
744
+ "other": "(Poistettu)"
745
+ },
746
+ "availability_coming_soon": {
747
+ "other": "Tulossa"
748
+ },
749
+ "availability_renting": {
750
+ "other": "Vuokrattavissa"
751
+ },
752
+ "availability_not_available": {
753
+ "other": "Ei saatavissa"
754
+ },
755
+ "availability_in_watch_window": {
756
+ "other": "Saatavissa"
757
+ },
758
+ "availability_sold_out": {
759
+ "other": "Loppuunmyyty"
760
+ },
761
+ "availability_available_till": {
762
+ "other": "Saatavissa {{.ExpiryDate}} asti"
763
+ },
764
+ "availability_not_available_in_country": {
765
+ "other": "Ei saatavissa"
766
+ },
767
+ "availability_available": {
768
+ "other": "Katsottavissa {{.ReleaseDate}}"
769
+ },
770
+ "availability_expires": {
771
+ "other": "Poistuu {{.Expiry}}"
772
+ },
773
+ "availability_expired": {
774
+ "other": "Ei katsottavissa"
775
+ },
776
+ "modal_cancel": {
777
+ "other": "Peru"
778
+ },
779
+ "play": {
780
+ "other": "Toista"
781
+ },
782
+ "pricing_ownership_buy": {
783
+ "other": "Osta"
784
+ },
785
+ "pricing_ownership_rent": {
786
+ "other": "Vuokraa"
787
+ },
788
+ "classification_intro": {
789
+ "other": "Luokitus: "
790
+ },
791
+ "cookie_banner_message": {
792
+ "other": "Sivusto käyttää evästeitä parantaakseen käyttökokemustasi. Jatkamalla sivuston käyttöä hyväksyt <a href=\"/page/cookie-policy/\">käyttöehtomme</a>."
793
+ },
794
+ "cookie_banner_accept": {
795
+ "other": "Hyväksyä"
796
+ },
797
+ "all_rights_reserved": {
798
+ "other": "Kaikki oikeudet pidätetään. Sivustoa tai sen osia ei saa käyttää uudelleen ilman kirjallista lupaamme."
799
+ },
800
+ "users_gender_none": {
801
+ "other": "Ei määritelty"
802
+ },
803
+ "users_gender_female": {
804
+ "other": "Nainen"
805
+ },
806
+ "users_gender_male": {
807
+ "other": "Mies"
808
+ },
809
+ "users_gender_diverse": {
810
+ "other": "Ei-binäärinen"
811
+ },
812
+ "users_gender_other": {
813
+ "other": "Muu"
814
+ },
815
+ "shopping_info_rental_period_coming_soon": {
816
+ "other": "julkaisupäivästä ja -ajasta."
817
+ },
818
+ "combined_auth_signin_prompt": {
819
+ "other": "Kirjaudu"
820
+ },
821
+ "combined_auth_signup_prompt": {
822
+ "other": "Rekisteröidy"
823
+ },
824
+ "combined_auth_terms": {
825
+ "other": "Hyväksyn palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a>."
826
+ },
827
+ "signup_terms": {
828
+ "other": "Hyväksyn palvelun <a href=\"/page/terms-and-conditions/\" target=\"_blank\">käyttöehdot</a>."
829
+ },
830
+ "validation_terms_required": {
831
+ "other": "Sinun on hyväksyttävä käyttöehdot."
832
+ },
833
+ "shopping_error_item_limit_exceeded": {
834
+ "other": "Valitettavasti {{.Title}} on loppuunmyyty."
835
+ },
836
+ "app_badge_title": {
837
+ "other": "Lataa sovellus nähdäksesi ostamasi sisällön!"
838
+ },
839
+ "app_badge_ios": {
840
+ "other": "Lataa App Storesta"
841
+ },
842
+ "app_badge_android": {
843
+ "other": "Hanki se Google Playsta"
844
+ },
375
845
  "shopping_price_title_plan": {
376
846
  "other": "Hinta"
377
847
  },
@@ -434,168 +904,351 @@
434
904
  "plan_free_link_text": {
435
905
  "other": "Kirjaudu sisään ilmaiseksi"
436
906
  },
437
- "awards_nominated_for": {
438
- "other": "Ehdolla"
439
- },
440
907
  "awards_in_competition": {
441
908
  "other": "Kilpailussa"
442
909
  },
443
- "awards_winner_of": {
910
+ "meta_description_expand": {
911
+ "other": "Näytä lisää"
912
+ },
913
+ "meta_description_collapse": {
914
+ "other": "Näytä vähemmän"
915
+ },
916
+ "awards_winner": {
444
917
  "other": "Voittaja"
445
918
  },
446
919
  "donate_button_text": {
447
920
  "other": "Lahjoittaa"
448
921
  },
449
- "wcag_skip_links_header": { "other": "Accessibility Links" },
450
- "wcag_skip_links_content": { "other": "Skip to Content" },
451
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
452
-
453
- "wcag_homepage_h1": { "other": "Homepage" },
454
- "wcag_carousel_h2": { "other": "Carousel" },
455
- "wcag_collections_h2": { "other": "Collections" },
456
-
457
- "wcag_aria_label_footer": { "other": "Footer" },
458
- "wcag_aria_label_nav_main": { "other": "Main" },
459
- "wcag_aria_label_nav_sub": { "other": "Sub" },
460
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
461
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
462
- "wcag_aria_label_carousel": { "other": "Carousel" },
463
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
464
- "wcag_aria_label_collection_list": { "other": "Collection List" },
465
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
466
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
467
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
468
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
469
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
470
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
471
-
472
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
473
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
474
- "shopping_payment_method_header": { "other": "Payment methods" },
475
- "shopping_payment_method_credit_card": { "other": "Credit card" },
476
- "shopping_payment_method_giropay": { "other": "Giropay" },
477
- "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
478
- "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
479
-
480
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
481
-
482
- "account_form_pin_code": { "other": "PIN" },
483
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
484
- "account_form_set_pin": { "other": "Set PIN" },
485
- "account_form_pin_changed": { "other": "Updated" },
486
- "account_form_change_pin": { "other": "Change PIN" },
487
-
488
- "user_set_pin_header": { "other": "Set your PIN" },
489
- "user_set_pin_button": { "other": "Set PIN" },
490
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
491
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
492
- "user_submit_pin_button": { "other": "Enter" },
493
- "user_reset_pin_button": { "other": "Reset PIN" },
494
-
495
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
496
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
497
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
498
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
499
- "validation_pincode2_match": { "other": "PIN code does not match." },
500
-
501
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
502
- "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)." },
503
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
504
-
505
- "changepincode_modal_header": { "other": "Change your PIN" },
506
- "changepincode_modal_currentpassword": { "other": "Your current password" },
507
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
508
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
509
- "changepincode_modal_submit": { "other": "Set PIN" },
510
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
511
-
512
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
513
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
514
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
515
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
516
- "shopping_error_close_button": { "other": "OK" },
517
-
518
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
519
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
520
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
521
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
522
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
523
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
524
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
525
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
526
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
527
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
528
-
529
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
530
-
531
-
532
-
533
-
534
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
535
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
536
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
537
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
538
-
539
- "shopping_card_save_card": { "other": "Save this card for future use" },
540
- "shopping_card_button_change": { "other": "Show all saved cards" },
541
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
542
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
543
- "shopping_card_existing_expired": { "other": "(expired)" },
544
- "shopping_card_use_other": { "other": "Use a new card" },
545
- "shopping_card_use_new_card": { "other": "Change card" },
546
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
547
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
548
- "shopping_action_credit": { "other": "shopping_action_credit" },
549
-
550
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
551
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
552
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
553
-
554
- "seasons":{
555
- "one": "one season",
556
- "other": "{{.Count}} seasons"
557
- },"tvseason": {
558
- "other": "{{.ShowInfo.Title}} Season {{.Season.SeasonNumber}}"
922
+ "wcag_skip_links_header": {
923
+ "other": "Esteettömyyslinkit"
924
+ },
925
+ "wcag_skip_links_content": {
926
+ "other": "Siirry sisältöön"
927
+ },
928
+ "wcag_homepage_h1": {
929
+ "other": "Kotisivu"
930
+ },
931
+ "wcag_carousel_h2": {
932
+ "other": "Karuselli"
933
+ },
934
+ "wcag_collections_h2": {
935
+ "other": "kokoelma"
936
+ },
937
+ "wcag_aria_label_footer": {
938
+ "other": "Alatunniste"
939
+ },
940
+ "wcag_aria_label_nav_main": {
941
+ "other": "Tärkein"
942
+ },
943
+ "wcag_aria_label_nav_sub": {
944
+ "other": "Sub"
945
+ },
946
+ "wcag_aria_label_toggle_nav": {
947
+ "other": "Navigointi päälle/pois"
948
+ },
949
+ "wcag_aria_label_bundle_items": {
950
+ "other": "Niputa kohteita"
951
+ },
952
+ "wcag_aria_label_carousel": {
953
+ "other": "Karuselli"
954
+ },
955
+ "wcag_aria_label_page_collection": {
956
+ "other": "Sivujen kokoelma"
957
+ },
958
+ "wcag_aria_label_collection_list": {
959
+ "other": "Kokoelmaluettelo"
960
+ },
961
+ "wcag_aria_label_collection_slider": {
962
+ "other": "Kokoelman liukusäädin"
963
+ },
964
+ "wcag_aria_label_wishlist": {
965
+ "other": "Toivelista"
966
+ },
967
+ "wcag_aria_label_facebook": {
968
+ "other": "Jaa Facebookissa"
969
+ },
970
+ "wcag_aria_label_twitter": {
971
+ "other": "Jaa Twitterissä"
972
+ },
973
+ "wcag_aria_label_linkedin": {
974
+ "other": "Jaa LinkedInissä"
975
+ },
976
+ "wcag_aria_label_letterboxd": {
977
+ "other": "Katso Letterboxd"
978
+ },
979
+ "shopping_error_plan_already_owned": {
980
+ "other": "Sinulla on jo tämä suunnitelma."
981
+ },
982
+ "shopping_error_plan_expired": {
983
+ "other": "Tämä suunnitelma ei ole enää saatavilla."
984
+ },
985
+ "shopping_payment_method_header": {
986
+ "other": "Maksutavat"
987
+ },
988
+ "shopping_payment_method_credit_card": {
989
+ "other": "Luottokortti"
990
+ },
991
+ "shopping_payment_method_giropay": {
992
+ "other": "Giropay"
993
+ },
994
+ "shopping_error_stripe_unknown_error": {
995
+ "other": "Jotain meni pieleen tässä maksussa. Yritä uudelleen myöhemmin."
996
+ },
997
+ "shopping_error_payment_complete_failed": {
998
+ "other": "Maksu hylätty. Sulje tämä ikkuna ja yritä uudelleen."
999
+ },
1000
+ "header_banner": {
1001
+ "other": "otsikkobanneri"
1002
+ },
1003
+ "account_form_pin_code": {
1004
+ "other": "Pin-koodi"
1005
+ },
1006
+ "account_form_pin_code_not_set": {
1007
+ "other": "Luo PIN-koodi nähdäksesi tämän sisällön"
1008
+ },
1009
+ "account_form_set_pin": {
1010
+ "other": "Aseta PIN-koodi"
1011
+ },
1012
+ "account_form_pin_changed": {
1013
+ "other": "Päivitetty"
1014
+ },
1015
+ "account_form_change_pin": {
1016
+ "other": "Vaihda PIN"
1017
+ },
1018
+ "user_set_pin_header": {
1019
+ "other": "Aseta PIN-koodi"
1020
+ },
1021
+ "user_set_pin_button": {
1022
+ "other": "Aseta PIN"
1023
+ },
1024
+ "user_submit_pin_heading": {
1025
+ "other": "Kirjoita PIN-koodisi {{.Action}} tälle rajoitetulle sisällölle"
1026
+ },
1027
+ "user_error_wrong_pin_retry": {
1028
+ "other": "Hups, annoit väärän PIN-koodin"
1029
+ },
1030
+ "user_submit_pin_button": {
1031
+ "other": "Mennä"
1032
+ },
1033
+ "user_reset_pin_button": {
1034
+ "other": "Palauta PIN"
1035
+ },
1036
+ "validation_pincode1_required": {
1037
+ "other": "Anna kelvollinen PIN-koodi."
1038
+ },
1039
+ "validation_pincode2_required": {
1040
+ "other": "Anna kelvollinen PIN-koodi."
1041
+ },
1042
+ "validation_pincode1_pattern": {
1043
+ "other": "Anna kelvollinen PIN-koodi."
1044
+ },
1045
+ "validation_pincode2_pattern": {
1046
+ "other": "Anna kelvollinen PIN-koodi."
1047
+ },
1048
+ "validation_pincode2_match": {
1049
+ "other": "PIN-koodi ei täsmää."
1050
+ },
1051
+ "userdevices_delete_limits": {
1052
+ "other": "Voit poistaa {{.Limit}} laite(t) tästä luettelosta {{.Period}} päivässä."
1053
+ },
1054
+ "userdevices_delete_limit_reached": {
1055
+ "other": "Olet saavuttanut tämän rajan, etkä voi poistaa laitteita juuri nyt. Voit poistaa laitteesi {{.Days}} päivässä."
1056
+ },
1057
+ "shopping_card_new_subscription": {
1058
+ "other": "Tämä kortti tallennetaan ja sitä veloitetaan säännöllisesti"
1059
+ },
1060
+ "changepincode_modal_header": {
1061
+ "other": "Vaihda PIN-koodisi"
1062
+ },
1063
+ "changepincode_modal_currentpassword": {
1064
+ "other": "Nykyinen salasanasi"
1065
+ },
1066
+ "changepincode_modal_pincode1": {
1067
+ "other": "Uusi 4-numeroinen PIN-koodisi"
1068
+ },
1069
+ "changepincode_modal_pincode2": {
1070
+ "other": "Vahvista uusi 4-numeroinen PIN-koodisi"
1071
+ },
1072
+ "changepincode_modal_submit": {
1073
+ "other": "Aseta PIN-koodi"
1074
+ },
1075
+ "changepincode_modal_error_wrong_password": {
1076
+ "other": "Salasana on väärä."
1077
+ },
1078
+ "user_set_pin_intro": {
1079
+ "other": "Tarvitset PIN-koodin {{.Action}} ikärajoitettu sisältö"
1080
+ },
1081
+ "user_error_wrong_pin_reset": {
1082
+ "other": "Napsauta tätä nollataksesi PIN-koodisi"
1083
+ },
1084
+ "user_error_too_many_pin_errors_help_page_link": {
1085
+ "other": ""
1086
+ },
1087
+ "shopping_error_age_restricted": {
1088
+ "other": "Tämä sisältö on ikärajoitettu."
1089
+ },
1090
+ "shopping_error_close_button": {
1091
+ "other": "OK"
1092
+ },
1093
+ "usersubscriptions_subscription_expiry": {
1094
+ "other": "Vanhenee {{.Expiry}}"
1095
+ },
1096
+ "usersubscriptions_subscription_status_trialing": {
1097
+ "other": "Testijakso"
1098
+ },
1099
+ "usersubscriptions_subscription_unsubscribe": {
1100
+ "other": "Peruuta tilaukseni"
1101
+ },
1102
+ "usersubscriptions_unsubscribe_modal_cancel": {
1103
+ "other": "Peruuttaa"
1104
+ },
1105
+ "usersubscriptions_unsubscribe_modal_confirm": {
1106
+ "other": "Kyllä, peruuta tilaukseni"
1107
+ },
1108
+ "usersubscriptions_unsubscribe_modal_title": {
1109
+ "other": "Peruuta tilaus?"
1110
+ },
1111
+ "usersubscriptions_unsubscribe_modal_body": {
1112
+ "other": "Tämä peruuttaa {{.Name}}-tilauksen. Voit silti tarkastella suunnitelman sisältöä sen voimassaolon päättymiseen asti {{.Expiry}}."
1113
+ },
1114
+ "signin_form_error_account_suspended": {
1115
+ "other": "Tilisi on väliaikaisesti jäädytetty. Ota yhteyttä järjestelmänvalvojaan, jos uskot tämän olevan virhe."
1116
+ },
1117
+ "pricing_quality_hd": {
1118
+ "other": "HD"
1119
+ },
1120
+ "pricing_quality_sd": {
1121
+ "other": "SD"
1122
+ },
1123
+ "pricing_quality_hd_only": {
1124
+ "other": "Vain HD"
1125
+ },
1126
+ "pricing_quality_sd_only": {
1127
+ "other": "Vain SD"
1128
+ },
1129
+ "shopping_card_save_card": {
1130
+ "other": "Säilytä tämä kortti tulevaa tarvetta varten"
1131
+ },
1132
+ "shopping_card_button_change": {
1133
+ "other": "Näytä kaikki tallennetut kortit"
1134
+ },
1135
+ "shopping_card_existing_description": {
1136
+ "other": "{{.Card.Brand}} päättyy {{.Card.Number}}"
1137
+ },
1138
+ "shopping_card_existing_expiry": {
1139
+ "other": "(päättyy {{.Card.Expiry}})"
1140
+ },
1141
+ "shopping_card_existing_expired": {
1142
+ "other": "(vanhentunut)"
1143
+ },
1144
+ "shopping_card_use_other": {
1145
+ "other": "Käytä uutta korttia"
1146
+ },
1147
+ "shopping_card_use_new_card": {
1148
+ "other": "Vaihda kortti"
1149
+ },
1150
+ "shopping_card_update_reason_none": {
1151
+ "other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
1152
+ },
1153
+ "shopping_info_ownership_plan": {
1154
+ "other": "Tilaus"
1155
+ },
1156
+ "shopping_action_credit": {
1157
+ "other": "Täytä"
1158
+ },
1159
+ "usersubscriptions_change_payment_method_change": {
1160
+ "other": "Vaihda luottokorttisi"
1161
+ },
1162
+ "usersubscriptions_change_payment_method_modal_title": {
1163
+ "other": "Päivitä luottokorttitietosi"
1164
+ },
1165
+ "usersubscriptions_change_payment_method_modal_submit": {
1166
+ "other": "Päivittää"
1167
+ },
1168
+ "seasons": {
1169
+ "one": "yksi kausi",
1170
+ "other": "{{.Count}} vuodenajat"
1171
+ },
1172
+ "tvseason": {
1173
+ "other": "{{.ShowInfo.Title}} Kausi {{.Season.SeasonNumber}}"
559
1174
  },
560
1175
  "tvseason_html": {
561
- "other": "{{.ShowInfo.Title}} <span>Season {{.Season.SeasonNumber}}</span>"
1176
+ "other": "{{.ShowInfo.Title}} <span>Kausi {{.Season.SeasonNumber}}</span>"
562
1177
  },
563
1178
  "tvepisode": {
564
1179
  "other": "{{.Episode.Title}}"
565
1180
  },
566
1181
  "tvseason_number": {
567
- "other": "Season {{.Season.SeasonNumber}}"
1182
+ "other": "Kausi {{.Season.SeasonNumber}}"
568
1183
  },
569
1184
  "episode_count": {
570
- "one": "1 Episode",
571
- "other": "{{.Count}} Episodes"
572
- },
573
-
574
- "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>" },
575
- "validation_pincode_required": { "other": "Please enter a PIN code." },
576
-
577
- "shopping_info_subtitle_hd": { "other": "HD Video on Demand." },
578
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
579
- "shopping_info_subtitle_wallet": { "other": "Funds in your Wallet may be used for the purchase or rental of any content on ScreenPlus." },
580
-
581
- "shopping_info_sd_only": { "other": "Limited to SD playback only." },
582
- "shopping_error_discount_worn_out": { "other": "That promo code can no longer be used." },
583
-
584
- "activatedevice_page_header": { "other": "Activate Device" },
585
- "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." },
586
- "activatedevice_form_pin": { "other": "PIN Code" },
587
- "activatedevice_form_submit": { "other": "Activate" },
588
- "activatedevice_form_error_invalid_code": { "other": "PIN Code not found, please try again." },
589
- "activatedevice_form_error_pin_not_found": { "other": "PIN Code not found, please try again." },
590
- "activatedevice_signin_prompt": { "other": "Please sign in before activating your device." },
591
- "activatedevice_page_activated": { "other": "Thank you for activating {{.DeviceName}}. You should now be able to browse your library on your television or device." },
592
-
593
- "playlist_page_header": { "other": "Playlist" },
594
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
595
- "playlist_share_title": { "other": "Playlist" },
596
- "playlist_up_next_title": { "other": "Up Next" },
597
- "classification_divider": { "other": " - " },
598
- "classification_outro": { "other": "" },
599
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" }
600
-
601
- }
1185
+ "one": "1 Jakso",
1186
+ "other": "{{.Count}} Jaksot"
1187
+ },
1188
+ "user_error_too_many_pin_errors": {
1189
+ "other": "<p>Sinulla näyttää olevan ongelmia.</p><p>Nollaa PIN-koodi tai ota meihin yhteyttä saadaksesi apua <a href=\"{{.HelpURL}}\" target=\"_blank\">apua</a>"
1190
+ },
1191
+ "validation_pincode_required": {
1192
+ "other": "Anna PIN-koodi."
1193
+ },
1194
+ "shopping_info_subtitle_hd": {
1195
+ "other": "HD Video on Demand."
1196
+ },
1197
+ "shopping_info_subtitle_sd": {
1198
+ "other": "SD Video on Demand."
1199
+ },
1200
+ "shopping_info_subtitle_wallet": {
1201
+ "other": "Walletissasi olevia varoja voidaan käyttää minkä tahansa sisällön ostamiseen tai vuokraamiseen ScreenPlus."
1202
+ },
1203
+ "shopping_info_sd_only": {
1204
+ "other": "Rajoitettu vain SD-toistoon."
1205
+ },
1206
+ "shopping_error_discount_worn_out": {
1207
+ "other": "Tätä tarjouskoodia ei voi enää käyttää."
1208
+ },
1209
+ "activatedevice_page_header": {
1210
+ "other": "Aktivoi laite"
1211
+ },
1212
+ "activatedevice_page_content": {
1213
+ "other": "Hanki PIN-koodi noudattamalla laitteesi ohjeita. Sekä tietokoneesi että laitteesi on oltava yhteydessä Internetiin aktivoimista varten."
1214
+ },
1215
+ "activatedevice_form_pin": {
1216
+ "other": "Pin-koodi"
1217
+ },
1218
+ "activatedevice_form_submit": {
1219
+ "other": "Aktivoida"
1220
+ },
1221
+ "activatedevice_form_error_invalid_code": {
1222
+ "other": "PIN-koodia ei löydy, yritä uudelleen."
1223
+ },
1224
+ "activatedevice_form_error_pin_not_found": {
1225
+ "other": "PIN-koodia ei löydy, yritä uudelleen."
1226
+ },
1227
+ "activatedevice_signin_prompt": {
1228
+ "other": "Kirjaudu sisään ennen laitteesi aktivoimista."
1229
+ },
1230
+ "activatedevice_page_activated": {
1231
+ "other": "Kiitos aktivoinnistasi {{.DeviceName}}. Sinun pitäisi nyt pystyä selaamaan kirjastoasi televisiollasi tai laitteellasi."
1232
+ },
1233
+ "playlist_page_header": {
1234
+ "other": "Soittolista"
1235
+ },
1236
+ "playlist_sign_in_warning": {
1237
+ "other": "Kirjaudu sisään katsoaksesi live-TV:tä."
1238
+ },
1239
+ "playlist_share_title": {
1240
+ "other": "Soittolista"
1241
+ },
1242
+ "playlist_up_next_title": {
1243
+ "other": "Seuraava"
1244
+ },
1245
+ "classification_divider": {
1246
+ "other": " - "
1247
+ },
1248
+ "classification_outro": {
1249
+ "other": ""
1250
+ },
1251
+ "shopping_card_change": {
1252
+ "other": "Luottokortti ei ole oikea?? <a href=\"{{.SubscriptionsURL}}\">Napsauta tätä päivittääksesi korttisi</a>"
1253
+ }
1254
+ }