@shift72/core-template 0.3.5 → 0.4.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/kibble.json +1 -1
  3. package/package.json +9 -6
  4. package/site/404.html.jet +1 -1
  5. package/site/acceptinvite.html.jet +1 -1
  6. package/site/account.html.jet +1 -1
  7. package/site/ar_LB.all.json +85 -5
  8. package/site/ca_ES.all.json +94 -9
  9. package/site/da_DK.all.json +92 -5
  10. package/site/de_DE.all.json +83 -4
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +85 -6
  13. package/site/el_EL.all.json +83 -4
  14. package/site/en_AU.all.json +58 -17
  15. package/site/es_ES.all.json +83 -4
  16. package/site/es_MX.all.json +13 -3
  17. package/site/fi_FI.all.json +84 -5
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +83 -4
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +479 -397
  22. package/site/hu_HU.all.json +86 -7
  23. package/site/it_IT.all.json +83 -4
  24. package/site/ja_JP.all.json +85 -6
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +84 -5
  27. package/site/nl_BE.all.json +84 -5
  28. package/site/no_NO.all.json +85 -6
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +89 -10
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +91 -6
  33. package/site/pt_PT.all.json +85 -6
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +88 -9
  36. package/site/se_SE.all.json +85 -6
  37. package/site/search.html.jet +1 -1
  38. package/site/signin.html.jet +1 -1
  39. package/site/signup.html.jet +1 -1
  40. package/site/styles/_awards.scss +39 -0
  41. package/site/styles/_buttons.scss +13 -0
  42. package/site/styles/_card.scss +3 -0
  43. package/site/styles/_collections.scss +1 -1
  44. package/site/styles/_footer.scss +0 -1
  45. package/site/styles/_forms.scss +1 -1
  46. package/site/styles/_globals.scss +7 -0
  47. package/site/styles/_icons.scss +4 -0
  48. package/site/styles/_legacy.scss +0 -5
  49. package/site/styles/_meta-detail.scss +1 -2
  50. package/site/styles/_nav.scss +2 -2
  51. package/site/styles/_pages.scss +25 -6
  52. package/site/styles/_plans.scss +87 -0
  53. package/site/styles/_poster.scss +25 -1
  54. package/site/styles/_shift72.scss +19 -0
  55. package/site/styles/_shopping.scss +6 -0
  56. package/site/styles/_variables.scss +14 -0
  57. package/site/styles/_wishlist.scss +2 -2
  58. package/site/styles/main.scss +6 -1
  59. package/site/templates/{application.jet → application/application.jet} +5 -5
  60. package/site/templates/{footer → application/footer}/app-badges.jet +5 -1
  61. package/site/templates/{footer → application/footer}/brand.jet +0 -0
  62. package/site/templates/{footer → application/footer}/copyright-statement.jet +0 -0
  63. package/site/templates/{footer → application/footer}/footer.jet +0 -0
  64. package/site/templates/{footer → application/footer}/info.jet +0 -0
  65. package/site/templates/{footer → application/footer}/nav.jet +0 -0
  66. package/site/templates/{footer → application/footer}/powered-by.jet +0 -0
  67. package/site/{google.jet → templates/application/google.jet} +0 -0
  68. package/site/templates/application/head/font.jet +4 -0
  69. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  70. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  71. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  72. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  73. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  74. package/site/templates/bundle/background.jet +4 -5
  75. package/site/templates/bundle/item.jet +1 -1
  76. package/site/templates/collection/carousel_item.jet +3 -1
  77. package/site/templates/collection/index.jet +1 -1
  78. package/site/templates/collection/item.jet +1 -1
  79. package/site/templates/collection/list.jet +4 -4
  80. package/site/templates/collection/page_collection.jet +8 -8
  81. package/site/templates/common/awards/carousel.jet +10 -0
  82. package/site/templates/common/awards/item.jet +12 -0
  83. package/site/templates/common/awards/partial.jet +7 -0
  84. package/site/templates/common/background-image.jet +6 -0
  85. package/site/templates/common/separator.jet +3 -0
  86. package/site/templates/common/social-media-buttons.jet +42 -28
  87. package/site/templates/film/item.jet +5 -1
  88. package/site/templates/items/meta_item.jet +7 -2
  89. package/site/templates/items/tagline.jet +11 -8
  90. package/site/templates/page/content.jet +11 -12
  91. package/site/templates/page/curated.jet +37 -22
  92. package/site/templates/page/homepage.jet +1 -1
  93. package/site/templates/page/landing.jet +1 -1
  94. package/site/templates/page/page-content.jet +29 -0
  95. package/site/templates/page/page-header.jet +26 -0
  96. package/site/templates/tv/detail.jet +7 -1
  97. package/site/tr_TR.all.json +86 -7
  98. package/site/uk_UA.all.json +95 -10
  99. package/site/wishlist.html.jet +1 -1
  100. package/site/zh_TW.all.json +89 -5
  101. package/site/static/styles/main.css.map +0 -1
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Reproducir"},
74
74
 
