@shift72/core-template 0.3.1 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/kibble.json +1 -0
  3. package/package.json +1 -1
  4. package/site/acceptinvite.html.jet +2 -2
  5. package/site/ar_LB.all.json +3 -1
  6. package/site/ca_ES.all.json +1174 -0
  7. package/site/da_DK.all.json +3 -1
  8. package/site/de_DE.all.json +3 -1
  9. package/site/ee_EE.all.json +3 -1
  10. package/site/el_EL.all.json +3 -1
  11. package/site/en_AU.all.json +1 -1
  12. package/site/es_ES.all.json +3 -1
  13. package/site/es_MX.all.json +3 -1
  14. package/site/fi_FI.all.json +3 -1
  15. package/site/fr_FR.all.json +3 -1
  16. package/site/hr_HR.all.json +3 -1
  17. package/site/hu_HU.all.json +3 -1
  18. package/site/it_IT.all.json +3 -1
  19. package/site/ja_JP.all.json +3 -1
  20. package/site/lt_LT.all.json +3 -1
  21. package/site/nl_BE.all.json +3 -1
  22. package/site/no_NO.all.json +3 -1
  23. package/site/pl_PL.all.json +4 -2
  24. package/site/pt_BR.all.json +5 -5
  25. package/site/pt_PT.all.json +3 -1
  26. package/site/ru_RU.all.json +4 -2
  27. package/site/se_SE.all.json +3 -1
  28. package/site/static/styles/main.css.map +1 -1
  29. package/site/styles/_buttons.scss +0 -1
  30. package/site/styles/_forms.scss +20 -0
  31. package/site/styles/_nav.scss +1 -1
  32. package/site/styles/_pages.scss +2 -1
  33. package/site/styles/_shift72.scss +0 -6
  34. package/site/styles/_shopping.scss +4 -0
  35. package/site/templates/common/social-media-buttons.jet +8 -2
  36. package/site/templates/film/item.jet +1 -1
  37. package/site/templates/items/featured_item.jet +1 -5
  38. package/site/templates/items/meta_item.jet +2 -10
  39. package/site/templates/items/tagline.jet +71 -29
  40. package/site/templates/nav/user_logged_out.jet +4 -1
  41. package/site/templates/page/homepage.jet +2 -1
  42. package/site/tr_TR.all.json +3 -1
  43. package/site/uk_UA.all.json +4 -2
  44. package/site/zh_TW.all.json +3 -1
@@ -125,7 +125,7 @@
125
125
  "other": "Del"
126
126
  },
127
127
  "accept_invite_page_header": {
128
- "other": "Velkommen til "
128
+ "other": "Velkommen"
129
129
  },
130
130
  "acceptinvite_form_invalid_reset_password_token": {
131
131
  "other": "Det ser ud som om du allerede har accepteret denne invitation, du skal derfor <a href=\"signin.html\">logge ind</a> i stedet Hvis du har glemt dit kodeord, kan du også <a href=\"forgotpassword.html\">nulstille dit kodeord</a>."
@@ -485,6 +485,8 @@
485
485
  "shopping_info_available_until_date_explanation_buy": {
486
486
  "other": "Du vil ikke kunne se indholdet efter dette."
487
487
  },
488
+ "duration_hour": { "one": "1 time", "other": "{{.Count}} timer" },
489
+ "duration_day": { "one": "1 dag", "other": "{{.Count}} dage" },
488
490
  "shopping_info_rental_period_duration": {
489
491
  "other": "{{.ValueUnit}} dages leje "
490
492
  },
@@ -68,7 +68,7 @@
68
68
 
69
69
  "social_media_buttons_title": { "other": "Teilen" },
70
70
 
71
- "accept_invite_page_header": { "other": "Willkommen bei " },
71
+ "accept_invite_page_header": { "other": "Willkommen" },
72
72
  "acceptinvite_form_invalid_reset_password_token": { "other": "Sie haben diese Einladung bereits angenommen. <a href=\"{{.SigninURL}}\">Loggen Sie sich hier ein</a>. Falls Sie Ihr Passwort vergessen haben, können Sie es <a href=\"{{.ForgotPasswordURL}}\">hier zurücksetzen</a>." },
73
73
  "acceptinvite_complete": { "other": "Vielen Dank. Ihr Konto wurde erstellt." },
74
74
  "acceptinvite_form_submit": { "other": "Einladung annehmen" },
@@ -189,6 +189,8 @@
189
189
  "shopping_info_available_until_date_explanation_rent": { "other": "Danach können Sie den Film nicht mehr ansehen." },
190
190
  "shopping_info_available_until_date_explanation_buy": { "other": "Danach können Sie den Film nicht mehr ansehen." },
191
191
 
192
+ "duration_hour": { "one": "1 Stunde", "other": "{{.Count}} Stunden" },
193
+ "duration_day": { "one": "1 Tag", "other": "{{.Count}} Tage" },
192
194
  "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.ValueUnit}} Tage " },
