@shift72/core-template 0.3.8 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +40 -3
  2. package/kibble.json +1 -1
  3. package/package.json +2 -2
  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 +82 -3
  8. package/site/ca_ES.all.json +81 -2
  9. package/site/da_DK.all.json +82 -2
  10. package/site/de_DE.all.json +80 -1
  11. package/site/devices.html.jet +1 -1
  12. package/site/ee_EE.all.json +82 -4
  13. package/site/el_EL.all.json +80 -2
  14. package/site/en_AU.all.json +54 -14
  15. package/site/es_ES.all.json +81 -2
  16. package/site/es_MX.all.json +10 -1
  17. package/site/fi_FI.all.json +81 -2
  18. package/site/forgotpassword.html.jet +1 -1
  19. package/site/fr_FR.all.json +80 -2
  20. package/site/genres.html.jet +1 -1
  21. package/site/hr_HR.all.json +481 -403
  22. package/site/hu_HU.all.json +82 -4
  23. package/site/it_IT.all.json +80 -2
  24. package/site/ja_JP.all.json +81 -3
  25. package/site/library.html.jet +1 -1
  26. package/site/lt_LT.all.json +81 -3
  27. package/site/nl_BE.all.json +82 -3
  28. package/site/no_NO.all.json +82 -4
  29. package/site/pin.html.jet +1 -1
  30. package/site/pl_PL.all.json +81 -3
  31. package/site/plans.html.jet +94 -0
  32. package/site/pt_BR.all.json +81 -2
  33. package/site/pt_PT.all.json +81 -3
  34. package/site/resetpassword.html.jet +1 -1
  35. package/site/ru_RU.all.json +81 -3
  36. package/site/se_SE.all.json +81 -3
  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/static/images/common/sponsors-md.png +0 -0
  41. package/site/static/images/common/sponsors-xs.png +0 -0
  42. package/site/static/images/common/sponsors-xxxs.png +0 -0
  43. package/site/styles/_awards.scss +39 -0
  44. package/site/styles/_buttons.scss +13 -0
  45. package/site/styles/_card.scss +3 -0
  46. package/site/styles/_footer.scss +43 -0
  47. package/site/styles/_forms.scss +1 -1
  48. package/site/styles/_globals.scss +7 -0
  49. package/site/styles/_icons.scss +4 -0
  50. package/site/styles/_meta-detail.scss +1 -2
  51. package/site/styles/_pages.scss +13 -3
  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 +3 -3
  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 +3 -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/templates/application/footer/sponsor-banner.jet +9 -0
  68. package/site/{google.jet → templates/application/google.jet} +0 -0
  69. package/site/templates/application/head/font.jet +4 -0
  70. package/site/templates/{seo.jet → application/head/seo.jet} +0 -0
  71. package/site/templates/{header-banner.jet → application/nav/header-banner.jet} +0 -0
  72. package/site/templates/{nav.jet → application/nav/nav.jet} +2 -2
  73. package/site/templates/{nav → application/nav}/user_logged_in.jet +0 -0
  74. package/site/templates/{nav → application/nav}/user_logged_out.jet +0 -0
  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/social-media-buttons.jet +1 -1
  85. package/site/templates/film/item.jet +5 -1
  86. package/site/templates/items/meta_item.jet +7 -2
  87. package/site/templates/items/tagline.jet +11 -11
  88. package/site/templates/page/content.jet +4 -1
  89. package/site/templates/page/curated.jet +25 -6
  90. package/site/templates/page/homepage.jet +1 -1
  91. package/site/templates/page/landing.jet +1 -1
  92. package/site/templates/page/page-content.jet +24 -2
  93. package/site/templates/page/page-header.jet +21 -2
  94. package/site/templates/tv/detail.jet +1 -1
  95. package/site/tr_TR.all.json +82 -4
  96. package/site/uk_UA.all.json +81 -2
  97. package/site/wishlist.html.jet +1 -1
  98. package/site/zh_TW.all.json +79 -1
  99. package/site/static/styles/main.css.map +0 -1
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Συνέχιση"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Μοιράσου το" },
76
+ "social_media_buttons_facebook": { "other": "Κοινοποίηση στο Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Μοιραστείτε το στο Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Κοινή χρήση στο Linkedin" },
79
+ "social_media_buttons_email": { "other": "Κοινοποίηση μέσω email" },
80
+ "social_media_buttons_email_subject": { "other": "Κοινή χρήση συνδέσμου" },
81
+ "social_media_buttons_copied_link": { "other": "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο!" },
82
+ "social_media_buttons_copy_link": { "other": "Αντιγραφή στο πρόχειρο" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Καλώς ορίσατε" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας." },
@@ -284,7 +291,9 @@
284
291
  "shopping_complete_purchase_coming_soon": { "other": "Μπορείτε να το παρακολουθήσετε από {{.Date}}." },