75
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" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Bienvenido" },
78
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>." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Por favor ingrese su contraseña para iniciar sesión." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "Su contraseña es incorrecta." },
110
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." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Recuperar su contraseña" },
113
121
  "forgotpassword_form_email": { "other": "Dirección de email" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta ha sido suspendida." },
117
125
  "forgotpassword_complete": { "other": "Gracias. Una forma de recuperar su contraseña debería aparecer pronto en su buzón de correo." },
118
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." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Cambiar contraseña" },
121
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>." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Gracias. La contraseña ha sido cambiada y su sesión ha sido iniciada." },
126
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." },
127
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." },
128
138
 
129
139
  "account_page_header": { "other": "Mi Cuenta" },
130
140
  "account_form_name": { "other": "Nombre" },
@@ -196,11 +206,11 @@
196
206
 
197
207
  "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
208
  "duration_day": { "one": "1 día", "other": "{{.Count}} dias" },
199
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} día(s) de alquiler " },
209
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} de alquiler " },
200
210
  "shopping_info_watch_window_duration": { "other": "{{.Count}} hora(s) de ventana de visualización. " },
201
211
  "shopping_info_watch_window_explanation_film": {
202
- "one": "Una vez rentada, la película estará disponible en su cuenta por un día. ",
203
- "other": "Una vez rentada, la película estará disponible en su cuenta {{.ValueUnit}} días. "
212
+ "one": "Una vez rentada, la película estará disponible en su cuenta por {{.ValueUnit}}. ",
213
+ "other": "Una vez rentada, la película estará disponible en su cuenta {{.ValueUnit}}. "
204
214
  },
205
215
  "shopping_info_watch_window_explanation2_film": {
206
216
  "one": "Una vez que presione play, la ventana de visualización comienza y tiene una hora para ver la película tantas veces como desee.",
@@ -392,5 +402,74 @@
392
402
 
393
403
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
394
404
  "app_badge_ios": { "other": "Download on the App Store" },
395
- "app_badge_android": { "other": "Get it on Google Play" }
405
+ "app_badge_android": { "other": "Get it on Google Play" },
406
+
407
+ "shopping_price_title_plan": {
408
+ "other": "Precio"
409
+ },
410
+ "shopping_price_plan_note": {
411
+ "zero": "Cargado cada {{ .Interval }} .",
412
+ "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
413
+ "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
414
+ },
415
+ "shopping_price_plan_note_interval": {
416
+ "one": "{{ .Interval }}",
417
+ "other": "{{ .Count }} {{ .Interval }}"
418
+ },
419
+ "shopping_enter_card_prompt_plan": {
420
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
421
+ },
422
+ "shopping_action_plan": {
423
+ "other": "Completo"
424
+ },
425
+ "shopping_complete_subscription": {
426
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }} ."
427
+ },
428
+ "shopping_complete_subscription_browse": {
429
+ "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
430
+ },
431
+ "shopping_info_plan_offer": {
432
+ "one": "Renueva automáticamente cada {{ .Interval }}",
433
+ "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
434
+ },
435
+ "shopping_info_trial_period_offer": {
436
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
437
+ "other": "¡Pruebe su prueba gratuita de {{ .Count }} day!"
438
+ },
439
+ "plans_page_header": {
440
+ "other": "Planes Disponibles"
441
+ },
442
+ "plan_label_owned": {
443
+ "other": "Eres dueño de este plan"
444
+ },
445
+ "plan_expiry_date": {
446
+ "other": "Cierre de ventas:"
447
+ },
448
+ "plan_read_more": {
449
+ "other": "Saber más"
450
+ },
451
+ "plan_page_read_more": {
452
+ "other": "Lee mas"
453
+ },
454
+ "plan_page_header_text": {
455
+ "other": "Disfruta {{ .Name }}"
456
+ },
457
+ "page_plan_explore_intro": {
458
+ "other": "O"
459
+ },
460
+ "page_plan_explore_link": {
461
+ "other": "Explore otros pases"
462
+ },
463
+ "plan_showcase_page_ownership_button_buy": {
464
+ "other": "Compra ahora"
465
+ },
466
+ "plan_free_link_text": {
467
+ "other": "Registrate gratis"
468
+ },
469
+ "awards_nominated_for": {
470
+ "other": "Nominado a"
471
+ },
472
+ "awards_in_competition": {
473
+ "other": "En competición"
474
+ }
396
475
  }
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Continuar"},
74
74
 
