@shift72/core-template 0.3.0-beta.3 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/CHANGELOG.md +46 -1
  2. package/kibble.json +19 -18
  3. package/package.json +2 -2
  4. package/site/ar_LB.all.json +2 -2
  5. package/site/da_DK.all.json +2 -2
  6. package/site/de_DE.all.json +2 -2
  7. package/site/ee_EE.all.json +2 -2
  8. package/site/el_EL.all.json +3 -3
  9. package/site/en_AU.all.json +7 -4
  10. package/site/es_ES.all.json +2 -2
  11. package/site/es_MX.all.json +2 -2
  12. package/site/fi_FI.all.json +2 -2
  13. package/site/fr_FR.all.json +2 -2
  14. package/site/hr_HR.all.json +1 -1
  15. package/site/hu_HU.all.json +3 -3
  16. package/site/it_IT.all.json +2 -2
  17. package/site/ja_JP.all.json +2 -2
  18. package/site/lt_LT.all.json +2 -2
  19. package/site/nl_BE.all.json +2 -2
  20. package/site/no_NO.all.json +2 -2
  21. package/site/pl_PL.all.json +7 -7
  22. package/site/pt_BR.all.json +1174 -0
  23. package/site/pt_PT.all.json +2 -2
  24. package/site/ru_RU.all.json +4 -4
  25. package/site/se_SE.all.json +2 -2
  26. package/site/static/styles/main.css.map +5 -1
  27. package/site/styles/_buttons.scss +1 -1
  28. package/site/styles/_carousel.scss +0 -11
  29. package/site/styles/_collections.scss +7 -6
  30. package/site/styles/_devices.scss +3 -0
  31. package/site/styles/_footer.scss +8 -5
  32. package/site/styles/_forms.scss +8 -5
  33. package/site/styles/_functions.scss +3 -2
  34. package/site/styles/_library.scss +1 -1
  35. package/site/styles/_meta-detail.scss +11 -16
  36. package/site/styles/_mixins.scss +1 -1
  37. package/site/styles/_nav.scss +16 -18
  38. package/site/styles/_pages.scss +18 -13
  39. package/site/styles/_shift72.scss +4 -0
  40. package/site/styles/_shopping.scss +1 -0
  41. package/site/styles/_social-media-buttons.scss +21 -0
  42. package/site/styles/_swiper.scss +3 -0
  43. package/site/styles/_variables.scss +15 -12
  44. package/site/templates/common/social-media-buttons.jet +10 -1
  45. package/site/templates/film/item.jet +1 -1
  46. package/site/templates/footer/app-badges.jet +20 -12
  47. package/site/templates/footer/footer.jet +1 -1
  48. package/site/templates/nav/user_logged_out.jet +4 -2
  49. package/site/templates/nav.jet +1 -0
  50. package/site/tr_TR.all.json +1 -1
  51. package/site/uk_UA.all.json +5 -5
  52. package/site/zh_TW.all.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/0.3.0-beta.1...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/0.3.2...HEAD)
