@shift72/core-template 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.md +37 -16
  2. package/kibble.json +108 -29
  3. package/package.json +21 -8
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  6. package/scripts/language-file-validator.js +1 -1
  7. package/scripts/translate.mjs +43 -0
  8. package/site/ar_LB.all.json +1262 -595
  9. package/site/ca_ES.all.json +437 -417
  10. package/site/da_DK.all.json +307 -221
  11. package/site/de_DE.all.json +1119 -459
  12. package/site/ee_EE.all.json +1261 -600
  13. package/site/el_EL.all.json +1112 -459
  14. package/site/en_AU.all.json +1159 -467
  15. package/site/es_ES.all.json +1105 -452
  16. package/site/es_MX.all.json +1160 -479
  17. package/site/fi_FI.all.json +1113 -460
  18. package/site/fr_FR.all.json +1105 -454
  19. package/site/hr_HR.all.json +1169 -464
  20. package/site/hu_HU.all.json +1261 -599
  21. package/site/it_IT.all.json +1112 -458
  22. package/site/ja_JP.all.json +1114 -460
  23. package/site/lt_LT.all.json +1112 -454
  24. package/site/nl_BE.all.json +1112 -456
  25. package/site/no_NO.all.json +1252 -596
  26. package/site/pl_PL.all.json +1090 -447
  27. package/site/pt_BR.all.json +432 -429
  28. package/site/pt_PT.all.json +1252 -602
  29. package/site/ru_RU.all.json +1088 -449
  30. package/site/sr_SR.all.json +1254 -0
  31. package/site/styles/_awards.scss +5 -0
  32. package/site/styles/_buttons.scss +23 -0
  33. package/site/styles/_carousel.scss +9 -1
  34. package/site/styles/_forms.scss +78 -11
  35. package/site/styles/_meta-detail.scss +2 -2
  36. package/site/styles/_meta-item-tagline.scss +1 -1
  37. package/site/styles/_nav.scss +6 -6
  38. package/site/styles/_pages.scss +0 -2
  39. package/site/styles/_plans.scss +5 -0
  40. package/site/styles/_search.scss +1 -1
  41. package/site/styles/_shift72.scss +3 -3
  42. package/site/styles/_shopping.scss +1 -1
  43. package/site/styles/_skip-link.scss +19 -0
  44. package/site/styles/_variables.scss +10 -6
  45. package/site/styles/_wishlist.scss +19 -11
  46. package/site/styles/main.scss +1 -0
  47. package/site/templates/application/application.jet +11 -14
  48. package/site/templates/application/google.jet +26 -10
  49. package/site/templates/common/awards/carousel.jet +7 -1
  50. package/site/templates/common/awards/item.jet +2 -2
  51. package/site/templates/film/item.jet +83 -76
  52. package/site/templates/page/curated.jet +1 -1
  53. package/site/templates/page/page-content.jet +1 -23
  54. package/site/templates/page/page-header.jet +25 -6
  55. package/site/tr_TR.all.json +1252 -602
  56. package/site/uk_UA.all.json +528 -451
  57. package/site/zh_TW.all.json +438 -419
  58. package/site/se_SE.all.json +0 -601