285
292
  "shopping_complete_receipt": { "other": "Η απόδειξή σας έχει σταλεί με e-mail." },
286
293
  "shopping_complete_library_link": { "other": "Δείτε την ταινιοθήκη σας" },
287
-
294
+ "shopping_complete_plan": {
295
+ "other": "Η αγορά του {{ .Title }} ήταν επιτυχής."
296
+ },
288
297
  "shopping_complete_rental_watch_window_start": {
289
298
  "one": "Μπορείτε τώρα να ξεκινήσετε τη θέαση μέσα στις επόμενες {{.Count}} μέρες.",
290
299
  "other": "Μπορείτε τώρα να ξεκινήσετε τη θέαση μέσα στις επόμενες {{.Count}} μέρες."
@@ -450,5 +459,74 @@
450
459
 
451
460
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
452
461
  "app_badge_ios": { "other": "Download on the App Store" },
453
- "app_badge_android": { "other": "Get it on Google Play" }
462
+ "app_badge_android": { "other": "Get it on Google Play" },
463
+
464
+ "shopping_price_title_plan": {
465
+ "other": "Τιμή"
466
+ },
467
+ "shopping_price_plan_note": {
468
+ "zero": "Χρεώνεται κάθε {{ .Interval }} .",
469
+ "one": "Χρεώνεται κάθε {{ .Interval }} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
470
+ "other": "Χρεώνεται κάθε {{ .Interval }} μετά τη {{ .Count }} δωρεάν δοκιμής .Count day."
471
+ },
472
+ "shopping_price_plan_note_interval": {
473
+ "one": "{{ .Interval }}",
474
+ "other": "{{ .Count }} {{ .Interval }}"
475
+ },
476
+ "shopping_enter_card_prompt_plan": {
477
+ "other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε τη συνδρομή σας."
478
+ },
479
+ "shopping_action_plan": {
480
+ "other": "Πλήρης"
481
+ },
482
+ "shopping_complete_subscription": {
483
+ "other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{ .Title }} ."
484
+ },
485
+ "shopping_complete_subscription_browse": {
486
+ "other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
487
+ },
488
+ "shopping_info_plan_offer": {
489
+ "one": "Ανανεώνει αυτόματα κάθε {{ .Interval }}",
490
+ "other": "Ανανεώνει αυτόματα κάθε {{ .Count }} {{ .Interval }}"
491
+ },
492
+ "shopping_info_trial_period_offer": {
493
+ "one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
494
+ "other": "Δοκιμάστε τη δωρεάν {{ .Count }} day!"
495
+ },
496
+ "plans_page_header": {
497
+ "other": "Διαθέσιμα σχέδια"
498
+ },
499
+ "plan_label_owned": {
500
+ "other": "Είστε κάτοχος αυτού του σχεδίου"
501
+ },
502
+ "plan_expiry_date": {
503
+ "other": "Κλείσιμο εκπτώσεων:"
504
+ },
505
+ "plan_read_more": {
506
+ "other": "Μάθετε περισσότερα"
507
+ },
508
+ "plan_page_read_more": {
509
+ "other": "Διαβάστε περισσότερα"
510
+ },
511
+ "plan_page_header_text": {
512
+ "other": "Απολαύστε το {{ .Name }}"
513
+ },
514
+ "page_plan_explore_intro": {
515
+ "other": "Ή"
516
+ },
517
+ "page_plan_explore_link": {
518
+ "other": "Εξερευνήστε άλλα περάσματα"
519
+ },
520
+ "plan_showcase_page_ownership_button_buy": {
521
+ "other": "Αγορασε τωρα"
522
+ },
523
+ "plan_free_link_text": {
524
+ "other": "ΕΓΓΡΑΦΕΙΤΕ ΔΩΡΕΑΝ"
525
+ },
526
+ "awards_nominated_for": {
527
+ "other": "Προτάθηκε για"
528
+ },
529
+ "awards_in_competition": {
530
+ "other": "Σε Διαγωνισμό"
531
+ }
454
532
  }
