@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,7 +73,14 @@
73
73
  "play_button_resume": { "other" : "Folytatás"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Megosztás" },
76
-
76
+ "social_media_buttons_facebook": { "other": "Megosztani Facebookon" },
77
+ "social_media_buttons_twitter": { "other": "Oszd meg a Twitteren" },
78
+ "social_media_buttons_linkedin": { "other": "Oszd meg a Linkedin-en" },
79
+ "social_media_buttons_email": { "other": "Oszd meg e-mailben" },
80
+ "social_media_buttons_email_subject": { "other": "Link megosztás" },
81
+ "social_media_buttons_copied_link": { "other": "Link a vágólapra másolva!" },
82
+ "social_media_buttons_copy_link": { "other": "Másolja a vágólapra" },
83
+
77
84
  "accept_invite_page_header": { "other": "Üdvözöljük" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Úgy tűnik, már felhasználtad a meghívódat, próbálj meg <a href=\"{{.SigninURL}}\">bejelentkezni</a>. Ha elfelejtetted a jelszavadat, <a href=\"{{.ForgotPasswordURL}}\">állíts be újat</a>." },
79
86
  "acceptinvite_complete": { "other": "Köszönjük. A fiókodat létrehoztuk." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Kérjük, add meg a jelszavadat a fiókodba történő belépéshez." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Hibás jelszó." },
113
120
  "combined_auth_error_forbidden": { "other": "Hiba történt." },
121
+ "combined_auth_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Új jelszó beállítása" },
116
124
  "forgotpassword_form_email": { "other": "E-mail cím" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Ezt a fiókot felfüggesztették." },
120
128
  "forgotpassword_complete": { "other": "Köszönjük. A jelszó visszaállításáról hamarosan e-mailed érkezik." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Hiba történt." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Jelszó megváltoztatása." },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Úgy tűnik, hogy ez a jelszó érvénytelen, kérjük töltsd ki ismét az <a href=\"{{.URL}}\">Elfelejtett jelszó</a> űrlapot.." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Köszönjük. A jelszavad megváltoztattad, bejelentkezésed sikeres." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "A jelszó megváltoztatásának igénye érvénytelen. Kérjük, próbáld meg újra később." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "A jelszó megváltoztatására küldött token lejárt. Igényelj újat." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Túl sok kérés. Kérlek, próbáld újra később." },
131
141
 
132
142
  "account_page_header": { "other": "Fiókom" },
133
143
  "account_form_name": { "other": "Név" },
@@ -199,11 +209,11 @@
199
209
 
200
210
  "duration_hour": { "one": "1 óra", "other": "{{.Count}} óra" },
201
211
  "duration_day": { "one": "1 nap", "other": "{{.Count}} nap" },
202
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} nap a kölcsönzési idő " },
203
- "shopping_info_watch_window_duration": { "other": "{{.Count}} óra van a lejátszásra " },
212
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} a kölcsönzési idő " },
213
+ "shopping_info_watch_window_duration": { "other": "{{.Count}} óra van a lejátszásra. " },
204
214
  "shopping_info_watch_window_explanation_film": {
205
- "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}} napig. ",
206
- "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}} napig. "
215
+ "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. ",
216
+ "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}}. "
207
217
  },
