@shift72/core-template 0.4.3 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -14
- package/kibble.json +108 -29
- package/package.json +21 -8
- package/scripts/core-template-version.js +30 -0
- package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
- package/scripts/language-file-validator.js +1 -1
- package/scripts/translate.mjs +43 -0
- package/site/ar_LB.all.json +1262 -595
- package/site/ca_ES.all.json +437 -417
- package/site/da_DK.all.json +307 -221
- package/site/de_DE.all.json +1119 -459
- package/site/ee_EE.all.json +1261 -600
- package/site/el_EL.all.json +1112 -459
- package/site/en_AU.all.json +1158 -466
- package/site/es_ES.all.json +1105 -452
- package/site/es_MX.all.json +1160 -479
- package/site/fi_FI.all.json +1113 -460
- package/site/fr_FR.all.json +1105 -454
- package/site/hr_HR.all.json +1169 -464
- package/site/hu_HU.all.json +1261 -599
- package/site/it_IT.all.json +1112 -458
- package/site/ja_JP.all.json +1114 -460
- package/site/lt_LT.all.json +1112 -454
- package/site/nl_BE.all.json +1112 -456
- package/site/no_NO.all.json +1252 -596
- package/site/pl_PL.all.json +1090 -447
- package/site/pt_BR.all.json +432 -429
- package/site/pt_PT.all.json +1252 -602
- package/site/ru_RU.all.json +1088 -449
- package/site/sr_SR.all.json +1254 -0
- package/site/styles/_awards.scss +5 -0
- package/site/styles/_buttons.scss +27 -4
- package/site/styles/_carousel.scss +9 -1
- package/site/styles/_forms.scss +78 -11
- package/site/styles/_meta-detail.scss +2 -2
- package/site/styles/_meta-item-tagline.scss +1 -1
- package/site/styles/_nav.scss +6 -6
- package/site/styles/_pages.scss +0 -2
- package/site/styles/_plans.scss +5 -0
- package/site/styles/_search.scss +1 -1
- package/site/styles/_shift72.scss +3 -3
- package/site/styles/_shopping.scss +1 -1
- package/site/styles/_skip-link.scss +19 -0
- package/site/styles/_variables.scss +10 -6
- package/site/styles/_wishlist.scss +19 -11
- package/site/styles/main.scss +1 -0
- package/site/templates/application/application.jet +11 -14
- package/site/templates/application/google.jet +26 -10
- package/site/templates/common/awards/carousel.jet +7 -1
- package/site/templates/common/awards/item.jet +2 -2
- package/site/templates/film/item.jet +83 -76
- package/site/templates/page/curated.jet +1 -1
- package/site/templates/page/page-content.jet +1 -23
- package/site/templates/page/page-header.jet +25 -6
- package/site/tr_TR.all.json +1252 -602
- package/site/uk_UA.all.json +528 -451
- package/site/zh_TW.all.json +438 -419
- package/site/se_SE.all.json +0 -601
package/site/it_IT.all.json
CHANGED
@@ -1,24 +1,41 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
|
4
|
-
|
5
|
-
"
|
6
|
-
|
7
|
-
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
"
|
12
|
-
|
2
|
+
"site_owner": {
|
3
|
+
"other": "ABC Cinemas"
|
4
|
+
},
|
5
|
+
"settings_title": {
|
6
|
+
"other": "Impostazioni"
|
7
|
+
},
|
8
|
+
"powered_by": {
|
9
|
+
"other": "Powered by"
|
10
|
+
},
|
11
|
+
"powered_by_name": {
|
12
|
+
"other": "Shift72"
|
13
|
+
},
|
14
|
+
"powered_by_url": {
|
15
|
+
"other": "https://www.screenplus.com"
|
16
|
+
},
|
17
|
+
"in_partnership_with": {
|
18
|
+
"other": "in partnership with"
|
19
|
+
},
|
20
|
+
"festival_scope": {
|
21
|
+
"other": "Festival Scope"
|
22
|
+
},
|
23
|
+
"festival_scope_url": {
|
24
|
+
"other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
|
25
|
+
},
|
26
|
+
"en": {
|
27
|
+
"other": "English"
|
28
|
+
},
|
29
|
+
"fr": {
|
30
|
+
"other": "French"
|
31
|
+
},
|
13
32
|
"episode_name": {
|
14
33
|
"other": "Episodio"
|
15
34
|
},
|
16
|
-
|
17
35
|
"season_name": {
|
18
36
|
"other": "Stagione"
|
19
37
|
},
|
20
|
-
|
21
|
-
"seasons":{
|
38
|
+
"seasons": {
|
22
39
|
"one": "una stagione",
|
23
40
|
"other": "{{.Count}} stagioni"
|
24
41
|
},
|
@@ -38,186 +55,450 @@
|
|
38
55
|
"one": "1 Episodio",
|
39
56
|
"other": "{{.Count}} Episodi"
|
40
57
|
},
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
"
|
48
|
-
|
49
|
-
|
50
|
-
"
|
51
|
-
|
52
|
-
|
53
|
-
"
|
54
|
-
|
55
|
-
|
56
|
-
"
|
57
|
-
|
58
|
-
|
59
|
-
"
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
"
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
"
|
78
|
-
|
79
|
-
|
80
|
-
"
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
"
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
"
|
93
|
-
|
94
|
-
|
95
|
-
"
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
"
|
105
|
-
|
106
|
-
|
107
|
-
"
|
108
|
-
|
109
|
-
|
110
|
-
"
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
"
|
117
|
-
|
118
|
-
|
119
|
-
"
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
"
|
126
|
-
|
127
|
-
|
128
|
-
"
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
"
|
135
|
-
|
136
|
-
|
137
|
-
"
|
138
|
-
|
139
|
-
|
140
|
-
"
|
141
|
-
|
142
|
-
|
143
|
-
"
|
144
|
-
|
145
|
-
|
146
|
-
"
|
147
|
-
|
148
|
-
|
149
|
-
"
|
150
|
-
|
151
|
-
|
152
|
-
"
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
"
|
159
|
-
|
160
|
-
|
161
|
-
"
|
162
|
-
|
163
|
-
|
164
|
-
"
|
165
|
-
|
166
|
-
|
167
|
-
"
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
58
|
+
"date_day": {
|
59
|
+
"other": "Giorno"
|
60
|
+
},
|
61
|
+
"date_month": {
|
62
|
+
"other": "Mese"
|
63
|
+
},
|
64
|
+
"date_year": {
|
65
|
+
"other": "Anno"
|
66
|
+
},
|
67
|
+
"404_page_header": {
|
68
|
+
"other": "La pagina non esiste..."
|
69
|
+
},
|
70
|
+
"404_page_content": {
|
71
|
+
"other": "<p>Ci scusiamo, ma sembra che la pagina che stai cercando non esista.</p><p>Potrebbe essere stata spostata o cancellata, o forse potresti aver sbagliato qualcosa nella digitazione.</p><p>Prova a tornare alla homepage per trovare quello che stavi cercando.</p><p><a href=\"{{.URL}}\">Torna alla Homepage</a></p>"
|
72
|
+
},
|
73
|
+
"nav_homepage": {
|
74
|
+
"other": "ABC Cinemas"
|
75
|
+
},
|
76
|
+
"nav_signin": {
|
77
|
+
"other": "Accedi"
|
78
|
+
},
|
79
|
+
"nav_signup": {
|
80
|
+
"other": "Registrati"
|
81
|
+
},
|
82
|
+
"nav_signed_in_as": {
|
83
|
+
"other": "Registrato come"
|
84
|
+
},
|
85
|
+
"nav_library": {
|
86
|
+
"other": "I miei film"
|
87
|
+
},
|
88
|
+
"nav_devices": {
|
89
|
+
"other": "I miei dispositivi"
|
90
|
+
},
|
91
|
+
"nav_wishlist": {
|
92
|
+
"other": "La mia wishlist"
|
93
|
+
},
|
94
|
+
"nav_account": {
|
95
|
+
"other": "Il mio Account"
|
96
|
+
},
|
97
|
+
"nav_signout": {
|
98
|
+
"other": "Esci"
|
99
|
+
},
|
100
|
+
"play_trailer": {
|
101
|
+
"other": "Trailer"
|
102
|
+
},
|
103
|
+
"runtime_hours": {
|
104
|
+
"other": "h"
|
105
|
+
},
|
106
|
+
"runtime_minutes": {
|
107
|
+
"other": "m"
|
108
|
+
},
|
109
|
+
"datetime_today": {
|
110
|
+
"other": "oggi {{.Date}}"
|
111
|
+
},
|
112
|
+
"datetime_tomorrow": {
|
113
|
+
"other": "domani {{.Date}}"
|
114
|
+
},
|
115
|
+
"datetime_yesterday": {
|
116
|
+
"other": "ieri {{.Date}}"
|
117
|
+
},
|
118
|
+
"datetime_next": {
|
119
|
+
"other": "{{.Date}}"
|
120
|
+
},
|
121
|
+
"datetime_last": {
|
122
|
+
"other": "lo scorso {{.Date}}"
|
123
|
+
},
|
124
|
+
"search_control_placeholder": {
|
125
|
+
"other": "Cerca"
|
126
|
+
},
|
127
|
+
"search_control_submit": {
|
128
|
+
"other": "Invia la ricerca"
|
129
|
+
},
|
130
|
+
"play_button_watch": {
|
131
|
+
"other": "Guarda ora"
|
132
|
+
},
|
133
|
+
"play_button_resume": {
|
134
|
+
"other": "Continua"
|
135
|
+
},
|
136
|
+
"social_media_buttons_title": {
|
137
|
+
"other": "Condividi"
|
138
|
+
},
|
139
|
+
"social_media_buttons_facebook": {
|
140
|
+
"other": "Condividi su Facebook"
|
141
|
+
},
|
142
|
+
"social_media_buttons_twitter": {
|
143
|
+
"other": "Condividi su Twitter"
|
144
|
+
},
|
145
|
+
"social_media_buttons_linkedin": {
|
146
|
+
"other": "Condividi su Linkedin"
|
147
|
+
},
|
148
|
+
"social_media_buttons_email": {
|
149
|
+
"other": "Condividi via e-mail"
|
150
|
+
},
|
151
|
+
"social_media_buttons_email_subject": {
|
152
|
+
"other": "Condividi link"
|
153
|
+
},
|
154
|
+
"social_media_buttons_copied_link": {
|
155
|
+
"other": "Link copiato negli appunti!"
|
156
|
+
},
|
157
|
+
"social_media_buttons_copy_link": {
|
158
|
+
"other": "Copia negli appunti"
|
159
|
+
},
|
160
|
+
"accept_invite_page_header": {
|
161
|
+
"other": "Accoglienza "
|
162
|
+
},
|
163
|
+
"acceptinvite_form_invalid_reset_password_token": {
|
164
|
+
"other": "Questo Invito è già stato usato."
|
165
|
+
},
|
166
|
+
"acceptinvite_complete": {
|
167
|
+
"other": "Grazie. Il tuo account è stato creato."
|
168
|
+
},
|
169
|
+
"acceptinvite_form_submit": {
|
170
|
+
"other": "Accetta l'Invito"
|
171
|
+
},
|
172
|
+
"acceptinvite_agreement": {
|
173
|
+
"other": "Cliccando su “Accetta l’Invito” acconsenti ad aver letto e compreso i nostri <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termini & condizioni</a> e la nostra <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">privacy policy</a>."
|
174
|
+
},
|
175
|
+
"signup_page_header": {
|
176
|
+
"other": "Crea un nuovo Account"
|
177
|
+
},
|
178
|
+
"signup_form_name": {
|
179
|
+
"other": "Nome"
|
180
|
+
},
|
181
|
+
"signup_form_email": {
|
182
|
+
"other": "Indirizzo email"
|
183
|
+
},
|
184
|
+
"signup_form_password": {
|
185
|
+
"other": "Password"
|
186
|
+
},
|
187
|
+
"signup_form_password_confirmation": {
|
188
|
+
"other": "Conferma la tua password"
|
189
|
+
},
|
190
|
+
"signup_form_gender": {
|
191
|
+
"other": "Genere"
|
192
|
+
},
|
193
|
+
"signup_form_dob": {
|
194
|
+
"other": "Data di nascita"
|
195
|
+
},
|
196
|
+
"signup_form_submit": {
|
197
|
+
"other": "Invia"
|
198
|
+
},
|
199
|
+
"signup_terms": {
|
200
|
+
"other": "Cliccando sul bottone, dichiari di aver letto e accettato <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Termini & Condizioni</a>."
|
201
|
+
},
|
202
|
+
"combined_auth_terms": {
|
203
|
+
"other": "Cliccando sul bottone, dichiari di aver letto e accettato <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Termini & Condizioni</a>."
|
204
|
+
},
|
205
|
+
"signin_page_header": {
|
206
|
+
"other": "Accedi"
|
207
|
+
},
|
208
|
+
"signin_form_email": {
|
209
|
+
"other": "Indirizzo email"
|
210
|
+
},
|
211
|
+
"signin_form_password": {
|
212
|
+
"other": "Password"
|
213
|
+
},
|
214
|
+
"signin_form_remember": {
|
215
|
+
"other": "Ricordami"
|
216
|
+
},
|
217
|
+
"signin_form_submit": {
|
218
|
+
"other": "Invia"
|
219
|
+
},
|
220
|
+
"signin_page_forgotpassword": {
|
221
|
+
"other": "Hai dimenticato la password?"
|
222
|
+
},
|
223
|
+
"signin_page_createnewaccount": {
|
224
|
+
"other": "Non hai un account utente? Creane uno nuovo"
|
225
|
+
},
|
226
|
+
"signup_page_alreadyhaveanaccount": {
|
227
|
+
"other": "Hai già un Account? Accedi qui"
|
228
|
+
},
|
229
|
+
"signup_form_error_email_already_in_use": {
|
230
|
+
"other": "L'indirizzo email è già in uso."
|
231
|
+
},
|
232
|
+
"signin_form_error_incorrect_credentials": {
|
233
|
+
"other": "Il nome utente o la password non sono corretti."
|
234
|
+
},
|
235
|
+
"signup_form_error_forbidden": {
|
236
|
+
"other": "C'è stato un errore."
|
237
|
+
},
|
238
|
+
"combined_auth_continue": {
|
239
|
+
"other": "Continua"
|
240
|
+
},
|
241
|
+
"combined_auth_change": {
|
242
|
+
"other": "modifica"
|
243
|
+
},
|
244
|
+
"combined_auth_signin": {
|
245
|
+
"other": "Accedi"
|
246
|
+
},
|
247
|
+
"combined_auth_signup": {
|
248
|
+
"other": "Crea un nuovo Account utente"
|
249
|
+
},
|
250
|
+
"combined_auth_signin_password": {
|
251
|
+
"other": "Inserisci la tua password per poterti loggare al tuo nuovo account."
|
252
|
+
},
|
253
|
+
"combined_auth_signin_error_incorrect_credentials": {
|
254
|
+
"other": "La password è errata."
|
255
|
+
},
|
256
|
+
"combined_auth_error_forbidden": {
|
257
|
+
"other": "C'è stato un errore."
|
258
|
+
},
|
259
|
+
"combined_auth_error_too_many_requests": {
|
260
|
+
"other": "Troppe richieste. La preghiamo di riprovare più tardi."
|
261
|
+
},
|
262
|
+
"forgotpassword_page_header": {
|
263
|
+
"other": "Resetta la tua password"
|
264
|
+
},
|
265
|
+
"forgotpassword_form_email": {
|
266
|
+
"other": "Indirizzo email"
|
267
|
+
},
|
268
|
+
"forgotpassword_form_submit": {
|
269
|
+
"other": "Resetta"
|
270
|
+
},
|
271
|
+
"forgotpassword_form_error_email_doesnt_exist": {
|
272
|
+
"other": "Non ci sono account utente che corrispondono all'indirizzo email."
|
273
|
+
},
|
274
|
+
"forgotpassword_form_error_account_suspended": {
|
275
|
+
"other": "L'account utente è sospeso."
|
276
|
+
},
|
277
|
+
"forgotpassword_complete": {
|
278
|
+
"other": "Grazie. A breve ti arriverà un'email per poter resettare la tua password."
|
279
|
+
},
|
280
|
+
"forgotpassword_form_error_forbidden": {
|
281
|
+
"other": "C'è stato un errore."
|
282
|
+
},
|
283
|
+
"forgotpassword_form_error_too_many_requests": {
|
284
|
+
"other": "Troppe richieste. La preghiamo di riprovare più tardi."
|
285
|
+
},
|
286
|
+
"resetpassword_page_header": {
|
287
|
+
"other": "Cambia la tua password"
|
288
|
+
},
|
289
|
+
"resetpassword_form_invalid_reset_password_token": {
|
290
|
+
"other": "Sembra che la richiesta di reset della password non sia valida. Riempi di nuovo il form<a href=\"{{.URL}}\">Ho dimenticato la Password</a>, grazie."
|
291
|
+
},
|
292
|
+
"resetpassword_form_password": {
|
293
|
+
"other": "Nuova password"
|
294
|
+
},
|
295
|
+
"resetpassword_form_password2": {
|
296
|
+
"other": "Confermare la nuova password"
|
297
|
+
},
|
298
|
+
"resetpassword_form_submit": {
|
299
|
+
"other": "Modifica"
|
300
|
+
},
|
301
|
+
"resetpassword_complete": {
|
302
|
+
"other": "Grazie. La tua password è stata modificata, ora sei loggato."
|
303
|
+
},
|
304
|
+
"resetpassword_form_error_invalid_reset_password_token": {
|
305
|
+
"other": "La richiesta di reset della password non è valida. Riprova più tardi."
|
306
|
+
},
|
307
|
+
"resetpassword_form_error_reset_password_token_expired": {
|
308
|
+
"other": "Il token per il reset della password è scaduto. Richiedine uno nuovo."
|
309
|
+
},
|
310
|
+
"resetpassword_form_error_too_many_requests": {
|
311
|
+
"other": "Troppe richieste. La preghiamo di riprovare più tardi."
|
312
|
+
},
|
313
|
+
"account_page_header": {
|
314
|
+
"other": "Il mio account"
|
315
|
+
},
|
316
|
+
"account_form_name": {
|
317
|
+
"other": "Nome"
|
318
|
+
},
|
319
|
+
"account_form_email": {
|
320
|
+
"other": "Indirizzo email"
|
321
|
+
},
|
322
|
+
"account_form_password": {
|
323
|
+
"other": "Password"
|
324
|
+
},
|
325
|
+
"account_form_change_password": {
|
326
|
+
"other": "Modifica"
|
327
|
+
},
|
328
|
+
"account_form_gender": {
|
329
|
+
"other": "Genere"
|
330
|
+
},
|
331
|
+
"account_form_dob": {
|
332
|
+
"other": "Data di nascita"
|
333
|
+
},
|
334
|
+
"account_form_submit": {
|
335
|
+
"other": "Aggiorna"
|
336
|
+
},
|
337
|
+
"account_form_submitted": {
|
338
|
+
"other": "Aggiornato"
|
339
|
+
},
|
340
|
+
"account_form_password_changed": {
|
341
|
+
"other": "Aggiornata"
|
342
|
+
},
|
343
|
+
"account_form_error_incorrect_password": {
|
344
|
+
"other": "La password è errata."
|
345
|
+
},
|
346
|
+
"signup_form_optin": {
|
347
|
+
"other": "Registrati per ricevere la nostra newsletter gratuita"
|
348
|
+
},
|
349
|
+
"passwordconfirmation_modal_header": {
|
350
|
+
"other": "Conferma la tua password"
|
351
|
+
},
|
352
|
+
"passwordconfirmation_modal_label": {
|
353
|
+
"other": "Per favore inserisci la password per salvare le modifiche"
|
354
|
+
},
|
355
|
+
"passwordconfirmation_modal_confirm": {
|
356
|
+
"other": "Conferma"
|
357
|
+
},
|
358
|
+
"changepassword_modal_header": {
|
359
|
+
"other": "Cambia la tua password"
|
360
|
+
},
|
361
|
+
"changepassword_modal_currentpassword": {
|
362
|
+
"other": "La tua attuale password"
|
363
|
+
},
|
364
|
+
"changepassword_modal_password": {
|
365
|
+
"other": "La tua nuova password"
|
366
|
+
},
|
367
|
+
"changepassword_modal_password2": {
|
368
|
+
"other": "Confermare la nuova password"
|
369
|
+
},
|
370
|
+
"changepassword_modal_submit": {
|
371
|
+
"other": "Aggiorna"
|
372
|
+
},
|
373
|
+
"changepassword_modal_error_incorrect_password": {
|
374
|
+
"other": "La password è errata."
|
375
|
+
},
|
376
|
+
"userlibrary_page_header": {
|
377
|
+
"other": "I miei Film"
|
378
|
+
},
|
379
|
+
"userlibrary_empty_header": {
|
380
|
+
"other": "Non hai Film."
|
381
|
+
},
|
382
|
+
"userlibrary_empty_content": {
|
383
|
+
"other": "Scegli un titolo <a href=\"{{.HomeURL}}\">sfogliando</a> la nostra grande selezione."
|
384
|
+
},
|
385
|
+
"searchresults_page_header": {
|
386
|
+
"other": "Risultati della ricerca"
|
387
|
+
},
|
388
|
+
"searchresults_load_more": {
|
389
|
+
"other": "Carica altri {{.Count}}"
|
390
|
+
},
|
173
391
|
"searchresults_total": {
|
174
392
|
"one": "Trovato 1 risultato per \"{{.Query}}\".",
|
175
393
|
"other": "Trovati {{.Count}} risultati per \"{{.Query}}\"."
|
176
394
|
},
|
177
|
-
"searchresults_empty_header":
|
178
|
-
|
179
|
-
|
180
|
-
"
|
181
|
-
|
182
|
-
|
183
|
-
"
|
184
|
-
|
185
|
-
|
186
|
-
"
|
187
|
-
|
188
|
-
|
189
|
-
"
|
190
|
-
|
191
|
-
|
192
|
-
"
|
193
|
-
|
194
|
-
|
195
|
-
"
|
196
|
-
|
197
|
-
|
198
|
-
"
|
199
|
-
|
200
|
-
|
201
|
-
"
|
202
|
-
|
203
|
-
|
204
|
-
"
|
205
|
-
|
206
|
-
|
207
|
-
"
|
208
|
-
|
209
|
-
|
210
|
-
"
|
211
|
-
|
212
|
-
|
213
|
-
"
|
214
|
-
|
395
|
+
"searchresults_empty_header": {
|
396
|
+
"other": "Non ho trovato risultati per \"{{.Query}}\""
|
397
|
+
},
|
398
|
+
"searchresults_empty_content": {
|
399
|
+
"other": "Prova con un'altra ricerca oppure <a href=\"{{.HomeURL}}\">sfoglia i nostri contenuti</a> per trovare quello che stai cercando."
|
400
|
+
},
|
401
|
+
"validation_name_required": {
|
402
|
+
"other": "Per favore inserisci il tuo nome."
|
403
|
+
},
|
404
|
+
"validation_email_required": {
|
405
|
+
"other": "Per favore inserisci il tuo indirizzo email."
|
406
|
+
},
|
407
|
+
"validation_email_email": {
|
408
|
+
"other": "Per favore inserisci un indirizzo email valido."
|
409
|
+
},
|
410
|
+
"validation_currentpassword_required": {
|
411
|
+
"other": "Per favore inserisci la tua password attuale."
|
412
|
+
},
|
413
|
+
"validation_password_required": {
|
414
|
+
"other": "Per favore inseririsci una password."
|
415
|
+
},
|
416
|
+
"validation_password2_required": {
|
417
|
+
"other": "Per favore conferma la password."
|
418
|
+
},
|
419
|
+
"validation_password2_match": {
|
420
|
+
"other": "Le password non coincidono."
|
421
|
+
},
|
422
|
+
"validation_password_minlength": {
|
423
|
+
"other": "Per favore inserisci almeno {{.Count}} caratteri."
|
424
|
+
},
|
425
|
+
"validation_promocode_required": {
|
426
|
+
"other": "Per favore inserisci un codice promozionale."
|
427
|
+
},
|
428
|
+
"validation_pincode_required": {
|
429
|
+
"other": "Per favore inserisci un codice promozionale."
|
430
|
+
},
|
431
|
+
"validation_gender_required": {
|
432
|
+
"other": "Per favore scegli il sesso."
|
433
|
+
},
|
434
|
+
"validation_dob_required": {
|
435
|
+
"other": "Per favore inserisci la tua data di nascita."
|
436
|
+
},
|
437
|
+
"validation_dob_date": {
|
438
|
+
"other": "Per favore inserisci una data di nascita valida."
|
439
|
+
},
|
440
|
+
"shopping_info_subtitle_hd": {
|
441
|
+
"other": "Video on Demand HD."
|
442
|
+
},
|
443
|
+
"shopping_info_subtitle_sd": {
|
444
|
+
"other": "SD Video on Demand."
|
445
|
+
},
|
446
|
+
"shopping_info_subtitle_wallet": {
|
447
|
+
"other": "I fondi a disposizione nel tuo Wallet possono essere usati per l'acquisto o il noleggio di qualsiasi contenuto su ScreenPlus."
|
448
|
+
},
|
449
|
+
"shopping_info_subtitle_help": {
|
450
|
+
"other": "Controlla qui i requisiti di sistema."
|
451
|
+
},
|
452
|
+
"shopping_info_ownership_buy": {
|
453
|
+
"other": "acquisto"
|
454
|
+
},
|
455
|
+
"shopping_info_ownership_rent": {
|
456
|
+
"other": "noleggio"
|
457
|
+
},
|
458
|
+
"shopping_info_sd_only": {
|
459
|
+
"other": "Limitato alla sola riproduzione SD."
|
460
|
+
},
|
461
|
+
"shopping_info_release_date_title": {
|
462
|
+
"other": "Disponibile dal {{.Date}}. "
|
463
|
+
},
|
464
|
+
"shopping_info_release_date_explanation_rent": {
|
465
|
+
"other": "Puoi noleggiarlo ora, ma non potrai vederlo fino a questa data."
|
466
|
+
},
|
467
|
+
"shopping_info_release_date_explanation_buy": {
|
468
|
+
"other": "Puoi comprarlo ora, ma non potrai vederlo fino a questa data."
|
469
|
+
},
|
470
|
+
"shopping_info_available_until_date_title": {
|
471
|
+
"other": "Disponibile fino {{.Date}}. "
|
472
|
+
},
|
473
|
+
"shopping_info_available_until_date_explanation_rent": {
|
474
|
+
"other": "Non potrai vedere il contenuto oltre questa data."
|
475
|
+
},
|
476
|
+
"shopping_info_available_until_date_explanation_buy": {
|
477
|
+
"other": "Non potrai vedere il contenuto oltre questa data."
|
478
|
+
},
|
479
|
+
"duration_hour": {
|
480
|
+
"one": "1 ora",
|
481
|
+
"other": "{{.Count}} ore"
|
482
|
+
},
|
483
|
+
"duration_day": {
|
484
|
+
"one": "1 giorno",
|
485
|
+
"other": "{{.Count}} giorni"
|
486
|
+
},
|
487
|
+
"shopping_info_rental_period_duration": {
|
488
|
+
"other": "{{.ValueUnit}} di noleggio "
|
489
|
+
},
|
490
|
+
"shopping_info_rental_period_coming_soon": {
|
491
|
+
"other": "dalla data e ora della pubblicazione."
|
492
|
+
},
|
493
|
+
"shopping_info_watch_window_duration": {
|
494
|
+
"other": "Finestra di riproduzione: {{.Count}} ore. "
|
495
|
+
},
|
215
496
|
"shopping_info_watch_window_explanation_film": {
|
216
497
|
"one": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}}. ",
|
217
498
|
"other": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}}. "
|
218
499
|
},
|
219
500
|
"shopping_info_watch_window_explanation2_film": {
|
220
|
-
"one": "
|
501
|
+
"one": "Dopo aver premuto play, inizia la finestra di visualizzazione e hai un'ora per guardare il film tutte le volte che vuoi.",
|
221
502
|
"other": "Una volta premuto play, inizia la finestra di riproduzione e avete {{.Count}} ore di tempo per completare la visione e guardare il film tutte le volte che vorrete."
|
222
503
|
},
|
223
504
|
"shopping_info_watch_window_explanation_bundle": {
|
@@ -225,7 +506,7 @@
|
|
225
506
|
"other": "Una volta noleggiati, gli oggetti del vostro bundle saranno disponibili nel tuo account utente per {{.Count}} giorni "
|
226
507
|
},
|
227
508
|
"shopping_info_watch_window_explanation2_bundle": {
|
228
|
-
"one": "
|
509
|
+
"one": "Dopo aver premuto Play su un film specifico, inizia la finestra di visualizzazione e hai un'ora per guardare quel film tutte le volte che vuoi.",
|
229
510
|
"other": "Una volta che premi “Play” su un film specifico, ha inizio la watch window e hai disposizione {{.Count}} ore per guardare il film quante volte vuoi."
|
230
511
|
},
|
231
512
|
"shopping_info_watch_window_explanation_season": {
|
@@ -233,181 +514,399 @@
|
|
233
514
|
"other": "Una volta noleggiata, la stagione sarà disponibile nel tuo account utente per {{.Count}} giorni. "
|
234
515
|
},
|
235
516
|
"shopping_info_watch_window_explanation2_season": {
|
236
|
-
"one": "
|
517
|
+
"one": "Dopo aver premuto Play su un episodio, inizia la finestra di visualizzazione e hai un'ora per guardare quell'episodio tutte le volte che vuoi.",
|
237
518
|
"other": "Una volta che premi Play su un episodio, la watch window ha inizio e hai {{.Count}} ore a disposizione per guardare quell'episodio quante volte vorrai."
|
238
519
|
},
|
239
|
-
"shopping_info_credit_bonus_title": {
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
"
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
"
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
"
|
258
|
-
|
259
|
-
|
260
|
-
"
|
261
|
-
|
262
|
-
|
263
|
-
"
|
264
|
-
|
265
|
-
|
266
|
-
"
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
"
|
273
|
-
|
274
|
-
|
275
|
-
"
|
276
|
-
|
277
|
-
|
278
|
-
"
|
279
|
-
|
280
|
-
|
281
|
-
"
|
282
|
-
|
283
|
-
|
284
|
-
"
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
520
|
+
"shopping_info_credit_bonus_title": {
|
521
|
+
"other": "Bonus {{.BonusPercentage}}%"
|
522
|
+
},
|
523
|
+
"shopping_enter_card_prompt": {
|
524
|
+
"other": "Inserisci i dati della tua carta di credito per completare l'ordine."
|
525
|
+
},
|
526
|
+
"shopping_terms": {
|
527
|
+
"other": "Procedendo con questo pagamento, accetto i <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">termini e le condizioni</a>."
|
528
|
+
},
|
529
|
+
"shopping_discount_applied": {
|
530
|
+
"other": "{{.DiscountAmount}} sconto applicato."
|
531
|
+
},
|
532
|
+
"shopping_discount_apply": {
|
533
|
+
"other": "Applica"
|
534
|
+
},
|
535
|
+
"shopping_discount_code": {
|
536
|
+
"other": "Inserisci il codice."
|
537
|
+
},
|
538
|
+
"shopping_discount_have_code": {
|
539
|
+
"other": "Ho un codice promozionale."
|
540
|
+
},
|
541
|
+
"shopping_price_you_pay": {
|
542
|
+
"other": "Paghi"
|
543
|
+
},
|
544
|
+
"shopping_price_nothing": {
|
545
|
+
"other": "Nulla"
|
546
|
+
},
|
547
|
+
"shopping_price_free": {
|
548
|
+
"other": "Gratuito"
|
549
|
+
},
|
550
|
+
"shopping_auth_directions": {
|
551
|
+
"other": "È necessario avere un Account. Inserisci il tuo indirizzo email."
|
552
|
+
},
|
553
|
+
"shopping_error_in_library": {
|
554
|
+
"other": "{{.Title}} è già nella tua library."
|
555
|
+
},
|
556
|
+
"shopping_error_missing_card": {
|
557
|
+
"other": "Prego, inserisci i dettagli della tua carta di credito."
|
558
|
+
},
|
559
|
+
"shopping_error_title": {
|
560
|
+
"other": "C'è stato un errore"
|
561
|
+
},
|
562
|
+
"shopping_error_incorrect_cvc": {
|
563
|
+
"other": "Prego, inserisci un CVV valido."
|
564
|
+
},
|
565
|
+
"shopping_error_invalid_cvc": {
|
566
|
+
"other": "Prego, inserisci un CVV valido."
|
567
|
+
},
|
568
|
+
"shopping_error_incorrect_number": {
|
569
|
+
"other": "Prego, inserisci un numero di carta di credito valido."
|
570
|
+
},
|
571
|
+
"shopping_error_invalid_number": {
|
572
|
+
"other": "Prego, inserisci un numero di carta di credito valido."
|
573
|
+
},
|
574
|
+
"shopping_error_card_declined": {
|
575
|
+
"other": "La carta di credito è stata rifiutata."
|
576
|
+
},
|
577
|
+
"shopping_error_invalid_expiry_month": {
|
578
|
+
"other": "Prego, inserisci una data di scadenza valida."
|
579
|
+
},
|
580
|
+
"shopping_error_invalid_expiry_year": {
|
581
|
+
"other": "Prego, inserisci una data di scadenza valida."
|
582
|
+
},
|
583
|
+
"shopping_error_expired_card": {
|
584
|
+
"other": "La carta di credito è scaduta."
|
585
|
+
},
|
586
|
+
"shopping_error_creditcard_country_mismatch": {
|
587
|
+
"other": "La tua {{.Ownership}} non è stata completata. Devi essere nella nazione in cui la tua carta è stata emessa. Prego, utilizza un'altra carta per eseguire il pagamento."
|
588
|
+
},
|
589
|
+
"shopping_error_proxy_detected": {
|
590
|
+
"other": "La tua {{.Ownership}} non è stata completata. Abbiamo verificato che stati utilizzando un servizio proxy oppure un unblocker. Spegni questi servizi e riprova, grazie."
|
591
|
+
},
|
592
|
+
"shopping_error_discount_worn_out": {
|
593
|
+
"other": "Il codice promozionale non può più essere utilizzato."
|
594
|
+
},
|
595
|
+
"shopping_error_discount_blank": {
|
596
|
+
"other": "Prego, inserisci un codice promozionale."
|
597
|
+
},
|
598
|
+
"shopping_error_discount_not_applied": {
|
599
|
+
"other": "Inserisci un codice valido."
|
600
|
+
},
|
601
|
+
"shopping_error_discount_invalid": {
|
602
|
+
"other": "Inserisci un codice valido."
|
603
|
+
},
|
604
|
+
"shopping_error_discount_disabled": {
|
605
|
+
"other": "Inserisci un codice valido."
|
606
|
+
},
|
607
|
+
"shopping_error_discount_already_applied": {
|
608
|
+
"other": "Un codice promozionale è già stato usato per questa sessione."
|
609
|
+
},
|
610
|
+
"shopping_error_discount_already_redeemed": {
|
611
|
+
"other": "Il codice promozionale è già stato utilizzato."
|
612
|
+
},
|
613
|
+
"shopping_error_discount_used_previously": {
|
614
|
+
"other": "Il codice promozionale è già stato utilizzato."
|
615
|
+
},
|
616
|
+
"shopping_error_discount_max_limit": {
|
617
|
+
"other": "Il codice promozionale non può più essere utilizzato."
|
618
|
+
},
|
619
|
+
"shopping_error_discount_expired": {
|
620
|
+
"other": "Il codice promozionale è scaduto."
|
621
|
+
},
|
622
|
+
"shopping_error_discount_invalid_ownership_buy": {
|
623
|
+
"other": "Il codice promozionale non può essere usato per un acquisto."
|
624
|
+
},
|
625
|
+
"shopping_error_discount_invalid_ownership_rent": {
|
626
|
+
"other": "Il codice promozionale non può essere usato per un noleggio."
|
627
|
+
},
|
628
|
+
"shopping_error_discount_invalid_item": {
|
629
|
+
"other": "Il codice promozionale non può essere usato per questo item."
|
630
|
+
},
|
631
|
+
"shopping_error_discount_invalid_pricing_region": {
|
632
|
+
"other": "Il codice promozionale non può essere usato in questa nazione."
|
633
|
+
},
|
634
|
+
"shopping_error_discounts_not_allowed": {
|
635
|
+
"other": "Il codice promozionale non può essere usato."
|
636
|
+
},
|
637
|
+
"shopping_error_discount_disallowed_on_bundles": {
|
638
|
+
"other": "Il codice promozionale non può essere usato per i bundle."
|
639
|
+
},
|
640
|
+
"shopping_error_payment_intent_authentication_failure": {
|
641
|
+
"other": "La carta di credito è stata rifiutata. Ti prego di riprovare."
|
642
|
+
},
|
643
|
+
"shopping_complete_rental": {
|
644
|
+
"other": "Fatto!"
|
645
|
+
},
|
289
646
|
"shopping_complete_rental_period": {
|
290
|
-
"one": "
|
647
|
+
"one": "Ora puoi guardarlo tutte le volte che vuoi il giorno successivo.",
|
291
648
|
"other": "Ora puoi rivederlo quante volte vuoi nei prossimi {{.Count}} giorni."
|
292
649
|
},
|
293
|
-
"shopping_complete_purchase": {
|
294
|
-
|
295
|
-
|
296
|
-
"
|
297
|
-
|
650
|
+
"shopping_complete_purchase": {
|
651
|
+
"other": "Grazie per aver acquistato {{.Title}}."
|
652
|
+
},
|
653
|
+
"shopping_complete_credit_purchase": {
|
654
|
+
"other": "Grazie per aver acquistato {{.Title}}, {{.CreditTotal}} è stato aggiunto al tuo account utente."
|
655
|
+
},
|
656
|
+
"shopping_complete_purchase_coming_soon": {
|
657
|
+
"other": "Potrai vederlo a partire da {{.Date}}."
|
658
|
+
},
|
659
|
+
"shopping_complete_receipt": {
|
660
|
+
"other": "La ricevuta ti è stata inviata via email."
|
661
|
+
},
|
662
|
+
"shopping_complete_library_link": {
|
663
|
+
"other": "Consulta la tua library"
|
664
|
+
},
|
298
665
|
"shopping_complete_plan": {
|
299
666
|
"other": "L'acquisto di {{ .Title }} buon fine."
|
300
667
|
},
|
301
668
|
"shopping_complete_rental_watch_window_start": {
|
302
|
-
"one": "
|
669
|
+
"one": "Ora puoi iniziare a guardarlo entro il giorno successivo.",
|
303
670
|
"other": "Potrai vederlo entro i prossimi {{.Count}} giorni."
|
304
671
|
},
|
305
672
|
"shopping_complete_rental_watch_window_end": {
|
306
|
-
"one": "
|
673
|
+
"one": "Quando la riproduzione viene avviata, avrai un'ora per guardare l'elemento tutte le volte che vuoi.",
|
307
674
|
"other": "Dopo aver cliccato su Guarda Ora hai {{.Count}} ore a disposizione per vedere il film."
|
308
675
|
},
|
309
676
|
"shopping_complete_rental_coming_soon": {
|
310
|
-
"one": "
|
677
|
+
"one": "Potrai guardarlo da {{.Date}} e il tuo noleggio rimarrà attivo per un giorno.",
|
311
678
|
"other": "Potrai vederlo a partire da {{.Date}} e il tuo noleggio rimarrà attivo per {{.Count}} giorni."
|
312
679
|
},
|
313
680
|
"shopping_complete_rental_coming_soon_watch_window_start": {
|
314
|
-
"one": "
|
681
|
+
"one": "Potrai guardarlo da {{.Date}} e il tuo noleggio rimarrà attivo per un giorno.",
|
315
682
|
"other": "Potrai vederlo a partire da {{.Date}} e il tuo noleggio rimarrà attivo per {{.Count}} giorni."
|
316
683
|
},
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
"
|
324
|
-
|
325
|
-
|
326
|
-
"
|
327
|
-
|
328
|
-
|
329
|
-
"
|
330
|
-
|
331
|
-
|
332
|
-
"
|
333
|
-
|
334
|
-
|
335
|
-
"
|
336
|
-
|
337
|
-
|
338
|
-
"
|
339
|
-
|
340
|
-
|
341
|
-
"
|
342
|
-
|
343
|
-
|
344
|
-
"
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
"
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
"
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
"
|
357
|
-
|
358
|
-
|
359
|
-
"
|
360
|
-
|
361
|
-
|
684
|
+
"shopping_action_rent": {
|
685
|
+
"other": "Noleggia"
|
686
|
+
},
|
687
|
+
"shopping_action_buy": {
|
688
|
+
"other": "Acquista"
|
689
|
+
},
|
690
|
+
"shopping_payment_method_header": {
|
691
|
+
"other": "Metodi di pagamento"
|
692
|
+
},
|
693
|
+
"shopping_payment_method_credit_card": {
|
694
|
+
"other": "Carta di credito"
|
695
|
+
},
|
696
|
+
"shopping_payment_method_giropay": {
|
697
|
+
"other": "Giropay (Germania)"
|
698
|
+
},
|
699
|
+
"shopping_error_stripe_unknown_error": {
|
700
|
+
"other": "Con questo pagamento qualcosa non ha funzionato. Si prega di riprovare più tardi."
|
701
|
+
},
|
702
|
+
"shopping_error_payment_complete_failed": {
|
703
|
+
"other": "Il pagamento è stato rifiutato. Chiudi la finestra e riprova."
|
704
|
+
},
|
705
|
+
"meta_detail_cast_title": {
|
706
|
+
"other": "Cast"
|
707
|
+
},
|
708
|
+
"meta_detail_crew_title": {
|
709
|
+
"other": "Crew"
|
710
|
+
},
|
711
|
+
"meta_detail_languages": {
|
712
|
+
"one": "Lingua",
|
713
|
+
"other": "Lingua"
|
714
|
+
},
|
715
|
+
"meta_detail_studios": {
|
716
|
+
"one": "Studio",
|
717
|
+
"other": "Studios"
|
718
|
+
},
|
719
|
+
"meta_detail_countries": {
|
720
|
+
"one": "Paese",
|
721
|
+
"other": "Paese"
|
722
|
+
},
|
723
|
+
"meta_detail_subtitles": {
|
724
|
+
"other": "Sottotitoli"
|
725
|
+
},
|
726
|
+
"meta_detail_captions": {
|
727
|
+
"other": "Sottotitoli [CC]"
|
728
|
+
},
|
729
|
+
"meta_detail_episodes_title": {
|
730
|
+
"other": "Episodi"
|
731
|
+
},
|
732
|
+
"meta_detail_bonus_title": {
|
733
|
+
"other": "Contenuti Extra"
|
734
|
+
},
|
735
|
+
"meta_detail_recommendations_title": {
|
736
|
+
"other": "Potrebbe piacerti anche"
|
737
|
+
},
|
738
|
+
"meta_detail_bundle_items_title": {
|
739
|
+
"other": "Contenuto incluso nel bundle"
|
740
|
+
},
|
741
|
+
"bundle_items_all_films": {
|
742
|
+
"other": "{{.Count}} film"
|
743
|
+
},
|
744
|
+
"bundle_items_all_seasons": {
|
745
|
+
"other": "{{.Count}} stagioni"
|
746
|
+
},
|
747
|
+
"bundle_items_mixed": {
|
748
|
+
"other": "{{.Count}} films e stagioni"
|
749
|
+
},
|
750
|
+
"userwishlist_page_header": {
|
751
|
+
"other": "La mia wishlist"
|
752
|
+
},
|
753
|
+
"userwishlist_slider_header": {
|
754
|
+
"other": "La mia wishlist"
|
755
|
+
},
|
756
|
+
"userwishlist_empty_header": {
|
757
|
+
"other": "L'elenco è vuoto."
|
758
|
+
},
|
759
|
+
"userwishlist_empty_content": {
|
760
|
+
"other": "Riempilo <a href=\"{{.HomeURL}}\">sfogliando</a> la nostra fantastica selezione."
|
761
|
+
},
|
762
|
+
"userwishlist_button_add": {
|
763
|
+
"other": "Aggiungi alla mia wishlist"
|
764
|
+
},
|
765
|
+
"userwishlist_button_remove": {
|
766
|
+
"other": "La mia wishlist"
|
767
|
+
},
|
768
|
+
"userwishlist_button_add_compact": {
|
769
|
+
"other": "La mia wishlist"
|
770
|
+
},
|
771
|
+
"userwishlist_button_remove_compact": {
|
772
|
+
"other": "La mia wishlist"
|
773
|
+
},
|
774
|
+
"activatedevice_page_header": {
|
775
|
+
"other": "Attiva il dispositivo"
|
776
|
+
},
|
777
|
+
"activatedevice_page_content": {
|
778
|
+
"other": "Segui le istruzioni sul tuo dispositivo per ottenere un PIN. Il tuo computer e il dispositivo devono entrambi essere connessi a internet per l'attivazione."
|
779
|
+
},
|
780
|
+
"activatedevice_form_pin": {
|
781
|
+
"other": "PIN"
|
782
|
+
},
|
783
|
+
"activatedevice_form_submit": {
|
784
|
+
"other": "Attiva"
|
785
|
+
},
|
786
|
+
"activatedevice_form_error_invalid_code": {
|
787
|
+
"other": "PIN non trovato, riprova."
|
788
|
+
},
|
789
|
+
"activatedevice_form_error_pin_not_found": {
|
790
|
+
"other": "PIN non trovato, riprova."
|
791
|
+
},
|
792
|
+
"activatedevice_signin_prompt": {
|
793
|
+
"other": "Registrati prima di attivare il tuo dispositivo."
|
794
|
+
},
|
795
|
+
"activatedevice_page_activated": {
|
796
|
+
"other": "Grazie per aver attivato {{.DeviceName}}. Ora potrai sfogliare la tua library sulla tua tv o sul tuo dispositivo."
|
797
|
+
},
|
798
|
+
"userdevices_page_header": {
|
799
|
+
"other": "Dispositivi"
|
800
|
+
},
|
362
801
|
"userdevices_page_content": {
|
363
802
|
"one": "I dispositivi verranno aggiunti automaticamente qui quando saranno attivati. Puoi aggiungere fino a 1 dispositivi.",
|
364
803
|
"other": "I dispositivi verranno aggiunti automaticamente qui quando saranno attivati. Puoi aggiungere fino a {{.Count}} dispositivi."
|
365
804
|
},
|
366
|
-
"userdevices_empty_content": {
|
367
|
-
|
368
|
-
|
369
|
-
"
|
370
|
-
|
371
|
-
|
372
|
-
"
|
373
|
-
|
374
|
-
|
375
|
-
"
|
376
|
-
|
377
|
-
|
378
|
-
"
|
379
|
-
|
380
|
-
|
381
|
-
"
|
382
|
-
|
383
|
-
|
384
|
-
"
|
385
|
-
|
386
|
-
|
387
|
-
"
|
388
|
-
|
389
|
-
|
390
|
-
"
|
391
|
-
|
392
|
-
|
393
|
-
"
|
394
|
-
|
395
|
-
|
396
|
-
"
|
397
|
-
|
398
|
-
|
399
|
-
"
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
"
|
406
|
-
|
407
|
-
|
408
|
-
"
|
409
|
-
|
410
|
-
|
805
|
+
"userdevices_empty_content": {
|
806
|
+
"other": "Attualmente hai 0 dispositivi registrati."
|
807
|
+
},
|
808
|
+
"userdevices_header_type": {
|
809
|
+
"other": "Tipo di dispositivo"
|
810
|
+
},
|
811
|
+
"userdevices_header_description": {
|
812
|
+
"other": "Descrizione"
|
813
|
+
},
|
814
|
+
"userdevices_device_added": {
|
815
|
+
"other": "Aggiunto {{.Date}}"
|
816
|
+
},
|
817
|
+
"userdevices_device_actions_delete": {
|
818
|
+
"other": "Rimuovi"
|
819
|
+
},
|
820
|
+
"userdevices_device_actions_cancel": {
|
821
|
+
"other": "Annulla"
|
822
|
+
},
|
823
|
+
"userdevices_device_actions_confirm": {
|
824
|
+
"other": "Sì, rimuovi il dispositivo"
|
825
|
+
},
|
826
|
+
"userdevices_device_deleted": {
|
827
|
+
"other": "(Rimosso)"
|
828
|
+
},
|
829
|
+
"playlist_page_header": {
|
830
|
+
"other": "Playlist"
|
831
|
+
},
|
832
|
+
"playlist_sign_in_warning": {
|
833
|
+
"other": "Collegati per guardare la TV live."
|
834
|
+
},
|
835
|
+
"playlist_share_title": {
|
836
|
+
"other": "Playlist"
|
837
|
+
},
|
838
|
+
"playlist_up_next_title": {
|
839
|
+
"other": "Prossimo"
|
840
|
+
},
|
841
|
+
"pricing_ownership_buy": {
|
842
|
+
"other": "Prossimo"
|
843
|
+
},
|
844
|
+
"pricing_ownership_rent": {
|
845
|
+
"other": "Noleggia"
|
846
|
+
},
|
847
|
+
"classification_intro": {
|
848
|
+
"other": "Voto: "
|
849
|
+
},
|
850
|
+
"classification_divider": {
|
851
|
+
"other": " - "
|
852
|
+
},
|
853
|
+
"classification_outro": {
|
854
|
+
"other": ""
|
855
|
+
},
|
856
|
+
"cookie_banner_message": {
|
857
|
+
"other": "Utilizziamo cookies e altre tecnologie per migliorare la tua navigazione. Utilizzando il nostro sito Web, accetti queste condizioni. Leggi la nostra <a href=\"{{.CookiePolicyURL}}\">informativa sulla privacy</a> per scoprire a cosa servono i cookies e come modificare le tue impostazioni."
|
858
|
+
},
|
859
|
+
"cookie_banner_accept": {
|
860
|
+
"other": "Accetta"
|
861
|
+
},
|
862
|
+
"all_rights_reserved": {
|
863
|
+
"other": "Tutti i diritti riservati. Nessuna parte di questo sito può essere riprodotta senza la nostra autorizzazione scritta."
|
864
|
+
},
|
865
|
+
"availability_available": {
|
866
|
+
"other": "Disponibile {{.ReleaseDate}}"
|
867
|
+
},
|
868
|
+
"availability_renting": {
|
869
|
+
"other": "Noleggiato"
|
870
|
+
},
|
871
|
+
"availability_available_till": {
|
872
|
+
"other": "Disponibile fino {{.ExpiryDate}}"
|
873
|
+
},
|
874
|
+
"availability_not_available_in_country": {
|
875
|
+
"other": "Non Disponibile"
|
876
|
+
},
|
877
|
+
"availability_expires": {
|
878
|
+
"other": "Scaduto il {{.Expiry}}"
|
879
|
+
},
|
880
|
+
"availability_expired": {
|
881
|
+
"other": "Scaduto"
|
882
|
+
},
|
883
|
+
"availability_coming_soon": {
|
884
|
+
"other": "Presto Disponibile"
|
885
|
+
},
|
886
|
+
"availability_not_available": {
|
887
|
+
"other": "Non Disponibile"
|
888
|
+
},
|
889
|
+
"availability_in_watch_window": {
|
890
|
+
"other": "Disponibile nella finestra dell'orologio"
|
891
|
+
},
|
892
|
+
"availability_sold_out": {
|
893
|
+
"other": "Esaurito"
|
894
|
+
},
|
895
|
+
"shopping_card_change": {
|
896
|
+
"other": "Carta di credito non corretta? <a href=\"{{.SubscriptionsURL}}\">Fai clic qui per aggiornare la tua carta.</a>"
|
897
|
+
},
|
898
|
+
"user_error_too_many_pin_errors": {
|
899
|
+
"other": "<p>Sembra che tu abbia problemi.</p><p>Reimposta il PIN o contattaci per <a href=\"{{.HelpURL}}\" target=\"_blank\">aiuto</a>"
|
900
|
+
},
|
901
|
+
"app_badge_title": {
|
902
|
+
"other": "Scarica l'app per visualizzare i contenuti acquistati!"
|
903
|
+
},
|
904
|
+
"app_badge_ios": {
|
905
|
+
"other": "Scarica dall'App Store"
|
906
|
+
},
|
907
|
+
"app_badge_android": {
|
908
|
+
"other": "Scaricalo su Google Play"
|
909
|
+
},
|
411
910
|
"shopping_price_title_plan": {
|
412
911
|
"other": "Prezzo"
|
413
912
|
},
|
@@ -470,131 +969,286 @@
|
|
470
969
|
"plan_free_link_text": {
|
471
970
|
"other": "Iscriviti gratis"
|
472
971
|
},
|
473
|
-
"awards_nominated_for": {
|
474
|
-
"other": "Nominato per"
|
475
|
-
},
|
476
972
|
"awards_in_competition": {
|
477
973
|
"other": "In Concorso"
|
478
974
|
},
|
479
|
-
"
|
480
|
-
"other": "
|
975
|
+
"meta_description_expand": {
|
976
|
+
"other": "Mostra di più"
|
977
|
+
},
|
978
|
+
"meta_description_collapse": {
|
979
|
+
"other": "Mostra meno"
|
980
|
+
},
|
981
|
+
"awards_winner": {
|
982
|
+
"other": "Vincitore"
|
481
983
|
},
|
482
984
|
"donate_button_text": {
|
483
985
|
"other": "Donare"
|
484
986
|
},
|
485
|
-
"wcag_skip_links_header": {
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
"
|
492
|
-
|
493
|
-
|
494
|
-
"
|
495
|
-
|
496
|
-
|
497
|
-
"
|
498
|
-
|
499
|
-
|
500
|
-
"
|
501
|
-
|
502
|
-
|
503
|
-
"
|
504
|
-
|
505
|
-
|
506
|
-
"
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
"
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
"
|
519
|
-
|
520
|
-
|
521
|
-
"
|
522
|
-
|
523
|
-
|
524
|
-
"
|
525
|
-
|
526
|
-
|
527
|
-
"
|
528
|
-
|
529
|
-
|
530
|
-
"
|
531
|
-
|
532
|
-
|
533
|
-
"
|
534
|
-
"
|
535
|
-
|
536
|
-
"
|
537
|
-
"
|
538
|
-
|
539
|
-
|
540
|
-
"
|
541
|
-
|
542
|
-
"
|
543
|
-
"
|
544
|
-
|
545
|
-
|
546
|
-
"
|
547
|
-
|
548
|
-
"
|
549
|
-
"
|
550
|
-
|
551
|
-
"
|
552
|
-
"
|
553
|
-
|
554
|
-
"
|
555
|
-
"
|
556
|
-
|
557
|
-
"
|
558
|
-
"
|
559
|
-
|
560
|
-
"
|
561
|
-
"
|
562
|
-
|
563
|
-
"
|
564
|
-
"
|
565
|
-
|
566
|
-
"
|
567
|
-
"
|
568
|
-
|
569
|
-
"
|
570
|
-
"
|
571
|
-
|
572
|
-
"
|
573
|
-
|
574
|
-
|
575
|
-
"
|
576
|
-
|
577
|
-
|
578
|
-
"
|
579
|
-
|
580
|
-
|
581
|
-
"
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
"
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
"
|
594
|
-
|
595
|
-
|
596
|
-
"
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
987
|
+
"wcag_skip_links_header": {
|
988
|
+
"other": "Collegamenti di accessibilità"
|
989
|
+
},
|
990
|
+
"wcag_skip_links_content": {
|
991
|
+
"other": "Salta al contenuto"
|
992
|
+
},
|
993
|
+
"wcag_homepage_h1": {
|
994
|
+
"other": "Pagina iniziale"
|
995
|
+
},
|
996
|
+
"wcag_carousel_h2": {
|
997
|
+
"other": "Giostra"
|
998
|
+
},
|
999
|
+
"wcag_collections_h2": {
|
1000
|
+
"other": "Collezioni"
|
1001
|
+
},
|
1002
|
+
"wcag_aria_label_footer": {
|
1003
|
+
"other": "Piè di pagina"
|
1004
|
+
},
|
1005
|
+
"wcag_aria_label_nav_main": {
|
1006
|
+
"other": "Principale"
|
1007
|
+
},
|
1008
|
+
"wcag_aria_label_nav_sub": {
|
1009
|
+
"other": "Sub"
|
1010
|
+
},
|
1011
|
+
"wcag_aria_label_toggle_nav": {
|
1012
|
+
"other": "Attiva/disattiva navigazione"
|
1013
|
+
},
|
1014
|
+
"wcag_aria_label_bundle_items": {
|
1015
|
+
"other": "Articoli in bundle"
|
1016
|
+
},
|
1017
|
+
"wcag_aria_label_carousel": {
|
1018
|
+
"other": "Giostra"
|
1019
|
+
},
|
1020
|
+
"wcag_aria_label_page_collection": {
|
1021
|
+
"other": "Collezione di pagine"
|
1022
|
+
},
|
1023
|
+
"wcag_aria_label_collection_list": {
|
1024
|
+
"other": "Elenco di raccolta"
|
1025
|
+
},
|
1026
|
+
"wcag_aria_label_collection_slider": {
|
1027
|
+
"other": "Dispositivo di scorrimento della raccolta"
|
1028
|
+
},
|
1029
|
+
"wcag_aria_label_wishlist": {
|
1030
|
+
"other": "Lista dei desideri"
|
1031
|
+
},
|
1032
|
+
"wcag_aria_label_facebook": {
|
1033
|
+
"other": "Condividi su Facebook"
|
1034
|
+
},
|
1035
|
+
"wcag_aria_label_twitter": {
|
1036
|
+
"other": "Condividi su Twitter"
|
1037
|
+
},
|
1038
|
+
"wcag_aria_label_linkedin": {
|
1039
|
+
"other": "Condividi su LinkedIn"
|
1040
|
+
},
|
1041
|
+
"wcag_aria_label_letterboxd": {
|
1042
|
+
"other": "Visualizza su Letterboxdd"
|
1043
|
+
},
|
1044
|
+
"header_banner": {
|
1045
|
+
"other": "ABC Cinemas – 21° Festival del Cinema, 1 – 6 giugno 2021"
|
1046
|
+
},
|
1047
|
+
"account_form_pin_code": {
|
1048
|
+
"other": "PIN"
|
1049
|
+
},
|
1050
|
+
"account_form_pin_code_not_set": {
|
1051
|
+
"other": "Non hai un PIN impostato, necessario per l'acquisto, il noleggio e la visione di alcuni titoli."
|
1052
|
+
},
|
1053
|
+
"account_form_set_pin": {
|
1054
|
+
"other": "Imposta PIN"
|
1055
|
+
},
|
1056
|
+
"account_form_pin_changed": {
|
1057
|
+
"other": "Aggiornata"
|
1058
|
+
},
|
1059
|
+
"account_form_change_pin": {
|
1060
|
+
"other": "Cambia PIN"
|
1061
|
+
},
|
1062
|
+
"user_set_pin_header": {
|
1063
|
+
"other": "Imposta il tuo PIN"
|
1064
|
+
},
|
1065
|
+
"user_set_pin_button": {
|
1066
|
+
"other": "Imposta PIN"
|
1067
|
+
},
|
1068
|
+
"user_submit_pin_heading": {
|
1069
|
+
"other": "Inserisci il tuo PIN per {{.Action}} questo contenuto con restrizioni"
|
1070
|
+
},
|
1071
|
+
"user_error_wrong_pin_retry": {
|
1072
|
+
"other": "Spiacenti, hai inserito un PIN errato"
|
1073
|
+
},
|
1074
|
+
"user_submit_pin_button": {
|
1075
|
+
"other": "Accedere"
|
1076
|
+
},
|
1077
|
+
"user_reset_pin_button": {
|
1078
|
+
"other": "Reimposta PIN"
|
1079
|
+
},
|
1080
|
+
"validation_pincode1_required": {
|
1081
|
+
"other": "Si prega di inserire un codice PIN valido."
|
1082
|
+
},
|
1083
|
+
"validation_pincode2_required": {
|
1084
|
+
"other": "Si prega di inserire un codice PIN valido."
|
1085
|
+
},
|
1086
|
+
"validation_pincode1_pattern": {
|
1087
|
+
"other": "Si prega di inserire un codice PIN valido."
|
1088
|
+
},
|
1089
|
+
"validation_pincode2_pattern": {
|
1090
|
+
"other": "Si prega di inserire un codice PIN valido."
|
1091
|
+
},
|
1092
|
+
"validation_pincode2_match": {
|
1093
|
+
"other": "Il codice PIN non corrisponde."
|
1094
|
+
},
|
1095
|
+
"userdevices_delete_limits": {
|
1096
|
+
"other": "Puoi rimuovere {{.Limit}} dispositivo/i da questo elenco ogni {{.Period}} giorno/i."
|
1097
|
+
},
|
1098
|
+
"userdevices_delete_limit_reached": {
|
1099
|
+
"other": "Hai raggiunto questo limite e al momento non puoi rimuovere alcun dispositivo. Puoi eliminare un dispositivo tra {{.Days}} giorno/i."
|
1100
|
+
},
|
1101
|
+
"shopping_card_new_subscription": {
|
1102
|
+
"other": "Questa carta verrà salvata e addebitata regolarmente"
|
1103
|
+
},
|
1104
|
+
"changepincode_modal_header": {
|
1105
|
+
"other": "Cambia il tuo PIN"
|
1106
|
+
},
|
1107
|
+
"changepincode_modal_currentpassword": {
|
1108
|
+
"other": "la tua password attuale"
|
1109
|
+
},
|
1110
|
+
"changepincode_modal_pincode1": {
|
1111
|
+
"other": "Il tuo nuovo PIN a 4 cifre"
|
1112
|
+
},
|
1113
|
+
"changepincode_modal_pincode2": {
|
1114
|
+
"other": "Conferma il tuo nuovo PIN a 4 cifre"
|
1115
|
+
},
|
1116
|
+
"changepincode_modal_submit": {
|
1117
|
+
"other": "Imposta PIN"
|
1118
|
+
},
|
1119
|
+
"changepincode_modal_error_wrong_password": {
|
1120
|
+
"other": "Quella password non è corretta."
|
1121
|
+
},
|
1122
|
+
"user_set_pin_intro": {
|
1123
|
+
"other": "Hai bisogno di un PIN per {{.Action}} contenuto limitato"
|
1124
|
+
},
|
1125
|
+
"user_error_wrong_pin_reset": {
|
1126
|
+
"other": "Clicca qui per reimpostare il PIN"
|
1127
|
+
},
|
1128
|
+
"user_error_too_many_pin_errors_help_page_link": {
|
1129
|
+
"other": ""
|
1130
|
+
},
|
1131
|
+
"shopping_error_age_restricted": {
|
1132
|
+
"other": "Questo contenuto è soggetto a limiti di età."
|
1133
|
+
},
|
1134
|
+
"shopping_error_close_button": {
|
1135
|
+
"other": "OK"
|
1136
|
+
},
|
1137
|
+
"usersubscriptions_subscription_expiry": {
|
1138
|
+
"other": "Scade {{.Expiry}}"
|
1139
|
+
},
|
1140
|
+
"usersubscriptions_subscription_status_trialing": {
|
1141
|
+
"other": "Periodo di prova"
|
1142
|
+
},
|
1143
|
+
"usersubscriptions_subscription_unsubscribe": {
|
1144
|
+
"other": "Annulla il mio abbonamento"
|
1145
|
+
},
|
1146
|
+
"usersubscriptions_unsubscribe_modal_cancel": {
|
1147
|
+
"other": "Annulla"
|
1148
|
+
},
|
1149
|
+
"usersubscriptions_unsubscribe_modal_confirm": {
|
1150
|
+
"other": "Sì, cancella il mio abbonamento"
|
1151
|
+
},
|
1152
|
+
"usersubscriptions_unsubscribe_modal_title": {
|
1153
|
+
"other": "Annullare l'iscrizione?"
|
1154
|
+
},
|
1155
|
+
"usersubscriptions_unsubscribe_modal_body": {
|
1156
|
+
"other": "Questo annullerà l'abbonamento al piano {{.Name}}. Potrai comunque guardare i contenuti del piano fino alla scadenza {{.Expiry}}."
|
1157
|
+
},
|
1158
|
+
"signin_form_error_ip_throttled": {
|
1159
|
+
"other": "Non sei riuscito ad accedere troppe volte. Per favore riprova più tardi."
|
1160
|
+
},
|
1161
|
+
"signin_form_error_account_suspended": {
|
1162
|
+
"other": "Il tuo account è stato temporaneamente sospeso. Contatta un amministratore se ritieni che si tratti di un errore."
|
1163
|
+
},
|
1164
|
+
"shopping_error_plan_already_owned": {
|
1165
|
+
"other": "Hai già questo piano."
|
1166
|
+
},
|
1167
|
+
"shopping_error_plan_expired": {
|
1168
|
+
"other": "Questo piano non è più disponibile."
|
1169
|
+
},
|
1170
|
+
"users_gender_none": {
|
1171
|
+
"other": "Non specificato"
|
1172
|
+
},
|
1173
|
+
"users_gender_female": {
|
1174
|
+
"other": "Femmina"
|
1175
|
+
},
|
1176
|
+
"users_gender_male": {
|
1177
|
+
"other": "Maschio"
|
1178
|
+
},
|
1179
|
+
"users_gender_diverse": {
|
1180
|
+
"other": "Diverse"
|
1181
|
+
},
|
1182
|
+
"users_gender_other": {
|
1183
|
+
"other": "Altro"
|
1184
|
+
},
|
1185
|
+
"pricing_quality_hd": {
|
1186
|
+
"other": "HD"
|
1187
|
+
},
|
1188
|
+
"pricing_quality_sd": {
|
1189
|
+
"other": "SD"
|
1190
|
+
},
|
1191
|
+
"pricing_quality_hd_only": {
|
1192
|
+
"other": "Solo HD"
|
1193
|
+
},
|
1194
|
+
"pricing_quality_sd_only": {
|
1195
|
+
"other": "Solo SD"
|
1196
|
+
},
|
1197
|
+
"shopping_card_save_card": {
|
1198
|
+
"other": "Salva questa carta per un uso futuro"
|
1199
|
+
},
|
1200
|
+
"shopping_card_button_change": {
|
1201
|
+
"other": "Mostra tutte le carte salvate"
|
1202
|
+
},
|
1203
|
+
"shopping_card_existing_description": {
|
1204
|
+
"other": "{{.Card.Brand}} che termina con {{.Card.Number}}"
|
1205
|
+
},
|
1206
|
+
"shopping_card_existing_expiry": {
|
1207
|
+
"other": "(scade {{.Card.Expiry}})"
|
1208
|
+
},
|
1209
|
+
"shopping_card_existing_expired": {
|
1210
|
+
"other": "(scaduta)"
|
1211
|
+
},
|
1212
|
+
"shopping_card_use_other": {
|
1213
|
+
"other": "Usa una nuova carta"
|
1214
|
+
},
|
1215
|
+
"shopping_card_use_new_card": {
|
1216
|
+
"other": "Cambia carta"
|
1217
|
+
},
|
1218
|
+
"shopping_card_update_reason_none": {
|
1219
|
+
"other": "Aggiorna la tua carta di credito. Le carte supportate sono Visa, Mastercard e American Express."
|
1220
|
+
},
|
1221
|
+
"shopping_action_credit": {
|
1222
|
+
"other": "Riempire"
|
1223
|
+
},
|
1224
|
+
"shopping_info_ownership_plan": {
|
1225
|
+
"other": "Sottoscrizione"
|
1226
|
+
},
|
1227
|
+
"usersubscriptions_change_payment_method_change": {
|
1228
|
+
"other": "Cambia carta di credito"
|
1229
|
+
},
|
1230
|
+
"usersubscriptions_change_payment_method_modal_title": {
|
1231
|
+
"other": "Aggiorna i dettagli della carta di credito"
|
1232
|
+
},
|
1233
|
+
"usersubscriptions_change_payment_method_modal_submit": {
|
1234
|
+
"other": "Aggiornare"
|
1235
|
+
},
|
1236
|
+
"modal_cancel": {
|
1237
|
+
"other": "Annulla"
|
1238
|
+
},
|
1239
|
+
"play": {
|
1240
|
+
"other": "Giocare"
|
1241
|
+
},
|
1242
|
+
"combined_auth_signin_prompt": {
|
1243
|
+
"other": "Accedi"
|
1244
|
+
},
|
1245
|
+
"combined_auth_signup_prompt": {
|
1246
|
+
"other": "Registrati"
|
1247
|
+
},
|
1248
|
+
"validation_terms_required": {
|
1249
|
+
"other": "Devi accettare i termini e le condizioni."
|
1250
|
+
},
|
1251
|
+
"shopping_error_item_limit_exceeded": {
|
1252
|
+
"other": "Sfortunatamente, {{.Title}} è esaurito."
|
1253
|
+
}
|
1254
|
+
}
|