@@ -1,24 +1,41 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Configuración" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "ScreenPlus" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "Français" },
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": "Episodio"
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
- "date_day": { "other": "Día" },
43
- "date_month": { "other": "Mes" },
44
- "date_year": { "other": "Año" },
45
-
46
- "404_page_header": { "other": "Esa página no existe..." },
47
- "404_page_content": { "other": "<p>En este momento, parece que la página que está buscando no existe.</p><p>Podría haber sida movida o eliminada, o tal vez algo mal escrito. </p><p>Trate volver a la página principal va a encontrar lo que busca. </p><p><a href=\"{{.URL}}\">Volver a la página principal </a></p>" },
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Iniciar sesión" },
52
- "nav_signup": { "other": "Crear cuenta" },
53
- "nav_signed_in_as": { "other": "Iniciaste sesión como" },
54
- "nav_library": { "other": "Mi biblioteca" },
55
- "nav_devices": { "other": "Mis dispositivos" },
56
- "nav_wishlist": { "other": "Mi Lista" },
57
- "nav_account": { "other": "Mi Cuenta" },
58
- "nav_signout": { "other": "Cerrar sesión" },
59
- "play_trailer": { "other": "Trailer" },
60
- "runtime_hours": { "other": "h" },
61
- "runtime_minutes": { "other": "m" },
62
-
63
- "datetime_next": { "other": "{{.Date}}" },
64
- "datetime_last": { "other": "pasado {{.Date}}" },
65
- "datetime_today": { "other": "hoy {{.Date}}" },
66
- "datetime_tomorrow": { "other": "mañana {{.Date}}" },
67
- "datetime_yesterday": { "other": "ayer {{.Date}}" },
68
-
69
- "search_control_placeholder": { "other": "Buscar" },
70
- "search_control_submit": { "other": "Aplicar búsqueda" },
71
-
72
- "play_button_watch": { "other" : "Reproducir"},
73
- "play_button_resume": { "other" : "Reproducir"},
74
-
75
- "social_media_buttons_title": { "other": "Compartir" },
76
- "social_media_buttons_facebook": { "other": "Compartir en Facebook" },
77
- "social_media_buttons_twitter": { "other": "Compartir en Twitter" },
78
- "social_media_buttons_linkedin": { "other": "Compartir en Linkedin" },
79
- "social_media_buttons_email": { "other": "Compartir via correo electrónico" },
80
- "social_media_buttons_email_subject": { "other": "Compartir enlace" },
81
- "social_media_buttons_copied_link": { "other": "¡Link copiado al portapapeles!" },
82
- "social_media_buttons_copy_link": { "other": "Copiar al portapapeles" },
83
-
84
- "accept_invite_page_header": { "other": "Bienvenido " },
85
- "acceptinvite_form_invalid_reset_password_token": { "other": "Parece que ya ha reclamado esta invitación, usted debe <a href=\"{{.SigninURL}}\">iniciar sesión</a> sin embargo. Si ha olvidado su contraseña, usted puede <a href=\"{{.ForgotPasswordURL}}\">recuperar su contraseña</a>." },
86
- "acceptinvite_complete": { "other": "Gracias. Su cuenta ha sido creada." },
87
- "acceptinvite_form_submit": { "other": "Aceptar invitación" },
88
- "acceptinvite_agreement": { "other": "Haciendo click en \"Aceptar invitación\" usted acepta que ha leido y acepta nuestros <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a> y nuestra <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">política de privacidad</a>." },
89
-
90
- "signup_page_header": { "other": "Crear cuenta" },
91
- "signup_form_name": { "other": "Nombre" },
92
- "signup_form_email": { "other": "Dirección de email" },
93
- "signup_form_password": { "other": "Contraseña" },
94
- "signup_form_password_confirmation": { "other": "Confirma tu contraseña" },
95
- "signup_form_gender": { "other": "Género" },
96
- "signup_form_dob": { "other": "Fecha de nacimiento" },
97
- "signup_form_submit": { "other": "Enviar" },
98
-
99
- "signin_page_header": { "other": "Iniciar sesión" },
100
- "signin_form_email": { "other": "Dirección de email" },
101
- "signin_form_password": { "other": "Contraseña" },
102
- "signin_form_remember": { "other": "Recordar mi cuenta" },
103
- "signin_form_submit": { "other": "Enviar" },
104
- "signin_page_forgotpassword": { "other": "¿Olvidaste tu contraseña?" },
105
- "signin_page_createnewaccount": { "other": "¿No tiene una cuenta? Cree una nueva cuenta" },
106
- "signup_page_alreadyhaveanaccount": { "other": "¿Ya tienes una cuenta? Inicia sesión aquí" },
107
- "signup_form_error_email_already_in_use": { "other": "Esta dirección de email ya esta en use." },
108
- "signin_form_error_incorrect_credentials": { "other": "El usuario o contraseña son incorrectos." },
109
- "signup_form_error_forbidden": { "other": "Un error ha ocurrido." },
110
-
111
- "combined_auth_continue": { "other": "Continue" },
112
- "combined_auth_change": { "other": "cambiar" },
113
- "combined_auth_signin": { "other": "Iniciar sesión" },
114
- "combined_auth_signup": { "other": "Crear cuenta" },
115
- "combined_auth_signin_password": { "other": "Por favor ingrese su contraseña para iniciar sesión." },
116
- "combined_auth_signin_error_incorrect_credentials": { "other": "Su contraseña es incorrecta." },
117
- "combined_auth_error_forbidden": { "other": "Un error ha ocurrido." },
118
- "combined_auth_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
119
-
120
- "forgotpassword_page_header": { "other": "Recuperar su contraseña" },
121
- "forgotpassword_form_email": { "other": "Dirección de email" },
122
- "forgotpassword_form_submit": { "other": "Enviar" },
123
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Una cuenta con esa dirección de correo electrónico no existe." },
124
- "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta ha sido suspendida." },
125
- "forgotpassword_complete": { "other": "Gracias. Una forma de recuperar su contraseña debería aparecer pronto en su buzón de correo." },
126
- "forgotpassword_form_error_forbidden": { "other": "Un error ha ocurrido." },
127
- "forgotpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
128
-
129
- "resetpassword_page_header": { "other": "Cambiar contraseña" },
130
- "resetpassword_form_invalid_reset_password_token": { "other": "Si aparece que la opción de recuperar contraseña es inválida. por favor llene de nuevo el formulario de <a href=\"{{.URL}}\">recuperar contrasela</a>." },
131
- "resetpassword_form_password": { "other": "Nueva Contraseña" },
132
- "resetpassword_form_password2": { "other": "Confirma tu contraseña" },
133
- "resetpassword_form_submit": { "other": "Enviar" },
134
- "resetpassword_complete": { "other": "Gracias. La contraseña ha sido cambiada y su sesión ha sido iniciada." },
135
- "resetpassword_form_error_invalid_reset_password_token": { "other": "La solicitud de recuperar la contraseña no es válida. Por favor, inténtelo de nuevo más tarde." },
136
- "resetpassword_form_error_reset_password_token_expired": { "other": "La llave de recuperar la contraseña ha expirado. Por favor, solicitar una nueva." },
137
- "resetpassword_form_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
138
-
139
- "account_page_header": { "other": "Mi Cuenta" },
140
- "account_form_name": { "other": "Nombre" },
141
- "account_form_email": { "other": "Dirección de email" },
142
- "account_form_password": { "other": "Contraseña" },
143
- "account_form_change_password": { "other": "Cambiar" },
144
- "account_form_gender": { "other": "Género" },
145
- "account_form_dob": { "other": "Fecha de nacimiento" },
146
- "account_form_submit": { "other": "Enviar" },
147
- "account_form_submitted": { "other": "Actualizado" },
148
- "account_form_password_changed": { "other": "Actualizado" },
149
- "account_form_error_incorrect_password": { "other": "Esa contraseña es incorrecta." },
150
-
151
- "signup_form_optin": {"other": "Suscribirse a nuestro boletín de forma gratuita"},
152
-
153
- "passwordconfirmation_modal_header": { "other": "Confirme su contraseña" },
154
- "passwordconfirmation_modal_label": { "other": "Por favor, introduzca su contraseña con el fin de actualizar los cambios" },
155
- "passwordconfirmation_modal_confirm": { "other": "Confirmar" },
156
-
157
- "changepassword_modal_header": { "other": "Cambie su contraseña" },
158
- "changepassword_modal_currentpassword": { "other": "Su contraseña actual" },
159
- "changepassword_modal_password": { "other": "Su nueva contraseña" },
160
- "changepassword_modal_password2": { "other": "Confirme su Contraseña" },
161
- "changepassword_modal_submit": { "other": "Enviar" },
162
- "changepassword_modal_error_incorrect_password": { "other": "Esa contraseña es incorrecta." },
163
-
164
- "userlibrary_page_header": { "other": "Mi biblioteca" },
165
- "userlibrary_empty_header": { "other": "Su biblioteca esta vacía." },
166
- "userlibrary_empty_content": { "other": "Llénala <a href=\"{{.HomeURL}}\">navegando</a> la programación." },
167
-
168
- "searchresults_page_header": { "other": "Resultados de la búsqueda" },
169
- "searchresults_load_more": { "other": "Cargar {{.Count}} más" },
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>En este momento, parece que la página que está buscando no existe.</p><p>Podría haber sida movida o eliminada, o tal vez algo mal escrito. </p><p>Trate volver a la página principal va a encontrar lo que busca. </p><p><a href=\"{{.URL}}\">Volver a la página principal </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": "Iniciaste sesión 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": "pasado {{.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": "Aplicar búsqueda"
129
+ },
130
+ "play_button_watch": {
131
+ "other": "Reproducir"
132
+ },
133
+ "play_button_resume": {
134
+ "other": "Reproducir"
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 reclamado esta invitación, usted debe <a href=\"{{.SigninURL}}\">iniciar sesión</a> sin embargo. Si ha olvidado su contraseña, usted puede <a href=\"{{.ForgotPasswordURL}}\">recuperar su contraseña</a>."
165
+ },
166
+ "acceptinvite_complete": {
167
+ "other": "Gracias. Su cuenta ha sido creada."
168
+ },
169
+ "acceptinvite_form_submit": {
170
+ "other": "Aceptar invitación"
171
+ },
172
+ "acceptinvite_agreement": {
173
+ "other": "Haciendo click en \"Aceptar invitación\" usted acepta que ha leido y acepta nuestros <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a> y nuestra <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">política de privacidad</a>."
174
+ },
175
+ "signup_page_header": {
176
+ "other": "Crear cuenta"
177
+ },
178
+ "signup_form_name": {
179
+ "other": "Nombre"
180
+ },
181
+ "signup_form_email": {
182
+ "other": "Dirección de email"
183
+ },
184
+ "signup_form_password": {
185
+ "other": "Contraseña"
186
+ },
187
+ "signup_form_password_confirmation": {
188
+ "other": "Confirma 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": "Dirección de email"
204
+ },
205
+ "signin_form_password": {
206
+ "other": "Contraseña"
207
+ },
208
+ "signin_form_remember": {
209
+ "other": "Recordar mi cuenta"
210
+ },
211
+ "signin_form_submit": {
212
+ "other": "Enviar"
213
+ },
214
+ "signin_page_forgotpassword": {
215
+ "other": "¿Olvidaste tu contraseña?"
216
+ },
217
+ "signin_page_createnewaccount": {
218
+ "other": "¿No tiene una cuenta? Cree una nueva cuenta"
219
+ },
220
+ "signup_page_alreadyhaveanaccount": {
221
+ "other": "¿Ya tienes una cuenta? Inicia sesión aquí"
222
+ },
223
+ "signup_form_error_email_already_in_use": {
224
+ "other": "Esta dirección de email ya esta en use."
225
+ },
226
+ "signin_form_error_incorrect_credentials": {
227
+ "other": "El usuario o contraseña son incorrectos."
228
+ },
229
+ "signup_form_error_forbidden": {
230
+ "other": "Un error ha ocurrido."
231
+ },
232
+ "combined_auth_continue": {
233
+ "other": "Continuar"
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 ingrese su contraseña para iniciar sesión."
246
+ },
247
+ "combined_auth_signin_error_incorrect_credentials": {
248
+ "other": "Su contraseña es incorrecta."
249
+ },
250
+ "combined_auth_error_forbidden": {
251
+ "other": "Un error ha ocurrido."
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": "Recuperar su contraseña"
258
+ },
259
+ "forgotpassword_form_email": {
260
+ "other": "Dirección de email"
261
+ },
262
+ "forgotpassword_form_submit": {
263
+ "other": "Enviar"
264
+ },
265
+ "forgotpassword_form_error_email_doesnt_exist": {
266
+ "other": "Una cuenta con esa dirección de correo electrónico no existe."
267
+ },
268
+ "forgotpassword_form_error_account_suspended": {
269
+ "other": "Esta cuenta ha sido suspendida."
270
+ },
271
+ "forgotpassword_complete": {
272
+ "other": "Gracias. Una forma de recuperar su contraseña debería aparecer pronto en su buzón de correo."
273
+ },
274
+ "forgotpassword_form_error_forbidden": {
275
+ "other": "Un error ha ocurrido."
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 contraseña"
282
+ },
283
+ "resetpassword_form_invalid_reset_password_token": {
284
+ "other": "Si aparece que la opción de recuperar contraseña es inválida. por favor llene de nuevo el formulario de <a href=\"{{.URL}}\">recuperar contrasela</a>."
285
+ },
286
+ "resetpassword_form_password": {
287
+ "other": "Nueva Contraseña"
288
+ },
289
+ "resetpassword_form_password2": {
290
+ "other": "Confirma tu contraseña"
291
+ },
292
+ "resetpassword_form_submit": {
293
+ "other": "Enviar"
294
+ },
295
+ "resetpassword_complete": {
296
+ "other": "Gracias. La contraseña ha sido cambiada y su sesión ha sido iniciada."
297
+ },
298
+ "resetpassword_form_error_invalid_reset_password_token": {
299
+ "other": "La solicitud de recuperar la contraseña no es válida. Por favor, inténtelo de nuevo más tarde."
300
+ },
301
+ "resetpassword_form_error_reset_password_token_expired": {
302
+ "other": "La llave de recuperar la contraseña ha expirado. Por favor, solicitar una nueva."
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": "Dirección de email"
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": "Enviar"
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": "Suscribirse a nuestro boletín de forma gratuita"
342
+ },
343
+ "passwordconfirmation_modal_header": {
344
+ "other": "Confirme su contraseña"
345
+ },
346
+ "passwordconfirmation_modal_label": {
347
+ "other": "Por favor, introduzca su contraseña con el fin de actualizar los cambios"
348
+ },
349
+ "passwordconfirmation_modal_confirm": {
350
+ "other": "Confirmar"
351
+ },
352
+ "changepassword_modal_header": {
353
+ "other": "Cambie su contraseña"
354
+ },
355
+ "changepassword_modal_currentpassword": {
356
+ "other": "Su contraseña actual"
357
+ },
358
+ "changepassword_modal_password": {
359
+ "other": "Su nueva contraseña"
360
+ },
361
+ "changepassword_modal_password2": {
362
+ "other": "Confirme su Contraseña"
363
+ },
364
+ "changepassword_modal_submit": {
365
+ "other": "Enviar"
366
+ },
367
+ "changepassword_modal_error_incorrect_password": {
368
+ "other": "Esa contraseña es incorrecta."
369
+ },
370
+ "userlibrary_page_header": {
371
+ "other": "Mi biblioteca"
372
+ },
373
+ "userlibrary_empty_header": {
374
+ "other": "Su biblioteca esta vacía."
375
+ },
376
+ "userlibrary_empty_content": {
377
+ "other": "Llénala <a href=\"{{.HomeURL}}\">navegando</a> la programación."
378
+ },
379
+ "searchresults_page_header": {
380
+ "other": "Resultados de la búsqueda"
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": { "other": "No hubo resultados de búsqueda para \"{{.Query}}\"" },
175
- "searchresults_empty_content": { "other": "Intentar otra busqueda o <a href=\"{{.HomeURL}}\"> Navegar nuestro contenido </a> para encontrar lo que está buscando." },
176
-
177
- "validation_name_required": { "other": "Por favor, escriba su nombre." },
178
- "validation_email_required": { "other": "Por favor, introduzca su dirección de correo electrónico." },
179
- "validation_email_email": { "other": "Por favor, introduzca una dirección de correo electrónico válida." },
180
- "validation_currentpassword_required": { "other": "Por favor, introduzca su contraseña actual." },
181
- "validation_password_required": { "other": "Por favor ingrese una contraseña." },
182
- "validation_password2_required": { "other": "Por favor confirma su contraseña." },
183
- "validation_password2_match": { "other": "Sus contraseñas no coinciden." },
184
- "validation_password_minlength": { "other": "Por favor, introduzca al menos {{.Count}} caracteres." },
185
- "validation_promocode_required": { "other": "Por favor, introduzca un código promocional." },
186
- "validation_pincode_required": { "other": "Por favor, introduzca un código PIN." },
187
- "validation_gender_required": { "other": "Por favor, seleccione el género más cercano con el que se identifique." },
188
- "validation_dob_required": { "other": "Por favor, introduzca su fecha de nacimiento." },
189
- "validation_dob_date": { "other": "Por favor ingresa una fecha de nacimiento valida." },
190
-
191
- "shopping_info_subtitle_hd": { "other": "HD Video bajo demanda." },
192
- "shopping_info_subtitle_sd": { "other": "SD vídeo bajo demanda." },
193
- "shopping_info_subtitle_wallet": { "other": "Los fondos de su cartera pueden ser utilizados para la compra o alquiler de cualquier contenido en ScreenPlus." },
194
- "shopping_info_subtitle_help": { "other": "Vea aquí los requisitos del sistema." },
195
- "shopping_info_ownership_buy": { "other": "Compra" },
196
- "shopping_info_ownership_rent": { "other": "Alquiler" },
197
-
198
- "shopping_info_sd_only": { "other": "Limitado a la reproducción SD solamente." },
199
- "shopping_info_release_date_title": { "other": "Disponible el {{.Date}}. " },
200
- "shopping_info_release_date_explanation_rent": { "other": "Se puede alquilar ahora, pero usted no podrá de ver el título hasta entonces." },
201
- "shopping_info_release_date_explanation_buy": { "other": "Usted puede comprar ahora, pero usted no podrá de ver el título hasta entonces." },
202
-
203
- "shopping_info_available_until_date_title": { "other": "Hasta disponible {{.Date}}. " },
204
- "shopping_info_available_until_date_explanation_rent": { "other": "Usted no podrá ver el contenido después de esto." },
205
- "shopping_info_available_until_date_explanation_buy": { "other": "Usted no podrá ver el contenido después de esto." },
206
-
207
- "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
208
- "duration_day": { "one": "1 día", "other": "{{.Count}} dias" },
209
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} de alquiler " },
210
- "shopping_info_watch_window_duration": { "other": "{{.Count}} hora(s) de ventana de visualización. " },
389
+ "searchresults_empty_header": {
390
+ "other": "No hubo resultados de búsqueda para \"{{.Query}}\""
391
+ },
392
+ "searchresults_empty_content": {
393
+ "other": "Intentar otra busqueda o <a href=\"{{.HomeURL}}\"> Navegar nuestro contenido </a> para encontrar lo que está buscando."
394
+ },
395
+ "validation_name_required": {
396
+ "other": "Por favor, escriba su nombre."
397
+ },
398
+ "validation_email_required": {
399
+ "other": "Por favor, introduzca su dirección de correo electrónico."
400
+ },
401
+ "validation_email_email": {
402
+ "other": "Por favor, introduzca una dirección de correo electrónico válida."
403
+ },
404
+ "validation_currentpassword_required": {
405
+ "other": "Por favor, introduzca su contraseña actual."
406
+ },
407
+ "validation_password_required": {
408
+ "other": "Por favor ingrese una contraseña."
409
+ },
410
+ "validation_password2_required": {
411
+ "other": "Por favor confirma su contraseña."
412
+ },
413
+ "validation_password2_match": {
414
+ "other": "Sus contraseñas no coinciden."
415
+ },
416
+ "validation_password_minlength": {
417
+ "other": "Por favor, introduzca al menos {{.Count}} caracteres."
418
+ },
419
+ "validation_promocode_required": {
420
+ "other": "Por favor, introduzca 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, seleccione el género más cercano con el que se identifique."
427
+ },
428
+ "validation_dob_required": {
429
+ "other": "Por favor, introduzca su fecha de nacimiento."
430
+ },
431
+ "validation_dob_date": {
432
+ "other": "Por favor ingresa una fecha de nacimiento valida."
433
+ },
434
+ "shopping_info_subtitle_hd": {
435
+ "other": "HD Video bajo 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": "Vea aquí los requisitos del sistema."
445
+ },
446
+ "shopping_info_ownership_buy": {
447
+ "other": "Compra"
448
+ },
449
+ "shopping_info_ownership_rent": {
450
+ "other": "Alquiler"
451
+ },
452
+ "shopping_info_sd_only": {
453
+ "other": "Limitado a la reproducción SD solamente."
454
+ },
455
+ "shopping_info_release_date_title": {
456
+ "other": "Disponible el {{.Date}}. "
457
+ },
458
+ "shopping_info_release_date_explanation_rent": {
459
+ "other": "Se puede alquilar ahora, pero usted no podrá de ver el título hasta entonces."
460
+ },
461
+ "shopping_info_release_date_explanation_buy": {
462
+ "other": "Usted puede comprar ahora, pero usted no podrá de ver el título hasta entonces."
463
+ },
464
+ "shopping_info_available_until_date_title": {
465
+ "other": "Hasta disponible {{.Date}}. "
466
+ },
467
+ "shopping_info_available_until_date_explanation_rent": {
468
+ "other": "Usted no podrá ver el contenido después de esto."
469
+ },
470
+ "shopping_info_available_until_date_explanation_buy": {
471
+ "other": "Usted no podrá 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": "{{.ValueUnit}} de alquiler "
483
+ },
484
+ "shopping_info_watch_window_duration": {
485
+ "other": "{{.Count}} hora(s) de ventana de visualización. "
486
+ },
211
487
  "shopping_info_watch_window_explanation_film": {
212
488
  "one": "Una vez rentada, la película estará disponible en su cuenta por {{.ValueUnit}}. ",
213
489
  "other": "Una vez rentada, la película estará disponible en su cuenta {{.ValueUnit}}. "
@@ -232,69 +508,154 @@
232
508
  "one": "Una vez que presiona play en un episodio, la ventana de visualización comienza y tiene una hora para ver ese episodio tantas veces como desee.",
233
509
  "other": "Una vez que presiona play en un episodio, la ventana de visualización comienza y tiene {{.Count}} horas para ver ese episodio tantas veces como desee."
234
510
  },