193
195
  "shopping_info_watch_window_duration": { "other": "Abspielbar für {{.Count}} Stunden. " },
194
196
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Jaga" },
76
76
 
77
- "accept_invite_page_header": { "other": "Tere tulemast " },
77
+ "accept_invite_page_header": { "other": "Tere tulemast" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Näib, et sa oled kutse juba vastu võtnud. Sa peaksid hoopis <a href=\"{{.SigninURL}}\">sisse logima</a>. Kui oled salasõna unustanud, saad selle <a href=\"{{.ForgotPasswordURL}}\">uuendada</a>." },
79
79
  "acceptinvite_complete": { "other": "Aitäh! Sinu konto on loodud." },
80
80
  "acceptinvite_form_submit": { "other": "Võta kutse vastu." },
@@ -197,6 +197,8 @@
197
197
  "shopping_info_available_until_date_explanation_rent": { "other": "Pärast antud kuupäeva ei saa filmi enam vaadata." },
198
198
  "shopping_info_available_until_date_explanation_buy": { "other": "Pärast antud kuupäeva ei saa filmi enam vaadata." },
199
199
 
200
+ "duration_hour": { "one": "1 tund", "other": "{{.Count}} tundi" },
201
+ "duration_day": { "one": "1 päev", "other": "{{.Count}} päeva" },
200
202
  "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.ValueUnit}} päeva " },
201
203
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnine vaatamise periood. " },
202
204
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Μοιράσου το" },
76
76
 
77
- "accept_invite_page_header": { "other": "Καλώς ήρθατε στο " },
77
+ "accept_invite_page_header": { "other": "Καλώς ορίσατε" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Φαίνεται πως έχετε ήδη αποδεχθεί αυτή την πρόσκληση, πρέπει να <a href=\"{{.SigninURL}}\">εισέλθετε</a> στο λογαριασμό σας." },
79
79
  "acceptinvite_complete": { "other": "Ευχαριστούμε πολύ. Ο λογαριασμός σας έχει δημιουργηθεί." },
80
80
  "acceptinvite_form_submit": { "other": "Αποδοχή πρόσκλησης" },
@@ -194,6 +194,8 @@
194
194
  "shopping_info_available_until_date_explanation_rent": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
195
195
  "shopping_info_available_until_date_explanation_buy": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
196
196
 
197
+ "duration_hour": { "one": "1 ώρα", "other": "{{.Count}} ώρες" },
198
+ "duration_day": { "one": "1 μέρα", "other": "{{.Count}} μέρες" },
197
199
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} μέρες ενοικίασης. " },
198
200
  "shopping_info_watch_window_duration": { "other": "{{.Count}} ώρες μέχρι να ολοκληρωθεί η προβολή. " },
199
201
  "shopping_info_watch_window_explanation_film": {
@@ -75,7 +75,7 @@
75
75
 
76
76
  "social_media_buttons_title": { "other": "Share" },
77
77
 
78
- "accept_invite_page_header": { "other": "Welcome to " },
78
+ "accept_invite_page_header": { "other": "Welcome" },
79
79
  "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>." },
80
80
  "acceptinvite_complete": { "other": "Thank you. Your account has been created." },
81
81
  "acceptinvite_form_submit": { "other": "Accept Invitation" },
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartir" },
76
76
 