4
+
5
+ ## [0.3.2](https://github.com/shift72/core-template/compare/0.3.1...0.3.2)
6
+
7
+ ### Fixed
8
+ - Nav vertical line margins now on both sides.
9
+ - Modal trailer margins.
10
+
11
+ ## [0.3.1](https://github.com/shift72/core-template/compare/0.3.0-beta.4...0.3.1)
12
+
13
+ ### Added
14
+ - Added Letterboxd social button.
15
+
16
+ ### Changed
17
+ - Targeting Kibble 0.15.19.
18
+
19
+ ### Fixed
20
+ - Signout button text colour now matches body text colour.
21
+
22
+ ## [0.3.0-beta.4](https://github.com/shift72/core-template/compare/0.3.0-beta.3...0.3.0-beta.4)
23
+
24
+ ### Added
25
+ - App badges now display automatically when configured in Uber Admin.
26
+ - Added Brazilian Portuguese (`pt_BR`) translations file.
27
+
28
+ ### Fixed
29
+ - Carousel tagline now uses theme colour.
30
+ - Signin button on VIP sites now has primary button styling.
31
+ - Padding for pages is now consistent.
32
+
33
+ ## [0.3.0-beta.3](https://github.com/shift72/core-template/compare/0.3.0-beta.2...0.3.0-beta.3) - 2021-09-06
34
+
35
+ ### Changed
36
+ - Removed redundant supported devices json file.
37
+
38
+ ## [0.3.0-beta.2](https://github.com/shift72/core-template/compare/0.3.0-beta.1...0.3.0-beta.2) - 2021-09-06
39
+
40
+ ### Fixed
41
+ - Padding issue between wishlish and trailer buttons.
42
+ - Tablet menu overlay now supports light theme.
43
+ - Navigation height bug when increasing window size.
44
+ - Tablet navbar brand now relatively positioned.
45
+
46
+ ### Changed
47
+ - Changed primary button font weight from bold to normal.
48
+ - Changed cookie banner accept button translations.
4
49
 
5
50
  ## [0.3.0-beta.1](https://github.com/shift72/core-template/compare/0.2.0-beta.1...0.3.0-beta.1) - 2021-08-13
6
51
 
package/kibble.json CHANGED
@@ -2,33 +2,34 @@
2
2
  "name": "core-template",
3
3
  "version": "0.0.1",
4
4
  "siteUrl": "https://abccinemas.screenplus.co",
5
- "builderVersion": "0.15.18",
5
+ "builderVersion": "0.15.19",
6
6
  "defaultLanguage": "en",
7
7
  "languages": {
8
- "en": { "code": "en_AU", "name": "English" },
9
- "it": { "code": "it_IT", "name": "Italiano" },
10
- "fr": { "code": "fr_FR", "name": "Français" },
8
+ "ar": { "code": "ar_LB", "name": "عربى" },
9
+ "da": { "code": "da_DK", "name": "Dansk" },
11
10
  "de": { "code": "de_DE", "name": "Deutsch" },
11
+ "ee": { "code": "ee_EE", "name": "Eestlane" },
12
+ "el": { "code": "el_EL", "name": "Ελληνικά" },
13
+ "en": { "code": "en_AU", "name": "English" },
12
14
  "es": { "code": "es_ES", "name": "Español" },
13
15
  "es-mx": { "code": "es_MX", "name": "Español" },
14
- "el": { "code": "el_EL", "name": "Ελληνικά" },
15
- "pt": { "code": "pt_PT", "name": "Português" },
16
- "no": { "code": "no_NO", "name": "Norsk" },
17
- "ru": { "code": "ru_RU", "name": "Pусский" },
18
- "tr": { "code": "tr_TR", "name": "Türk" },
16
+ "fi": { "code": "fi_FI", "name": "Suomi" },
17
+ "fr": { "code": "fr_FR", "name": "Français" },
18
+ "hr": { "code": "hr_HR", "name": "Hrvatski" },
19
19
  "hu": { "code": "hu_HU", "name": "Magyar" },
20
- "ee": { "code": "ee_EE", "name": "Eestlane" },
20
+ "it": { "code": "it_IT", "name": "Italiano" },
21
+ "ja": { "code": "ja_JP", "name": "日本語" },
22
+ "lt": { "code": "lt_LT", "name": "Lietuvių Kalba" },
23
+ "nl": { "code": "nl_BE", "name": "Nederlands" },
24
+ "no": { "code": "no_NO", "name": "Norsk" },
21
25
  "pl": { "code": "pl_PL", "name": "Polski" },
26
+ "pt": { "code": "pt_PT", "name": "Português" },
27
+ "pt-br": { "code": "pt_BR", "name": "Português do Brasil" },
28
+ "ru": { "code": "ru_RU", "name": "Pусский" },
22
29
  "se": { "code": "se_SE", "name": "Српски" },
23
- "nl": { "code": "nl_BE", "name": "Nederlands" },
24
- "ja": { "code": "ja_JP", "name": "日本語"},
25
- "lt": { "code": "lt_LT", "name": "Lietuvių Kalba" },
26
- "da": { "code": "da_DK", "name": "Dansk" },
30
+ "tr": { "code": "tr_TR", "name": "Türk" },
27
31
  "uk": { "code": "uk_UA", "name": "Український" },
28
- "fi": { "code": "fi_FI", "name": "Suomi" },
29
- "ar": { "code": "ar_LB", "name": "عربى" },
30
- "zh-tw": { "code": "zh_TW", "name": "中文" },
31
- "hr": { "code": "hr_HR", "name": "Hrvatski" }
32
+ "zh-tw": { "code": "zh_TW", "name": "中文" }
32
33
  },