235
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% de bonificación" },
236
-
237
- "shopping_enter_card_prompt": { "other": "Introduzca sus datos de la tarjeta de crédito a continuación para completar su {{.Verb}}." },
238
-
239
- "shopping_terms": { "other": "Al completar esta transacción, acepto los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">términos y condiciones</a>."},
240
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} de descuento aplicado." },
241
- "shopping_discount_apply": { "other": "Aplicar" },
242
- "shopping_discount_code": { "other": "Introduzca un código promocional." },
243
- "shopping_discount_have_code": { "other": "Tengo un código promocional." },
244
-
245
- "shopping_price_you_pay": { "other": "Usted paga" },
246
- "shopping_price_nothing": { "other": "Nada" },
247
- "shopping_price_free": { "other": "Gratis" },
248
-
249
- "shopping_auth_directions": { "other": "Se necesita una cuenta en primer lugar. Por favor, introduzca su dirección de correo electrónico." },
250
-
251
- "shopping_error_in_library": { "other": "{{.Title}} ya está en su biblioteca." },
252
-
253
- "shopping_error_missing_card": { "other": "Por favor, introduzca los datos de su tarjeta de crédito." },
254
- "shopping_error_title": { "other": "Ocurrió un error" },
255
- "shopping_error_incorrect_cvc": { "other": "Por favor, introduzca una CVV válida." },
256
- "shopping_error_invalid_cvc": { "other": "Por favor, introduzca una CVV válida." },
257
- "shopping_error_incorrect_number": { "other": "Por favor, introduzca un número de tarjeta de crédito válido." },
258
- "shopping_error_invalid_number": { "other": "Por favor, introduzca un número de tarjeta de crédito válido." },
259
- "shopping_error_card_declined": { "other": "La tarjeta de crédito ha sido rechazada." },
260
- "shopping_error_invalid_expiry_month": { "other": "Por favor, introduzca una caducidad válida." },
261
- "shopping_error_invalid_expiry_year": { "other": "Por favor, introduzca una caducidad válida." },
262
- "shopping_error_expired_card": { "other": "La tarjeta de crédito ha expirado." },
263
- "shopping_error_creditcard_country_mismatch": { "other": "Su {{.Ownership}} no se ha completado. Es necesario estar en el país en que se emitió su tarjeta de crédito. Utiliza otra tarjeta para realizar el pago." },
264
- "shopping_error_proxy_detected": { "other": "Su {{.Ownership}} no se ha completado. Hemos detectado que está utilizando un servicio desatascador o proxy. Por favor, apague cualquiera de estos servicios y vuelve a intentarlo." },
265
-
266
- "shopping_error_discount_worn_out": { "other": "Ese código promocional ya no puede ser utilizado." },
267
- "shopping_error_discount_blank": { "other": "Por favor, introduzca un código promocional." },
268
- "shopping_error_discount_not_applied": { "other": "Por favor, introduzca un código promocional válido." },
269
- "shopping_error_discount_invalid": { "other": "Por favor, introduzca un código promocional válido." },
270
- "shopping_error_discount_disabled": { "other": "Por favor, introduzca un código promocional válido." },
271
- "shopping_error_discount_already_applied": { "other": "Un código promocional ya se ha utilizado para esta sesión.." },
272
- "shopping_error_discount_already_redeemed": { "other": "Ese código promocional ya se ha utilizado." },
273
- "shopping_error_discount_used_previously": { "other": "Ese código promocional ya se ha utilizado." },
274
- "shopping_error_discount_max_limit": { "other": "Ese código promocional ya no puede ser utilizado." },
275
- "shopping_error_discount_expired": { "other": "Ese código promocional ha caducado." },
276
- "shopping_error_discount_invalid_ownership_buy": { "other": "Ese código promocional no se puede utilizar en la compra." },
277
- "shopping_error_discount_invalid_ownership_rent": { "other": "Ese código promocional no se puede utilizar en la renta." },
278
- "shopping_error_discount_invalid_item": { "other": "Ese código promocional no se puede utilizar con este item." },
279
- "shopping_error_discount_invalid_pricing_region": { "other": "Ese código promocional no se puede utilizar en su país." },
280
- "shopping_error_discounts_not_allowed": { "other": "Ese código promocional no se puede utilizar." },
281
- "shopping_error_discount_disallowed_on_bundles": { "other": "Ese código promocional no se puede utilizar en los paquetes." },
282
- "shopping_error_payment_intent_authentication_failure": { "other": "La tarjeta de crédito ha sido rechazada. Inténtelo de nuevo." },
283
-
284
- "shopping_complete_rental": { "other": "¡Éxito!" },
511
+ "shopping_info_credit_bonus_title": {
512
+ "other": "{{.BonusPercentage}}% de bonificación"
513
+ },
514
+ "shopping_enter_card_prompt": {
515
+ "other": "Introduzca sus datos de la tarjeta de crédito a continuación para completar su {{.Verb}}."
516
+ },
517
+ "shopping_terms": {
518
+ "other": "Al completar esta transacción, acepto los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">términos y condiciones</a>."
519
+ },
520
+ "shopping_discount_applied": {
521
+ "other": "{{.DiscountAmount}} de descuento aplicado."
522
+ },
523
+ "shopping_discount_apply": {
524
+ "other": "Aplicar"
525
+ },
526
+ "shopping_discount_code": {
527
+ "other": "Introduzca 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": "Usted paga"
534
+ },
535
+ "shopping_price_nothing": {
536
+ "other": "Nada"
537
+ },
538
+ "shopping_price_free": {
539
+ "other": "Gratis"
540
+ },
541
+ "shopping_auth_directions": {
542
+ "other": "Se necesita una cuenta en primer lugar. Por favor, introduzca su dirección de correo electrónico."
543
+ },
544
+ "shopping_error_in_library": {
545
+ "other": "{{.Title}} ya está en su biblioteca."
546
+ },
547
+ "shopping_error_missing_card": {
548
+ "other": "Por favor, introduzca los datos de su tarjeta de crédito."
549
+ },
550
+ "shopping_error_title": {
551
+ "other": "Ocurrió un error"
552
+ },
553
+ "shopping_error_incorrect_cvc": {
554
+ "other": "Por favor, introduzca una CVV válida."
555
+ },
556
+ "shopping_error_invalid_cvc": {
557
+ "other": "Por favor, introduzca una CVV válida."
558
+ },
559
+ "shopping_error_incorrect_number": {
560
+ "other": "Por favor, introduzca un número de tarjeta de crédito válido."
561
+ },
562
+ "shopping_error_invalid_number": {
563
+ "other": "Por favor, introduzca un número de tarjeta de crédito válido."
564
+ },
565
+ "shopping_error_card_declined": {
566
+ "other": "La tarjeta de crédito ha sido rechazada."
567
+ },
568
+ "shopping_error_invalid_expiry_month": {
569
+ "other": "Por favor, introduzca una caducidad válida."
570
+ },
571
+ "shopping_error_invalid_expiry_year": {
572
+ "other": "Por favor, introduzca una caducidad válida."
573
+ },
574
+ "shopping_error_expired_card": {
575
+ "other": "La tarjeta de crédito ha expirado."
576
+ },
577
+ "shopping_error_creditcard_country_mismatch": {
578
+ "other": "Su {{.Ownership}} no se ha completado. Es necesario estar en el país en que se emitió su tarjeta de crédito. Utiliza otra tarjeta para realizar el pago."
579
+ },
580
+ "shopping_error_proxy_detected": {
581
+ "other": "Su {{.Ownership}} no se ha completado. Hemos detectado que está utilizando un servicio desatascador o proxy. Por favor, apague cualquiera de estos servicios y vuelve a intentarlo."
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, introduzca un código promocional."
588
+ },
589
+ "shopping_error_discount_not_applied": {
590
+ "other": "Por favor, introduzca un código promocional válido."
591
+ },
592
+ "shopping_error_discount_invalid": {
593
+ "other": "Por favor, introduzca un código promocional válido."
594
+ },
595
+ "shopping_error_discount_disabled": {
596
+ "other": "Por favor, introduzca un código promocional válido."
597
+ },
598
+ "shopping_error_discount_already_applied": {
599
+ "other": "Un código promocional ya se ha utilizado para esta sesión.."
600
+ },
601
+ "shopping_error_discount_already_redeemed": {
602
+ "other": "Ese código promocional ya se ha utilizado."
603
+ },
604
+ "shopping_error_discount_used_previously": {
605
+ "other": "Ese código promocional ya se ha utilizado."
606
+ },
607
+ "shopping_error_discount_max_limit": {
608
+ "other": "Ese código promocional ya no puede ser utilizado."
609
+ },
610
+ "shopping_error_discount_expired": {
611
+ "other": "Ese código promocional ha caducado."
612
+ },
613
+ "shopping_error_discount_invalid_ownership_buy": {
614
+ "other": "Ese código promocional no se puede utilizar en la compra."
615
+ },
616
+ "shopping_error_discount_invalid_ownership_rent": {
617
+ "other": "Ese código promocional no se puede utilizar en la renta."
618
+ },
619
+ "shopping_error_discount_invalid_item": {
620
+ "other": "Ese código promocional no se puede utilizar con este item."
621
+ },
622
+ "shopping_error_discount_invalid_pricing_region": {
623
+ "other": "Ese código promocional no se puede utilizar en su país."
624
+ },
625
+ "shopping_error_discounts_not_allowed": {
626
+ "other": "Ese código promocional no se puede utilizar."
627
+ },
628
+ "shopping_error_discount_disallowed_on_bundles": {
629
+ "other": "Ese código promocional no se puede utilizar en los paquetes."
630
+ },
631
+ "shopping_error_payment_intent_authentication_failure": {
632
+ "other": "La tarjeta de crédito ha sido rechazada. Inténtelo de nuevo."
633
+ },
634
+ "shopping_complete_rental": {
635
+ "other": "¡Éxito!"
636
+ },
285
637
  "shopping_complete_rental_period": {
286
- "one": "You are now able to watch it as often as you like over the next day.",
638
+ "one": "Ahora puedes verlo tantas veces como quieras durante el día siguiente.",
287
639
  "other": "Ahora puede ver tantas veces como desee durante los próximos {{.Count}} días."
288
640
  },
