@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/es_MX.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": "Configuración"
|
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": "Français"
|
31
|
+
},
|
13
32
|
"episode_name": {
|
14
33
|
"other": "Capítulo"
|
15
34
|
},
|
16
|
-
|
17
35
|
"season_name": {
|
18
36
|
"other": "Temporada"
|
19
37
|
},
|
20
|
-
|
21
|
-
"seasons":{
|
38
|
+
"seasons": {
|
22
39
|
"one": "una temporada",
|
23
40
|
"other": "{{.Count}} temporadas"
|
24
41
|
},
|
@@ -38,176 +55,435 @@
|
|
38
55
|
"one": "1 Episodio",
|
39
56
|
"other": "{{.Count}} Episodios"
|
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
|
-
|
58
|
+
"date_day": {
|
59
|
+
"other": "Día"
|
60
|
+
},
|
61
|
+
"date_month": {
|
62
|
+
"other": "Mes"
|
63
|
+
},
|
64
|
+
"date_year": {
|
65
|
+
"other": "Año"
|
66
|
+
},
|
67
|
+
"404_page_header": {
|
68
|
+
"other": "Esa página no existe..."
|
69
|
+
},
|
70
|
+
"404_page_content": {
|
71
|
+
"other": "<p>Lo sentimos, parece que la página que estás buscando no existe. </p><p>Podría haber sido movida o eliminada, o quizá hayas escrito algo mal.</p><p>Intenta volver a la página de inicio para encontrar lo que buscabas.</p><p><a href=\"{{.URL}}\">Regresar a la página de incio</a></p>"
|
72
|
+
},
|
73
|
+
"nav_homepage": {
|
74
|
+
"other": "ABC Cinemas"
|
75
|
+
},
|
76
|
+
"nav_signin": {
|
77
|
+
"other": "Iniciar sesión"
|
78
|
+
},
|
79
|
+
"nav_signup": {
|
80
|
+
"other": "Crear cuenta"
|
81
|
+
},
|
82
|
+
"nav_signed_in_as": {
|
83
|
+
"other": "Sesión iniciada como"
|
84
|
+
},
|
85
|
+
"nav_library": {
|
86
|
+
"other": "Mi biblioteca"
|
87
|
+
},
|
88
|
+
"nav_devices": {
|
89
|
+
"other": "Mis dispositivos"
|
90
|
+
},
|
91
|
+
"nav_wishlist": {
|
92
|
+
"other": "Mi lista"
|
93
|
+
},
|
94
|
+
"nav_account": {
|
95
|
+
"other": "Mi Cuenta"
|
96
|
+
},
|
97
|
+
"nav_signout": {
|
98
|
+
"other": "Cerrar sesión"
|
99
|
+
},
|
100
|
+
"play_trailer": {
|
101
|
+
"other": "Trailer"
|
102
|
+
},
|
103
|
+
"runtime_hours": {
|
104
|
+
"other": "h"
|
105
|
+
},
|
106
|
+
"runtime_minutes": {
|
107
|
+
"other": "m"
|
108
|
+
},
|
109
|
+
"datetime_next": {
|
110
|
+
"other": "{{.Date}}"
|
111
|
+
},
|
112
|
+
"datetime_last": {
|
113
|
+
"other": "último {{.Date}}"
|
114
|
+
},
|
115
|
+
"datetime_today": {
|
116
|
+
"other": "hoy {{.Date}}"
|
117
|
+
},
|
118
|
+
"datetime_tomorrow": {
|
119
|
+
"other": "mañana {{.Date}}"
|
120
|
+
},
|
121
|
+
"datetime_yesterday": {
|
122
|
+
"other": "ayer {{.Date}}"
|
123
|
+
},
|
124
|
+
"search_control_placeholder": {
|
125
|
+
"other": "Buscar"
|
126
|
+
},
|
127
|
+
"search_control_submit": {
|
128
|
+
"other": "Enviar busqueda"
|
129
|
+
},
|
130
|
+
"play_button_watch": {
|
131
|
+
"other": "Reproducir"
|
132
|
+
},
|
133
|
+
"play_button_resume": {
|
134
|
+
"other": "Continuar"
|
135
|
+
},
|
136
|
+
"social_media_buttons_title": {
|
137
|
+
"other": "Compartir"
|
138
|
+
},
|
139
|
+
"social_media_buttons_facebook": {
|
140
|
+
"other": "Compartir en Facebook"
|
141
|
+
},
|
142
|
+
"social_media_buttons_twitter": {
|
143
|
+
"other": "Compartir en Twitter"
|
144
|
+
},
|
145
|
+
"social_media_buttons_linkedin": {
|
146
|
+
"other": "Compartir en Linkedin"
|
147
|
+
},
|
148
|
+
"social_media_buttons_email": {
|
149
|
+
"other": "Compartir via correo electrónico"
|
150
|
+
},
|
151
|
+
"social_media_buttons_email_subject": {
|
152
|
+
"other": "Compartir enlace"
|
153
|
+
},
|
154
|
+
"social_media_buttons_copied_link": {
|
155
|
+
"other": "¡Link copiado al portapapeles!"
|
156
|
+
},
|
157
|
+
"social_media_buttons_copy_link": {
|
158
|
+
"other": "Copiar al portapapeles"
|
159
|
+
},
|
160
|
+
"accept_invite_page_header": {
|
161
|
+
"other": "Bienvenido "
|
162
|
+
},
|
163
|
+
"acceptinvite_form_invalid_reset_password_token": {
|
164
|
+
"other": "Parece que ya ha canjeado esta invitación, debería <a href=\"{{.SigninURL}}\">ingresar</a>. Si has olvidado tu contraseña, puedes también <a href=\"{{.ForgotPasswordURL}}\">reestablecer tu contraseña</a>."
|
165
|
+
},
|
166
|
+
"acceptinvite_complete": {
|
167
|
+
"other": "Gracias. Se ha creado su cuenta."
|
168
|
+
},
|
169
|
+
"acceptinvite_form_submit": {
|
170
|
+
"other": "Aceptar invitación"
|
171
|
+
},
|
172
|
+
"acceptinvite_agreement": {
|
173
|
+
"other": "Al seleccionar 'aceptar invitación' estás de acuerdo con nuestros <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a> y <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">política de privacidad</a>."
|
174
|
+
},
|
175
|
+
"signup_page_header": {
|
176
|
+
"other": "Crear nueva cuenta"
|
177
|
+
},
|
178
|
+
"signup_form_name": {
|
179
|
+
"other": "Nombre"
|
180
|
+
},
|
181
|
+
"signup_form_email": {
|
182
|
+
"other": "Correo"
|
183
|
+
},
|
184
|
+
"signup_form_password": {
|
185
|
+
"other": "Contraseña"
|
186
|
+
},
|
187
|
+
"signup_form_password_confirmation": {
|
188
|
+
"other": "Confirmar tu contraseña"
|
189
|
+
},
|
190
|
+
"signup_form_gender": {
|
191
|
+
"other": "Género"
|
192
|
+
},
|
193
|
+
"signup_form_dob": {
|
194
|
+
"other": "Fecha de nacimiento"
|
195
|
+
},
|
196
|
+
"signup_form_submit": {
|
197
|
+
"other": "Enviar"
|
198
|
+
},
|
199
|
+
"signin_page_header": {
|
200
|
+
"other": "Iniciar sesión"
|
201
|
+
},
|
202
|
+
"signin_form_email": {
|
203
|
+
"other": "Correo"
|
204
|
+
},
|
205
|
+
"signin_form_password": {
|
206
|
+
"other": "Contraseña"
|
207
|
+
},
|
208
|
+
"signin_form_remember": {
|
209
|
+
"other": "Recuérdame"
|
210
|
+
},
|
211
|
+
"signin_form_submit": {
|
212
|
+
"other": "Enviar"
|
213
|
+
},
|
214
|
+
"signin_page_forgotpassword": {
|
215
|
+
"other": "¿Has olvidado tu contraseña?"
|
216
|
+
},
|
217
|
+
"signin_page_createnewaccount": {
|
218
|
+
"other": "¿No tienes una cuenta? Crear nueva cuenta"
|
219
|
+
},
|
220
|
+
"signup_page_alreadyhaveanaccount": {
|
221
|
+
"other": "¿Ya tienes una cuenta? Iniciar sesión"
|
222
|
+
},
|
223
|
+
"signup_form_error_email_already_in_use": {
|
224
|
+
"other": "Esa dirección de correo electrónico ya está en uso."
|
225
|
+
},
|
226
|
+
"signin_form_error_incorrect_credentials": {
|
227
|
+
"other": "El usuario o contraseña es incorecto."
|
228
|
+
},
|
229
|
+
"signup_form_error_forbidden": {
|
230
|
+
"other": "Ha ocurido un error."
|
231
|
+
},
|
232
|
+
"combined_auth_continue": {
|
233
|
+
"other": "Seguir"
|
234
|
+
},
|
235
|
+
"combined_auth_change": {
|
236
|
+
"other": "cambiar"
|
237
|
+
},
|
238
|
+
"combined_auth_signin": {
|
239
|
+
"other": "Iniciar sesión"
|
240
|
+
},
|
241
|
+
"combined_auth_signup": {
|
242
|
+
"other": "Crear cuenta"
|
243
|
+
},
|
244
|
+
"combined_auth_signin_password": {
|
245
|
+
"other": "Por favor ingresa tu contraseña para iniciar sesión."
|
246
|
+
},
|
247
|
+
"combined_auth_signin_error_incorrect_credentials": {
|
248
|
+
"other": "Esa contraseña es incorecta."
|
249
|
+
},
|
250
|
+
"combined_auth_error_forbidden": {
|
251
|
+
"other": "Ha ocurido un error."
|
252
|
+
},
|
253
|
+
"combined_auth_error_too_many_requests": {
|
254
|
+
"other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde."
|
255
|
+
},
|
256
|
+
"forgotpassword_page_header": {
|
257
|
+
"other": "Reestablecer contraseña"
|
258
|
+
},
|
259
|
+
"forgotpassword_form_email": {
|
260
|
+
"other": "Correo"
|
261
|
+
},
|
262
|
+
"forgotpassword_form_submit": {
|
263
|
+
"other": "Reestablecer"
|
264
|
+
},
|
265
|
+
"forgotpassword_form_error_email_doesnt_exist": {
|
266
|
+
"other": "No existe ninguna cuenta con ese correo."
|
267
|
+
},
|
268
|
+
"forgotpassword_form_error_account_suspended": {
|
269
|
+
"other": "Esta cuenta está suspendida."
|
270
|
+
},
|
271
|
+
"forgotpassword_complete": {
|
272
|
+
"other": "Gracias. Un correo para reestablecer la constraseña debería llegar a tu inbox pronto."
|
273
|
+
},
|
274
|
+
"forgotpassword_form_error_forbidden": {
|
275
|
+
"other": "Ha ocurrido un error."
|
276
|
+
},
|
277
|
+
"forgotpassword_form_error_too_many_requests": {
|
278
|
+
"other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde."
|
279
|
+
},
|
280
|
+
"resetpassword_page_header": {
|
281
|
+
"other": "Cambiar tu contraseña"
|
282
|
+
},
|
283
|
+
"resetpassword_form_invalid_reset_password_token": {
|
284
|
+
"other": "Parece que esta solicitud para reestablecer la constraseña no es válida, por favor completa el formato <a href=\"{{.URL}}\">Se te olvidó tu contraseña</a> otra vez."
|
285
|
+
},
|
286
|
+
"resetpassword_form_password": {
|
287
|
+
"other": "Nueva Contraseña"
|
288
|
+
},
|
289
|
+
"resetpassword_form_password2": {
|
290
|
+
"other": "Confirma tu nueva contraseña"
|
291
|
+
},
|
292
|
+
"resetpassword_form_submit": {
|
293
|
+
"other": "Cambiar"
|
294
|
+
},
|
295
|
+
"resetpassword_complete": {
|
296
|
+
"other": "Gracias. Tu contraseña ha cambiado y has iniciado sesión."
|
297
|
+
},
|
298
|
+
"resetpassword_form_error_invalid_reset_password_token": {
|
299
|
+
"other": "La solicitud para reestablecer la contraseña es inválida. Por favor intenta más tarde."
|
300
|
+
},
|
301
|
+
"resetpassword_form_error_reset_password_token_expired": {
|
302
|
+
"other": "El token para reestablecer la contraseña está vencido. Por favor solicita uno nuevo."
|
303
|
+
},
|
304
|
+
"resetpassword_form_error_too_many_requests": {
|
305
|
+
"other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde."
|
306
|
+
},
|
307
|
+
"account_page_header": {
|
308
|
+
"other": "Mi cuenta"
|
309
|
+
},
|
310
|
+
"account_form_name": {
|
311
|
+
"other": "Nombre"
|
312
|
+
},
|
313
|
+
"account_form_email": {
|
314
|
+
"other": "Correo"
|
315
|
+
},
|
316
|
+
"account_form_password": {
|
317
|
+
"other": "Contraseña"
|
318
|
+
},
|
319
|
+
"account_form_change_password": {
|
320
|
+
"other": "Cambiar"
|
321
|
+
},
|
322
|
+
"account_form_gender": {
|
323
|
+
"other": "Género"
|
324
|
+
},
|
325
|
+
"account_form_dob": {
|
326
|
+
"other": "Fecha de nacimiento"
|
327
|
+
},
|
328
|
+
"account_form_submit": {
|
329
|
+
"other": "Actualizar"
|
330
|
+
},
|
331
|
+
"account_form_submitted": {
|
332
|
+
"other": "Actualizado"
|
333
|
+
},
|
334
|
+
"account_form_password_changed": {
|
335
|
+
"other": "Actualizado"
|
336
|
+
},
|
337
|
+
"account_form_error_incorrect_password": {
|
338
|
+
"other": "Esa contraseña es incorrecta."
|
339
|
+
},
|
340
|
+
"signup_form_optin": {
|
341
|
+
"other": "Registrarse para nuestro boletín"
|
342
|
+
},
|
343
|
+
"passwordconfirmation_modal_header": {
|
344
|
+
"other": "Confirme su contraseña"
|
345
|
+
},
|
346
|
+
"passwordconfirmation_modal_label": {
|
347
|
+
"other": "Por favor ingresa tu contraseña para actualizar tus cambios"
|
348
|
+
},
|
349
|
+
"passwordconfirmation_modal_confirm": {
|
350
|
+
"other": "Confirmar"
|
351
|
+
},
|
352
|
+
"changepassword_modal_header": {
|
353
|
+
"other": "Cambiar tu contraseña"
|
354
|
+
},
|
355
|
+
"changepassword_modal_currentpassword": {
|
356
|
+
"other": "Tu contraseña actual"
|
357
|
+
},
|
358
|
+
"changepassword_modal_password": {
|
359
|
+
"other": "Tu contraseña nueva"
|
360
|
+
},
|
361
|
+
"changepassword_modal_password2": {
|
362
|
+
"other": "Confirmar tu contraseña nueva"
|
363
|
+
},
|
364
|
+
"changepassword_modal_submit": {
|
365
|
+
"other": "Actualizar"
|
366
|
+
},
|
367
|
+
"changepassword_modal_error_incorrect_password": {
|
368
|
+
"other": "Esa contraseña es incorecta."
|
369
|
+
},
|
370
|
+
"userlibrary_page_header": {
|
371
|
+
"other": "Mi biblioteca"
|
372
|
+
},
|
373
|
+
"userlibrary_empty_header": {
|
374
|
+
"other": "Tu biblioteca esta vacía."
|
375
|
+
},
|
376
|
+
"userlibrary_empty_content": {
|
377
|
+
"other": "Llénala <a href=\"{{.HomeURL}}\">revisando</a> nuestra gran selección."
|
378
|
+
},
|
379
|
+
"searchresults_page_header": {
|
380
|
+
"other": "Resultados de la busqueada"
|
381
|
+
},
|
382
|
+
"searchresults_load_more": {
|
383
|
+
"other": "Cargar {{.Count }} más"
|
384
|
+
},
|
170
385
|
"searchresults_total": {
|
171
386
|
"one": "Encontrado 1 resultado para \"{{.Query}}\".",
|
172
387
|
"other": "Encontrado {{.Count}} resultados para \"{{.Query}}\"."
|
173
388
|
},
|
174
|
-
"searchresults_empty_header":
|
175
|
-
|
176
|
-
|
177
|
-
"
|
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
|
-
"
|
389
|
+
"searchresults_empty_header": {
|
390
|
+
"other": "No hubo resultados para \"{{.Query}}\"."
|
391
|
+
},
|
392
|
+
"searchresults_empty_content": {
|
393
|
+
"other": "Intenta otra busqueada o <a href=\"{{.HomeURL}}\">revisar la programación</a> para encontrar lo que buscas."
|
394
|
+
},
|
395
|
+
"validation_name_required": {
|
396
|
+
"other": "Por favor ingresa tu nombre."
|
397
|
+
},
|
398
|
+
"validation_email_required": {
|
399
|
+
"other": "Por favor ingresa tu correo."
|
400
|
+
},
|
401
|
+
"validation_email_email": {
|
402
|
+
"other": "Por favor ingresa un correo válido."
|
403
|
+
},
|
404
|
+
"validation_currentpassword_required": {
|
405
|
+
"other": "Por favor ingresa tu contraseña actual."
|
406
|
+
},
|
407
|
+
"validation_password_required": {
|
408
|
+
"other": "Por favor ingresa una contraseña"
|
409
|
+
},
|
410
|
+
"validation_password2_required": {
|
411
|
+
"other": "Por favor confirma tu contraseña."
|
412
|
+
},
|
413
|
+
"validation_password2_match": {
|
414
|
+
"other": "No coinciden tus constraseñas."
|
415
|
+
},
|
416
|
+
"validation_password_minlength": {
|
417
|
+
"other": "Por favor ingresa al menos {{.Count}} caracteres."
|
418
|
+
},
|
419
|
+
"validation_promocode_required": {
|
420
|
+
"other": "Por favor ingresa un código promocional."
|
421
|
+
},
|
422
|
+
"validation_pincode_required": {
|
423
|
+
"other": "Por favor, introduzca un código PIN."
|
424
|
+
},
|
425
|
+
"validation_gender_required": {
|
426
|
+
"other": "Por favor selecciona el género más cercano con el que te identifiques."
|
427
|
+
},
|
428
|
+
"validation_dob_required": {
|
429
|
+
"other": "Por favor ingresa tu fecha de nacimiento."
|
430
|
+
},
|
431
|
+
"validation_dob_date": {
|
432
|
+
"other": "Por favor ingresa una fecha de nacimiento válida."
|
433
|
+
},
|
434
|
+
"shopping_info_subtitle_hd": {
|
435
|
+
"other": "HD Video sobre demanda."
|
436
|
+
},
|
437
|
+
"shopping_info_subtitle_sd": {
|
438
|
+
"other": "SD vídeo bajo demanda."
|
439
|
+
},
|
440
|
+
"shopping_info_subtitle_wallet": {
|
441
|
+
"other": "Los fondos de su cartera pueden ser utilizados para la compra o alquiler de cualquier contenido en ScreenPlus."
|
442
|
+
},
|
443
|
+
"shopping_info_subtitle_help": {
|
444
|
+
"other": "Revisa aquí los requerimientos del sistema."
|
445
|
+
},
|
446
|
+
"shopping_info_ownership_buy": {
|
447
|
+
"other": "Comprar"
|
448
|
+
},
|
449
|
+
"shopping_info_ownership_rent": {
|
450
|
+
"other": "Rentar"
|
451
|
+
},
|
452
|
+
"shopping_info_sd_only": {
|
453
|
+
"other": "Limitado a la reproducción SD solamente."
|
454
|
+
},
|
455
|
+
"shopping_info_release_date_title": {
|
456
|
+
"other": "Lanzamientos {{.Date}}. "
|
457
|
+
},
|
458
|
+
"shopping_info_release_date_explanation_rent": {
|
459
|
+
"other": "La puedes rentar ahora, pero no puedes verla hasta entonces."
|
460
|
+
},
|
461
|
+
"shopping_info_release_date_explanation_buy": {
|
462
|
+
"other": "La puedes comprar ahora, pero no puedes verla hasta entonces."
|
463
|
+
},
|
464
|
+
"shopping_info_available_until_date_title": {
|
465
|
+
"other": "Disponible hasta el {{.Date}}. "
|
466
|
+
},
|
467
|
+
"shopping_info_available_until_date_explanation_rent": {
|
468
|
+
"other": "No podrás ver el contenido después de esto."
|
469
|
+
},
|
470
|
+
"shopping_info_available_until_date_explanation_buy": {
|
471
|
+
"other": "No podrás ver el contenido después de esto."
|
472
|
+
},
|
473
|
+
"duration_hour": {
|
474
|
+
"one": "1 hora",
|
475
|
+
"other": "{{.Count}} horas"
|
476
|
+
},
|
477
|
+
"duration_day": {
|
478
|
+
"one": "1 día",
|
479
|
+
"other": "{{.Count}} dias"
|
480
|
+
},
|
481
|
+
"shopping_info_rental_period_duration": {
|
482
|
+
"other": "Renta de {{.ValueUnit}} "
|
483
|
+
},
|
484
|
+
"shopping_info_watch_window_duration": {
|
485
|
+
"other": "Ventana de reproducción de {{.Count}} horas. "
|
486
|
+
},
|
211
487
|
"shopping_info_watch_window_explanation_film": {
|
212
488
|
"one": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}}. ",
|
213
489
|
"other": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}}. "
|
@@ -232,65 +508,151 @@
|
|
232
508
|
"one": "Una vez que seleccionas reproducir en un capítulo, se inicia la ventana de reproducción y tienes hora para ver ese capítulo las veces que quieras.",
|
233
509
|
"other": "Una vez que seleccionas reproducir en un capítulo, se inicia la ventana de reproducción y tienes {{.Count}} horas para ver ese capítulo las veces que quieras."
|
234
510
|
},
|
235
|
-
"shopping_info_credit_bonus_title": {
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
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
|
-
|
511
|
+
"shopping_info_credit_bonus_title": {
|
512
|
+
"other": "{{.BonusPercentage}}% Primo"
|
513
|
+
},
|
514
|
+
"shopping_enter_card_prompt": {
|
515
|
+
"other": "Ingresa los datos de tu tarjeta de crédito para completar tu {{.Verb}}."
|
516
|
+
},
|
517
|
+
"shopping_terms": {
|
518
|
+
"other": "Al completar esta transacción, estoy de acuerdo con los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">términos y condiciones</a>."
|
519
|
+
},
|
520
|
+
"shopping_discount_applied": {
|
521
|
+
"other": "{{.DiscountAmount}} descuento aplicado."
|
522
|
+
},
|
523
|
+
"shopping_discount_apply": {
|
524
|
+
"other": "Aplicar"
|
525
|
+
},
|
526
|
+
"shopping_discount_code": {
|
527
|
+
"other": "Ingresar un código promocional."
|
528
|
+
},
|
529
|
+
"shopping_discount_have_code": {
|
530
|
+
"other": "Tengo un código promocional."
|
531
|
+
},
|
532
|
+
"shopping_price_you_pay": {
|
533
|
+
"other": "Pagas"
|
534
|
+
},
|
535
|
+
"shopping_price_nothing": {
|
536
|
+
"other": "Nada"
|
537
|
+
},
|
538
|
+
"shopping_price_free": {
|
539
|
+
"other": "Gratis"
|
540
|
+
},
|
541
|
+
"shopping_auth_directions": {
|
542
|
+
"other": "Se requiere una cuenta primero. Por favor ingresa tu correo."
|
543
|
+
},
|
544
|
+
"shopping_error_in_library": {
|
545
|
+
"other": "{{.Title}} ya está en tu biblioteca."
|
546
|
+
},
|
547
|
+
"shopping_error_missing_card": {
|
548
|
+
"other": "Por favor ingresa los datos de tu tarjeta de crédito."
|
549
|
+
},
|
550
|
+
"shopping_error_title": {
|
551
|
+
"other": "Ocurrió un error"
|
552
|
+
},
|
553
|
+
"shopping_error_incorrect_cvc": {
|
554
|
+
"other": "Por favor ingresa un CVV válido."
|
555
|
+
},
|
556
|
+
"shopping_error_invalid_cvc": {
|
557
|
+
"other": "Por favor ingresa un CVV válido."
|
558
|
+
},
|
559
|
+
"shopping_error_incorrect_number": {
|
560
|
+
"other": "Por favor ingresa un número de tarjeta de crédito válido."
|
561
|
+
},
|
562
|
+
"shopping_error_invalid_number": {
|
563
|
+
"other": "Por favor ingresa un número de tarjeta de crédito válido."
|
564
|
+
},
|
565
|
+
"shopping_error_card_declined": {
|
566
|
+
"other": "Se ha declinado la tarjeta de crédito."
|
567
|
+
},
|
568
|
+
"shopping_error_invalid_expiry_month": {
|
569
|
+
"other": "Por favor ingresa una fecha de vencimiento válida."
|
570
|
+
},
|
571
|
+
"shopping_error_invalid_expiry_year": {
|
572
|
+
"other": "Por favor ingresa una fecha de vencimiento válida."
|
573
|
+
},
|
574
|
+
"shopping_error_expired_card": {
|
575
|
+
"other": "La tarjeta de crédito está vencida."
|
576
|
+
},
|
577
|
+
"shopping_error_creditcard_country_mismatch": {
|
578
|
+
"other": "Tu {{.Ownership}} no se ha completado. Necesitas estar en el país en donde se emitió tu tarjeta de crédito. Por favor use otra tarjeta para realizar el pago."
|
579
|
+
},
|
580
|
+
"shopping_error_proxy_detected": {
|
581
|
+
"other": "Tu {{.Ownership}} no se ha completado. Hemos detectado que estás usando un servicio de proxy o unblocker. Por favor apague estos servicios e intenta de nuevo."
|
582
|
+
},
|
583
|
+
"shopping_error_discount_worn_out": {
|
584
|
+
"other": "Ese código promocional ya no puede ser utilizado."
|
585
|
+
},
|
586
|
+
"shopping_error_discount_blank": {
|
587
|
+
"other": "Por favor ingresa un código promocional."
|
588
|
+
},
|
589
|
+
"shopping_error_discount_not_applied": {
|
590
|
+
"other": "Por favor ingresa un código promocional válido."
|
591
|
+
},
|
592
|
+
"shopping_error_discount_invalid": {
|
593
|
+
"other": "Por favor ingresa un código promocional válido."
|
594
|
+
},
|
595
|
+
"shopping_error_discount_disabled": {
|
596
|
+
"other": "Por favor ingresa un código promocional válido."
|
597
|
+
},
|
598
|
+
"shopping_error_discount_already_applied": {
|
599
|
+
"other": "Ya se ha utlizado un código promocional para esta sesión."
|
600
|
+
},
|
601
|
+
"shopping_error_discount_already_redeemed": {
|
602
|
+
"other": "Ese código promocional ya se ha utlizado."
|
603
|
+
},
|
604
|
+
"shopping_error_discount_used_previously": {
|
605
|
+
"other": "Ese código promocional ya se ha utlizado."
|
606
|
+
},
|
607
|
+
"shopping_error_discount_max_limit": {
|
608
|
+
"other": "Ya no se puede usar ese códigio promocional."
|
609
|
+
},
|
610
|
+
"shopping_error_discount_expired": {
|
611
|
+
"other": "Ese código promocional está vencido."
|
612
|
+
},
|
613
|
+
"shopping_error_discount_invalid_ownership_buy": {
|
614
|
+
"other": "Ese código promocional no se puede usar durante compras."
|
615
|
+
},
|
616
|
+
"shopping_error_discount_invalid_ownership_rent": {
|
617
|
+
"other": "Ese código promocional no se puede usar durante rentas."
|
618
|
+
},
|
619
|
+
"shopping_error_discount_invalid_item": {
|
620
|
+
"other": "Ese código promocional no se puede usar con este artículo."
|
621
|
+
},
|
622
|
+
"shopping_error_discount_invalid_pricing_region": {
|
623
|
+
"other": "Ese código promocional no se puede usar en tu país."
|
624
|
+
},
|
625
|
+
"shopping_error_discounts_not_allowed": {
|
626
|
+
"other": "Ese código promocional no se puede usar."
|
627
|
+
},
|
628
|
+
"shopping_error_discount_disallowed_on_bundles": {
|
629
|
+
"other": "Ese código promocional no se puede usar con paquetes."
|
630
|
+
},
|
631
|
+
"shopping_error_payment_intent_authentication_failure": {
|
632
|
+
"other": "Esa tarjeta de crédito está declinada. Por favor intenta más tarde."
|
633
|
+
},
|
634
|
+
"shopping_complete_rental": {
|
635
|
+
"other": "¡Éxito!"
|
636
|
+
},
|
285
637
|
"shopping_complete_rental_period": {
|
286
638
|
"one": "Ahora puedes verla las veces que quieras durante el próximo día.",
|
287
639
|
"other": "Ahora puedes verla las veces que quieras durante los próximos {{.Count}} días."
|
288
640
|
},
|
289
|
-
"shopping_complete_purchase": {
|
290
|
-
|
291
|
-
|
292
|
-
"
|
293
|
-
|
641
|
+
"shopping_complete_purchase": {
|
642
|
+
"other": "Gracias por comprar {{.Title}}."
|
643
|
+
},
|
644
|
+
"shopping_complete_credit_purchase": {
|
645
|
+
"other": "Gracias por comprar {{.Title}}, {{.CreditTotal}} se ha agregado a tu cuenta."
|
646
|
+
},
|
647
|
+
"shopping_complete_purchase_coming_soon": {
|
648
|
+
"other": "Puedes verla desde {{.Date}}."
|
649
|
+
},
|
650
|
+
"shopping_complete_receipt": {
|
651
|
+
"other": "Se ha enviado un comprobante por correo."
|
652
|
+
},
|
653
|
+
"shopping_complete_library_link": {
|
654
|
+
"other": "Ir a tu biblioteca."
|
655
|
+
},
|
294
656
|
"shopping_complete_plan": {
|
295
657
|
"other": "Su compra de {{ .Title }} fue exitosa."
|
296
658
|
},
|
@@ -310,264 +672,583 @@
|
|
310
672
|
"one": "Podrá ver desde {{.Date}} y su alquiler se mantendrá activo durante un día.",
|
311
673
|
"other": "Podrías verla desde {{.Date}} y tu ventana de renta permanecerá activa durante {{.Count}} días."
|
312
674
|
},
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
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
|
-
|
675
|
+
"shopping_action_rent": {
|
676
|
+
"other": "Rentar"
|
677
|
+
},
|
678
|
+
"shopping_action_buy": {
|
679
|
+
"other": "Comprar"
|
680
|
+
},
|
681
|
+
"meta_detail_cast_title": {
|
682
|
+
"other": "Reparto"
|
683
|
+
},
|
684
|
+
"meta_detail_crew_title": {
|
685
|
+
"other": "Tripulación"
|
686
|
+
},
|
687
|
+
"meta_detail_languages": {
|
688
|
+
"one": "Idioma",
|
689
|
+
"other": "Idiomas"
|
690
|
+
},
|
691
|
+
"meta_detail_studios": {
|
692
|
+
"one": "Productora",
|
693
|
+
"other": "Productoras"
|
694
|
+
},
|
695
|
+
"meta_detail_countries": {
|
696
|
+
"one": "País",
|
697
|
+
"other": "Países"
|
698
|
+
},
|
699
|
+
"meta_detail_subtitles": {
|
700
|
+
"other": "Subtítulos"
|
701
|
+
},
|
702
|
+
"meta_detail_captions": {
|
703
|
+
"other": "Subtítulos [CC]"
|
704
|
+
},
|
705
|
+
"meta_detail_episodes_title": {
|
706
|
+
"other": "Capítulos"
|
707
|
+
},
|
708
|
+
"meta_detail_bonus_title": {
|
709
|
+
"other": "Contenido adicional"
|
710
|
+
},
|
711
|
+
"meta_detail_recommendations_title": {
|
712
|
+
"other": "Te podría interesar"
|
713
|
+
},
|
714
|
+
"meta_detail_bundle_items_title": {
|
715
|
+
"other": "Contenido incluido en este paquete"
|
716
|
+
},
|
717
|
+
"bundle_items_all_films": {
|
718
|
+
"other": "{{.Count}} películas"
|
719
|
+
},
|
720
|
+
"bundle_items_all_seasons": {
|
721
|
+
"other": "{{.Count}} temporadas"
|
722
|
+
},
|
723
|
+
"bundle_items_mixed": {
|
724
|
+
"other": "{{.Count}} películas y temporadas"
|
725
|
+
},
|
726
|
+
"userwishlist_page_header": {
|
727
|
+
"other": "Mi lista"
|
728
|
+
},
|
729
|
+
"userwishlist_slider_header": {
|
730
|
+
"other": "Mi lista"
|
731
|
+
},
|
732
|
+
"userwishlist_empty_header": {
|
733
|
+
"other": "Tu lista está vacia."
|
734
|
+
},
|
735
|
+
"userwishlist_empty_content": {
|
736
|
+
"other": "Llénala <a href=\"{{.HomeURL}}\">revisando</a> nuestra gran selección."
|
737
|
+
},
|
738
|
+
"userwishlist_button_add": {
|
739
|
+
"other": "Agregar a mi lista"
|
740
|
+
},
|
741
|
+
"userwishlist_button_remove": {
|
742
|
+
"other": "Mi lista"
|
743
|
+
},
|
744
|
+
"userwishlist_button_add_compact": {
|
745
|
+
"other": "Mi lista"
|
746
|
+
},
|
747
|
+
"userwishlist_button_remove_compact": {
|
748
|
+
"other": "Mi lista"
|
749
|
+
},
|
750
|
+
"activatedevice_page_header": {
|
751
|
+
"other": "Activar dispositivo"
|
752
|
+
},
|
753
|
+
"activatedevice_page_content": {
|
754
|
+
"other": "Siga las instrucciones de su dispositivo para obtener un código PIN. El ordenador y el dispositivo tanto deben estar conectados a Internet para que pueda activarse."
|
755
|
+
},
|
756
|
+
"activatedevice_form_pin": {
|
757
|
+
"other": "Código PIN"
|
758
|
+
},
|
759
|
+
"activatedevice_form_submit": {
|
760
|
+
"other": "Activar"
|
761
|
+
},
|
762
|
+
"activatedevice_form_error_invalid_code": {
|
763
|
+
"other": "Código PIN no encontrado, por favor intente de nuevo."
|
764
|
+
},
|
765
|
+
"activatedevice_form_error_pin_not_found": {
|
766
|
+
"other": "Código PIN no encontrado, por favor intente de nuevo."
|
767
|
+
},
|
768
|
+
"activatedevice_signin_prompt": {
|
769
|
+
"other": "Por favor inicie sesión antes de activar el dispositivo."
|
770
|
+
},
|
771
|
+
"activatedevice_page_activated": {
|
772
|
+
"other": "Gracias por la activación {{.DeviceName}}. Ahora podrá navegar en su biblioteca en su televisor o dispositivo."
|
773
|
+
},
|
774
|
+
"userdevices_page_header": {
|
775
|
+
"other": "Dispositivos"
|
776
|
+
},
|
351
777
|
"userdevices_page_content": {
|
352
778
|
"one": "Se agregarán dispositivos aquí cuando los usas. Tienes un límite de solo un dispositivo.",
|
353
779
|
"other": "Se agregarán dispositivos aquí cuando los uses. Tienes un límite de {{.Count}} dispositivos."
|
354
780
|
},
|
355
|
-
"userdevices_empty_content": {
|
356
|
-
|
357
|
-
|
358
|
-
"
|
359
|
-
|
360
|
-
|
361
|
-
"
|
362
|
-
|
363
|
-
|
364
|
-
"
|
365
|
-
|
366
|
-
|
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
|
-
|
411
|
-
|
412
|
-
"
|
413
|
-
|
414
|
-
|
415
|
-
"
|
416
|
-
"other": "
|
781
|
+
"userdevices_empty_content": {
|
782
|
+
"other": "Actualmente tienes 0 dispositvos registrados."
|
783
|
+
},
|
784
|
+
"userdevices_header_type": {
|
785
|
+
"other": "Tipo de dispositivo"
|
786
|
+
},
|
787
|
+
"userdevices_header_description": {
|
788
|
+
"other": "Descripción"
|
789
|
+
},
|
790
|
+
"userdevices_device_added": {
|
791
|
+
"other": "Agregado {{.Date}}"
|
792
|
+
},
|
793
|
+
"userdevices_device_actions_delete": {
|
794
|
+
"other": "Borrar"
|
795
|
+
},
|
796
|
+
"userdevices_device_actions_cancel": {
|
797
|
+
"other": "Cancelar"
|
798
|
+
},
|
799
|
+
"userdevices_device_actions_confirm": {
|
800
|
+
"other": "Sí, borrar dispositivo"
|
801
|
+
},
|
802
|
+
"userdevices_device_deleted": {
|
803
|
+
"other": "(Borrado)"
|
804
|
+
},
|
805
|
+
"playlist_page_header": {
|
806
|
+
"other": "Lista de reproducción"
|
807
|
+
},
|
808
|
+
"playlist_sign_in_warning": {
|
809
|
+
"other": "Por favor inicie sesión para ver la televisión en directo."
|
810
|
+
},
|
811
|
+
"playlist_share_title": {
|
812
|
+
"other": "Lista de reproducción"
|
813
|
+
},
|
814
|
+
"playlist_up_next_title": {
|
815
|
+
"other": "Siguiente"
|
816
|
+
},
|
817
|
+
"pricing_ownership_buy": {
|
818
|
+
"other": "Comprar"
|
819
|
+
},
|
820
|
+
"pricing_ownership_rent": {
|
821
|
+
"other": "Rentar"
|
822
|
+
},
|
823
|
+
"classification_intro": {
|
824
|
+
"other": "Clasificación: "
|
825
|
+
},
|
826
|
+
"classification_divider": {
|
827
|
+
"other": " - "
|
828
|
+
},
|
829
|
+
"classification_outro": {
|
830
|
+
"other": ""
|
831
|
+
},
|
832
|
+
"cookie_banner_message": {
|
833
|
+
"other": "Este sitio usa cookies para mejorar tu experiencia. Al usar este sitio, aceptas nuestra política de cookies <a href=\"{{.CookiePolicyURL}}\">uso de cookies</a>."
|
834
|
+
},
|
835
|
+
"cookie_banner_accept": {
|
836
|
+
"other": "Acepto"
|
837
|
+
},
|
838
|
+
"all_rights_reserved": {
|
839
|
+
"other": "Todos los derechos reservados. Ninguna parte de este sitio puede reproducirse sin nuestro permiso escrito."
|
840
|
+
},
|
841
|
+
"availability_not_available_in_country": {
|
842
|
+
"other": "No disponible"
|
843
|
+
},
|
844
|
+
"availability_coming_soon": {
|
845
|
+
"other": "Próximamente"
|
846
|
+
},
|
847
|
+
"availability_available": {
|
848
|
+
"other": "Disponible {{.ReleaseDate}}"
|
849
|
+
},
|
850
|
+
"availability_available_till": {
|
851
|
+
"other": "Disponible hasta {{.ExpiryDate}}"
|
852
|
+
},
|
853
|
+
"availability_renting": {
|
854
|
+
"other": "En renta"
|
855
|
+
},
|
856
|
+
"availability_in_watch_window": {
|
857
|
+
"other": "Disponible"
|
858
|
+
},
|
859
|
+
"availability_sold_out": {
|
860
|
+
"other": "Agotada"
|
861
|
+
},
|
862
|
+
"modal_cancel": {
|
863
|
+
"other": "Cancelar"
|
864
|
+
},
|
865
|
+
"play": {
|
866
|
+
"other": "Reproducir"
|
867
|
+
},
|
868
|
+
"users_gender_none": {
|
869
|
+
"other": "No especificado"
|
870
|
+
},
|
871
|
+
"users_gender_female": {
|
872
|
+
"other": "Mujer"
|
873
|
+
},
|
874
|
+
"users_gender_male": {
|
875
|
+
"other": "Hombre"
|
876
|
+
},
|
877
|
+
"users_gender_diverse": {
|
878
|
+
"other": "Diverso"
|
879
|
+
},
|
880
|
+
"users_gender_other": {
|
881
|
+
"other": "Otro"
|
882
|
+
},
|
883
|
+
"combined_auth_signin_prompt": {
|
884
|
+
"other": "Iniciar sesión"
|
885
|
+
},
|
886
|
+
"combined_auth_signup_prompt": {
|
887
|
+
"other": "Registrarse"
|
888
|
+
},
|
889
|
+
"combined_auth_terms": {
|
890
|
+
"other": "Estoy de acuerdo con todos los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."
|
891
|
+
},
|
892
|
+
"signup_terms": {
|
893
|
+
"other": "Estoy de acuerdo con todos los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."
|
894
|
+
},
|
895
|
+
"validation_terms_required": {
|
896
|
+
"other": "Debes estar de acuerdo con los términos y condiciones."
|
897
|
+
},
|
898
|
+
"shopping_info_rental_period_coming_soon": {
|
899
|
+
"other": "desde la fecha y hora de lanzamiento."
|
900
|
+
},
|
901
|
+
"shopping_error_item_limit_exceeded": {
|
902
|
+
"other": "Lamentablemente, {{.Title}} está agotada."
|
903
|
+
},
|
904
|
+
"shopping_card_change": {
|
905
|
+
"other": "¿La tarjeta de crédito no es correcta? <a href=\"{{.SubscriptionsURL}}\">Haga clic aquí para actualizar su tarjeta.</a>"
|
906
|
+
},
|
907
|
+
"user_error_too_many_pin_errors": {
|
908
|
+
"other": "<p>Parece que estás teniendo problemas.</p><p>Restablezca su PIN o contáctenos para <a href=\"{{.HelpURL}}\" target=\"_blank\">ayuda</a>"
|
909
|
+
},
|
910
|
+
"app_badge_title": {
|
911
|
+
"other": "¡Descarga la aplicación para ver el contenido comprado!"
|
912
|
+
},
|
913
|
+
"app_badge_ios": {
|
914
|
+
"other": "Descargar en la App Store"
|
915
|
+
},
|
916
|
+
"app_badge_android": {
|
917
|
+
"other": "Consiguelo en google play"
|
417
918
|
},
|
418
919
|
"awards_in_competition": {
|
419
920
|
"other": "En competición"
|
420
921
|
},
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
"
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
"
|
431
|
-
|
432
|
-
|
433
|
-
"
|
434
|
-
|
435
|
-
|
436
|
-
"
|
437
|
-
|
438
|
-
|
439
|
-
"
|
440
|
-
|
441
|
-
|
442
|
-
"
|
443
|
-
|
444
|
-
|
445
|
-
"
|
446
|
-
|
447
|
-
|
448
|
-
"
|
449
|
-
|
450
|
-
|
451
|
-
"
|
452
|
-
|
453
|
-
|
454
|
-
"
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
"
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
"
|
467
|
-
|
468
|
-
|
469
|
-
"
|
470
|
-
|
471
|
-
|
472
|
-
"
|
473
|
-
|
474
|
-
|
475
|
-
"
|
476
|
-
|
477
|
-
|
478
|
-
"
|
479
|
-
|
480
|
-
|
481
|
-
"
|
482
|
-
"
|
483
|
-
|
484
|
-
"
|
485
|
-
"
|
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
|
-
"
|
922
|
+
"awards_winner": {
|
923
|
+
"other": "Ganador"
|
924
|
+
},
|
925
|
+
"donate_button_text": {
|
926
|
+
"other": "Donar"
|
927
|
+
},
|
928
|
+
"wcag_skip_links_header": {
|
929
|
+
"other": "Enlaces de accesibilidad"
|
930
|
+
},
|
931
|
+
"wcag_skip_links_content": {
|
932
|
+
"other": "Saltar al contenido"
|
933
|
+
},
|
934
|
+
"wcag_homepage_h1": {
|
935
|
+
"other": "Página principal"
|
936
|
+
},
|
937
|
+
"wcag_carousel_h2": {
|
938
|
+
"other": "Carrusel"
|
939
|
+
},
|
940
|
+
"wcag_collections_h2": {
|
941
|
+
"other": "Colecciones"
|
942
|
+
},
|
943
|
+
"wcag_aria_label_footer": {
|
944
|
+
"other": "Pie de página"
|
945
|
+
},
|
946
|
+
"wcag_aria_label_nav_main": {
|
947
|
+
"other": "Principal"
|
948
|
+
},
|
949
|
+
"wcag_aria_label_nav_sub": {
|
950
|
+
"other": "Sub"
|
951
|
+
},
|
952
|
+
"wcag_aria_label_toggle_nav": {
|
953
|
+
"other": "Navegación de palanca"
|
954
|
+
},
|
955
|
+
"wcag_aria_label_bundle_items": {
|
956
|
+
"other": "Paquete de artículos"
|
957
|
+
},
|
958
|
+
"wcag_aria_label_carousel": {
|
959
|
+
"other": "Carrusel"
|
960
|
+
},
|
961
|
+
"wcag_aria_label_page_collection": {
|
962
|
+
"other": "Colección de páginas"
|
963
|
+
},
|
964
|
+
"wcag_aria_label_collection_list": {
|
965
|
+
"other": "Lista de colecciones"
|
966
|
+
},
|
967
|
+
"wcag_aria_label_collection_slider": {
|
968
|
+
"other": "Control deslizante de colección"
|
969
|
+
},
|
970
|
+
"wcag_aria_label_wishlist": {
|
971
|
+
"other": "Lista de deseos"
|
972
|
+
},
|
973
|
+
"wcag_aria_label_facebook": {
|
974
|
+
"other": "Compartir en Facebook"
|
975
|
+
},
|
976
|
+
"wcag_aria_label_twitter": {
|
977
|
+
"other": "Compartir en Twitter"
|
978
|
+
},
|
979
|
+
"wcag_aria_label_linkedin": {
|
980
|
+
"other": "Compartir en LinkedIn"
|
981
|
+
},
|
982
|
+
"wcag_aria_label_letterboxd": {
|
983
|
+
"other": "Ver en Letterboxd"
|
984
|
+
},
|
985
|
+
"shopping_error_plan_already_owned": {
|
986
|
+
"other": "Ya tienes este plan."
|
987
|
+
},
|
988
|
+
"shopping_error_plan_expired": {
|
989
|
+
"other": "Este plan ya no está disponible."
|
990
|
+
},
|
991
|
+
"shopping_payment_method_header": {
|
992
|
+
"other": "Métodos de pago"
|
993
|
+
},
|
994
|
+
"shopping_payment_method_credit_card": {
|
995
|
+
"other": "Tarjeta de crédito"
|
996
|
+
},
|
997
|
+
"shopping_payment_method_giropay": {
|
998
|
+
"other": "Giropay (Alemania)"
|
999
|
+
},
|
1000
|
+
"shopping_error_stripe_unknown_error": {
|
1001
|
+
"other": "Hubo un error con este pago. Por favor, intente más tarde."
|
1002
|
+
},
|
1003
|
+
"shopping_error_payment_complete_failed": {
|
1004
|
+
"other": "Este pago fue rechazado. Cierre esta ventana e inténtelo de nuevo."
|
1005
|
+
},
|
1006
|
+
"plan_label_owned": {
|
1007
|
+
"other": ""
|
1008
|
+
},
|
1009
|
+
"header_banner": {
|
1010
|
+
"other": "banner de encabezado"
|
1011
|
+
},
|
1012
|
+
"account_form_pin_code": {
|
1013
|
+
"other": "PIN"
|
1014
|
+
},
|
1015
|
+
"account_form_pin_code_not_set": {
|
1016
|
+
"other": "No tiene un PIN establecido, que se requiere para comprar, alquilar y mirar algunos títulos."
|
1017
|
+
},
|
1018
|
+
"account_form_set_pin": {
|
1019
|
+
"other": "Establecer PIN"
|
1020
|
+
},
|
1021
|
+
"account_form_pin_changed": {
|
1022
|
+
"other": "Actualizada"
|
1023
|
+
},
|
1024
|
+
"account_form_change_pin": {
|
1025
|
+
"other": "Cambiar PIN"
|
1026
|
+
},
|
1027
|
+
"user_set_pin_header": {
|
1028
|
+
"other": "Establezca su PIN"
|
1029
|
+
},
|
1030
|
+
"user_set_pin_button": {
|
1031
|
+
"other": "Establecer PIN"
|
1032
|
+
},
|
1033
|
+
"user_submit_pin_heading": {
|
1034
|
+
"other": "Introduzca su PIN para {{.Action}} este contenido restringido"
|
1035
|
+
},
|
1036
|
+
"user_error_wrong_pin_retry": {
|
1037
|
+
"other": "Ups, ingresaste un PIN incorrecto"
|
1038
|
+
},
|
1039
|
+
"user_submit_pin_button": {
|
1040
|
+
"other": "Meterse en"
|
1041
|
+
},
|
1042
|
+
"user_reset_pin_button": {
|
1043
|
+
"other": "Restablecer PIN"
|
1044
|
+
},
|
1045
|
+
"validation_pincode1_required": {
|
1046
|
+
"other": "Introduzca un código PIN válido."
|
1047
|
+
},
|
1048
|
+
"validation_pincode2_required": {
|
1049
|
+
"other": "Introduzca un código PIN válido."
|
1050
|
+
},
|
1051
|
+
"validation_pincode1_pattern": {
|
1052
|
+
"other": "Introduzca un código PIN válido."
|
1053
|
+
},
|
1054
|
+
"validation_pincode2_pattern": {
|
1055
|
+
"other": "Introduzca un código PIN válido."
|
1056
|
+
},
|
1057
|
+
"validation_pincode2_match": {
|
1058
|
+
"other": "El código PIN no coincide."
|
1059
|
+
},
|
1060
|
+
"userdevices_delete_limits": {
|
1061
|
+
"other": "Puedes borrar {{.Limit}} dispositivo(s) de esta lista cada uno {{.Period}} días."
|
1062
|
+
},
|
1063
|
+
"userdevices_delete_limit_reached": {
|
1064
|
+
"other": "Ha alcanzado este límite y no puede eliminar ningún dispositivo en este momento. Puede eliminar un dispositivo en {{.Days}} días."
|
1065
|
+
},
|
1066
|
+
"shopping_card_new_subscription": {
|
1067
|
+
"other": "Esta tarjeta será guardada y cargada regularmente."
|
1068
|
+
},
|
1069
|
+
"changepincode_modal_header": {
|
1070
|
+
"other": "Cambia tu PIN"
|
1071
|
+
},
|
1072
|
+
"changepincode_modal_currentpassword": {
|
1073
|
+
"other": "tu contraseña actual"
|
1074
|
+
},
|
1075
|
+
"changepincode_modal_pincode1": {
|
1076
|
+
"other": "Su nuevo PIN de 4 dígitos"
|
1077
|
+
},
|
1078
|
+
"changepincode_modal_pincode2": {
|
1079
|
+
"other": "Confirma tu nuevo PIN de 4 dígitos"
|
1080
|
+
},
|
1081
|
+
"changepincode_modal_submit": {
|
1082
|
+
"other": "Establecer PIN"
|
1083
|
+
},
|
1084
|
+
"changepincode_modal_error_wrong_password": {
|
1085
|
+
"other": "Esa contraseña es incorrecta."
|
1086
|
+
},
|
1087
|
+
"user_set_pin_intro": {
|
1088
|
+
"other": "Necesitas un PIN para {{.Action}} contenido restringido"
|
1089
|
+
},
|
1090
|
+
"user_error_wrong_pin_reset": {
|
1091
|
+
"other": "Haga clic aquí para restablecer su PIN"
|
1092
|
+
},
|
1093
|
+
"user_error_too_many_pin_errors_help_page_link": {
|
1094
|
+
"other": ""
|
1095
|
+
},
|
1096
|
+
"shopping_error_age_restricted": {
|
1097
|
+
"other": "Este contenido tiene restricción de edad."
|
1098
|
+
},
|
1099
|
+
"shopping_error_close_button": {
|
1100
|
+
"other": "OK"
|
1101
|
+
},
|
1102
|
+
"usersubscriptions_subscription_expiry": {
|
1103
|
+
"other": "Caduca {{.Expiry}}"
|
1104
|
+
},
|
1105
|
+
"usersubscriptions_subscription_status_trialing": {
|
1106
|
+
"other": "Periodo de prueba"
|
1107
|
+
},
|
1108
|
+
"usersubscriptions_subscription_unsubscribe": {
|
1109
|
+
"other": "Cancelar mi suscripción"
|
1110
|
+
},
|
1111
|
+
"usersubscriptions_unsubscribe_modal_cancel": {
|
1112
|
+
"other": "Cancelar"
|
1113
|
+
},
|
1114
|
+
"usersubscriptions_unsubscribe_modal_confirm": {
|
1115
|
+
"other": "Sí, cancelar mi suscripción"
|
1116
|
+
},
|
1117
|
+
"usersubscriptions_unsubscribe_modal_title": {
|
1118
|
+
"other": "¿Cancelar suscripción?"
|
1119
|
+
},
|
1120
|
+
"usersubscriptions_unsubscribe_modal_body": {
|
1121
|
+
"other": "Esto cancelará la suscripción a la {{.Name}} plan. Aún podrá ver el contenido del plan hasta que caduque {{.Expiry}}."
|
1122
|
+
},
|
1123
|
+
"signin_form_error_ip_throttled": {
|
1124
|
+
"other": "Ha fallado al iniciar sesión demasiadas veces. Por favor, inténtelo de nuevo más tarde."
|
1125
|
+
},
|
1126
|
+
"signin_form_error_account_suspended": {
|
1127
|
+
"other": "Su cuenta ha sido suspendida temporalmente. Póngase en contacto con un administrador si cree que se trata de un error."
|
1128
|
+
},
|
1129
|
+
"pricing_quality_hd": {
|
1130
|
+
"other": "HD"
|
1131
|
+
},
|
1132
|
+
"pricing_quality_sd": {
|
1133
|
+
"other": "SD"
|
1134
|
+
},
|
1135
|
+
"pricing_quality_hd_only": {
|
1136
|
+
"other": "HD solamente"
|
1137
|
+
},
|
1138
|
+
"pricing_quality_sd_only": {
|
1139
|
+
"other": "SD solamente"
|
1140
|
+
},
|
1141
|
+
"shopping_card_save_card": {
|
1142
|
+
"other": "Guarda esta tarjeta para uso futuro"
|
1143
|
+
},
|
1144
|
+
"shopping_card_button_change": {
|
1145
|
+
"other": "Mostrar todas las tarjetas guardadas"
|
1146
|
+
},
|
1147
|
+
"shopping_card_existing_description": {
|
1148
|
+
"other": "{{.Card.Brand}} terminando en {{.Card.Number}}"
|
1149
|
+
},
|
1150
|
+
"shopping_card_existing_expiry": {
|
1151
|
+
"other": "(caduca {{.Card.Expiry}})"
|
1152
|
+
},
|
1153
|
+
"shopping_card_existing_expired": {
|
1154
|
+
"other": "(caducada)"
|
1155
|
+
},
|
1156
|
+
"shopping_card_use_other": {
|
1157
|
+
"other": "Usar una nueva tarjeta"
|
1158
|
+
},
|
1159
|
+
"shopping_card_use_new_card": {
|
1160
|
+
"other": "Cambiar tarjeta"
|
1161
|
+
},
|
1162
|
+
"shopping_card_update_reason_none": {
|
1163
|
+
"other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
|
1164
|
+
},
|
1165
|
+
"shopping_info_ownership_plan": {
|
1166
|
+
"other": "Suscripción"
|
1167
|
+
},
|
1168
|
+
"shopping_action_credit": {
|
1169
|
+
"other": "añadir crédito"
|
1170
|
+
},
|
1171
|
+
"usersubscriptions_change_payment_method_change": {
|
1172
|
+
"other": "Cambiar tarjeta de credito"
|
1173
|
+
},
|
1174
|
+
"usersubscriptions_change_payment_method_modal_title": {
|
1175
|
+
"other": "Actualizar los datos de la tarjeta de crédito"
|
1176
|
+
},
|
1177
|
+
"usersubscriptions_change_payment_method_modal_submit": {
|
1178
|
+
"other": "Actualizar"
|
1179
|
+
},
|
1180
|
+
"availability_not_available": {
|
1181
|
+
"other": "No disponible"
|
1182
|
+
},
|
1183
|
+
"shopping_price_title_plan": {
|
1184
|
+
"other": "Precio"
|
1185
|
+
},
|
533
1186
|
"shopping_price_plan_note": {
|
534
|
-
"zero": "
|
535
|
-
"one": "
|
536
|
-
"other": "
|
1187
|
+
"zero": "Cargado cada {{.Interval}}.",
|
1188
|
+
"one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
|
1189
|
+
"other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
|
537
1190
|
},
|
538
1191
|
"shopping_price_plan_note_interval": {
|
539
1192
|
"one": "{{.Interval}}",
|
540
1193
|
"other": "{{.Count}} {{.Interval}}s"
|
541
1194
|
},
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
"shopping_action_plan": {
|
546
|
-
|
547
|
-
|
548
|
-
"
|
549
|
-
|
1195
|
+
"shopping_enter_card_prompt_plan": {
|
1196
|
+
"other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
|
1197
|
+
},
|
1198
|
+
"shopping_action_plan": {
|
1199
|
+
"other": "Completo"
|
1200
|
+
},
|
1201
|
+
"shopping_complete_subscription": {
|
1202
|
+
"other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }}."
|
1203
|
+
},
|
1204
|
+
"shopping_complete_subscription_browse": {
|
1205
|
+
"other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
|
1206
|
+
},
|
550
1207
|
"shopping_info_plan_offer": {
|
551
|
-
"one": "
|
552
|
-
"other": "
|
1208
|
+
"one": "Se renueva automáticamente cada {{.Interval}}",
|
1209
|
+
"other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}s"
|
553
1210
|
},
|
554
1211
|
"shopping_info_trial_period_offer": {
|
555
|
-
"one": "
|
556
|
-
"other": "
|
557
|
-
},
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
"
|
565
|
-
|
566
|
-
|
567
|
-
"
|
568
|
-
|
569
|
-
|
570
|
-
"
|
571
|
-
|
572
|
-
|
573
|
-
|
1212
|
+
"one": "Renueva automáticamente cada {{ .Interval }}",
|
1213
|
+
"other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
|
1214
|
+
},
|
1215
|
+
"availability_expires": {
|
1216
|
+
"other": "Caducó {{.Expiry}}"
|
1217
|
+
},
|
1218
|
+
"availability_expired": {
|
1219
|
+
"other": "Caducada"
|
1220
|
+
},
|
1221
|
+
"plans_page_header": {
|
1222
|
+
"other": "Planes Disponibles"
|
1223
|
+
},
|
1224
|
+
"plan_expiry_date": {
|
1225
|
+
"other": "Cierre de ventas: "
|
1226
|
+
},
|
1227
|
+
"plan_read_more": {
|
1228
|
+
"other": "Saber más"
|
1229
|
+
},
|
1230
|
+
"plan_page_read_more": {
|
1231
|
+
"other": "Lee mas"
|
1232
|
+
},
|
1233
|
+
"plan_page_header_text": {
|
1234
|
+
"other": "Disfruta {{.Name}}"
|
1235
|
+
},
|
1236
|
+
"page_plan_explore_intro": {
|
1237
|
+
"other": "O"
|
1238
|
+
},
|
1239
|
+
"page_plan_explore_link": {
|
1240
|
+
"other": "Explore otros pases"
|
1241
|
+
},
|
1242
|
+
"plan_showcase_page_ownership_button_buy": {
|
1243
|
+
"other": "Compra ahora"
|
1244
|
+
},
|
1245
|
+
"plan_free_link_text": {
|
1246
|
+
"other": "Registrate gratis"
|
1247
|
+
},
|
1248
|
+
"meta_description_expand": {
|
1249
|
+
"other": "Mostrar más"
|
1250
|
+
},
|
1251
|
+
"meta_description_collapse": {
|
1252
|
+
"other": "Muestra menos"
|
1253
|
+
}
|
1254
|
+
}
|