@@ -56,8 +56,8 @@
56
56
  "nav_wishlist": { "other": "My List" },
57
57
  "nav_account": { "other": "My Account" },
58
58
  "nav_signout": { "other": "Sign Out" },
59
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
60
59
  "play_trailer": { "other": "Trailer" },
60
+ "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
61
61
  "runtime_hours": { "other": "h" },
62
62
  "runtime_minutes": { "other": "m" },
63
63
 
@@ -74,6 +74,13 @@
74
74
  "play_button_resume": { "other" : "Continue"},
75
75
 
76
76
  "social_media_buttons_title": { "other": "Share" },
77
+ "social_media_buttons_facebook": { "other": "Share on Facebook" },
78
+ "social_media_buttons_twitter": { "other": "Share on Twitter" },
79
+ "social_media_buttons_linkedin": { "other": "Share on Linkedin" },
80
+ "social_media_buttons_email": { "other": "Share via email" },
81
+ "social_media_buttons_email_subject": { "other": "Link share" },
82
+ "social_media_buttons_copied_link": { "other": "Link copied to clipboard!" },
83
+ "social_media_buttons_copy_link": { "other": "Copy to clipboard" },
77
84
 
78
85
  "accept_invite_page_header": { "other": "Welcome" },
79
86
  "acceptinvite_form_invalid_reset_password_token": { "other": "It looks like you have already claimed this invite, you should <a href=\"{{.SigninURL}}\">sign in</a> instead. If you have forgotten your password, you can also <a href=\"{{.ForgotPasswordURL}}\">reset your password</a>." },
@@ -296,6 +303,9 @@
296
303
  "shopping_error_discount_disallowed_on_bundles": { "other": "That promo code can not be used on bundles." },
297
304
  "shopping_error_payment_intent_authentication_failure": { "other": "The Credit Card has been declined. Please try again." },
298
305
 
306
+ "shopping_error_plan_already_owned": { "other": "You already have this plan." },
307
+ "shopping_error_plan_expired": { "other": "This plan is no longer available." },
308
+
299
309
  "shopping_complete_rental": { "other": "Success!" },