77
- "accept_invite_page_header": { "other": "Bienvenido a " },
77
+ "accept_invite_page_header": { "other": "Bienvenido" },
78
78
  "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>." },
79
79
  "acceptinvite_complete": { "other": "Gracias. Su cuenta ha sido creada." },
80
80
  "acceptinvite_form_submit": { "other": "Aceptar invitación" },
@@ -194,6 +194,8 @@
194
194
  "shopping_info_available_until_date_explanation_rent": { "other": "Usted no podrá ver el contenido después de esto." },
195
195
  "shopping_info_available_until_date_explanation_buy": { "other": "Usted no podrá ver el contenido después de esto." },
196
196
 
197
+ "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
+ "duration_day": { "one": "1 día", "other": "{{.Count}} dias" },
197
199
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} día(s) de alquiler " },
198
200
  "shopping_info_watch_window_duration": { "other": "{{.Count}} hora(s) de ventana de visualización. " },
199
201
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartir" },
76
76
 
77
- "accept_invite_page_header": { "other": "Bienvenido a " },
77
+ "accept_invite_page_header": { "other": "Bienvenido" },
78
78
  "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>." },
79
79
  "acceptinvite_complete": { "other": "Gracias. Se ha creado su cuenta." },
80
80
  "acceptinvite_form_submit": { "other": "Aceptar invitación" },
@@ -194,6 +194,8 @@
194
194
  "shopping_info_available_until_date_explanation_rent": { "other": "No podrás ver el contenido después de esto." },
195
195
  "shopping_info_available_until_date_explanation_buy": { "other": "No podrás ver el contenido después de esto." },
196
196
 
197
+ "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
+ "duration_day": { "one": "1 día", "other": "{{.Count}} dias" },
197
199
  "shopping_info_rental_period_duration": { "other": "Renta de {{.ValueUnit}} día " },
198
200
  "shopping_info_watch_window_duration": { "other": "Ventana de reproducción de {{.Count}} horas. " },
199
201
  "shopping_info_watch_window_explanation_film": {
@@ -52,7 +52,7 @@
52
52
 
53
53
  "social_media_buttons_title": { "other": "Jaa" },
54
54
 
55
- "accept_invite_page_header": { "other": "Tervetuloa " },
55
+ "accept_invite_page_header": { "other": "Tervetuloa" },
56
56
  "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>." },
57
57
  "acceptinvite_complete": { "other": "Kiitos. Tilisi on luotu." },
58
58
  "acceptinvite_form_submit": { "other": "Hyväksy kutsu" },
@@ -169,6 +169,8 @@
169
169
  "shopping_info_available_until_date_explanation_rent": { "other": "Sen jälkeen sisältöä ei voi enää katsoa." },
170
170
  "shopping_info_available_until_date_explanation_buy": { "other": "Sen jälkeen sisältöä ei voi enää katsoa." },
171
171
 
172
+ "duration_hour": { "one": "1 tunti", "other": "{{.Count}} tuntia" },
173
+ "duration_day": { "one": "1 päivä", "other": "{{.Count}} päivää" },
172
174
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} päivän vuokra " },
173
175
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnin katseluoikeus. " },
174
176
  "shopping_info_watch_window_explanation_film": {
@@ -72,7 +72,7 @@
72
72
 
73
73
  "social_media_buttons_title": { "other": "Partager" },
74
74
 
75
- "accept_invite_page_header": { "other": "Bienvenue à " },
75
+ "accept_invite_page_header": { "other": "Bienvenue" },
76
76
  "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>." },
77
77
  "acceptinvite_complete": { "other": "Merci, votre compte a bien été créé." },
78
78
  "acceptinvite_form_submit": { "other": "Accepter l'invitation" },
@@ -206,6 +206,8 @@
206
206
 
207
207
  "shopping_info_rental_period_coming_soon": { "other": "Bientôt disponible" },
208
208
 
209
+ "duration_hour": { "one": "1 heure", "other": "{{.Count}} heures" },
210
+ "duration_day": { "one": "1 jour", "other": "{{.Count}} jours" },
209
211
  "shopping_info_rental_period_duration": { "other": "Location pour {{.ValueUnit}} jours " },