208
218
  "shopping_info_watch_window_explanation2_film": {
209
219
  "one": "Ha megnyomod a lejátszást, a lejátszásra biztosított idő megkezdődik és {{.Count}} órád lesz, hogy megnézd a filmet annyiszor, ahányszor akarod.",
@@ -450,6 +460,75 @@
450
460
 
451
461
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
452
462
  "app_badge_ios": { "other": "Download on the App Store" },
453
- "app_badge_android": { "other": "Get it on Google Play" }
463
+ "app_badge_android": { "other": "Get it on Google Play" },
464
+
465
+ "shopping_price_title_plan": {
466
+ "other": "Ár"
467
+ },
468
+ "shopping_price_plan_note": {
469
+ "zero": "{{ .Interval }} minden .Intervallum .",
470
+ "one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
471
+ "other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
472
+ },
473
+ "shopping_price_plan_note_interval": {
474
+ "one": "{{ .Interval }}",
475
+ "other": "{{ .Count }} {{ .Interval }}"
476
+ },
477
+ "shopping_enter_card_prompt_plan": {
478
+ "other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
479
+ },
480
+ "shopping_action_plan": {
481
+ "other": "teljes"
482
+ },
483
+ "shopping_complete_subscription": {
484
+ "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
485
+ },
486
+ "shopping_complete_subscription_browse": {
487
+ "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
488
+ },
489
+ "shopping_info_plan_offer": {
490
+ "one": "Automatikusan megújítja minden {{ .Interval }}",
491
+ "other": "Automatikusan {{ .Count }} {{ .Interval }}"
492
+ },
493
+ "shopping_info_trial_period_offer": {
494
+ "one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
495
+ "other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
496
+ },
497
+ "plans_page_header": {
498
+ "other": "Rendelkezésre álló tervek"
499
+ },
500
+ "plan_label_owned": {
501
+ "other": "Öné ez a terv"
502
+ },
503
+ "plan_expiry_date": {
504
+ "other": "Az értékesítés lezárása:"
505
+ },
506
+ "plan_read_more": {
507
+ "other": "Tudjon meg többet"
508
+ },
509
+ "plan_page_read_more": {
510
+ "other": "Olvass tovább"
511
+ },
512
+ "plan_page_header_text": {
513
+ "other": "Élvezze {{ .Name }}"
514
+ },
515
+ "page_plan_explore_intro": {
516
+ "other": "VAGY"
517
+ },
518
+ "page_plan_explore_link": {
519
+ "other": "Fedezzen fel más bérleteket"
520
+ },
521
+ "plan_showcase_page_ownership_button_buy": {
522
+ "other": "Vásárolj most"
523
+ },
524
+ "plan_free_link_text": {
525
+ "other": "Regisztrálj ingyen"
526
+ },
527
+ "awards_nominated_for": {
528
+ "other": "Erre jelölték"
529
+ },
530
+ "awards_in_competition": {
531
+ "other": "Versenyben"
532
+ }
454
533
  }
455
-
534
+
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Continua"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Condividi" },
76
+ "social_media_buttons_facebook": { "other": "Condividi su Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Condividi su Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Condividi su Linkedin" },
79
+ "social_media_buttons_email": { "other": "Condividi via e-mail" },
80
+ "social_media_buttons_email_subject": { "other": "Condividi link" },
81
+ "social_media_buttons_copied_link": { "other": "Link copiato negli appunti!" },
82
+ "social_media_buttons_copy_link": { "other": "Copia negli appunti" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Accoglienza" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Questo Invito è già stato usato." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Inserisci la tua password per poterti loggare al tuo nuovo account." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "La password è errata." },
113
120
  "combined_auth_error_forbidden": { "other": "C'è stato un errore." },
121
+ "combined_auth_error_too_many_requests": { "other": "Troppe richieste. La preghiamo di riprovare più tardi." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Resetta la tua password" },
116
124
  "forgotpassword_form_email": { "other": "Indirizzo email" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "L'account utente è sospeso." },
120
128
  "forgotpassword_complete": { "other": "Grazie. A breve ti arriverà un'email per poter resettare la tua password." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "C'è stato un errore." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Troppe richieste. La preghiamo di riprovare più tardi." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Cambia la tua password" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Sembra che la richiesta di reset della password non sia valida. Riempi di nuovo il form<a href=\"{{.URL}}\">Ho dimenticato la Password</a>, grazie." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Grazie. La tua password è stata modificata, ora sei loggato." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "La richiesta di reset della password non è valida. Riprova più tardi." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Il token per il reset della password è scaduto. Richiedine uno nuovo." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Troppe richieste. La preghiamo di riprovare più tardi." },
131
141
 
132
142
  "account_page_header": { "other": "Il mio account" },
133
143
  "account_form_name": { "other": "Nome" },
@@ -199,12 +209,12 @@
199
209
 
200
210
  "duration_hour": { "one": "1 ora", "other": "{{.Count}} ore" },
201
211
  "duration_day": { "one": "1 giorno", "other": "{{.Count}} giorni" },
202
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} giorni " },
212
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} di noleggio " },
203
213
  "shopping_info_rental_period_coming_soon": { "other": "dalla data e ora della pubblicazione." },
204
214
  "shopping_info_watch_window_duration": { "other": "Finestra di riproduzione: {{.Count}} ore. " },
205
215
  "shopping_info_watch_window_explanation_film": {
206
- "one": "Una volta noleggiato, il film sarà disponibile nel tuo account per 1 giorno. ",
207
- "other": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}} giorni. "
216
+ "one": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}}. ",
217
+ "other": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}}. "
208
218
  },