300
310
  "shopping_complete_rental_period": {
301
311
  "one": "You are now able to watch it as often as you like over the next day.",
@@ -420,26 +430,41 @@
420
430
  "shopping_card_use_other": { "other": "Use a new card" },
421
431
  "shopping_card_use_new_card": { "other": "Change card" },
422
432
  "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
423
- "shopping_card_new_subscription": { "other": "This card will saved and be charged regularly" },
433
+ "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
424
434
  "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
425
435
 
426
436
  "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
427
437
 
428
- "shopping_price_title_plan": { "other": "shopping_price_title_plan" },
429
- "shopping_price_plan_note": { "other": "shopping_price_plan_note" },
430
- "shopping_price_plan_note_interval": { "other": "shopping_price_plan_note_interval" },
438
+ "shopping_price_title_plan": { "other": "Price" },
439
+ "shopping_price_plan_note": {
440
+ "zero": "Charged every {{.Interval}}.",
441
+ "one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
442
+ "other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
443
+ },
444
+ "shopping_price_plan_note_interval": {
445
+ "one": "{{.Interval}}",
446
+ "other": "{{.Count}} {{.Interval}}s"
447
+ },
431
448
 
432
- "shopping_enter_card_prompt_plan": { "other": "shopping_enter_card_prompt_plan" },
449
+ "shopping_enter_card_prompt_plan": { "other": "Enter your credit card details below in order start your subscription." },
433
450
 
434
451
  "shopping_action_credit": { "other": "shopping_action_credit" },
435
- "shopping_action_plan": { "other": "shopping_action_plan" },
452
+ "shopping_action_plan": { "other": "Complete" },
453
+
454
+ "shopping_complete_subscription": { "other": "Your subscription purchase was successful. You are now subscribed to {{.Title}}." },
455
+ "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." },
436
456
 
437
- "shopping_complete_subscription": { "other": "shopping_complete_subscription" },
438
- "shopping_complete_subscription_browse": { "other": "shopping_complete_subscription_browse" },
457
+ "shopping_complete_plan": { "other": "Your purchase of {{.Title}} was successful." },
439
458
 
440
459
  "shopping_info_rental_period_coming_soon": { "other": "from the date and time of release." },
441
- "shopping_info_plan_offer": { "other": "shopping_info_plan_offer" },
442
- "shopping_info_trial_period_offer": { "other": "shopping_info_trial_period_offer" },
460
+ "shopping_info_plan_offer": {
461
+ "one": "Automatically renews every {{.Interval}}",
462
+ "other": "Automatically renews every {{.Count}} {{.Interval}}s"
463
+ },
464
+ "shopping_info_trial_period_offer": {
465
+ "one": "Try your free 24hr trial now!",
466
+ "other": "Try your free {{.Count}} day trial!"
467
+ },
443
468
 
444
469
  "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
445
470
  "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
@@ -459,7 +484,7 @@
459
484
 
460
485
  "availability_coming_soon": { "other": "Coming soon" },
461
486
  "availability_renting": { "other": "Renting" },
462
- "availability_not_available": { "other": "availability_not_available" },
487
+ "availability_not_available": { "other": "Not available" },
463
488
  "availability_in_watch_window": { "other": "availability_in_watch_window" },
464
489
  "availability_sold_out": { "other": "Sold Out" },
465
490
  "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
@@ -517,5 +542,20 @@
517
542
 
518
543
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
519
544
  "app_badge_ios": { "other": "Download on the App Store" },
520
- "app_badge_android": { "other": "Get it on Google Play" }
521
- }
545
+ "app_badge_android": { "other": "Get it on Google Play" },
546
+
547
+ "plans_page_header": { "other": "Available Plans" },
548
+ "plan_label_owned" : {"other": "You own this plan" },
549
+ "plan_expiry_date" : { "other": "Sales close: "},
550
+ "plan_read_more" : { "other": "Find out more" },
551
+
552
+ "plan_page_read_more": { "other": "Read more" },
553
+ "plan_page_header_text": { "other": "Enjoy {{.Name}}" },
554
+ "page_plan_explore_intro": { "other": "OR" },
555
+ "page_plan_explore_link": { "other": "Explore other passes" },
556
+ "plan_showcase_page_ownership_button_buy": { "other": "Buy now" },
557
+ "plan_free_link_text": { "other": "Sign up for free" },
558
+
559
+ "awards_nominated_for": { "other": "Nominated for" },
560
+ "awards_in_competition": { "other": "In Competition" }
561
+ }
@@ -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>." },
@@ -284,7 +291,10 @@
284
291
  "shopping_complete_purchase_coming_soon": { "other": "Estará disponible para verse en {{.Date}}." },