210
212
  "shopping_info_watch_window_duration": { "other": "Fenêtre de lecture est de {{.Count}} heures. " },
211
213
  "shopping_info_watch_window_explanation_film": {
@@ -49,7 +49,7 @@
49
49
 
50
50
  "social_media_buttons_title": { "other": "Podijeli" },
51
51
 
52
- "accept_invite_page_header": { "other": "Dobrodošli na" },
52
+ "accept_invite_page_header": { "other": "Dobrodošli" },
53
53
  "acceptinvite_form_invalid_reset_password_token": { "other": "Ovaj pozivni kod je već iskorišten i potrebna je ponovna <a href=\"{{.SigninURL}}\">prijava</a>. Ako ste zaboravili lozinku, možete je <a href=\"{{.ForgotPasswordURL}}\">resetirati</a>." },
54
54
  "acceptinvite_complete": { "other": "Hvala vam. Izradili ste korisnički račun." },
55
55
  "acceptinvite_form_submit": { "other": "Prihvati pozivnicu" },
@@ -187,6 +187,8 @@
187
187
  "shopping_info_available_until_date_explanation_rent": { "other": "Nakon ovoga više ne možete gledati sadržaj." },
188
188
  "shopping_info_available_until_date_explanation_buy": { "other": "Nakon ovoga više ne možete gledati sadržaj." },
189
189
 
190
+ "duration_hour": { "one": "1 sat", "other": "{{.Count}} sata" },
191
+ "duration_day": { "one": "1 dan", "other": "{{.Count}} dana" },
190
192
  "shopping_info_rental_period_duration": { "other": "{{.Count}} dana posudbe" },
191
193
  "shopping_info_watch_window_duration": { "other": "{{.Count}} sati zaslona za reprodukciju." },
192
194
 
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Megosztás" },
76
76
 
77
- "accept_invite_page_header": { "other": "Üdvözlünk " },
77
+ "accept_invite_page_header": { "other": "Üdvözöljük" },
78
78
  "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
79
  "acceptinvite_complete": { "other": "Köszönjük. A fiókodat létrehoztuk." },
80
80
  "acceptinvite_form_submit": { "other": "Meghívó elfogadása" },
@@ -197,6 +197,8 @@
197
197
  "shopping_info_available_until_date_explanation_rent": { "other": "Ezután a dátum után nem lesz elérhető a tartalom." },
198
198
  "shopping_info_available_until_date_explanation_buy": { "other": "Ezután a dátum után nem lesz elérhető a tartalom." },
199
199
 
200
+ "duration_hour": { "one": "1 óra", "other": "{{.Count}} óra" },
201
+ "duration_day": { "one": "1 nap", "other": "{{.Count}} nap" },
200
202
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} nap a kölcsönzési idő " },
201
203
  "shopping_info_watch_window_duration": { "other": "{{.Count}} óra van a lejátszásra " },
202
204
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Condividi" },
76
76
 
77
- "accept_invite_page_header": { "other": "Benvenuto a " },
77
+ "accept_invite_page_header": { "other": "Accoglienza" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Questo Invito è già stato usato." },
79
79
  "acceptinvite_complete": { "other": "Grazie. Il tuo account è stato creato." },
80
80
  "acceptinvite_form_submit": { "other": "Accetta l'Invito" },
@@ -197,6 +197,8 @@
197
197
  "shopping_info_available_until_date_explanation_rent": { "other": "Non potrai vedere il contenuto oltre questa data." },
198
198
  "shopping_info_available_until_date_explanation_buy": { "other": "Non potrai vedere il contenuto oltre questa data." },
199
199
 
200
+ "duration_hour": { "one": "1 ora", "other": "{{.Count}} ore" },
201
+ "duration_day": { "one": "1 giorno", "other": "{{.Count}} giorni" },
200
202
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} giorni " },
201
203
  "shopping_info_rental_period_coming_soon": { "other": "dalla data e ora della pubblicazione." },
202
204
  "shopping_info_watch_window_duration": { "other": "Finestra di riproduzione: {{.Count}} ore. " },