75
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" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Bienvenido" },
78
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>." },
@@ -108,6 +115,7 @@
108
115
  "combined_auth_signin_password": { "other": "Por favor ingresa tu contraseña para iniciar sesión." },
109
116
  "combined_auth_signin_error_incorrect_credentials": { "other": "Esa contraseña es incorecta." },
110
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." },
111
119
 
112
120
  "forgotpassword_page_header": { "other": "Reestablecer contraseña" },
113
121
  "forgotpassword_form_email": { "other": "Correo" },
@@ -116,6 +124,7 @@
116
124
  "forgotpassword_form_error_account_suspended": { "other": "Esta cuenta está suspendida." },
117
125
  "forgotpassword_complete": { "other": "Gracias. Un correo para reestablecer la constraseña debería llegar a tu inbox pronto." },
118
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." },
119
128
 
120
129
  "resetpassword_page_header": { "other": "Cambiar tu contraseña" },
121
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." },
@@ -125,6 +134,7 @@
125
134
  "resetpassword_complete": { "other": "Gracias. Tu contraseña ha cambiado y has iniciado sesión." },
126
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." },
127
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." },
128
138
 
129
139
  "account_page_header": { "other": "Mi cuenta" },
130
140
  "account_form_name": { "other": "Nombre" },
@@ -196,11 +206,11 @@
196
206
 
197
207
  "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
208
  "duration_day": { "one": "1 día", "other": "{{.Count}} dias" },
199
- "shopping_info_rental_period_duration": { "other": "Renta de {{.ValueUnit}} día " },
209
+ "shopping_info_rental_period_duration": { "other": "Renta de {{.ValueUnit}} " },
200
210
  "shopping_info_watch_window_duration": { "other": "Ventana de reproducción de {{.Count}} horas. " },
201
211
  "shopping_info_watch_window_explanation_film": {
202
- "one": "Una vez rentada, tu película estará disponible en tu cuenta durante un día. ",
203
- "other": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}} días. "
212
+ "one": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}}. ",
213
+ "other": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}}. "
204
214
  },
205
215
  "shopping_info_watch_window_explanation2_film": {
206
216
  "one": "Una vez que seleccionas reproducir, se inicia la ventana de reproducción y tienes una hora para ver la película las veces que quieras.",
@@ -51,6 +51,13 @@
51
51
  "play_button_resume": { "other" : "Jatka"},
52
52
 
53
53
  "social_media_buttons_title": { "other": "Jaa" },
54
+ "social_media_buttons_facebook": { "other": "Jaa Facebookissa" },
55
+ "social_media_buttons_twitter": { "other": "Jaa Twitterissä" },
56
+ "social_media_buttons_linkedin": { "other": "Jaa Linkedinissä" },
57
+ "social_media_buttons_email": { "other": "Jaa sähköpostilla" },
58
+ "social_media_buttons_email_subject": { "other": "Linkin jakaminen" },
59
+ "social_media_buttons_copied_link": { "other": "Linkki kopioitu leikepöydälle!" },
60
+ "social_media_buttons_copy_link": { "other": "Kopioi leikepöydälle" },
54
61
 
55
62
  "accept_invite_page_header": { "other": "Tervetuloa" },
56
63
  "acceptinvite_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, että olet jo käyttänyt tämän kutsun. Kokeile <a href=\"signin.html\">kirjautua sisään</a> palveluun. Jos olet unohtanut salasanasi, voit <a href=\"forgotpassword.html\">tilata uuden salasanan</a>." },
@@ -88,6 +95,7 @@
88
95
  "combined_auth_signin_password": { "other": "Syötä salasanasi kirjautuaksesi tilillesi." },
89
96
  "combined_auth_signin_error_incorrect_credentials": { "other": "Salasana on virheellinen." },
90
97
  "combined_auth_error_forbidden": { "other": "Tapahtui virhe." },
98
+ "combined_auth_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
91
99
 
92
100
  "forgotpassword_page_header": { "other": "Tilaa uusi salasana" },