285
292
  "shopping_complete_receipt": { "other": "Un recibo se ha enviado por correo electrónico." },
286
293
  "shopping_complete_library_link": { "other": "Ir a vuestra biblioteca." },
287
-
294
+ "shopping_complete_plan": {
295
+ "other": "Su compra de {{ .Title }} fue exitosa."
296
+ },
297
+
288
298
  "shopping_complete_rental_watch_window_start": {
289
299
  "one": "Ahora puede ver dentro del próximo día.",
290
300
  "other": "Ahora puede ver dentro de los próximos {{.Count}} días."
@@ -395,5 +405,74 @@
395
405
 
396
406
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
397
407
  "app_badge_ios": { "other": "Download on the App Store" },
398
- "app_badge_android": { "other": "Get it on Google Play" }
408
+ "app_badge_android": { "other": "Get it on Google Play" },
409
+
410
+ "shopping_price_title_plan": {
411
+ "other": "Precio"
412
+ },
413
+ "shopping_price_plan_note": {
414
+ "zero": "Cargado cada {{ .Interval }} .",
415
+ "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
416
+ "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
417
+ },
418
+ "shopping_price_plan_note_interval": {
419
+ "one": "{{ .Interval }}",
420
+ "other": "{{ .Count }} {{ .Interval }}"
421
+ },
422
+ "shopping_enter_card_prompt_plan": {
423
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
424
+ },
425
+ "shopping_action_plan": {
426
+ "other": "Completo"
427
+ },
428
+ "shopping_complete_subscription": {
429
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }} ."
430
+ },
431
+ "shopping_complete_subscription_browse": {
432
+ "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
433
+ },
434
+ "shopping_info_plan_offer": {
435
+ "one": "Renueva automáticamente cada {{ .Interval }}",
436
+ "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
437
+ },
438
+ "shopping_info_trial_period_offer": {
439
+ "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
440
+ "other": "¡Pruebe su prueba gratuita de {{ .Count }} day!"
441
+ },
442
+ "plans_page_header": {
443
+ "other": "Planes Disponibles"
444
+ },
445
+ "plan_label_owned": {
446
+ "other": "Eres dueño de este plan"
447
+ },
448
+ "plan_expiry_date": {
449
+ "other": "Cierre de ventas:"
450
+ },
451
+ "plan_read_more": {
452
+ "other": "Saber más"
453
+ },
454
+ "plan_page_read_more": {
455
+ "other": "Lee mas"
456
+ },
457
+ "plan_page_header_text": {
458
+ "other": "Disfruta {{ .Name }}"
459
+ },
460
+ "page_plan_explore_intro": {
461
+ "other": "O"
462
+ },
463
+ "page_plan_explore_link": {
464
+ "other": "Explore otros pases"
465
+ },
466
+ "plan_showcase_page_ownership_button_buy": {
467
+ "other": "Compra ahora"
468
+ },
469
+ "plan_free_link_text": {
470
+ "other": "Registrate gratis"
471
+ },
472
+ "awards_nominated_for": {
473
+ "other": "Nominado a"
474
+ },
475
+ "awards_in_competition": {
476
+ "other": "En competición"
477
+ }
399
478
  }
@@ -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>." },
@@ -284,7 +291,9 @@
284
291
  "shopping_complete_purchase_coming_soon": { "other": "Puedes verla desde {{.Date}}." },
285
292
  "shopping_complete_receipt": { "other": "Se ha enviado un comprobante por correo." },
286
293
  "shopping_complete_library_link": { "other": "Ir a tu biblioteca." },