@@ -51,7 +51,7 @@
51
51
 
52
52
  "social_media_buttons_title": { "other": "共有" },
53
53
 
54
- "accept_invite_page_header": { "other": "ようこそ " },
54
+ "accept_invite_page_header": { "other": "ようこそ" },
55
55
  "acceptinvite_form_invalid_reset_password_token": { "other": "すでに招待リクエスト済みですので、サインインしてください。" },
56
56
  "acceptinvite_complete": { "other": "ありがとうございます。アカウント登録は完了しました。" },
57
57
  "acceptinvite_form_submit": { "other": "招待を受け取る" },
@@ -169,6 +169,8 @@
169
169
  "shopping_info_available_until_date_explanation_rent": { "other": "この日時以降の視聴はできません。" },
170
170
  "shopping_info_available_until_date_explanation_buy": { "other": "この日時以降の視聴はできません。" },
171
171
 
172
+ "duration_hour": { "one": "1時間", "other": "{{.Count}}時間" },
173
+ "duration_day": { "one": "1日", "other": "{{.Count}}日" },
172
174
  "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.ValueUnit}}日間" },
173
175
  "shopping_info_watch_window_duration": { "other": "再生開始後{{.Count}} 時間視聴できます。" },
174
176
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Dalintis" },
76
76
 
77
- "accept_invite_page_header": { "other": "Sveiki atvykę į " },
77
+ "accept_invite_page_header": { "other": "Sveiki" },
78
78
  "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>." },
79
79
  "acceptinvite_complete": { "other": "Ačiū, jūsų paskyra sukurta." },
80
80
  "acceptinvite_form_submit": { "other": "Priimti kvietimą" },
@@ -210,6 +210,8 @@
210
210
  "shopping_info_available_until_date_explanation_rent": { "other": "Po šios datos peržiūra bus nebegalima." },
211
211
  "shopping_info_available_until_date_explanation_buy": { "other": "Po šios datos peržiūra bus nebegalima." },
212
212
 
213
+ "duration_hour": { "one": "1 valandą", "other": "{{.Count}} valandos" },
214
+ "duration_day": { "one": "1 diena", "other": "{{.Count}} dienos" },
213
215
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dienų nuoma " },
214
216
  "shopping_info_watch_window_duration": { "other": "{{.Count}} val. peržiūros laikas. " },
215
217
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Deel" },
76
76
 
77
- "accept_invite_page_header": { "other": "Welkom op " },
77
+ "accept_invite_page_header": { "other": "Welkom" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Het lijkt erop dat u deze uitnodiging al hebt gebruikt. U dient zich hier <a href=\"{{.SigninURL}}\">in te loggen</a>. <a href=\"{{.ForgotPasswordURL}}\">Wachtwoord vergeten?</a>." },
79
79
  "acceptinvite_complete": { "other": "Bedankt. Uw account is aangemaakt." },
80
80
  "acceptinvite_form_submit": { "other": "Aanvaard uitnodiging" },
@@ -210,6 +210,8 @@
210
210
  "shopping_info_available_until_date_explanation_rent": { "other": "U zult de inhoud hierna niet meer kunnen bekijken." },
211
211
  "shopping_info_available_until_date_explanation_buy": { "other": "U zult de inhoud hierna niet meer kunnen bekijken." },
212
212
 
213
+ "duration_hour": { "one": "1 uur", "other": "{{.Count}} uur" },
214
+ "duration_day": { "one": "1 dag", "other": "{{.Count}} dagen" },
213
215
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dagen bekijken " },
214
216
  "shopping_info_watch_window_duration": { "other": "{{.Count}} uur (her)bekijken. " },