93
101
  "forgotpassword_form_email": { "other": "Sähköpostiosoite" },
@@ -96,6 +104,7 @@
96
104
  "forgotpassword_form_error_account_suspended": { "other": "Tämä tili on jäädytetty." },
97
105
  "forgotpassword_complete": { "other": "Kiitos. Saat pian sähköpostiisi linkin salasanasi vaihtamiseksi." },
98
106
  "forgotpassword_form_error_forbidden": { "other": "An error has occurred." },
107
+ "forgotpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
99
108
 
100
109
  "resetpassword_page_header": { "other": "Vaihda salasana" },
101
110
  "resetpassword_form_invalid_reset_password_token": { "other": "Vaikuttaa siltä, ​​että tämä salasanan palautuspyyntö on virheellinen. Täytä <a href=\"{{.URL}}\">Salasananvaihtolomake</a> uudelleen." },
@@ -105,6 +114,7 @@
105
114
  "resetpassword_complete": { "other": "Kiitos. Salasanasi on vaihdettu ja sinut on kirjattu sisään." },
106
115
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Salasanan vaihtopyyntö on virheellinen. Yritä myöhemmin uudelleen." },
107
116
  "resetpassword_form_error_reset_password_token_expired": { "other": "Salasananvaihtopyyntö on vanhentunut. Pyydä uusi." },
117
+ "resetpassword_form_error_too_many_requests": { "other": "Liikaa pyyntöjä, yritä myöhemmin uudelleen." },
108
118
 
109
119
  "account_page_header": { "other": "Tilini" },
110
120
  "account_form_name": { "other": "Nimi" },
@@ -171,11 +181,11 @@
171
181
 
172
182
  "duration_hour": { "one": "1 tunti", "other": "{{.Count}} tuntia" },
173
183
  "duration_day": { "one": "1 päivä", "other": "{{.Count}} päivää" },
174
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} päivän vuokra " },
184
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} vuokra " },
175
185
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnin katseluoikeus. " },
176
186
  "shopping_info_watch_window_explanation_film": {
177
- "one": "Vuokraamasi elokuva on katsottavissa tililläsi yhden päivän ajan. ",
178
- "other": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} päivän ajan. "
187
+ "one": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} ajan. ",
188
+ "other": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} ajan. "
179
189
  },
180
190
  "shopping_info_watch_window_explanation2_film": {
181
191
  "one": "Katselun aloitettuasi sinulla on tunti aikaa katsoa elokuva niin monta kertaa kuin haluat.",
@@ -356,5 +366,74 @@
356
366
 
357
367
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
358
368
  "app_badge_ios": { "other": "Download on the App Store" },
359
- "app_badge_android": { "other": "Get it on Google Play" }
360
- }
369
+ "app_badge_android": { "other": "Get it on Google Play" },
370
+
371
+ "shopping_price_title_plan": {
372
+ "other": "Hinta"
373
+ },
374
+ "shopping_price_plan_note": {
375
+ "zero": "{{ .Interval }} joka .intervalli .",
376
+ "one": "{{ .Interval }} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
377
+ "other": "Veloitetaan joka {{ .Interval }} {{ .Count }} päivän ilmaisen kokeilujakson päätyttyä."
378
+ },
379
+ "shopping_price_plan_note_interval": {
380
+ "one": "{{ .Interval }}",
381
+ "other": "{{ .Count }} {{ .Interval }}"
382
+ },
383
+ "shopping_enter_card_prompt_plan": {
384
+ "other": "Syötä luottokorttitietosi alle aloittaaksesi tilauksesi."
385
+ },
386
+ "shopping_action_plan": {
387
+ "other": "Saattaa loppuun"
388
+ },
389
+ "shopping_complete_subscription": {
390
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{ .Title }} ."
391
+ },
392
+ "shopping_complete_subscription_browse": {
393
+ "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
394
+ },
395
+ "shopping_info_plan_offer": {
396
+ "one": "{{ .Interval }} automaattisesti joka .intervalli",
397
+ "other": "{{ .Count }} automaattisesti joka {{ .Interval }}"
398
+ },
399
+ "shopping_info_trial_period_offer": {
400
+ "one": "Kokeile ilmaista 24 tunnin kokeilua nyt!",
401
+ "other": "Kokeile ilmaista {{ .Count }} päivän kokeiluversiota!"
402
+ },
403
+ "plans_page_header": {
404
+ "other": "Saatavilla olevat suunnitelmat"
405
+ },
406
+ "plan_label_owned": {
407
+ "other": "Omistat tämän suunnitelman"
408
+ },
409
+ "plan_expiry_date": {
410
+ "other": "Myynti päättyy:"
411
+ },
412
+ "plan_read_more": {
413
+ "other": "Lue lisää"
414
+ },
415
+ "plan_page_read_more": {
416
+ "other": "Lue lisää"
417
+ },
418
+ "plan_page_header_text": {
419
+ "other": "Nauti {{ .Name }}"
420
+ },
421
+ "page_plan_explore_intro": {
422
+ "other": "TAI"
423
+ },
424
+ "page_plan_explore_link": {
425
+ "other": "Tutustu muihin passeihin"
426
+ },
427
+ "plan_showcase_page_ownership_button_buy": {
428
+ "other": "Osta nyt"
429
+ },
430
+ "plan_free_link_text": {
431
+ "other": "Kirjaudu sisään ilmaiseksi"
432
+ },
433
+ "awards_nominated_for": {
434
+ "other": "Ehdolla"
435
+ },
436
+ "awards_in_competition": {
437
+ "other": "Kilpailussa"
438
+ }
439
+ }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block head()}}
4
4
  {{yield seo(title=i18n("forgotpassword_page_header"), index=false)}}