209
219
  "shopping_info_watch_window_explanation2_film": {
210
220
  "one": "Once you press play, the watch window begins and you have an hour to watch the film as many times as you like.",
@@ -393,5 +403,74 @@
393
403
 
394
404
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
395
405
  "app_badge_ios": { "other": "Download on the App Store" },
396
- "app_badge_android": { "other": "Get it on Google Play" }
406
+ "app_badge_android": { "other": "Get it on Google Play" },
407
+
408
+ "shopping_price_title_plan": {
409
+ "other": "Prezzo"
410
+ },
411
+ "shopping_price_plan_note": {
412
+ "zero": "Addebitato ogni {{ .Interval }} .",
413
+ "one": "Addebitato ogni {{ .Interval }} termine della prova gratuita di 24 ore.",
414
+ "other": "Addebitato ogni {{ .Interval }} dopo la {{ .Count }} del periodo di prova gratuito di .Count."
415
+ },
416
+ "shopping_price_plan_note_interval": {
417
+ "one": "{{ .Interval }}",
418
+ "other": "{{ .Count }} {{ .Interval }}"
419
+ },
420
+ "shopping_enter_card_prompt_plan": {
421
+ "other": "Inserisci i dati della tua carta di credito qui sotto per iniziare il tuo abbonamento."
422
+ },
423
+ "shopping_action_plan": {
424
+ "other": "Completare"
425
+ },
426
+ "shopping_complete_subscription": {
427
+ "other": "L&#39;acquisto dell&#39;abbonamento è andato a buon fine. Ora sei iscritto a {{ .Title }} ."
428
+ },
429
+ "shopping_complete_subscription_browse": {
430
+ "other": "Sentiti libero di <a href=\"/\">navigare nel</a> sito o di <a href=\"/search.html\">cercare</a> qualcosa di specifico."
431
+ },
432
+ "shopping_info_plan_offer": {
433
+ "one": "Si rinnova automaticamente ogni {{ .Interval }}",
434
+ "other": "Rinnova automaticamente ogni {{ .Count }} {{ .Interval }}"
435
+ },
436
+ "shopping_info_trial_period_offer": {
437
+ "one": "Prova subito la tua prova gratuita di 24 ore!",
438
+ "other": "Prova la tua prova gratuita di {{ .Count }} Day!"
439
+ },
440
+ "plans_page_header": {
441
+ "other": "Piani disponibili"
442
+ },
443
+ "plan_label_owned": {
444
+ "other": "Possiedi questo piano"
445
+ },
446
+ "plan_expiry_date": {
447
+ "other": "Chiusura vendite:"
448
+ },
449
+ "plan_read_more": {
450
+ "other": "Scopri di più"
451
+ },
452
+ "plan_page_read_more": {
453
+ "other": "Per saperne di più"
454
+ },
455
+ "plan_page_header_text": {
456
+ "other": "Divertiti con {{ .Name }}"
457
+ },
458
+ "page_plan_explore_intro": {
459
+ "other": "O"
460
+ },
461
+ "page_plan_explore_link": {
462
+ "other": "Esplora altri pass"
463
+ },
464
+ "plan_showcase_page_ownership_button_buy": {
465
+ "other": "Acquista ora"
466
+ },
467
+ "plan_free_link_text": {
468
+ "other": "Iscriviti gratis"
469
+ },
470
+ "awards_nominated_for": {
471
+ "other": "Nominato per"
472
+ },
473
+ "awards_in_competition": {
474
+ "other": "In Concorso"
475
+ }
397
476
  }