33
34
  "siteRootPath": "site",
34
35
  "liveReload": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "0.3.0-beta.3",
3
+ "version": "0.3.2",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "postcss-cli": "^7.1.1",
45
45
  "rollup": "^2.23.0",
46
46
  "rollup-plugin-terser": "^6.1.0",
47
- "s72-kibble": "^0.15.18",
47
+ "s72-kibble": "^0.15.19",
48
48
  "sass": "^1.36.0",
49
49
  "watch": "^1.0.2"
50
50
  },
@@ -215,11 +215,11 @@
215
215
  "shopping_info_available_until_date_explanation_rent": { "other": "لن تتمكن من عرض المحتوى بعد ذلك." },
216
216
  "shopping_info_available_until_date_explanation_buy": { "other": "لن تتمكن من عرض المحتوى بعد ذلك." },
217
217
 
218
- "shopping_info_rental_period_duration": { "other": "تأجير لمدة {{.Count}} أيام" },
218
+ "shopping_info_rental_period_duration": { "other": "تأجير لمدة {{.ValueUnit}} أيام" },
219
219
  "shopping_info_watch_window_duration": { "other": "تشغيل لمدة {{.Count}} ساعة." },
220
220
  "shopping_info_watch_window_explanation_film": {
221
221
  "one": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة يوم واحد.",
222
- "other": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة {{.Count}} يوم."
222
+ "other": "عند الاستئجار، سيكون الفيلم متاحًا في حسابك لمدة {{.ValueUnit}} يوم."
223
223
  },
224
224
  "shopping_info_watch_window_explanation2_film": {
225
225
  "one": "عند الضغط على تشغيل، يمكنك مشاهدة الفيلم عدة مرات لمدة ساعة واحدة. ",
@@ -486,14 +486,14 @@
486
486
  "other": "Du vil ikke kunne se indholdet efter dette."
487
487
  },
488
488
  "shopping_info_rental_period_duration": {
489
- "other": "{{.Count}} dages leje "
489
+ "other": "{{.ValueUnit}} dages leje "
490
490
  },
491
491
  "shopping_info_watch_window_duration": {
492
492
  "other": "{{.Count}} timers afspilningsperiode. "
493
493
  },
494
494
  "shopping_info_watch_window_explanation_film": {
495
495
  "one": "Fra lejeperiodens start vil din film kunne afspilles i en dag. ",
496
- "other": "Fra lejeperiodens start vil din film kunne afspilles i {{.Count}} dage. "
496
+ "other": "Fra lejeperiodens start vil din film kunne afspilles i {{.ValueUnit}} dage. "
497
497
  },
498
498
  "shopping_info_watch_window_explanation2_film": {
499
499
  "one": "Fra du har trykket 'afspil', er din afspilningsperiode begyndt og du har nu en time til at se filmen.",
@@ -189,11 +189,11 @@
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
- "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.Count}} Tage " },
192
+ "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.ValueUnit}} Tage " },
193
193
  "shopping_info_watch_window_duration": { "other": "Abspielbar für {{.Count}} Stunden. " },