@@ -71,6 +71,13 @@
71
71
  "play_button_resume": { "other" : "Continuer"},
72
72
 
73
73
  "social_media_buttons_title": { "other": "Partager" },
74
+ "social_media_buttons_facebook": { "other": "Partager sur Facebook" },
75
+ "social_media_buttons_twitter": { "other": "Partager sur Twitter" },
76
+ "social_media_buttons_linkedin": { "other": "Partager sur Linkedin" },
77
+ "social_media_buttons_email": { "other": "Partager par e-mail" },
78
+ "social_media_buttons_email_subject": { "other": "Lien de partage" },
79
+ "social_media_buttons_copied_link": { "other": "Lien copié dans le presse-papiers !" },
80
+ "social_media_buttons_copy_link": { "other": "Copier dans le presse-papier" },
74
81
 
75
82
  "accept_invite_page_header": { "other": "Bienvenue" },
76
83
  "acceptinvite_form_invalid_reset_password_token": { "other": "Il semble que vous ayez déjà utilisé ce lien, vous devriez essayer de <a href=\"{{.SigninURL}}\">vous connecter</a>. Si vous avez oublié votre mot de passe, vous pouvez aussi <a href=\"{{.ForgotPasswordURL}}\">réinitialiser votre mot de passe</a>." },
@@ -106,6 +113,7 @@
106
113
  "combined_auth_signin_password": { "other": "Veuillez entrer un mot de passe." },
107
114
  "combined_auth_signin_error_incorrect_credentials": { "other": "Le mot de passe est incorrect." },
108
115
  "combined_auth_error_forbidden": { "other": "Une erreur est survenue." },
116
+ "combined_auth_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
109
117
 
110
118
  "forgotpassword_page_header": { "other": "Récupérer votre mot de passe" },
111
119
  "forgotpassword_form_email": { "other": "Adresse électronique" },
@@ -114,6 +122,7 @@
114
122
  "forgotpassword_form_error_account_suspended": { "other": "Ce compte est suspendu." },
115
123
  "forgotpassword_complete": { "other": "Merci. Vous allez recevoir rapidement un email de réinitialisation du mot de passe dans votre boîte de réception." },
116
124
  "forgotpassword_form_error_forbidden": { "other": "Une erreur est survenue." },
125
+ "forgotpassword_form_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
117
126
 
118
127
  "resetpassword_page_header": { "other": "Changez votre mot de passe" },
119
128
  "resetpassword_form_invalid_reset_password_token": { "other": "Il semble que cette demande de réinitialisation du mot de passe ne soit pas valide, merci de remplir à nouveau le formulaire de <a href=\"{{.URL}}\">Réinitialisation du Mot de passe</a>." },
@@ -123,6 +132,7 @@
123
132
  "resetpassword_complete": { "other": "Merci, votre mot de passe a bien été modifié. Vous êtes maintenant connecté." },
124
133
  "resetpassword_form_error_invalid_reset_password_token": { "other": "La demande de réinitialisation est invalide. Veuillez réessayer ultérieurement." },
125
134
  "resetpassword_form_error_reset_password_token_expired": { "other": "Le lien de réinitialisation du mot de passe a expiré. Veuillez en demander un nouveau." },
135
+ "resetpassword_form_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
126
136
 