@@ -50,6 +50,13 @@
50
50
  "play_button_resume": { "other" : "続きから見る"},
51
51
 
52
52
  "social_media_buttons_title": { "other": "共有" },
53
+ "social_media_buttons_facebook": { "other": "Facebookでシェア" },
54
+ "social_media_buttons_twitter": { "other": "Twitterで共有する" },
55
+ "social_media_buttons_linkedin": { "other": "Linkedinで共有する" },
56
+ "social_media_buttons_email": { "other": "メールで共有する" },
57
+ "social_media_buttons_email_subject": { "other": "リンクシェア" },
58
+ "social_media_buttons_copied_link": { "other": "リンクがクリップボードにコピーされました!" },
59
+ "social_media_buttons_copy_link": { "other": "クリップボードにコピー" },
53
60
 
54
61
  "accept_invite_page_header": { "other": "ようこそ" },
55
62
  "acceptinvite_form_invalid_reset_password_token": { "other": "すでに招待リクエスト済みですので、サインインしてください。" },
@@ -86,6 +93,7 @@
86
93
  "combined_auth_signin_password": { "other": "パスワードを入力してサインインする。" },
87
94
  "combined_auth_signin_error_incorrect_credentials": { "other": "このパスワードは不正です。" },
88
95
  "combined_auth_error_forbidden": { "other": "エラーが発生しました。" },
96
+ "combined_auth_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
89
97
 
90
98
  "forgotpassword_page_header": { "other": "パスワードをリセットする" },
91
99
  "forgotpassword_form_email": { "other": "Eメールアドレス" },
@@ -94,6 +102,7 @@
94
102
  "forgotpassword_form_error_account_suspended": { "other": "このアカウントは停止中です。" },
95
103
  "forgotpassword_complete": { "other": "ありがとうございます。パスワード再登録の案内メールをお送りしました。" },
96
104
  "forgotpassword_form_error_forbidden": { "other": "エラーが発生しました。" },
105
+ "forgotpassword_form_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
97
106
 
98
107
  "resetpassword_page_header": { "other": "パスワードを変更する" },
99
108
  "resetpassword_form_invalid_reset_password_token": { "other": "パスワード再設定リクエスト有効期限切れのようです。再度、 <a href=\"{{.URL}}\">パスワード再設定</a> フォームから申請してください。" },
@@ -103,6 +112,7 @@
103
112
  "resetpassword_complete": { "other": "ありがとうございます。パスワードは変更されました。サインイン中です。" },
104
113
  "resetpassword_form_error_invalid_reset_password_token": { "other": "パスワード再設定リクエストは無効です。もう一度リクエストしてください。" },
105
114
  "resetpassword_form_error_reset_password_token_expired": { "other": "パスワード再設定のトークンは有効期限が切れました。新しいトークンを申請してください。" },
115
+ "resetpassword_form_error_too_many_requests": { "other": "要求が多すぎます。あとで言ってください。" },
106
116
 
107
117
  "account_page_header": { "other": "マイアカウント" },
108
118
  "account_form_name": { "other": "名前" },
@@ -170,12 +180,12 @@
170
180
  "shopping_info_available_until_date_explanation_buy": { "other": "この日時以降の視聴はできません。" },
171
181
 
172
182
  "duration_hour": { "one": "1時間", "other": "{{.Count}}時間" },
173
- "duration_day": { "one": "1日", "other": "{{.Count}}" },
174
- "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.ValueUnit}}日間" },
183
+ "duration_day": { "one": "1日", "other": "{{.Count}}日間" },
184
+ "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.ValueUnit}}" },
175
185
  "shopping_info_watch_window_duration": { "other": "再生開始後{{.Count}} 時間視聴できます。" },
176
186
  "shopping_info_watch_window_explanation_film": {
177
- "one": "お申し込み完了後、本日中に視聴を開始してください。",
178
- "other": "お申し込み完了後、{{.ValueUnit}}日間以内に視聴を開始してください。"
187
+ "one": "お申し込み完了後、{{.ValueUnit}}以内に視聴を開始してください。",
188
+ "other": "お申し込み完了後、{{.ValueUnit}}以内に視聴を開始してください。"
179
189
  },