194
194
  "shopping_info_watch_window_explanation_film": {
195
195
  "one": "Sobald Sie den Film leihen, ist dieser für einen Tag in Ihrem Konto verfügbar. ",
196
- "other": "Sobald Sie den Film leihen ist dieser für {{.Count}} Tage in Ihrem Konto verfügbar. "
196
+ "other": "Sobald Sie den Film leihen ist dieser für {{.ValueUnit}} Tage in Ihrem Konto verfügbar. "
197
197
  },
198
198
  "shopping_info_watch_window_explanation2_film": {
199
199
  "one": "Sobald Sie den Film zum ersten mal abspielen, kann dieser in einem Zeitfenster von 1 Stunde so oft wiedergegeben werden, wie Sie möchten.",
@@ -197,11 +197,11 @@
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
- "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.Count}} päeva " },
200
+ "shopping_info_rental_period_duration": { "other": "Pilet kehtib {{.ValueUnit}} päeva " },
201
201
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnine vaatamise periood. " },
202
202
  "shopping_info_watch_window_explanation_film": {
203
203
  "one": "Pärast pileti ostmist on film sinu kontol vaadatav ühe päeva. ",
204
- "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.Count}} päeva jooksul. "
204
+ "other": "Pärast pileti ostmist on film sinu kontol vaadatav {{.ValueUnit}} päeva jooksul. "
205
205
  },
206
206
  "shopping_info_watch_window_explanation2_film": {
207
207
  "one": "Kui vajutad 'Vaata', algab filmi esitamine ja sul on aega 30 tundi, et film lõpuni vaadata.",
@@ -194,11 +194,11 @@
194
194
  "shopping_info_available_until_date_explanation_rent": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
195
195
  "shopping_info_available_until_date_explanation_buy": { "other": "Δεν θα μπορείτε να παρακολουθήσετε το περιεχόμενο μετά από τότε. " },
196
196
 
197
- "shopping_info_rental_period_duration": { "other": "{{.Count}} μέρες ενοικίασης. " },
197
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} μέρες ενοικίασης. " },
198
198
  "shopping_info_watch_window_duration": { "other": "{{.Count}} ώρες μέχρι να ολοκληρωθεί η προβολή. " },
199
199
  "shopping_info_watch_window_explanation_film": {
200
- "one": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.Count}} ημέρα. ",
201
- "other": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.Count}} ημέρες. "
200
+ "one": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}} ημέρα. ",
201
+ "other": "Με την ενοικίαση, η ταινία θα είναι διαθέσιμη στο λογαριασμό σας για {{.ValueUnit}} ημέρες. "
202
202
  },
203
203
  "shopping_info_watch_window_explanation2_film": {
204
204
  "one": "Με το που πατήσετε αναπαραγωγή, ξεκινά η περίοδος θέασης κι έχετε μια ώρα για να δείτε την ταινία, όσες φορές επιθυμείτε.",
@@ -215,12 +215,14 @@
215
215
  "shopping_info_available_until_date_title": { "other": "Available until {{.Date}}. " },
216
216
  "shopping_info_available_until_date_explanation_rent": { "other": "You will not be able to view the content after this." },
217
217
  "shopping_info_available_until_date_explanation_buy": { "other": "You will not be able to view the content after this." },
218
-
219
- "shopping_info_rental_period_duration": { "other": "{{.Count}} day rental " },
218
+
219
+ "duration_hour": { "one": "1 hour", "other": "{{.Count}} hours" },
220
+ "duration_day": { "one": "1 day", "other": "{{.Count}} days" },
221
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} day rental " },
220
222
  "shopping_info_watch_window_duration": { "other": "{{.Count}} hour playback window. " },
221
223
  "shopping_info_watch_window_explanation_film": {
222
- "one": "Once rented, your film will be available in your account for a day. ",
223
- "other": "Once rented, your film will be available in your account for {{.Count}} days. "
224
+ "one": "Once rented, your film will be available in your account for {{.ValueUnit}} day.",
225
+ "other": "Once rented, your film will be available in your account for {{.ValueUnit}} days. "
224
226
  },