289
- "shopping_complete_purchase": { "other": "Gracias por la compra {{.Title}}." },
290
- "shopping_complete_credit_purchase": { "other": "Gracias por comprar {{.Title}}, {{.CreditTotal}} ha sido añadido a su cuenta." },
291
- "shopping_complete_purchase_coming_soon": { "other": "Estará disponible para verse en {{.Date}}." },
292
- "shopping_complete_receipt": { "other": "Un recibo se ha enviado por correo electrónico." },
293
- "shopping_complete_library_link": { "other": "Ir a vuestra biblioteca." },
641
+ "shopping_complete_purchase": {
642
+ "other": "Gracias por la compra {{.Title}}."
643
+ },
644
+ "shopping_complete_credit_purchase": {
645
+ "other": "Gracias por comprar {{.Title}}, {{.CreditTotal}} ha sido añadido a su cuenta."
646
+ },
647
+ "shopping_complete_purchase_coming_soon": {
648
+ "other": "Estará disponible para verse en {{.Date}}."
649
+ },
650
+ "shopping_complete_receipt": {
651
+ "other": "Un recibo se ha enviado por correo electrónico."
652
+ },
653
+ "shopping_complete_library_link": {
654
+ "other": "Ir a vuestra biblioteca."
655
+ },
294
656
  "shopping_complete_plan": {
295
657
  "other": "Su compra de {{ .Title }} fue exitosa."
296
658
  },