180
190
  "shopping_info_watch_window_explanation2_film": {
181
191
  "one": "再生開始後、1時間以内に限り、何度でも視聴いただけます。",
@@ -357,5 +367,74 @@
357
367
 
358
368
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
359
369
  "app_badge_ios": { "other": "Download on the App Store" },
360
- "app_badge_android": { "other": "Get it on Google Play" }
361
- }
370
+ "app_badge_android": { "other": "Get it on Google Play" },
371
+
372
+ "shopping_price_title_plan": {
373
+ "other": "価格"
374
+ },
375
+ "shopping_price_plan_note": {
376
+ "zero": "{{ .Interval }}ごとに課金されます。",
377
+ "one": "24時間の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}",
378
+ "other": "{{ .Count }}日の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}"
379
+ },
380
+ "shopping_price_plan_note_interval": {
381
+ "one": "{{ .Interval }}",
382
+ "other": "{{ .Count }} {{ .Interval }}"
383
+ },
384
+ "shopping_enter_card_prompt_plan": {
385
+ "other": "サブスクリプションを開始するには、以下にクレジットカードの詳細を入力してください。"
386
+ },
387
+ "shopping_action_plan": {
388
+ "other": "完了"
389
+ },
390
+ "shopping_complete_subscription": {
391
+ "other": "サブスクリプションの購入は成功しました。これで、 {{ .Title }}サブスクライブしました。"
392
+ },
393
+ "shopping_complete_subscription_browse": {
394
+ "other": "気軽に<a href=\"/\">サイトを閲覧したり</a>、特定のものを<a href=\"/search.html\">検索</a>したりしてください。"
395
+ },
396
+ "shopping_info_plan_offer": {
397
+ "one": "{{ .Interval }}ごとに自動的に更新されます",
398
+ "other": "{{ .Count }} {{ .Interval }}ごとに自動的に更新されます"
399
+ },
400
+ "shopping_info_trial_period_offer": {
401
+ "one": "今すぐ無料の24時間トライアルをお試しください!",
402
+ "other": "{{ .Count }}日トライアルをお試しください!"
403
+ },
404
+ "plans_page_header": {
405
+ "other": "利用可能なプラン"
406
+ },
407
+ "plan_label_owned": {
408
+ "other": "あなたはこの計画を所有しています"
409
+ },
410
+ "plan_expiry_date": {
411
+ "other": "販売終了:"
412
+ },
413
+ "plan_read_more": {
414
+ "other": "詳細はこちら"
415
+ },
416
+ "plan_page_read_more": {
417
+ "other": "続きを読む"
418
+ },
419
+ "plan_page_header_text": {
420
+ "other": "{{ .Name }}お楽しみください"
421
+ },
422
+ "page_plan_explore_intro": {
423
+ "other": "また"
424
+ },
425
+ "page_plan_explore_link": {
426
+ "other": "他のパスを探す"
427
+ },
428
+ "plan_showcase_page_ownership_button_buy": {
429
+ "other": "今買う"
430
+ },
431
+ "plan_free_link_text": {
432
+ "other": "無料でお申し込み頂けます"
433
+ },
434
+ "awards_nominated_for": {
435
+ "other": "ノミネート"
436
+ },
437
+ "awards_in_competition": {
438
+ "other": "競争中"
439
+ }
440
+ }
@@ -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("userlibrary_page_header"), index=false)}}
@@ -73,6 +73,13 @@
73
73
  "play_button_resume": { "other" : "Tęsti"},
74
74
 
75
75
  "social_media_buttons_title": { "other": "Dalintis" },
76
+ "social_media_buttons_facebook": { "other": "Dalintis Facebook" },
77
+ "social_media_buttons_twitter": { "other": "Bendrinti Twitter" },
78
+ "social_media_buttons_linkedin": { "other": "Dalintis Linkedin" },
79
+ "social_media_buttons_email": { "other": "Bendrinkite el. paštu" },
80
+ "social_media_buttons_email_subject": { "other": "Nuorodos bendrinimas" },
81
+ "social_media_buttons_copied_link": { "other": "Nuoroda nukopijuota į mainų sritį!" },
82
+ "social_media_buttons_copy_link": { "other": "Nukopijuoti į iškarpinę" },
76
83
 