225
227
  "shopping_info_watch_window_explanation2_film": {
226
228
  "one": "Once you press play, the watch window begins and you have an hour to watch the film as many times as you like.",
@@ -508,6 +510,7 @@
508
510
  "wcag_aria_label_facebook": { "other": "Share on Facebook" },
509
511
  "wcag_aria_label_twitter": { "other": "Share on Twitter" },
510
512
  "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
513
+ "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
511
514
 
512
515
  "app_badge_title": { "other": "Download the app to view your purchased content!" },
513
516
  "app_badge_ios": { "other": "Download on the App Store" },
@@ -194,11 +194,11 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} día(s) de alquiler " },
197
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} día(s) de alquiler " },
198
198
  "shopping_info_watch_window_duration": { "other": "{{.Count}} hora(s) de ventana de visualización. " },
199
199
  "shopping_info_watch_window_explanation_film": {
200
200
  "one": "Una vez rentada, la película estará disponible en su cuenta por un día. ",
201
- "other": "Una vez rentada, la película estará disponible en su cuenta {{.Count}} días. "
201
+ "other": "Una vez rentada, la película estará disponible en su cuenta {{.ValueUnit}} días. "
202
202
  },
203
203
  "shopping_info_watch_window_explanation2_film": {
204
204
  "one": "Una vez que presione play, la ventana de visualización comienza y tiene una hora para ver la película tantas veces como desee.",
@@ -194,11 +194,11 @@
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
- "shopping_info_rental_period_duration": { "other": "Renta de {{.Count}} día " },
197
+ "shopping_info_rental_period_duration": { "other": "Renta de {{.ValueUnit}} día " },
198
198
  "shopping_info_watch_window_duration": { "other": "Ventana de reproducción de {{.Count}} horas. " },
199
199
  "shopping_info_watch_window_explanation_film": {
200
200
  "one": "Una vez rentada, tu película estará disponible en tu cuenta durante un día. ",
201
- "other": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.Count}} días. "
201
+ "other": "Una vez rentada, tu película estará disponible en tu cuenta durante {{.ValueUnit}} días. "
202
202
  },
203
203
  "shopping_info_watch_window_explanation2_film": {
204
204
  "one": "Una vez que seleccionas reproducir, se inicia la ventana de reproducción y tienes una hora para ver la película las veces que quieras.",
@@ -169,11 +169,11 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} päivän vuokra " },
172
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} päivän vuokra " },
173
173
  "shopping_info_watch_window_duration": { "other": "{{.Count}} tunnin katseluoikeus. " },
174
174
  "shopping_info_watch_window_explanation_film": {
175
175
  "one": "Vuokraamasi elokuva on katsottavissa tililläsi yhden päivän ajan. ",
176
- "other": "Vuokraamasi elokuva on katsottavissa tililläsi {{.Count}} päivän ajan. "
176
+ "other": "Vuokraamasi elokuva on katsottavissa tililläsi {{.ValueUnit}} päivän ajan. "
177
177
  },
178
178
  "shopping_info_watch_window_explanation2_film": {
179
179
  "one": "Katselun aloitettuasi sinulla on tunti aikaa katsoa elokuva niin monta kertaa kuin haluat.",
@@ -206,11 +206,11 @@
206
206
 
207
207
  "shopping_info_rental_period_coming_soon": { "other": "Bientôt disponible" },
208
208
 
209
- "shopping_info_rental_period_duration": { "other": "Location pour {{.Count}} jours " },
209
+ "shopping_info_rental_period_duration": { "other": "Location pour {{.ValueUnit}} jours " },
210
210
  "shopping_info_watch_window_duration": { "other": "Fenêtre de lecture est de {{.Count}} heures. " },
211
211
  "shopping_info_watch_window_explanation_film": {
212
212
  "one": "Une fois loué, votre film sera disponible sur votre compte pendant une journée.",
213
- "other": "Une fois loué, votre film sera disponible sur votre compte pendant {{.Count}} jours."
213
+ "other": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}} jours."
214
214
  },