297
-
298
659
  "shopping_complete_rental_watch_window_start": {
299
660
  "one": "Ahora puede ver dentro del próximo día.",
300
661
  "other": "Ahora puede ver dentro de los próximos {{.Count}} días."
@@ -311,103 +672,235 @@
311
672
  "one": "Podrá ver desde {{.Date}} y su alquiler se mantendrá activo durante un día.",
312
673
  "other": "Podrá ver desde {{.Date}} y su alquiler se mantendrá activo durante {{.Count}} días."
313
674
  },
314
-
315
- "shopping_action_rent": { "other": "Alquilar" },
316
- "shopping_action_buy": { "other": "Comprar" },
317
-
318
- "shopping_payment_method_header": { "other": "Métodos de pago" },
319
- "shopping_payment_method_credit_card": { "other": "Tarjeta de crédito" },
320
- "shopping_payment_method_giropay": { "other": "Giropay (Alemania) " },
321
-
322
- "shopping_error_stripe_unknown_error": { "other": "Hubo un error con este pago. Por favor, intente más tarde." },
323
- "shopping_error_payment_complete_failed": { "other": "Este pago fue rechazado. Cierre esta ventana e inténtelo de nuevo." },
324
-
325
- "meta_detail_cast_title": { "other": "Emitir" },
326
- "meta_detail_crew_title": { "other": "Equipo" },
327
- "meta_detail_languages": { "one": "Idioma", "other": "Idiomas" },
328
- "meta_detail_studios": { "one": "Estudio", "other": "Estudios" },
329
- "meta_detail_countries": { "one": "País", "other": "Países" },
330
- "meta_detail_subtitles": { "other": "Subtítulos" },
331
- "meta_detail_captions": { "other": "Subtítulos [CC]" },
332
- "meta_detail_episodes_title": { "other": "Episodios" },
333
- "meta_detail_bonus_title": { "other": "Contenido extra" },
334
- "meta_detail_recommendations_title": { "other": "También le puede interesar" },
335
- "meta_detail_bundle_items_title": { "other": "Los contenidos incluidos en este paquete" },
336
-
337
- "bundle_items_all_films": { "other": "{{.Count}} películas" },
338
- "bundle_items_all_seasons": { "other": "{{.Count}} temporadas" },
339
- "bundle_items_mixed": { "other": "{{.Count}} películas y temporadas" },
340
- "userwishlist_page_header": { "other": "Mi Lista" },
341
- "userwishlist_slider_header": { "other": "Mi Lista" },
342
- "userwishlist_empty_header": { "other": "Su lista está vacía." },
343
- "userwishlist_empty_content": { "other": "Llénala <a href=\"{{.HomeURL}}\">navegando</a> la programación." },
344
- "userwishlist_button_add": { "other": "Agregar a mi lista" },
345
- "userwishlist_button_remove": { "other": "Mi Lista" },
346
- "userwishlist_button_add_compact": { "other": "Mi Lista" },
347
- "userwishlist_button_remove_compact": { "other": "Mi Lista" },
348
-
349
- "activatedevice_page_header": { "other": "Activar dispositivo" },
350
- "activatedevice_page_content": { "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." },
351
- "activatedevice_form_pin": { "other": "Código PIN" },
352
- "activatedevice_form_submit": { "other": "Activar" },
353
- "activatedevice_form_error_invalid_code": { "other": "Código PIN no encontrado, por favor intente de nuevo." },
354
- "activatedevice_form_error_pin_not_found": { "other": "Código PIN no encontrado, por favor intente de nuevo." },
355
- "activatedevice_signin_prompt": { "other": "Por favor inicie sesión antes de activar el dispositivo." },
356
- "activatedevice_page_activated": { "other": "Gracias por la activación {{.DeviceName}}. Ahora podrá navegar en su biblioteca en su televisor o dispositivo." },
357
-
358
- "userdevices_page_header": { "other": "Dispositivos" },
675
+ "shopping_action_rent": {
676
+ "other": "Alquilar"
677
+ },
678
+ "shopping_action_buy": {
679
+ "other": "Comprar"
680
+ },
681
+ "shopping_payment_method_header": {
682
+ "other": "Métodos de pago"
683
+ },
684
+ "shopping_payment_method_credit_card": {
685
+ "other": "Tarjeta de crédito"
686
+ },
687
+ "shopping_payment_method_giropay": {
688
+ "other": "Giropay (Alemania) "
689
+ },
690
+ "shopping_error_stripe_unknown_error": {
691
+ "other": "Hubo un error con este pago. Por favor, intente más tarde."
692
+ },
693
+ "shopping_error_payment_complete_failed": {
694
+ "other": "Este pago fue rechazado. Cierre esta ventana e inténtelo de nuevo."
695
+ },
696
+ "meta_detail_cast_title": {
697
+ "other": "Emitir"
698
+ },
699
+ "meta_detail_crew_title": {
700
+ "other": "Equipo"
701
+ },
702
+ "meta_detail_languages": {
703
+ "one": "Idioma",
704
+ "other": "Idiomas"
705
+ },
706
+ "meta_detail_studios": {
707
+ "one": "Estudio",
708
+ "other": "Estudios"
709
+ },
710
+ "meta_detail_countries": {
711
+ "one": "País",
712
+ "other": "Países"
713
+ },
714
+ "meta_detail_subtitles": {
715
+ "other": "Subtítulos"
716
+ },
717
+ "meta_detail_captions": {
718
+ "other": "Subtítulos [CC]"
719
+ },
720
+ "meta_detail_episodes_title": {
721
+ "other": "Episodios"
722
+ },
723
+ "meta_detail_bonus_title": {
724
+ "other": "Contenido extra"
725
+ },
726
+ "meta_detail_recommendations_title": {
727
+ "other": "También le puede interesar"
728
+ },
729
+ "meta_detail_bundle_items_title": {
730
+ "other": "Los contenidos incluidos en este paquete"
731
+ },
732
+ "bundle_items_all_films": {
733
+ "other": "{{.Count}} películas"
734
+ },
735
+ "bundle_items_all_seasons": {
736
+ "other": "{{.Count}} temporadas"
737
+ },
738
+ "bundle_items_mixed": {
739
+ "other": "{{.Count}} películas y temporadas"
740
+ },
741
+ "userwishlist_page_header": {
742
+ "other": "Mi Lista"
743
+ },
744
+ "userwishlist_slider_header": {
745
+ "other": "Mi Lista"
746
+ },
747
+ "userwishlist_empty_header": {
748
+ "other": "Su lista está vacía."
749
+ },
750
+ "userwishlist_empty_content": {
751
+ "other": "Llénala <a href=\"{{.HomeURL}}\">navegando</a> la programación."
752
+ },
753
+ "userwishlist_button_add": {
754
+ "other": "Agregar a mi lista"
755
+ },
756
+ "userwishlist_button_remove": {
757
+ "other": "Mi Lista"
758
+ },
759
+ "userwishlist_button_add_compact": {
760
+ "other": "Mi Lista"
761
+ },
762
+ "userwishlist_button_remove_compact": {
763
+ "other": "Mi Lista"
764
+ },
765
+ "activatedevice_page_header": {
766
+ "other": "Activar dispositivo"
767
+ },
768
+ "activatedevice_page_content": {
769
+ "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."
770
+ },
771
+ "activatedevice_form_pin": {
772
+ "other": "Código PIN"
773
+ },
774
+ "activatedevice_form_submit": {
775
+ "other": "Activar"
776
+ },
777
+ "activatedevice_form_error_invalid_code": {
778
+ "other": "Código PIN no encontrado, por favor intente de nuevo."
779
+ },
780
+ "activatedevice_form_error_pin_not_found": {
781
+ "other": "Código PIN no encontrado, por favor intente de nuevo."
782
+ },
783
+ "activatedevice_signin_prompt": {
784
+ "other": "Por favor inicie sesión antes de activar el dispositivo."
785
+ },
786
+ "activatedevice_page_activated": {
787
+ "other": "Gracias por la activación {{.DeviceName}}. Ahora podrá navegar en su biblioteca en su televisor o dispositivo."
788
+ },
789
+ "userdevices_page_header": {
790
+ "other": "Dispositivos"
791
+ },
359
792
  "userdevices_page_content": {
360
793
  "one": "Los dispositivos se agregarán automáticamente aquí cuando los use. Está limitado a un dispositivo.",
361
794
  "other": "Los dispositivos se agregarán automáticamente aquí cuando los uses. Estás limitado a {{.Count}} dispositivos."
362
795
  },