77
84
  "accept_invite_page_header": { "other": "Sveiki" },
78
85
  "acceptinvite_form_invalid_reset_password_token": { "other": "Panašu, kad jau patvirtinote šį kvietimą, prašome <a href=\"{{.SigninURL}}\">prisijungti</a>. Pamiršus slaptažodį, galite <a href=\"{{.ForgotPasswordURL}}\">susikurti naują</a>." },
@@ -111,6 +118,7 @@
111
118
  "combined_auth_signin_password": { "other": "Norėdami prisijungti prie savo paskyros įveskite slaptažodį." },
112
119
  "combined_auth_signin_error_incorrect_credentials": { "other": "Neteisingas slaptažodis." },
113
120
  "combined_auth_error_forbidden": { "other": "Įvyko klaida." },
121
+ "combined_auth_error_too_many_requests": { "other": "Per daug užklausų. Prašome pabandyti vėliau." },
114
122
 
115
123
  "forgotpassword_page_header": { "other": "Atkurti slaptažodį" },
116
124
  "forgotpassword_form_email": { "other": "El. pašto adresas" },
@@ -119,6 +127,7 @@
119
127
  "forgotpassword_form_error_account_suspended": { "other": "Paskyra laikinai užrakinta." },
120
128
  "forgotpassword_complete": { "other": "Ačiū. Neužilgo gausite laišką dėl slaptažodžio atkūrimo." },
121
129
  "forgotpassword_form_error_forbidden": { "other": "Įvyko klaida." },
130
+ "forgotpassword_form_error_too_many_requests": { "other": "Per daug užklausų. Prašome pabandyti vėliau." },
122
131
 
123
132
  "resetpassword_page_header": { "other": "Keisti slaptažodį" },
124
133
  "resetpassword_form_invalid_reset_password_token": { "other": "Prašymas atkurti slaptažodį negalioja. <a href=\"{{.URL}}\">Prašome iš naujo užpildyti formą</a>." },
@@ -128,6 +137,7 @@
128
137
  "resetpassword_complete": { "other": "Ačiū. Jūsų slaptažodis pakeistas, jūs prisijungėte prie savo paskyros." },
129
138
  "resetpassword_form_error_invalid_reset_password_token": { "other": "Prašymas atkurti slaptažodį negalioja. Prašome vėliau bandyti dar kartą." },
130
139
  "resetpassword_form_error_reset_password_token_expired": { "other": "Slaptažodžio atkūrimo kodas nebegalioja. Prašome kreiptis dėl naujo kodo." },
140
+ "resetpassword_form_error_too_many_requests": { "other": "Per daug užklausų. Prašome pabandyti vėliau." },
131
141
 
132
142
  "account_page_header": { "other": "Mano paskyra" },
133
143
  "account_form_name": { "other": "Vardas" },
@@ -212,11 +222,11 @@
212
222
 
213
223
  "duration_hour": { "one": "1 valandą", "other": "{{.Count}} valandos" },
214
224
  "duration_day": { "one": "1 diena", "other": "{{.Count}} dienos" },
215
- "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dienų nuoma " },
225
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} nuoma " },
216
226
  "shopping_info_watch_window_duration": { "other": "{{.Count}} val. peržiūros laikas. " },
217
227
  "shopping_info_watch_window_explanation_film": {
218
- "one": "Įsigytą filmą savo paskyroje galėsite žiūrėti vieną dieną. ",
219
- "other": "Įsigytą filmą savo paskyroje galėsite žiūrėti {{.ValueUnit}} dienas. "
228
+ "one": "Įsigytą filmą savo paskyroje galėsite žiūrėti {{.ValueUnit}}. ",
229
+ "other": "Įsigytą filmą savo paskyroje galėsite žiūrėti {{.ValueUnit}}. "
220
230
  },