287
-
294
+ "shopping_complete_plan": {
295
+ "other": "Su compra de {{ .Title }} fue exitosa."
296
+ },
288
297
  "shopping_complete_rental_watch_window_start": {
289
298
  "one": "Ahora puede ver dentro del próximo día.",
290
299
  "other": "Puedes empezar a verla dentro de los próximos {{.Count}} días."
@@ -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>." },
@@ -258,6 +265,9 @@
258
265
  "shopping_complete_purchase_coming_soon": { "other": "Voit katsoa elokuvaa {{.Date}} alkaen." },
259
266
  "shopping_complete_receipt": { "other": "Kuitti on lähetetty sähköpostiisi." },
260
267
  "shopping_complete_library_link": { "other": "Selaa kirjastoasi" },
268
+ "shopping_complete_plan": {
269
+ "other": "{{ .Title }} onnistui."
270
+ },
261
271
 
262
272
  "shopping_complete_rental_watch_window_start": {
263
273
  "one": "Voit aloittaa katsomisen seuraavan päivän aikana.",
@@ -359,5 +369,74 @@
359
369
 
360
370
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
361
371
  "app_badge_ios": { "other": "Download on the App Store" },
362
- "app_badge_android": { "other": "Get it on Google Play" }
363
- }
372
+ "app_badge_android": { "other": "Get it on Google Play" },
373
+
374
+ "shopping_price_title_plan": {
375
+ "other": "Hinta"
376
+ },
377
+ "shopping_price_plan_note": {
378
+ "zero": "{{ .Interval }} joka .intervalli .",
379
+ "one": "{{ .Interval }} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
380
+ "other": "Veloitetaan joka {{ .Interval }} {{ .Count }} päivän ilmaisen kokeilujakson päätyttyä."
381
+ },
382
+ "shopping_price_plan_note_interval": {
383
+ "one": "{{ .Interval }}",
384
+ "other": "{{ .Count }} {{ .Interval }}"
385
+ },
386
+ "shopping_enter_card_prompt_plan": {
387
+ "other": "Syötä luottokorttitietosi alle aloittaaksesi tilauksesi."
388
+ },
389
+ "shopping_action_plan": {
390
+ "other": "Saattaa loppuun"
391
+ },
392
+ "shopping_complete_subscription": {
393
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{ .Title }} ."
394
+ },
395
+ "shopping_complete_subscription_browse": {
396
+ "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
397
+ },
398
+ "shopping_info_plan_offer": {
399
+ "one": "{{ .Interval }} automaattisesti joka .intervalli",
400
+ "other": "{{ .Count }} automaattisesti joka {{ .Interval }}"
401
+ },
402
+ "shopping_info_trial_period_offer": {
403
+ "one": "Kokeile ilmaista 24 tunnin kokeilua nyt!",
404
+ "other": "Kokeile ilmaista {{ .Count }} päivän kokeiluversiota!"
405
+ },
406
+ "plans_page_header": {
407
+ "other": "Saatavilla olevat suunnitelmat"
408
+ },
409
+ "plan_label_owned": {
410
+ "other": "Omistat tämän suunnitelman"
411
+ },
412
+ "plan_expiry_date": {
413
+ "other": "Myynti päättyy:"
414
+ },
415
+ "plan_read_more": {
416
+ "other": "Lue lisää"
417
+ },
418
+ "plan_page_read_more": {
419
+ "other": "Lue lisää"
420
+ },
421
+ "plan_page_header_text": {
422
+ "other": "Nauti {{ .Name }}"
423
+ },
424
+ "page_plan_explore_intro": {
425
+ "other": "TAI"
426
+ },
427
+ "page_plan_explore_link": {
428
+ "other": "Tutustu muihin passeihin"
429
+ },
430
+ "plan_showcase_page_ownership_button_buy": {
431
+ "other": "Osta nyt"
432
+ },
433
+ "plan_free_link_text": {
434
+ "other": "Kirjaudu sisään ilmaiseksi"
435
+ },
436
+ "awards_nominated_for": {
437
+ "other": "Ehdolla"
438
+ },
439
+ "awards_in_competition": {
440
+ "other": "Kilpailussa"
441
+ }
442
+ }
@@ -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>." },
@@ -294,7 +301,9 @@
294
301
  "shopping_complete_purchase_coming_soon": { "other": "Vous pourrez commencer le visionnage à partir du {{.Date}}." },
