@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": "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
- "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>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>" },
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": "Sesión iniciada 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": "último {{.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": "Enviar busqueda" },
71
-
72
- "play_button_watch": { "other" : "Reproducir"},
73
- "play_button_resume": { "other" : "Continuar"},
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 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>." },
86
- "acceptinvite_complete": { "other": "Gracias. Se ha creado su cuenta." },
87
- "acceptinvite_form_submit": { "other": "Aceptar invitación" },
88
- "acceptinvite_agreement": { "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>." },
89
-
90
- "signup_page_header": { "other": "Crear nueva cuenta" },
91
- "signup_form_name": { "other": "Nombre" },
92
- "signup_form_email": { "other": "Correo" },
93
- "signup_form_password": { "other": "Contraseña" },
94
- "signup_form_password_confirmation": { "other": "Confirmar 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": "Correo" },
101
- "signin_form_password": { "other": "Contraseña" },
102
- "signin_form_remember": { "other": "Recuérdame" },
103
- "signin_form_submit": { "other": "Enviar" },
104
- "signin_page_forgotpassword": { "other": "¿Has olvidado tu contraseña?" },
105
- "signin_page_createnewaccount": { "other": "¿No tienes una cuenta? Crear nueva cuenta" },
106
- "signup_page_alreadyhaveanaccount": { "other": "¿Ya tienes una cuenta? Iniciar sesión" },
107
- "signup_form_error_email_already_in_use": { "other": "Esa dirección de correo electrónico ya está en uso." },
108
- "signin_form_error_incorrect_credentials": { "other": "El usuario o contraseña es incorecto." },
109
- "signup_form_error_forbidden": { "other": "Ha ocurido un error." },
110
-
111
- "combined_auth_continue": { "other": "Seguir" },
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 ingresa tu contraseña para iniciar sesión." },
116
- "combined_auth_signin_error_incorrect_credentials": { "other": "Esa contraseña es incorecta." },
117
- "combined_auth_error_forbidden": { "other": "Ha ocurido un error." },
118
- "combined_auth_error_too_many_requests": { "other": "Hay demasiadas solicitudes. Por favor inténtelo más tarde." },
119
-
120
- "forgotpassword_page_header": { "other": "Reestablecer contraseña" },
121
- "forgotpassword_form_email": { "other": "Correo" },
122
- "forgotpassword_form_submit": { "other": "Reestablecer" },
123
- "forgotpassword_form_error_email_doesnt_exist": { "other": "No existe ninguna cuenta con ese correo." },
124
- "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta está suspendida." },
125
- "forgotpassword_complete": { "other": "Gracias. Un correo para reestablecer la constraseña debería llegar a tu inbox pronto." },
126
- "forgotpassword_form_error_forbidden": { "other": "Ha ocurrido un error." },
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 tu contraseña" },
130
- "resetpassword_form_invalid_reset_password_token": { "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." },
131
- "resetpassword_form_password": { "other": "Nueva Contraseña" },
132
- "resetpassword_form_password2": { "other": "Confirma tu nueva contraseña" },
133
- "resetpassword_form_submit": { "other": "Cambiar" },
134
- "resetpassword_complete": { "other": "Gracias. Tu contraseña ha cambiado y has iniciado sesión." },
135
- "resetpassword_form_error_invalid_reset_password_token": { "other": "La solicitud para reestablecer la contraseña es inválida. Por favor intenta más tarde." },
136
- "resetpassword_form_error_reset_password_token_expired": { "other": "El token para reestablecer la contraseña está vencido. Por favor solicita uno nuevo." },
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": "Correo" },
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": "Actualizar" },
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": "Registrarse para nuestro boletín"},
152
-
153
- "passwordconfirmation_modal_header": { "other": "Confirme su contraseña" },
154
- "passwordconfirmation_modal_label": { "other": "Por favor ingresa tu contraseña para actualizar tus cambios" },
155
- "passwordconfirmation_modal_confirm": { "other": "Confirmar" },
156
-
157
- "changepassword_modal_header": { "other": "Cambiar tu contraseña" },
158
- "changepassword_modal_currentpassword": { "other": "Tu contraseña actual" },
159
- "changepassword_modal_password": { "other": "Tu contraseña nueva" },
160
- "changepassword_modal_password2": { "other": "Confirmar tu contraseña nueva" },
161
- "changepassword_modal_submit": { "other": "Actualizar" },
162
- "changepassword_modal_error_incorrect_password": { "other": "Esa contraseña es incorecta." },
163
-
164
- "userlibrary_page_header": { "other": "Mi biblioteca" },
165
- "userlibrary_empty_header": { "other": "Tu biblioteca esta vacía." },
166
- "userlibrary_empty_content": { "other": "Llénala <a href=\"{{.HomeURL}}\">revisando</a> nuestra gran selección." },
167
-
168
- "searchresults_page_header": { "other": "Resultados de la busqueada" },
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>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": { "other": "No hubo resultados para \"{{.Query}}\"." },
175
- "searchresults_empty_content": { "other": "Intenta otra busqueada o <a href=\"{{.HomeURL}}\">revisar la programación</a> para encontrar lo que buscas." },
176
-
177
- "validation_name_required": { "other": "Por favor ingresa tu nombre." },
178
- "validation_email_required": { "other": "Por favor ingresa tu correo." },
179
- "validation_email_email": { "other": "Por favor ingresa un correo válido." },
180
- "validation_currentpassword_required": { "other": "Por favor ingresa tu contraseña actual." },
181
- "validation_password_required": { "other": "Por favor ingresa una contraseña" },
182
- "validation_password2_required": { "other": "Por favor confirma tu contraseña." },
183
- "validation_password2_match": { "other": "No coinciden tus constraseñas." },
184
- "validation_password_minlength": { "other": "Por favor ingresa al menos {{.Count}} caracteres." },
185
- "validation_promocode_required": { "other": "Por favor ingresa un código promocional." },
186
- "validation_pincode_required": { "other": "Por favor, introduzca un código PIN." },
187
- "validation_gender_required": { "other": "Por favor selecciona el género más cercano con el que te identifiques." },
188
- "validation_dob_required": { "other": "Por favor ingresa tu fecha de nacimiento." },
189
- "validation_dob_date": { "other": "Por favor ingresa una fecha de nacimiento válida." },
190
-
191
- "shopping_info_subtitle_hd": { "other": "HD Video sobre 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": "Revisa aquí los requerimientos del sistema." },
195
- "shopping_info_ownership_buy": { "other": "Comprar" },
196
- "shopping_info_ownership_rent": { "other": "Rentar" },
197
-
198
- "shopping_info_sd_only": { "other": "Limitado a la reproducción SD solamente." },
199
- "shopping_info_release_date_title": { "other": "Lanzamientos {{.Date}}. " },
200
- "shopping_info_release_date_explanation_rent": { "other": "La puedes rentar ahora, pero no puedes verla hasta entonces." },
201
- "shopping_info_release_date_explanation_buy": { "other": "La puedes comprar ahora, pero no puedes verla hasta entonces." },
202
-
203
- "shopping_info_available_until_date_title": { "other": "Disponible hasta el {{.Date}}. " },
204
- "shopping_info_available_until_date_explanation_rent": { "other": "No podrás ver el contenido después de esto." },
205
- "shopping_info_available_until_date_explanation_buy": { "other": "No podrás 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": "Renta de {{.ValueUnit}} " },
210
- "shopping_info_watch_window_duration": { "other": "Ventana de reproducción de {{.Count}} horas. " },
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": { "other": "{{.BonusPercentage}}% Bonus" },
236
-
237
- "shopping_enter_card_prompt": { "other": "Ingresa los datos de tu tarjeta de crédito para completar tu {{.Verb}}." },
238
-
239
- "shopping_terms": { "other": "Al completar esta transacción, estoy de acuerdo con los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">términos y condiciones</a>."},
240
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} descuento aplicado." },
241
- "shopping_discount_apply": { "other": "Aplicar" },
242
- "shopping_discount_code": { "other": "Ingresar un código promocional." },
243
- "shopping_discount_have_code": { "other": "Tengo un código promocional." },
244
-
245
- "shopping_price_you_pay": { "other": "Pagas" },
246
- "shopping_price_nothing": { "other": "Nada" },
247
- "shopping_price_free": { "other": "Gratis" },
248
-
249
- "shopping_auth_directions": { "other": "Se requiere una cuenta primero. Por favor ingresa tu correo." },
250
-
251
- "shopping_error_in_library": { "other": "{{.Title}} ya está en tu biblioteca." },
252
-
253
- "shopping_error_missing_card": { "other": "Por favor ingresa los datos de tu tarjeta de crédito." },
254
- "shopping_error_title": { "other": "Ocurrió un error" },
255
- "shopping_error_incorrect_cvc": { "other": "Por favor ingresa un CVV válido." },
256
- "shopping_error_invalid_cvc": { "other": "Por favor ingresa un CVV válido." },
257
- "shopping_error_incorrect_number": { "other": "Por favor ingresa un número de tarjeta de crédito válido." },
258
- "shopping_error_invalid_number": { "other": "Por favor ingresa un número de tarjeta de crédito válido." },
259
- "shopping_error_card_declined": { "other": "Se ha declinado la tarjeta de crédito." },
260
- "shopping_error_invalid_expiry_month": { "other": "Por favor ingresa una fecha de vencimiento válida." },
261
- "shopping_error_invalid_expiry_year": { "other": "Por favor ingresa una fecha de vencimiento válida." },
262
- "shopping_error_expired_card": { "other": "La tarjeta de crédito está vencida." },
263
- "shopping_error_creditcard_country_mismatch": { "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." },
264
- "shopping_error_proxy_detected": { "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." },
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 ingresa un código promocional." },
268
- "shopping_error_discount_not_applied": { "other": "Por favor ingresa un código promocional válido." },
269
- "shopping_error_discount_invalid": { "other": "Por favor ingresa un código promocional válido." },
270
- "shopping_error_discount_disabled": { "other": "Por favor ingresa un código promocional válido." },
271
- "shopping_error_discount_already_applied": { "other": "Ya se ha utlizado un código promocional para esta sesión." },
272
- "shopping_error_discount_already_redeemed": { "other": "Ese código promocional ya se ha utlizado." },
273
- "shopping_error_discount_used_previously": { "other": "Ese código promocional ya se ha utlizado." },
274
- "shopping_error_discount_max_limit": { "other": "Ya no se puede usar ese códigio promocional." },
275
- "shopping_error_discount_expired": { "other": "Ese código promocional está vencido." },
276
- "shopping_error_discount_invalid_ownership_buy": { "other": "Ese código promocional no se puede usar durante compras." },
277
- "shopping_error_discount_invalid_ownership_rent": { "other": "Ese código promocional no se puede usar durante rentas." },
278
- "shopping_error_discount_invalid_item": { "other": "Ese código promocional no se puede usar con este artículo." },
279
- "shopping_error_discount_invalid_pricing_region": { "other": "Ese código promocional no se puede usar en tu país." },
280
- "shopping_error_discounts_not_allowed": { "other": "Ese código promocional no se puede usar." },
281
- "shopping_error_discount_disallowed_on_bundles": { "other": "Ese código promocional no se puede usar con paquetes." },
282
- "shopping_error_payment_intent_authentication_failure": { "other": "Esa tarjeta de crédito está declinada. Por favor intenta más tarde." },
283
-
284
- "shopping_complete_rental": { "other": "¡Éxito!" },
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": { "other": "Gracias por comprar {{.Title}}." },
290
- "shopping_complete_credit_purchase": { "other": "Gracias por comprar {{.Title}}, {{.CreditTotal}} se ha agregado a tu cuenta." },
291
- "shopping_complete_purchase_coming_soon": { "other": "Puedes verla desde {{.Date}}." },
292
- "shopping_complete_receipt": { "other": "Se ha enviado un comprobante por correo." },
293
- "shopping_complete_library_link": { "other": "Ir a tu biblioteca." },
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
- "shopping_action_rent": { "other": "Rentar" },
315
- "shopping_action_buy": { "other": "Comprar" },
316
-
317
- "meta_detail_cast_title": { "other": "Reparto" },
318
- "meta_detail_crew_title": { "other": "Crew" },
319
- "meta_detail_languages": { "one": "Idioma", "other": "Idiomas" },
320
- "meta_detail_studios": { "one": "Productora", "other": "Productoras" },
321
- "meta_detail_countries": { "one": "País", "other": "Países" },
322
- "meta_detail_subtitles": { "other": "Subtítulos" },
323
- "meta_detail_captions": { "other": "Subtítulos [CC]" },
324
- "meta_detail_episodes_title": { "other": "Capítulos" },
325
- "meta_detail_bonus_title": { "other": "Contenido adicional" },
326
- "meta_detail_recommendations_title": { "other": "Te podría interesar" },
327
- "meta_detail_bundle_items_title": { "other": "Contenido incluido en este paquete" },
328
-
329
- "bundle_items_all_films": { "other": "{{.Count}} películas" },
330
- "bundle_items_all_seasons": { "other": "{{.Count}} temporadas" },
331
- "bundle_items_mixed": { "other": "{{.Count}} películas y temporadas" },
332
- "userwishlist_page_header": { "other": "Mi lista" },
333
- "userwishlist_slider_header": { "other": "Mi lista" },
334
- "userwishlist_empty_header": { "other": "Tu lista está vacia." },
335
- "userwishlist_empty_content": { "other": "Llénala <a href=\"{{.HomeURL}}\">revisando</a> nuestra gran selección." },
336
- "userwishlist_button_add": { "other": "Agregar a mi lista" },
337
- "userwishlist_button_remove": { "other": "Mi lista" },
338
- "userwishlist_button_add_compact": { "other": "Mi lista" },
339
- "userwishlist_button_remove_compact": { "other": "Mi lista" },
340
-
341
- "activatedevice_page_header": { "other": "Activar dispositivo" },
342
- "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." },
343
- "activatedevice_form_pin": { "other": "Código PIN" },
344
- "activatedevice_form_submit": { "other": "Activar" },
345
- "activatedevice_form_error_invalid_code": { "other": "Código PIN no encontrado, por favor intente de nuevo." },
346
- "activatedevice_form_error_pin_not_found": { "other": "Código PIN no encontrado, por favor intente de nuevo." },
347
- "activatedevice_signin_prompt": { "other": "Por favor inicie sesión antes de activar el dispositivo." },
348
- "activatedevice_page_activated": { "other": "Gracias por la activación {{.DeviceName}}. Ahora podrá navegar en su biblioteca en su televisor o dispositivo." },
349
-
350
- "userdevices_page_header": { "other": "Dispositivos" },
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": { "other": "Actualmente tienes 0 dispositvos registrados." },
356
- "userdevices_header_type": { "other": "Tipo de dispositivo" },
357
- "userdevices_header_description": { "other": "Descripción" },
358
- "userdevices_device_added": { "other": "Agregado {{.Date}}" },
359
- "userdevices_device_actions_delete": { "other": "Borrar" },
360
- "userdevices_device_actions_cancel": { "other": "Cancelar" },
361
- "userdevices_device_actions_confirm": { "other": "Sí, borrar dispositivo" },
362
- "userdevices_device_deleted": { "other": "(Borrado)" },
363
-
364
- "playlist_page_header": { "other": "Lista de reproducción" },
365
- "playlist_sign_in_warning": { "other": "Por favor inicie sesión para ver la televisión en directo."},
366
- "playlist_share_title": { "other": "Lista de reproducción" },
367
- "playlist_up_next_title": { "other": "Siguiente" },
368
-
369
- "pricing_ownership_buy": { "other": "Comprar" },
370
- "pricing_ownership_rent": { "other": "Rentar" },
371
-
372
- "classification_intro": { "other": "Clasificación: " },
373
- "classification_divider": { "other": " - " },
374
- "classification_outro": { "other": "" },
375
-
376
- "cookie_banner_message": { "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>." },
377
- "cookie_banner_accept": { "other": "Acepto" },
378
-
379
- "all_rights_reserved": { "other": "Todos los derechos reservados. Ninguna parte de este sitio puede reproducirse sin nuestro permiso escrito." },
380
-
381
- "availability_not_available_in_country": { "other": "No disponible" },
382
- "availability_coming_soon": {"other": "Próximamente"},
383
- "availability_available": {"other": "Disponible {{.ReleaseDate}}"},
384
- "availability_available_till": {"other": "Disponible hasta {{.ExpiryDate}}"},
385
- "availability_renting": {"other": "En renta"},
386
- "availability_in_watch_window": {"other": "Disponible"},
387
- "availability_sold_out": {"other": "Agotada"},
388
-
389
- "modal_cancel": {"other": "Cancelar"},
390
-
391
- "play": {"other": "Reproducir"},
392
-
393
- "users_gender_none": {"other": "No especificado"},
394
- "users_gender_female": {"other": "Mujer"},
395
- "users_gender_male": {"other": "Hombre"},
396
- "users_gender_diverse": {"other": "Diverso"},
397
- "users_gender_other": {"other": "Otro"},
398
-
399
- "combined_auth_signin_prompt": {"other": "Iniciar sesión"},
400
- "combined_auth_signup_prompt": {"other": "Registrarse"},
401
- "combined_auth_terms": {"other": "Estoy de acuerdo con todos los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."},
402
- "signup_terms": {"other": "Estoy de acuerdo con todos los <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">términos y condiciones</a>."},
403
- "validation_terms_required": {"other": "Debes estar de acuerdo con los términos y condiciones."},
404
- "shopping_info_rental_period_coming_soon": {"other": "desde la fecha y hora de lanzamiento."},
405
- "shopping_error_item_limit_exceeded": {"other": "Lamentablemente, {{.Title}} está agotada."},
406
-
407
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
408
-
409
- "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>" },
410
-
411
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
412
- "app_badge_ios": { "other": "Download on the App Store" },
413
- "app_badge_android": { "other": "Get it on Google Play" },
414
-
415
- "awards_nominated_for": {
416
- "other": "Nominado a"
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
- "awards_winner_of": { "other": "Ganador de" },
423
- "donate_button_text": { "other": "Donar" },
424
- "wcag_skip_links_header": { "other": "Accessibility Links" },
425
- "wcag_skip_links_content": { "other": "Skip to Content" },
426
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
427
-
428
- "wcag_homepage_h1": { "other": "Homepage" },
429
- "wcag_carousel_h2": { "other": "Carousel" },
430
- "wcag_collections_h2": { "other": "Collections" },
431
-
432
- "wcag_aria_label_footer": { "other": "Footer" },
433
- "wcag_aria_label_nav_main": { "other": "Main" },
434
- "wcag_aria_label_nav_sub": { "other": "Sub" },
435
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
436
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
437
- "wcag_aria_label_carousel": { "other": "Carousel" },
438
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
439
- "wcag_aria_label_collection_list": { "other": "Collection List" },
440
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
441
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
442
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
443
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
444
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
445
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
446
-
447
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
448
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
449
- "shopping_payment_method_header": { "other": "Payment methods" },
450
- "shopping_payment_method_credit_card": { "other": "Credit card" },
451
- "shopping_payment_method_giropay": { "other": "Giropay" },
452
- "shopping_error_stripe_unknown_error": { "other": "Something went wrong with this payment. Please try again later." },
453
- "shopping_error_payment_complete_failed": { "other": "The payment was declined. Close this window and try again." },
454
- "plan_label_owned": { "other": "" },
455
-
456
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
457
-
458
- "account_form_pin_code": { "other": "PIN" },
459
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
460
- "account_form_set_pin": { "other": "Set PIN" },
461
- "account_form_pin_changed": { "other": "Updated" },
462
- "account_form_change_pin": { "other": "Change PIN" },
463
-
464
- "user_set_pin_header": { "other": "Set your PIN" },
465
- "user_set_pin_button": { "other": "Set PIN" },
466
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
467
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
468
- "user_submit_pin_button": { "other": "Enter" },
469
- "user_reset_pin_button": { "other": "Reset PIN" },
470
-
471
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
472
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
473
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
474
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
475
- "validation_pincode2_match": { "other": "PIN code does not match." },
476
-
477
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
478
- "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)." },
479
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
480
-
481
- "changepincode_modal_header": { "other": "Change your PIN" },
482
- "changepincode_modal_currentpassword": { "other": "Your current password" },
483
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
484
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
485
- "changepincode_modal_submit": { "other": "Set PIN" },
486
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
487
-
488
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
489
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
490
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
491
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
492
- "shopping_error_close_button": { "other": "OK" },
493
-
494
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
495
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
496
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
497
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
498
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
499
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
500
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
501
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
502
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
503
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
504
-
505
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
506
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
507
-
508
-
509
-
510
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
511
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
512
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
513
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
514
-
515
- "shopping_card_save_card": { "other": "Save this card for future use" },
516
- "shopping_card_button_change": { "other": "Show all saved cards" },
517
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
518
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
519
- "shopping_card_existing_expired": { "other": "(expired)" },
520
- "shopping_card_use_other": { "other": "Use a new card" },
521
- "shopping_card_use_new_card": { "other": "Change card" },
522
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
523
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
524
- "shopping_action_credit": { "other": "shopping_action_credit" },
525
-
526
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
527
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
528
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
529
-
530
-
531
- "availability_not_available": { "other": "Not available" },
532
- "shopping_price_title_plan": { "other": "Price" },
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": "Charged every {{.Interval}}.",
535
- "one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
536
- "other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
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
- "shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
544
-
545
- "shopping_action_plan": { "other": "Complete" },
546
-
547
- "shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
548
- "shopping_complete_subscription_browse": { "other": "Feel free to <a href=\"/\">browse around</a> the site, or <a href=\"/search.html\">search</a> for something specific." },
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": "Automatically renews every {{.Interval}}",
552
- "other": "Automatically renews every {{.Count}} {{.Interval}}s"
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": "Try your free 24hr trial now!",
556
- "other": "Try your free {{.Count}} day trial!"
557
- },
558
-
559
- "availability_expires": { "other": "Expires {{.Expiry}}" },
560
- "availability_expired": { "other": "Expired"},
561
-
562
- "plans_page_header": { "other": "Available Plans" },
563
-
564
- "plan_expiry_date" : { "other": "Sales close: "},
565
- "plan_read_more" : { "other": "Find out more" },
566
-
567
- "plan_page_read_more": { "other": "Read more" },
568
- "plan_page_header_text": { "other": "Enjoy {{.Name}}" },
569
- "page_plan_explore_intro": { "other": "OR" },
570
- "page_plan_explore_link": { "other": "Explore other passes" },
571
- "plan_showcase_page_ownership_button_buy": { "other": "Buy now" },
572
- "plan_free_link_text": { "other": "Sign up for free" }
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
+ }