221
231
  "shopping_info_watch_window_explanation2_film": {
222
232
  "one": "Paspaudus mygtuką „Žiūrėti“ atsidarys peržiūros langas. Per 1 valandą galėsite peržiūrėti filmą tiek kartų, kiek norėsite.",
@@ -287,7 +297,7 @@
287
297
  "shopping_error_discount_disallowed_on_bundles": { "other": "Nuolaidos kodas negalioja rinkiniams." },
288
298
  "shopping_error_payment_intent_authentication_failure": { "other": "Mokėjimo kortelė nepriimta. Prašome bandyti dar kartą." },
289
299
 
290
- "shopping_complete_rental": { "other": "Jūs įsigijote „Kino pavasario“ filmą!" },
300
+ "shopping_complete_rental": { "other": "Pirkinys sėkmingas!" },
291
301
  "shopping_complete_rental_period": {
292
302
  "one": "Per ateinančią dieną įrašą galite žiūrėti tiek kartu, kiek norite.",
293
303
  "other": "Per {{.Count}} dienas įrašą peržiūrėti galite tiek kartų, kiek norite. "
@@ -478,5 +488,74 @@
478
488
 
479
489
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
480
490
  "app_badge_ios": { "other": "Download on the App Store" },
481
- "app_badge_android": { "other": "Get it on Google Play" }
491
+ "app_badge_android": { "other": "Get it on Google Play" },
492
+
493
+ "shopping_price_title_plan": {
494
+ "other": "Kaina"
495
+ },
496
+ "shopping_price_plan_note": {
497
+ "zero": "Įkraunama kas {{ .Interval }} .",
498
+ "one": "{{ .Interval }} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
499
+ "other": "{{ .Interval }} kas .Intervalas pasibaigus {{ .Count }} dienų bandomajam laikotarpiui."
500
+ },
501
+ "shopping_price_plan_note_interval": {
502
+ "one": "{{ .Interval }}",
503
+ "other": "{{ .Count }} {{ .Interval }}"
504
+ },
505
+ "shopping_enter_card_prompt_plan": {
506
+ "other": "Norėdami pradėti prenumeratą, žemiau įveskite savo kredito kortelės duomenis."
507
+ },
508
+ "shopping_action_plan": {
509
+ "other": "Užbaigti"
510
+ },
511
+ "shopping_complete_subscription": {
512
+ "other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{ .Title }} ."
513
+ },
514
+ "shopping_complete_subscription_browse": {
515
+ "other": "Nedvejodami <a href=\"/\">naršykite</a> svetainėje arba <a href=\"/search.html\">ieškokite</a> ko nors konkretaus."
516
+ },
517
+ "shopping_info_plan_offer": {
518
+ "one": "Automatiškai atnaujina kiekvieną {{ .Interval }}",
519
+ "other": "Automatiškai atnaujina kiekvieną {{ .Count }} {{ .Interval }}"
520
+ },
521
+ "shopping_info_trial_period_offer": {
522
+ "one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
523
+ "other": "Išbandykite nemokamą {{ .Count }} dienos bandomąją versiją!"
524
+ },
525
+ "plans_page_header": {
526
+ "other": "Galimi planai"
527
+ },
528
+ "plan_label_owned": {
529
+ "other": "Jums priklauso šis planas"
530
+ },
531
+ "plan_expiry_date": {
532
+ "other": "Išpardavimas uždarytas:"
533
+ },
534
+ "plan_read_more": {
535
+ "other": "Sužinoti daugiau"
536
+ },
537
+ "plan_page_read_more": {
538
+ "other": "Skaityti daugiau"
539
+ },
540
+ "plan_page_header_text": {
541
+ "other": "Mėgaukitės {{ .Name }}"
542
+ },
543
+ "page_plan_explore_intro": {
544
+ "other": "ARBA"
545
+ },
546
+ "page_plan_explore_link": {
547
+ "other": "Naršykite kitus leidimus"
548
+ },
549
+ "plan_showcase_page_ownership_button_buy": {
550
+ "other": "Pirkti dabar"
551
+ },
552
+ "plan_free_link_text": {
553
+ "other": "Prisijunk nemokamai"
554
+ },
555
+ "awards_nominated_for": {
556
+ "other": "Nominuotas už"
557
+ },
558
+ "awards_in_competition": {
559
+ "other": "Varžybose"
560
+ }
482
561
  }