215
215
  "shopping_info_watch_window_explanation2_film": {
216
216
  "one": "Une fois que vous lancez un film, la fenêtre de lecture commence et vous avez une heure heures pour regarder le film autant de fois que vous le souhaitez.",
@@ -33,7 +33,7 @@
33
33
  "nav_signout": { "other": "Odjava" },
34
34
  "play_trailer": { "other": "Trailer" },
35
35
  "runtime_hours": { "other": "h" },
36
- "runtime_minutes": { "other": "m" },
36
+ "runtime_minutes": { "other": "min" },
37
37
 
38
38
  "datetime_today": { "other": "danas {{.Date}}" },
39
39
  "datetime_tomorrow": { "other": "sutra {{.Date}}" },
@@ -197,11 +197,11 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} nap a kölcsönzési idő " },
200
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} nap a kölcsönzési idő " },
201
201
  "shopping_info_watch_window_duration": { "other": "{{.Count}} óra van a lejátszásra " },
202
202
  "shopping_info_watch_window_explanation_film": {
203
- "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.Count}} napig. ",
204
- "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.Count}} napig. "
203
+ "one": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}} napig. ",
204
+ "other": "A kölcsönzéstől számítva a film elérhető lesz a fiókodban {{.ValueUnit}} napig. "
205
205
  },
206
206
  "shopping_info_watch_window_explanation2_film": {
207
207
  "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.",
@@ -197,12 +197,12 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} giorni " },
200
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} giorni " },
201
201
  "shopping_info_rental_period_coming_soon": { "other": "dalla data e ora della pubblicazione." },
202
202
  "shopping_info_watch_window_duration": { "other": "Finestra di riproduzione: {{.Count}} ore. " },
203
203
  "shopping_info_watch_window_explanation_film": {
204
204
  "one": "Una volta noleggiato, il film sarà disponibile nel tuo account per 1 giorno. ",
205
- "other": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.Count}} giorni. "
205
+ "other": "Una volta noleggiato, il film sarà disponibile nel tuo account per {{.ValueUnit}} giorni. "
206
206
  },
207
207
  "shopping_info_watch_window_explanation2_film": {
208
208
  "one": "Once you press play, the watch window begins and you have an hour to watch the film as many times as you like.",
@@ -169,11 +169,11 @@
169
169
  "shopping_info_available_until_date_explanation_rent": { "other": "この日時以降の視聴はできません。" },
170
170
  "shopping_info_available_until_date_explanation_buy": { "other": "この日時以降の視聴はできません。" },
171
171
 
172
- "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.Count}}日間" },
172
+ "shopping_info_rental_period_duration": { "other": "レンタル期間 {{.ValueUnit}}日間" },
173
173
  "shopping_info_watch_window_duration": { "other": "再生開始後{{.Count}} 時間視聴できます。" },
174
174
  "shopping_info_watch_window_explanation_film": {
175
175
  "one": "お申し込み完了後、本日中に視聴を開始してください。",
176
- "other": "お申し込み完了後、{{.Count}}日間以内に視聴を開始してください。"
176
+ "other": "お申し込み完了後、{{.ValueUnit}}日間以内に視聴を開始してください。"
177
177
  },
178
178
  "shopping_info_watch_window_explanation2_film": {
179
179
  "one": "再生開始後、1時間以内に限り、何度でも視聴いただけます。",
@@ -210,11 +210,11 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} dienų nuoma " },
213
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dienų nuoma " },
214
214
  "shopping_info_watch_window_duration": { "other": "{{.Count}} val. peržiūros laikas. " },