215
217
  "shopping_info_watch_window_explanation_film": {
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Del" },
76
76
 
77
- "accept_invite_page_header": { "other": "Velkommen til " },
77
+ "accept_invite_page_header": { "other": "Velkommen" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Det ser ut til at du allerede har godtatt denne invitasjonen, forsøk i stedet å <a href=\"{{.SigninURL}}\">logge inn</a>. Hvis du har glemt passordet kan du også <a href=\"{{.ForgotPasswordURL}}\">tilbakestille passordet</a>." },
79
79
  "acceptinvite_complete": { "other": "Takk! Din konto er opprettet." },
80
80
  "acceptinvite_form_submit": { "other": "Godta invitasjon" },
@@ -197,6 +197,8 @@
197
197
  "shopping_info_available_until_date_explanation_rent": { "other": "Du vil ikke kunne se innholdet etter dette." },
198
198
  "shopping_info_available_until_date_explanation_buy": { "other": "Du vil ikke kunne se innholdet etter dette." },
199
199
 
200
+ "duration_hour": { "one": "1 time", "other": "{{.Count}} timer" },
201
+ "duration_day": { "one": "1 dag", "other": "{{.Count}} dager" },
200
202
  "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}}dagers leie " },
201
203
  "shopping_info_watch_window_duration": { "other": "{{.Count}} timers avspillingsvindu. " },