127
137
  "account_page_header": { "other": "Mon compte" },
128
138
  "account_form_name": { "other": "Nom" },
@@ -208,11 +218,11 @@
208
218
 
209
219
  "duration_hour": { "one": "1 heure", "other": "{{.Count}} heures" },
210
220
  "duration_day": { "one": "1 jour", "other": "{{.Count}} jours" },
211
- "shopping_info_rental_period_duration": { "other": "Location pour {{.ValueUnit}} jours " },
221
+ "shopping_info_rental_period_duration": { "other": "Location pour {{.ValueUnit}} " },
212
222
  "shopping_info_watch_window_duration": { "other": "Fenêtre de lecture est de {{.Count}} heures. " },
213
223
  "shopping_info_watch_window_explanation_film": {
214
- "one": "Une fois loué, votre film sera disponible sur votre compte pendant une journée.",
215
- "other": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}} jours."
224
+ "one": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}}. ",
225
+ "other": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}}. "
216
226
  },
217
227
  "shopping_info_watch_window_explanation2_film": {
218
228
  "one": "Une fois que vous lancez un film, la fenêtre de lecture commence et vous avez une heure heures pour regarder le film autant de fois que vous le souhaitez.",
@@ -392,5 +402,74 @@
392
402
 
393
403
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
394
404
  "app_badge_ios": { "other": "Download on the App Store" },
395
- "app_badge_android": { "other": "Get it on Google Play" }
405
+ "app_badge_android": { "other": "Get it on Google Play" },
406
+
407
+ "shopping_price_title_plan": {
408
+ "other": "Prix"
409
+ },
410
+ "shopping_price_plan_note": {
411
+ "zero": "Chargé tous les {{ .Interval }} .",
412
+ "one": "Facturé tous les {{ .Interval }} après la fin de votre essai gratuit de 24 heures.",
413
+ "other": "Facturé chaque {{ .Interval }} après la {{ .Count }} votre essai gratuit de .Count day."
414
+ },
415
+ "shopping_price_plan_note_interval": {
416
+ "one": "{{ .Interval }}",
417
+ "other": "{{ .Count }} {{ .Interval }}"
418
+ },
419
+ "shopping_enter_card_prompt_plan": {
420
+ "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre abonnement."
421
+ },
422
+ "shopping_action_plan": {
423
+ "other": "Compléter"
424
+ },
425
+ "shopping_complete_subscription": {
426
+ "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{ .Title }} ."
427
+ },
428
+ "shopping_complete_subscription_browse": {
429
+ "other": "N&#39;hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
430
+ },
431
+ "shopping_info_plan_offer": {
432
+ "one": "{{ .Interval }} automatiquement chaque .Interval",
433
+ "other": "{{ .Count }} automatiquement chaque {{ .Interval }}"
434
+ },
435
+ "shopping_info_trial_period_offer": {
436
+ "one": "Essayez votre essai gratuit de 24 heures maintenant !",
437
+ "other": "Essayez votre essai gratuit de {{ .Count }} day !"
438
+ },
439
+ "plans_page_header": {
440
+ "other": "Forfaits disponibles"
441
+ },
442
+ "plan_label_owned": {
443
+ "other": "Vous possédez ce plan"
444
+ },
445
+ "plan_expiry_date": {
446
+ "other": "Clôture des ventes :"
447
+ },
448
+ "plan_read_more": {
449
+ "other": "En savoir plus"
450
+ },
451
+ "plan_page_read_more": {
452
+ "other": "Lire la suite"
453
+ },
454
+ "plan_page_header_text": {
455
+ "other": "Profitez de {{ .Name }}"
456
+ },
457
+ "page_plan_explore_intro": {
458
+ "other": "OU"
459
+ },
460
+ "page_plan_explore_link": {
461
+ "other": "Découvrir d'autres pass"
462
+ },
463
+ "plan_showcase_page_ownership_button_buy": {
464
+ "other": "Acheter maintenant"
465
+ },
466
+ "plan_free_link_text": {
467
+ "other": "Inscription gratuite"
468
+ },
469
+ "awards_nominated_for": {
470
+ "other": "Nominé pour"
471
+ },
472
+ "awards_in_competition": {
473
+ "other": "En compétition"
474
+ }
396
475
  }
@@ -1,4 +1,4 @@
1
- {{extends "templates/application.jet"}}
1
+ {{extends "templates/application/application.jet"}}
2
2
 
3
3
  {{block body()}}
4
4
  <main id="main" class="page content-page">