363
- "userdevices_empty_content": { "other": "Actualmente tienes 0 dispositivos registrados." },
364
- "userdevices_header_type": { "other": "Tipo de dispositivo" },
365
- "userdevices_header_description": { "other": "Descripción" },
366
- "userdevices_device_added": { "other": "Añadido el {{.Date}}" },
367
- "userdevices_device_actions_delete": { "other": "Eliminar" },
368
- "userdevices_device_actions_cancel": { "other": "Cancelar" },
369
- "userdevices_device_actions_confirm": { "other": "Sí, eliminat el dispositivo" },
370
- "userdevices_device_deleted": { "other": "(Removido)" },
371
-
372
- "playlist_page_header": { "other": "Lista de reproducción" },
373
- "playlist_sign_in_warning": { "other": "Por favor inicie sesión para ver la televisión en directo."},
374
- "playlist_share_title": { "other": "Lista de reproducción" },
375
- "playlist_up_next_title": { "other": "Siguiente" },
376
-
377
- "pricing_ownership_buy": { "other": "Comprar" },
378
- "pricing_ownership_rent": { "other": "Alquilar" },
379
-
380
- "classification_intro": { "other": "Clasificación: " },
381
- "classification_divider": { "other": " - " },
382
- "classification_outro": { "other": "" },
383
-
384
- "cookie_banner_message": { "other": "“Este sitio usa cookies para mejorar tu experiencia. Haciendo uso del sitio, usted acepta nuestra <a href=\"{{.CookiePolicyURL}}\">política de uso de cookies</a>." },
385
- "cookie_banner_accept": { "other": "Acepto" },
386
-
387
- "all_rights_reserved": { "other": "Todos los derechos reservados. Ninguna parte de este sitio puede ser reproducido sin nuestro permiso por escrito." },
388
-
389
- "availability_not_available_in_country": { "other": "No disponible" },
390
- "availability_coming_soon": {"other": "Próximamente"},
391
- "availability_sold_out": { "other": "Agotada" },
392
- "availability_available": {"other": "Disponible {{.ReleaseDate}}"},
393
- "availability_available_till": {"other": "Disponible hasta {{.ExpiryDate}}"},
394
- "availability_expires": { "other": "Caducó {{.Expiry}}" },
395
- "availability_expired": { "other": "Caducada"},
396
-
397
- "signup_terms": { "other": "Acepto todos <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>." },
398
-
399
- "combined_auth_terms": { "other": "Acepto todos <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>." },
400
- "validation_terms_required": { "other": "Es necesario aceptar los términos y condiciones para continuar." },
401
-
402
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
403
- "shopping_info_rental_period_coming_soon": { "other": "a partir de la fecha y la hora de la publicación." },
404
-
405
- "user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
406
-
407
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
408
- "app_badge_ios": { "other": "Download on the App Store" },
409
- "app_badge_android": { "other": "Get it on Google Play" },
410
-
796
+ "userdevices_empty_content": {
797
+ "other": "Actualmente tienes 0 dispositivos registrados."
798
+ },
799
+ "userdevices_header_type": {
800
+ "other": "Tipo de dispositivo"
801
+ },
802
+ "userdevices_header_description": {
803
+ "other": "Descripción"
804
+ },
805
+ "userdevices_device_added": {
806
+ "other": "Añadido el {{.Date}}"
807
+ },
808
+ "userdevices_device_actions_delete": {
809
+ "other": "Eliminar"
810
+ },
811
+ "userdevices_device_actions_cancel": {
812
+ "other": "Cancelar"
813
+ },
814
+ "userdevices_device_actions_confirm": {
815
+ "other": "Sí, eliminat el dispositivo"
816
+ },
817
+ "userdevices_device_deleted": {
818
+ "other": "(Removido)"
819
+ },
820
+ "playlist_page_header": {
821
+ "other": "Lista de reproducción"
822
+ },
823
+ "playlist_sign_in_warning": {
824
+ "other": "Por favor inicie sesión para ver la televisión en directo."
825
+ },
826
+ "playlist_share_title": {
827
+ "other": "Lista de reproducción"
828
+ },
829
+ "playlist_up_next_title": {
830
+ "other": "Siguiente"
831
+ },
832
+ "pricing_ownership_buy": {
833
+ "other": "Comprar"
834
+ },
835
+ "pricing_ownership_rent": {
836
+ "other": "Alquilar"
837
+ },
838
+ "classification_intro": {
839
+ "other": "Clasificación: "
840
+ },
841
+ "classification_divider": {
842
+ "other": " - "
843
+ },
844
+ "classification_outro": {
845
+ "other": ""
846
+ },
847
+ "cookie_banner_message": {
848
+ "other": "“Este sitio usa cookies para mejorar tu experiencia. Haciendo uso del sitio, usted acepta nuestra <a href=\"{{.CookiePolicyURL}}\">política de uso de cookies</a>."
849
+ },
850
+ "cookie_banner_accept": {
851
+ "other": "Acepto"
852
+ },
853
+ "all_rights_reserved": {
854
+ "other": "Todos los derechos reservados. Ninguna parte de este sitio puede ser reproducido sin nuestro permiso por escrito."
855
+ },
856
+ "availability_not_available_in_country": {
857
+ "other": "No disponible"
858
+ },
859
+ "availability_coming_soon": {
860
+ "other": "Próximamente"
861
+ },
862
+ "availability_sold_out": {
863
+ "other": "Agotada"
864
+ },
865
+ "availability_available": {
866
+ "other": "Disponible {{.ReleaseDate}}"
867
+ },
868
+ "availability_available_till": {
869
+ "other": "Disponible hasta {{.ExpiryDate}}"
870
+ },
871
+ "availability_expires": {
872
+ "other": "Caducó {{.Expiry}}"
873
+ },
874
+ "availability_expired": {
875
+ "other": "Caducada"
876
+ },
877
+ "signup_terms": {
878
+ "other": "Acepto todos <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."
879
+ },
880
+ "combined_auth_terms": {
881
+ "other": "Acepto todos <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."
882
+ },
883
+ "validation_terms_required": {
884
+ "other": "Es necesario aceptar los términos y condiciones para continuar."
885
+ },
886
+ "shopping_card_change": {
887
+ "other": "¿La tarjeta de crédito no es correcta? <a href=\"{{.SubscriptionsURL}}\">Haga clic aquí para actualizar su tarjeta.</a>"
888
+ },
889
+ "shopping_info_rental_period_coming_soon": {
890
+ "other": "a partir de la fecha y la hora de la publicación."
891
+ },
892
+ "user_error_too_many_pin_errors": {
893
+ "other": "<p>Parece que estás teniendo problemas.</p><p>Restablezca su PIN o contáctenos para <a href=\"{{.HelpURL}}\" target=\"_blank\">ayuda</a>"
894
+ },
895
+ "app_badge_title": {
896
+ "other": "¡Descarga la aplicación para ver el contenido comprado!"
897
+ },
898
+ "app_badge_ios": {
899
+ "other": "Descargar en la App Store"
900
+ },
901
+ "app_badge_android": {
902
+ "other": "Consiguelo en google play"
903
+ },
411
904
  "shopping_price_title_plan": {
412
905
  "other": "Precio"
413
906
  },