295
302
  "shopping_complete_receipt": { "other": "Un reçu vous a été envoyé par email." },
296
303
  "shopping_complete_library_link": { "other": "Voir votre bibliothèque" },
297
-
304
+ "shopping_complete_plan": {
305
+ "other": "Votre achat de {{ .Title }} a réussi."
306
+ },
298
307
  "shopping_complete_rental_watch_window_start": {
299
308
  "one": "Vous pouvez maintenant commencer la lecture jusqu'à demain",
300
309
  "other": "Vous pouvez maintenant commencer la lecture dans les {{.Count}} prochains jours."
@@ -395,5 +404,74 @@
395
404
 
396
405
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
397
406
  "app_badge_ios": { "other": "Download on the App Store" },
398
- "app_badge_android": { "other": "Get it on Google Play" }
407
+ "app_badge_android": { "other": "Get it on Google Play" },
408
+
409
+ "shopping_price_title_plan": {
410
+ "other": "Prix"
411
+ },
412
+ "shopping_price_plan_note": {
413
+ "zero": "Chargé tous les {{ .Interval }} .",
414
+ "one": "Facturé tous les {{ .Interval }} après la fin de votre essai gratuit de 24 heures.",
415
+ "other": "Facturé chaque {{ .Interval }} après la {{ .Count }} votre essai gratuit de .Count day."
416
+ },
417
+ "shopping_price_plan_note_interval": {
418
+ "one": "{{ .Interval }}",
419
+ "other": "{{ .Count }} {{ .Interval }}"
420
+ },
421
+ "shopping_enter_card_prompt_plan": {
422
+ "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre abonnement."
423
+ },
424
+ "shopping_action_plan": {
425
+ "other": "Compléter"
426
+ },
427
+ "shopping_complete_subscription": {
428
+ "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{ .Title }} ."
429
+ },
430
+ "shopping_complete_subscription_browse": {
431
+ "other": "N&#39;hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
432
+ },
433
+ "shopping_info_plan_offer": {
434
+ "one": "{{ .Interval }} automatiquement chaque .Interval",
435
+ "other": "{{ .Count }} automatiquement chaque {{ .Interval }}"
436
+ },
437
+ "shopping_info_trial_period_offer": {
438
+ "one": "Essayez votre essai gratuit de 24 heures maintenant !",
439
+ "other": "Essayez votre essai gratuit de {{ .Count }} day !"
440
+ },
441
+ "plans_page_header": {
442
+ "other": "Forfaits disponibles"
443
+ },
444
+ "plan_label_owned": {
445
+ "other": "Vous possédez ce plan"
446
+ },
447
+ "plan_expiry_date": {
448
+ "other": "Clôture des ventes :"
449
+ },
450
+ "plan_read_more": {
451
+ "other": "En savoir plus"
452
+ },
453
+ "plan_page_read_more": {
454
+ "other": "Lire la suite"
455
+ },
456
+ "plan_page_header_text": {
457
+ "other": "Profitez de {{ .Name }}"
458
+ },
459
+ "page_plan_explore_intro": {
460
+ "other": "OU"
461
+ },
462
+ "page_plan_explore_link": {
463
+ "other": "Découvrir d'autres pass"
464
+ },
465
+ "plan_showcase_page_ownership_button_buy": {
466
+ "other": "Acheter maintenant"
467
+ },
468
+ "plan_free_link_text": {
469
+ "other": "Inscription gratuite"
470
+ },
471
+ "awards_nominated_for": {
472
+ "other": "Nominé pour"
473
+ },
474
+ "awards_in_competition": {
475
+ "other": "En compétition"
476
+ }
399
477
  }
@@ -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">