202
204
  "shopping_info_watch_window_explanation_film": {
@@ -51,7 +51,7 @@
51
51
 
52
52
  "social_media_buttons_title": { "other": "Udostępnij" },
53
53
 
54
- "accept_invite_page_header": { "other": "Witamy " },
54
+ "accept_invite_page_header": { "other": "Witamy" },
55
55
  "acceptinvite_form_invalid_reset_password_token": { "other": "Wygląda na to, że już odebrałeś to zaproszenie. Kliknij zatem <a href=\"{{.SigninURL}}\"> zaloguj się </a>. Jeśli zapomniałeś hasła, możesz je odzyskać <a href=\"{{.ForgotPasswordURL}}\"> resetując hasło </a>." },
56
56
  "acceptinvite_complete": { "other": "Dziękujemy. Twoje konto zostało utworzone." },
57
57
  "acceptinvite_form_submit": { "other": "Zaakceptuj zaproszenie." },
@@ -180,8 +180,10 @@
180
180
  "shopping_info_available_until_date_explanation_rent": { "other": "Po upływie tego czasu nie będziesz mógł przeglądać treści." },
181
181
  "shopping_info_available_until_date_explanation_buy": { "other": "Po upływie tego czasu nie będziesz mógł przeglądać treści." },
182
182
 
183
+ "duration_hour": { "one": "1 godzina", "other": "{{.Count}} godziny" },
184
+ "duration_day": { "one": "1 dzień", "other": "{{.Count}} dni" },
183
185
  "shopping_info_rental_period_duration": {
184
- "one": "Wypożyczono na {{.ValueUnit}} dni ",
186
+ "one": "Wypożyczono na {{.ValueUnit}} dzień ",
185
187
  "few": "Wypożyczono na {{.ValueUnit}} dni ",
186
188
  "many": "Wypożyczono na {{.ValueUnit}} dni ",
187
189
  "other": "Wypożyczono na {{.ValueUnit}} dni "
@@ -140,7 +140,7 @@
140
140
  "other": "Compartilhar"
141
141
  },
142
142
  "accept_invite_page_header": {
143
- "other": "Bem-vindo(a) a"
143
+ "other": "Acolher"
144
144
  },
145
145
  "acceptinvite_form_invalid_reset_password_token": {
146
146
  "other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>."
@@ -501,12 +501,12 @@
501
501
  "other": "Você não poderá assistir ao conteúdo após esta data."
502
502
  },
503
503
  "duration_hour": {
504
- "one": "1 hour",
505
- "other": "{{.Count}} hours"
504
+ "one": "1 hora",
505
+ "other": "{{.Count}} horas"
506
506
  },
507
507
  "duration_day": {
508
- "one": "1 day",
509
- "other": "{{.Count}} days"
508
+ "one": "1 dia",
509
+ "other": "{{.Count}} dias"
510
510
  },
511
511
  "shopping_info_rental_period_duration": {
512
512
  "other": "Aluguel de {{.Count}} dias."
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Compartilhar" },
76
76
 
77
- "accept_invite_page_header": { "other": "Bem-vindo(a) a" },
77
+ "accept_invite_page_header": { "other": "Acolher" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>." },
79
79
  "acceptinvite_complete": { "other": "Obrigado! Sua conta foi criada." },
80
80
  "acceptinvite_form_submit": { "other": "Aceitar Convite" },
@@ -194,6 +194,8 @@
194
194
  "shopping_info_available_until_date_explanation_rent": { "other": "Você não poderá assistir ao conteúdo após esta data." },
195
195
  "shopping_info_available_until_date_explanation_buy": { "other": "Você não poderá assistir ao conteúdo após esta data." },
196
196
 
197
+ "duration_hour": { "one": "1 hora", "other": "{{.Count}} horas" },
198
+ "duration_day": { "one": "1 dia", "other": "{{.Count}} dias" },
197
199
  "shopping_info_rental_period_duration": { "other": "Aluguel de {{.ValueUnit}} dias." },
198
200
  "shopping_info_watch_window_duration": { "other": "Período de reprodução de {{.Count}} horas." },
199
201
  "shopping_info_watch_window_explanation_film": {
@@ -75,7 +75,7 @@
75
75
 
76
76
  "social_media_buttons_title": { "other": "Поделиться" },
77
77
 
78
- "accept_invite_page_header": { "other": "Добро пожаловать в " },
78
+ "accept_invite_page_header": { "other": "Добро пожаловать" },
79
79
  "acceptinvite_form_invalid_reset_password_token": { "other": "Вы уже подтвердили регистрацию, вам надо <a href=\"{{.SigninURL}}\">войти</a> . Если вы забыли свой пароль, вы можете <a href=\"{{.ForgotPasswordURL}}\">сбросить пароль</a>." },
80
80
  "acceptinvite_complete": { "other": "Спасибо. Ваш аккаунт был создан." },
81
81
  "acceptinvite_form_submit": { "other": "Принять приглашение" },
@@ -204,7 +204,9 @@
204
204
  "shopping_info_available_until_date_title": { "other": "Доступно до {{.Date}}. " },
205
205
  "shopping_info_available_until_date_explanation_rent": { "other": "Вы не сможете просматривать содержимое после этого." },
206
206
  "shopping_info_available_until_date_explanation_buy": { "other": "Вы не сможете просматривать содержимое после этого." },
207
-
207
+
208
+ "duration_hour": { "one": "1 час", "other": "{{.Count}} часа" },
209
+ "duration_day": { "one": "1 день", "other": "{{.Count}} дня" },
208
210
  "shopping_info_rental_period_duration": {
209
211
  "few": "{{.ValueUnit}} день аренды",
210
212
  "many": "{{.ValueUnit}} день аренды"
@@ -74,7 +74,7 @@
74
74
 
75
75
  "social_media_buttons_title": { "other": "Поделите" },
76
76
 
77
- "accept_invite_page_header": { "other": "Добродошли на " },
77
+ "accept_invite_page_header": { "other": "Добродошли" },
78
78
  "acceptinvite_form_invalid_reset_password_token": { "other": "Изгледа да сте већ активирали овај позив. Потребно је да се <a href=\"{{.SigninURL}}\">пријавите</a>. Ако сте заборавили лозинку, можете и да <a href=\"{{.ForgotPasswordURL}}\">ресетујете лозинку</a>." },
79
79
  "acceptinvite_complete": { "other": "Хвала Вам. Ваш налог је направљен." },
80
80
  "acceptinvite_form_submit": { "other": "Прихватите позив." },
@@ -210,6 +210,8 @@
210
210
  "shopping_info_available_until_date_explanation_rent": { "other": "Нећете моћи да гледате садржај након тога." },
211
211
  "shopping_info_available_until_date_explanation_buy": { "other": "Нећете моћи да гледате садржај након тога." },
212
212
 
213
+ "duration_hour": { "one": "1 сат", "other": "{{.Count}} сата" },
214
+ "duration_day": { "one": "1 дан", "other": "{{.Count}} дана" },
213
215
  "shopping_info_rental_period_duration": { "other": "Изнајмљено на {{.ValueUnit}} дана" },
214
216
  "shopping_info_watch_window_duration": { "other": "{{.Count}} ч. за гледање." },
215
217
  "shopping_info_watch_window_explanation_film": {