@@ -470,132 +963,292 @@
470
963
  "plan_free_link_text": {
471
964
  "other": "Registrate gratis"
472
965
  },
473
- "awards_nominated_for": {
474
- "other": "Nominado a"
475
- },
476
966
  "awards_in_competition": {
477
967
  "other": "En competición"
478
968
  },
479
- "awards_winner_of": {
480
- "other": "Ganador de"
969
+ "meta_description_expand": {
970
+ "other": "Mostrar más"
971
+ },
972
+ "meta_description_collapse": {
973
+ "other": "Muestra menos"
974
+ },
975
+ "awards_winner": {
976
+ "other": "Ganador"
481
977
  },
482
978
  "donate_button_text": {
483
979
  "other": "Donar"
484
980
  },
485
- "wcag_skip_links_header": { "other": "Accessibility Links" },
486
- "wcag_skip_links_content": { "other": "Skip to Content" },
487
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
488
-
489
- "wcag_homepage_h1": { "other": "Homepage" },
490
- "wcag_carousel_h2": { "other": "Carousel" },
491
- "wcag_collections_h2": { "other": "Collections" },
492
-
493
- "wcag_aria_label_footer": { "other": "Footer" },
494
- "wcag_aria_label_nav_main": { "other": "Main" },
495
- "wcag_aria_label_nav_sub": { "other": "Sub" },
496
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
497
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
498
- "wcag_aria_label_carousel": { "other": "Carousel" },
499
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
500
- "wcag_aria_label_collection_list": { "other": "Collection List" },
501
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
502
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
503
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
504
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
505
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
506
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
507
-
508
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
509
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
510
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
511
-
512
- "account_form_pin_code": { "other": "PIN" },
513
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
514
- "account_form_set_pin": { "other": "Set PIN" },
515
- "account_form_pin_changed": { "other": "Updated" },
516
- "account_form_change_pin": { "other": "Change PIN" },
517
-
518
- "user_set_pin_header": { "other": "Set your PIN" },
519
- "user_set_pin_button": { "other": "Set PIN" },
520
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
521
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
522
- "user_submit_pin_button": { "other": "Enter" },
523
- "user_reset_pin_button": { "other": "Reset PIN" },
524
-
525
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
526
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
527
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
528
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
529
- "validation_pincode2_match": { "other": "PIN code does not match." },
530
-
531
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
532
- "userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
533
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
534
-
535
- "changepincode_modal_header": { "other": "Change your PIN" },
536
- "changepincode_modal_currentpassword": { "other": "Your current password" },
537
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
538
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
539
- "changepincode_modal_submit": { "other": "Set PIN" },
540
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
541
-
542
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
543
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
544
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
545
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
546
- "shopping_error_close_button": { "other": "OK" },
547
-
548
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
549
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
550
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
551
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
552
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
553
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
554
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
555
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
556
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
557
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
558
-
559
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
560
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
561
-
562
-
563
- "users_gender_none": { "other": "Not specified" },
564
- "users_gender_female": { "other": "Female" },
565
- "users_gender_male": { "other": "Male" },
566
- "users_gender_diverse": { "other": "Diverse" },
567
- "users_gender_other": { "other": "Other" },
568
-
569
-
570
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
571
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
572
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
573
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
574
-
575
- "shopping_card_save_card": { "other": "Save this card for future use" },
576
- "shopping_card_button_change": { "other": "Show all saved cards" },
577
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
578
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
579
- "shopping_card_existing_expired": { "other": "(expired)" },
580
- "shopping_card_use_other": { "other": "Use a new card" },
581
- "shopping_card_use_new_card": { "other": "Change card" },
582
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
583
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
584
- "shopping_action_credit": { "other": "shopping_action_credit" },
585
-
586
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
587
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
588
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
589
-
590
- "availability_renting": { "other": "Renting" },
591
- "availability_not_available": { "other": "Not available" },
592
- "availability_in_watch_window": { "other": "availability_in_watch_window" },
593
-
594
- "modal_cancel": { "other": "Cancel" },
595
- "play": { "other": "Play" },
596
-
597
- "combined_auth_signin_prompt": { "other": "Sign in" },
598
- "combined_auth_signup_prompt": { "other": "Create Account" },
599
-
600
- "shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." }
601
- }
981
+ "wcag_skip_links_header": {
982
+ "other": "Enlaces de accesibilidad"
983
+ },
984
+ "wcag_skip_links_content": {
985
+ "other": "Saltar al contenido"
986
+ },
987
+ "wcag_homepage_h1": {
988
+ "other": "Página principal"
989
+ },
990
+ "wcag_carousel_h2": {
991
+ "other": "Carrusel"
992
+ },
993
+ "wcag_collections_h2": {
994
+ "other": "Colecciones"
995
+ },
996
+ "wcag_aria_label_footer": {
997
+ "other": "Pie de página"
998
+ },
999
+ "wcag_aria_label_nav_main": {
1000
+ "other": "Principal"
1001
+ },
1002
+ "wcag_aria_label_nav_sub": {
1003
+ "other": "Sub"
1004
+ },
1005
+ "wcag_aria_label_toggle_nav": {
1006
+ "other": "Navegación de palanca"
1007
+ },
1008
+ "wcag_aria_label_bundle_items": {
1009
+ "other": "Paquete de artículos"
1010
+ },
1011
+ "wcag_aria_label_carousel": {
1012
+ "other": "Carrusel"
1013
+ },
1014
+ "wcag_aria_label_page_collection": {
1015
+ "other": "Colección de páginas"
1016
+ },
1017
+ "wcag_aria_label_collection_list": {
1018
+ "other": "Lista de colecciones"
1019
+ },
1020
+ "wcag_aria_label_collection_slider": {
1021
+ "other": "Control deslizante de colección"
1022
+ },
1023
+ "wcag_aria_label_wishlist": {
1024
+ "other": "Lista de deseos"
1025
+ },
1026
+ "wcag_aria_label_facebook": {
1027
+ "other": "Compartir en Facebook"
1028
+ },
1029
+ "wcag_aria_label_twitter": {
1030
+ "other": "Compartir en Twitter"
1031
+ },
1032
+ "wcag_aria_label_linkedin": {
1033
+ "other": "Compartir en LinkedIn"
1034
+ },
1035
+ "wcag_aria_label_letterboxd": {
1036
+ "other": "Ver en Letterboxd"
1037
+ },
1038
+ "shopping_error_plan_already_owned": {
1039
+ "other": "Ya tienes este plan."
1040
+ },
1041
+ "shopping_error_plan_expired": {
1042
+ "other": "Este plan ya no está disponible."
1043
+ },
1044
+ "header_banner": {
1045
+ "other": "banner de encabezado"
1046
+ },
1047
+ "account_form_pin_code": {
1048
+ "other": "PIN"
1049
+ },
1050
+ "account_form_pin_code_not_set": {
1051
+ "other": "No tiene un PIN establecido, que se requiere para comprar, alquilar y mirar algunos títulos."
1052
+ },
1053
+ "account_form_set_pin": {
1054
+ "other": "Establecer PIN"
1055
+ },
1056
+ "account_form_pin_changed": {
1057
+ "other": "Actualizada"
1058
+ },
1059
+ "account_form_change_pin": {
1060
+ "other": "Cambiar PIN"
1061
+ },
1062
+ "user_set_pin_header": {
1063
+ "other": "Establezca su PIN"
1064
+ },
1065
+ "user_set_pin_button": {
1066
+ "other": "Establecer PIN"
1067
+ },
1068
+ "user_submit_pin_heading": {
1069
+ "other": "Introduzca su PIN para {{.Action}} este contenido restringido"
1070
+ },
1071
+ "user_error_wrong_pin_retry": {
1072
+ "other": "Ups, ingresaste un PIN incorrecto"
1073
+ },
1074
+ "user_submit_pin_button": {
1075
+ "other": "Meterse en"
1076
+ },
1077
+ "user_reset_pin_button": {
1078
+ "other": "Restablecer PIN"
1079
+ },
1080
+ "validation_pincode1_required": {
1081
+ "other": "Introduzca un código PIN válido."
1082
+ },
1083
+ "validation_pincode2_required": {
1084
+ "other": "Introduzca un código PIN válido."
1085
+ },
1086
+ "validation_pincode1_pattern": {
1087
+ "other": "Introduzca un código PIN válido."
1088
+ },
1089
+ "validation_pincode2_pattern": {
1090
+ "other": "Introduzca un código PIN válido."
1091
+ },
1092
+ "validation_pincode2_match": {
1093
+ "other": "El código PIN no coincide."
1094
+ },
1095
+ "userdevices_delete_limits": {
1096
+ "other": "Puedes borrar {{.Limit}} dispositivo(s) de esta lista cada uno {{.Period}} días."
1097
+ },
1098
+ "userdevices_delete_limit_reached": {
1099
+ "other": "Ha alcanzado este límite y no puede eliminar ningún dispositivo en este momento. Puede eliminar un dispositivo en {{.Days}} días."
1100
+ },
1101
+ "shopping_card_new_subscription": {
1102
+ "other": "Esta tarjeta será guardada y cargada regularmente."
1103
+ },
1104
+ "changepincode_modal_header": {
1105
+ "other": "Cambia tu PIN"
1106
+ },
1107
+ "changepincode_modal_currentpassword": {
1108
+ "other": "tu contraseña actual"
1109
+ },
1110
+ "changepincode_modal_pincode1": {
1111
+ "other": "Su nuevo PIN de 4 dígitos"
1112
+ },
1113
+ "changepincode_modal_pincode2": {
1114
+ "other": "Confirma tu nuevo PIN de 4 dígitos"
1115
+ },
1116
+ "changepincode_modal_submit": {
1117
+ "other": "Establecer PIN"
1118
+ },
1119
+ "changepincode_modal_error_wrong_password": {
1120
+ "other": "Esa contraseña es incorrecta."
1121
+ },
1122
+ "user_set_pin_intro": {
1123
+ "other": "Necesitas un PIN para {{.Action}} contenido restringido"
1124
+ },
1125
+ "user_error_wrong_pin_reset": {
1126
+ "other": "Haga clic aquí para restablecer su PIN"
1127
+ },
1128
+ "user_error_too_many_pin_errors_help_page_link": {
1129
+ "other": ""
1130
+ },
1131
+ "shopping_error_age_restricted": {
1132
+ "other": "Este contenido tiene restricción de edad."
1133
+ },
1134
+ "shopping_error_close_button": {
1135
+ "other": "Bueno"
1136
+ },
1137
+ "usersubscriptions_subscription_expiry": {
1138
+ "other": "Caduca {{.Expiry}}"
1139
+ },
1140
+ "usersubscriptions_subscription_status_trialing": {
1141
+ "other": "Periodo de prueba"
1142
+ },
1143
+ "usersubscriptions_subscription_unsubscribe": {
1144
+ "other": "Cancelar mi suscripción"
1145
+ },
1146
+ "usersubscriptions_unsubscribe_modal_cancel": {
1147
+ "other": "Cancelar"
1148
+ },
1149
+ "usersubscriptions_unsubscribe_modal_confirm": {
1150
+ "other": "Sí, cancelar mi suscripción"
1151
+ },
1152
+ "usersubscriptions_unsubscribe_modal_title": {
1153
+ "other": "¿Cancelar suscripción?"
1154
+ },
1155
+ "usersubscriptions_unsubscribe_modal_body": {
1156
+ "other": "Esto cancelará la suscripción a la {{.Name}} plan. Aún podrá ver el contenido del plan hasta que caduque {{.Expiry}}."
1157
+ },
1158
+ "signin_form_error_ip_throttled": {
1159
+ "other": "Ha fallado al iniciar sesión demasiadas veces. Por favor, inténtelo de nuevo más tarde."
1160
+ },
1161
+ "signin_form_error_account_suspended": {
1162
+ "other": "Su cuenta ha sido suspendida temporalmente. Póngase en contacto con un administrador si cree que se trata de un error."
1163
+ },
1164
+ "users_gender_none": {
1165
+ "other": "No especificado"
1166
+ },
1167
+ "users_gender_female": {
1168
+ "other": "Mujer"
1169
+ },
1170
+ "users_gender_male": {
1171
+ "other": "Masculino"
1172
+ },
1173
+ "users_gender_diverse": {
1174
+ "other": "Diversa"
1175
+ },
1176
+ "users_gender_other": {
1177
+ "other": "Otra"
1178
+ },
1179
+ "pricing_quality_hd": {
1180
+ "other": "HD"
1181
+ },
1182
+ "pricing_quality_sd": {
1183
+ "other": "SD"
1184
+ },
1185
+ "pricing_quality_hd_only": {
1186
+ "other": "HD solamente"
1187
+ },
1188
+ "pricing_quality_sd_only": {
1189
+ "other": "SD solamente"
1190
+ },
1191
+ "shopping_card_save_card": {
1192
+ "other": "Guarda esta tarjeta para uso futuro"
1193
+ },
1194
+ "shopping_card_button_change": {
1195
+ "other": "Mostrar todas las tarjetas guardadas"
1196
+ },
1197
+ "shopping_card_existing_description": {
1198
+ "other": "{{.Card.Brand}} terminando en {{.Card.Number}}"
1199
+ },
1200
+ "shopping_card_existing_expiry": {
1201
+ "other": "(caduca {{.Card.Expiry}})"
1202
+ },
1203
+ "shopping_card_existing_expired": {
1204
+ "other": "(caducada)"
1205
+ },
1206
+ "shopping_card_use_other": {
1207
+ "other": "Usar una nueva tarjeta"
1208
+ },
1209
+ "shopping_card_use_new_card": {
1210
+ "other": "Cambiar tarjeta"
1211
+ },
1212
+ "shopping_card_update_reason_none": {
1213
+ "other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
1214
+ },
1215
+ "shopping_info_ownership_plan": {
1216
+ "other": "Suscripción"
1217
+ },
1218
+ "shopping_action_credit": {
1219
+ "other": "añadir crédito"
1220
+ },
1221
+ "usersubscriptions_change_payment_method_change": {
1222
+ "other": "Cambiar tarjeta de credito"
1223
+ },
1224
+ "usersubscriptions_change_payment_method_modal_title": {
1225
+ "other": "Actualizar los datos de la tarjeta de crédito"
1226
+ },
1227
+ "usersubscriptions_change_payment_method_modal_submit": {
1228
+ "other": "Actualizar"
1229
+ },
1230
+ "availability_renting": {
1231
+ "other": "Alquiler"
1232
+ },
1233
+ "availability_not_available": {
1234
+ "other": "No disponible"
1235
+ },
1236
+ "availability_in_watch_window": {
1237
+ "other": "Disponible en ventana"
1238
+ },
1239
+ "modal_cancel": {
1240
+ "other": "Cancelar"
1241
+ },
1242
+ "play": {
1243
+ "other": "Reproducir"
1244
+ },
1245
+ "combined_auth_signin_prompt": {
1246
+ "other": "Iniciar sesión"
1247
+ },
1248
+ "combined_auth_signup_prompt": {
1249
+ "other": "Crear cuenta"
1250
+ },
1251
+ "shopping_error_item_limit_exceeded": {
1252
+ "other": "Desafortunadamente, {{.Title}} se ha vendido."
1253
+ }
1254
+ }