215
215
  "shopping_info_watch_window_explanation_film": {
216
216
  "one": "Įsigytą filmą savo paskyroje galėsite žiūrėti vieną dieną. ",
217
- "other": "Įsigytą filmą savo paskyroje galėsite žiūrėti {{.Count}} dienas. "
217
+ "other": "Įsigytą filmą savo paskyroje galėsite žiūrėti {{.ValueUnit}} dienas. "
218
218
  },
219
219
  "shopping_info_watch_window_explanation2_film": {
220
220
  "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.",
@@ -210,11 +210,11 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} dagen bekijken " },
213
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}} dagen bekijken " },
214
214
  "shopping_info_watch_window_duration": { "other": "{{.Count}} uur (her)bekijken. " },
215
215
  "shopping_info_watch_window_explanation_film": {
216
216
  "one": "Eenmaal gehuurd, zal de film gedurende 1 dag beschikbaar zijn in uw bibliotheek. ",
217
- "other": "Eenmaal gehuurd, zal de film gedurende {{.Count}} dagen beschikbaar zijn in uw bibliotheek. "
217
+ "other": "Eenmaal gehuurd, zal de film gedurende {{.ValueUnit}} dagen beschikbaar zijn in uw bibliotheek. "
218
218
  },
219
219
  "shopping_info_watch_window_explanation2_film": {
220
220
  "one": "Zodra u op play klikt, begint de film en heeft u 1 uur de tijd om deze zo vaak als u wenst te herbekijken.",
@@ -197,10 +197,10 @@
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
- "shopping_info_rental_period_duration": { "other": "{{.Count}} dagers leie " },
200
+ "shopping_info_rental_period_duration": { "other": "{{.ValueUnit}}dagers leie " },
201
201
  "shopping_info_watch_window_duration": { "other": "{{.Count}} timers avspillingsvindu. " },
202
202
  "shopping_info_watch_window_explanation_film": {
203
- "one": "Ved leie av film, vil den være tilgjengelig i kontoen din i {{.Count}} dager. ",
203
+ "one": "Ved leie av film, vil den være tilgjengelig i kontoen din i {{.ValueUnit}} dager. ",
204
204
  "other": "Ved leie av film, vil den være tilgjengelig i kontoen din i én dag. "
205
205
  },
206
206
  "shopping_info_watch_window_explanation2_film": {
@@ -181,10 +181,10 @@
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
183
  "shopping_info_rental_period_duration": {
184
- "one": "Wypożyczono na {{.Count}} dni ",
185
- "few": "Wypożyczono na {{.Count}} dni ",
186
- "many": "Wypożyczono na {{.Count}} dni ",
187
- "other": "Wypożyczono na {{.Count}} dni "
184
+ "one": "Wypożyczono na {{.ValueUnit}} dni ",
185
+ "few": "Wypożyczono na {{.ValueUnit}} dni ",
186
+ "many": "Wypożyczono na {{.ValueUnit}} dni ",
187
+ "other": "Wypożyczono na {{.ValueUnit}} dni "
188
188
  },
189
189
  "shopping_info_watch_window_duration": {
190
190
  "one": "{{.Count}} godzinne okno odtwarzania. ",
@@ -194,9 +194,9 @@
194
194
  },
195
195
  "shopping_info_watch_window_explanation_film": {
196
196
  "one": "Wypożyczony film będzie dostępny na Twoim koncie przez jeden dzień. ",
197
- "few": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.Count}} dni. ",
198
- "many": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.Count}} dni. ",
199
- "other": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.Count}} dni. "
197
+ "few": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. ",
198
+ "many": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. ",
199
+ "other": "Wypożyczony film będzie dostępny na Twoim koncie przez {{.ValueUnit}} dni. "
200
200
  },
201
201
  "shopping_info_watch_window_explanation2_film": {
202
202
  "one": "Po naciśnięciu przycisku odtwarzania otworzy się player i będziesz miał godzinę na obejrzenie filmu tyle razy, ile chcesz.",