@shift72/core-template 0.6.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/CHANGELOG.md +46 -1
  4. package/kibble.json +2 -2
  5. package/package.json +1 -1
  6. package/site/ar_LB.all.json +59 -25
  7. package/site/ca_ES.all.json +51 -25
  8. package/site/da_DK.all.json +51 -25
  9. package/site/de_DE.all.json +51 -25
  10. package/site/el_EL.all.json +51 -25
  11. package/site/en_AU.all.json +35 -9
  12. package/site/es_ES.all.json +51 -25
  13. package/site/es_MX.all.json +48 -22
  14. package/site/et_ET.all.json +51 -25
  15. package/site/fi_FI.all.json +52 -26
  16. package/site/fr_FR.all.json +51 -25
  17. package/site/hr_HR.all.json +53 -25
  18. package/site/hu_HU.all.json +51 -25
  19. package/site/it_IT.all.json +51 -25
  20. package/site/ja_JP.all.json +49 -25
  21. package/site/lt_LT.all.json +55 -25
  22. package/site/manifest.json.jet +2 -2
  23. package/site/nl_BE.all.json +50 -24
  24. package/site/no_NO.all.json +51 -25
  25. package/site/pl_PL.all.json +55 -25
  26. package/site/pt_BR.all.json +51 -25
  27. package/site/pt_PT.all.json +51 -25
  28. package/site/ru_RU.all.json +61 -31
  29. package/site/sr_SR.all.json +53 -25
  30. package/site/static/fonts/fa-s72.woff +0 -0
  31. package/site/static/js/main.js +1 -1
  32. package/site/static/scripts/main.js.map +1 -1
  33. package/site/styles/_awards.scss +1 -1
  34. package/site/styles/_buttons.scss +32 -27
  35. package/site/styles/_can-be-watched-button.scss +1 -21
  36. package/site/styles/_carousel.scss +141 -303
  37. package/site/styles/_collections.scss +6 -11
  38. package/site/styles/_cta-buttons.scss +261 -0
  39. package/site/styles/_forms.scss +1 -2
  40. package/site/styles/_icons.scss +16 -10
  41. package/site/styles/_legacy.scss +1 -43
  42. package/site/styles/_meta-detail.scss +39 -200
  43. package/site/styles/_meta-item-tagline.scss +33 -0
  44. package/site/styles/_meta-item.scss +0 -4
  45. package/site/styles/_meta-sub-item.scss +116 -0
  46. package/site/styles/_mixins.scss +47 -0
  47. package/site/styles/_nav.scss +1 -1
  48. package/site/styles/_pages.scss +4 -13
  49. package/site/styles/_plans.scss +14 -0
  50. package/site/styles/_shift72.scss +4 -0
  51. package/site/styles/_variables.scss +9 -6
  52. package/site/styles/main.scss +2 -1
  53. package/site/templates/application/footer/brand.jet +4 -4
  54. package/site/templates/application/footer/copyright-statement.jet +1 -1
  55. package/site/templates/application/nav/nav.jet +2 -2
  56. package/site/templates/bundle/item.jet +2 -4
  57. package/site/templates/collection/carousel/carousel.jet +27 -0
  58. package/site/templates/collection/carousel/item/image.jet +5 -0
  59. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  60. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  61. package/site/templates/collection/carousel/item/title.jet +3 -0
  62. package/site/templates/collection/carousel/item.jet +41 -0
  63. package/site/templates/collection/carousel/pagination.jet +9 -0
  64. package/site/templates/collection/page_collection.jet +2 -2
  65. package/site/templates/common/cta_buttons.jet +70 -0
  66. package/site/templates/common/social-media-buttons.jet +2 -2
  67. package/site/templates/film/item.jet +6 -16
  68. package/site/templates/items/meta_item.jet +20 -6
  69. package/site/templates/items/sub_item.jet +22 -0
  70. package/site/templates/items/tagline.jet +2 -2
  71. package/site/templates/page/homepage.jet +2 -3
  72. package/site/templates/tv/detail.jet +10 -18
  73. package/site/tr_TR.all.json +51 -25
  74. package/site/uk_UA.all.json +55 -25
  75. package/site/zh_TW.all.json +49 -25
  76. package/site/styles/_homepage.scss +0 -3
  77. package/site/templates/bundle/buttons.jet +0 -6
  78. package/site/templates/bundle/extras.jet +0 -13
  79. package/site/templates/collection/carousel.jet +0 -27
  80. package/site/templates/collection/carousel_item.jet +0 -68
  81. package/site/templates/items/bonus_item.jet +0 -23
  82. package/site/templates/items/featured_item.jet +0 -61
  83. package/site/templates/tv/episode.jet +0 -21
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Settings"
7
4
  },
@@ -150,7 +147,7 @@
150
147
  "other": "Dijeljenje veze"
151
148
  },
152
149
  "social_media_buttons_copied_link": {
153
- "other": "Veza je kopirana u međuspremnik!"
150
+ "other": "Veza je kopirana"
154
151
  },
155
152
  "social_media_buttons_copy_link": {
156
153
  "other": "Kopiraj link"
@@ -714,7 +711,7 @@
714
711
  "other": "Sadržaj možete gledati od {{.Date}} i vaša posudba traje {{.Count}} dana."
715
712
  },
716
713
  "shopping_complete_plan": {
717
- "other": "Vaša kupnja {{ .Title }} je uspjela."
714
+ "other": "Vaša kupnja {{.Title}} je uspjela."
718
715
  },
719
716
  "shopping_action_rent": {
720
717
  "other": "Posudi"
@@ -1058,6 +1055,9 @@
1058
1055
  "wcag_aria_label_carousel": {
1059
1056
  "other": "Kružni prikaz"
1060
1057
  },
1058
+ "wcag_aria_label_carousel_pagination": {
1059
+ "other": "Paginacija"
1060
+ },
1061
1061
  "wcag_aria_label_page_collection": {
1062
1062
  "other": "Zbirka stranica"
1063
1063
  },
@@ -1083,33 +1083,40 @@
1083
1083
  "other": "Cijena"
1084
1084
  },
1085
1085
  "shopping_price_plan_note": {
1086
- "zero": "Naplaćuje se svaki {{ .Interval }} .",
1087
- "one": "Naplaćuje se svaki {{ .Interval }} nakon što završi besplatno probno razdoblje od 24 sata.",
1088
- "other": "Naplaćuje se svaki {{ .Interval }} nakon što {{ .Count }} besplatno probno razdoblje od .Count day."
1086
+ "one": "Naplaćuje se svaki {{.Interval}} nakon što završi besplatno probno razdoblje od 24 sata.",
1087
+ "few": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda.",
1088
+ "other": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda."
1089
+ },
1090
+ "shopping_price_plan_note_without_trial": {
1091
+ "other": "Naplaćuje se svaki {{.Interval}} ."
1089
1092
  },
1090
1093
  "shopping_price_plan_note_interval": {
1091
- "one": "{{ .Interval }}",
1092
- "other": "{{ .Count }} {{ .Interval }}"
1094
+ "one": "{{.Interval}}",
1095
+ "few": "{{.Count}} {{.Interval}}",
1096
+ "other": "{{.Count}} {{.Interval}}"
1093
1097
  },
1094
- "shopping_enter_card_prompt_plan": {
1098
+ "shopping_enter_card_prompt_subscription": {
1095
1099
  "other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoju pretplatu."
1096
1100
  },
1101
+ "shopping_enter_card_prompt_plan": {
1102
+ "other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoj plan."
1103
+ },
1097
1104
  "shopping_action_plan": {
1098
1105
  "other": "Dovršeno"
1099
1106
  },
1100
1107
  "shopping_complete_subscription": {
1101
- "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{ .Title }} ."
1108
+ "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}}."
1102
1109
  },
1103
1110
  "shopping_complete_subscription_browse": {
1104
1111
  "other": "Slobodno <a href=\"/\">pregledavajte</a> stranicu ili <a href=\"/search.html\">tražite</a> nešto specifično."
1105
1112
  },
1106
1113
  "shopping_info_plan_offer": {
1107
- "one": "Automatski obnavlja svaki {{ .Interval }}",
1108
- "other": "Automatski obnavlja svaki {{ .Count }} {{ .Interval }}"
1114
+ "one": "Automatski obnavlja svaki {{.Interval}}",
1115
+ "other": "Automatski obnavlja svaki {{.Count}} {{.Interval}}"
1109
1116
  },
1110
1117
  "shopping_info_trial_period_offer": {
1111
1118
  "one": "Isprobajte svoju besplatnu probnu verziju od 24 sata sada!",
1112
- "other": "Isprobajte svoju besplatnu {{ .Count }} day!"
1119
+ "other": "Isprobajte svoju besplatnu {{.Count}} day!"
1113
1120
  },
1114
1121
  "plans_page_header": {
1115
1122
  "other": "Dostupni planovi"
@@ -1127,7 +1134,7 @@
1127
1134
  "other": "Čitaj više"
1128
1135
  },
1129
1136
  "plan_page_header_text": {
1130
- "other": "Uživajte {{ .Name }}"
1137
+ "other": "Uživajte {{.Name}}"
1131
1138
  },
1132
1139
  "page_plan_explore_intro": {
1133
1140
  "other": "ILI"
@@ -1192,9 +1199,6 @@
1192
1199
  "usersubscriptions_unsubscribe_modal_body": {
1193
1200
  "other": "Ovo će otkazati pretplatu na {{.Name}}. I dalje ćete moći gledati sadržaj dok ne istekne {{.Expiry}}."
1194
1201
  },
1195
- "nav_homepage": {
1196
- "other": "ABC Cinemas"
1197
- },
1198
1202
  "classification_divider": {
1199
1203
  "other": " - "
1200
1204
  },
@@ -1280,21 +1284,45 @@
1280
1284
  "other": "Moje pretplate"
1281
1285
  },
1282
1286
  "usersubscriptions_subscription_expiry_trialing": {
1283
- "other": "Prva uplata {{ .Expiry }}"
1287
+ "other": "Prva uplata {{.Expiry}}"
1284
1288
  },
1285
1289
  "usersubscriptions_subscription_expiry_active": {
1286
- "other": "Sljedeća uplata {{ .Expiry }}"
1290
+ "other": "Sljedeća uplata {{.Expiry}}"
1287
1291
  },
1288
1292
  "usersubscriptions_subscription_expiry_past_due": {
1289
- "other": "Rok za plaćanje {{ .Expiry }}"
1293
+ "other": "Rok za plaćanje {{.Expiry}}"
1290
1294
  },
1291
1295
  "usersubscriptions_subscription_expiry_cancelled": {
1292
- "other": "Završava {{ .Expiry }}"
1296
+ "other": "Završava {{.Expiry}}"
1293
1297
  },
1294
1298
  "usersubscriptions_subscription_expiry_expired": {
1295
- "other": "Završeno {{ .Expiry }}"
1299
+ "other": "Završeno {{.Expiry}}"
1296
1300
  },
1297
1301
  "sponsor_image_alt": {
1298
1302
  "other": "logotip sponzora"
1303
+ },
1304
+ "subscribe_to_watch": {
1305
+ "other": "Pretplatite se na gledanje"
1306
+ },
1307
+ "bundle_items_generic": {
1308
+ "other": "{{.Count}} stavke"
1309
+ },
1310
+ "shopping_card_update_reason_expired": {
1311
+ "other": "Ažurirajte svoju kreditnu karticu. Podržane kartice su Visa, Mastercard i American Express."
1312
+ },
1313
+ "shopping_discount_applied_promo": {
1314
+ "other": "Kôd je uspješno primijenjen."
1315
+ },
1316
+ "promo_only_purchases_must_be_100_percent_discounted": {
1317
+ "other": "Unesite važeći promotivni kod."
1318
+ },
1319
+ "shopping_complete_promo_only": {
1320
+ "other": "Uspjeh! Sada možete gledati {{.Title}}."
1321
+ },
1322
+ "shopping_action_redeem_promo_code": {
1323
+ "other": "Otkupiti"
1324
+ },
1325
+ "pricing_ownership_promo": {
1326
+ "other": "Otkupiti"
1299
1327
  }
1300
- }
1328
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Settings"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Sajnos úgy tűnik, hogy a keresett oldal nem létezik.</p><p>Talán törölték vagy áthelyezték, kérjük ellenőrizd, hogy helyesen írtad-e be a címet.</p><p>Próbálj visszamenni a kezdőlapra, hogy megtaláld, amit keresel.</p><p><a href=\"{{.URL}}\">Vissza a kezdőlapra</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Bejelentkezés"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Link megosztás"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Link a vágólapra másolva!"
149
+ "other": "Link másolva"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Link másolása"
@@ -660,7 +654,7 @@
660
654
  "other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban."
661
655
  },
662
656
  "shopping_complete_plan": {
663
- "other": "A {{ .Title }} vásárlása sikeres volt."
657
+ "other": "A {{.Title}} vásárlása sikeres volt."
664
658
  },
665
659
  "shopping_complete_rental_watch_window_start": {
666
660
  "one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
@@ -1010,33 +1004,38 @@
1010
1004
  "other": "Ár"
1011
1005
  },
1012
1006
  "shopping_price_plan_note": {
1013
- "zero": "{{ .Interval }} minden .Intervallum .",
1014
- "one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
1015
- "other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
1007
+ "one": "A 24 órás ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül.",
1008
+ "other": "A {{.Count}} napos ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül."
1009
+ },
1010
+ "shopping_price_plan_note_without_trial": {
1011
+ "other": "minden {{.Interval}} felszámításra kerül."
1016
1012
  },
1017
1013
  "shopping_price_plan_note_interval": {
1018
- "one": "{{ .Interval }}",
1019
- "other": "{{ .Count }} {{ .Interval }}"
1014
+ "one": "{{.Interval}}",
1015
+ "other": "{{.Count}} {{.Interval}}"
1020
1016
  },
1021
- "shopping_enter_card_prompt_plan": {
1017
+ "shopping_enter_card_prompt_subscription": {
1022
1018
  "other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
1023
1019
  },
1020
+ "shopping_enter_card_prompt_plan": {
1021
+ "other": "Adja meg hitelkártya adatait alább a terv elindításához."
1022
+ },
1024
1023
  "shopping_action_plan": {
1025
1024
  "other": "teljes"
1026
1025
  },
1027
1026
  "shopping_complete_subscription": {
1028
- "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
1027
+ "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{.Title}}."
1029
1028
  },
1030
1029
  "shopping_complete_subscription_browse": {
1031
1030
  "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
1032
1031
  },
1033
1032
  "shopping_info_plan_offer": {
1034
- "one": "Automatikusan megújítja minden {{ .Interval }}",
1035
- "other": "Automatikusan {{ .Count }} {{ .Interval }}"
1033
+ "one": "Automatikusan megújítja minden {{.Interval}}",
1034
+ "other": "Automatikusan {{.Count}} {{.Interval}}"
1036
1035
  },
1037
1036
  "shopping_info_trial_period_offer": {
1038
1037
  "one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
1039
- "other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
1038
+ "other": "Próbálja ki ingyenes {{.Count}} napos próbaverzióját!"
1040
1039
  },
1041
1040
  "plans_page_header": {
1042
1041
  "other": "Rendelkezésre álló tervek"
@@ -1054,7 +1053,7 @@
1054
1053
  "other": "Olvass tovább"
1055
1054
  },
1056
1055
  "plan_page_header_text": {
1057
- "other": "Élvezze {{ .Name }}"
1056
+ "other": "Élvezze {{.Name}}"
1058
1057
  },
1059
1058
  "page_plan_explore_intro": {
1060
1059
  "other": "VAGY"
@@ -1110,6 +1109,9 @@
1110
1109
  "wcag_aria_label_carousel": {
1111
1110
  "other": "Körhinta"
1112
1111
  },
1112
+ "wcag_aria_label_carousel_pagination": {
1113
+ "other": "Lapszámozás"
1114
+ },
1113
1115
  "wcag_aria_label_page_collection": {
1114
1116
  "other": "Oldalgyűjtemény"
1115
1117
  },
@@ -1297,21 +1299,45 @@
1297
1299
  "other": "a Feliratkozásaim"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_trialing": {
1300
- "other": "Első fizetés {{ .Expiry }}"
1302
+ "other": "Első fizetés {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_active": {
1303
- "other": "Következő fizetés {{ .Expiry }}"
1305
+ "other": "Következő fizetés {{.Expiry}}"
1304
1306
  },
1305
1307
  "usersubscriptions_subscription_expiry_past_due": {
1306
- "other": "Fizetési esedékesség {{ .Expiry }}"
1308
+ "other": "Fizetési esedékesség {{.Expiry}}"
1307
1309
  },
1308
1310
  "usersubscriptions_subscription_expiry_cancelled": {
1309
- "other": "Vége {{ .Expiry }}"
1311
+ "other": "Vége {{.Expiry}}"
1310
1312
  },
1311
1313
  "usersubscriptions_subscription_expiry_expired": {
1312
- "other": "Befejeződött {{ .Expiry }}"
1314
+ "other": "Befejeződött {{.Expiry}}"
1313
1315
  },
1314
1316
  "sponsor_image_alt": {
1315
1317
  "other": "szponzor logó"
1318
+ },
1319
+ "subscribe_to_watch": {
1320
+ "other": "Iratkozz fel a nézéshez"
1321
+ },
1322
+ "bundle_items_generic": {
1323
+ "other": "{{.Count}} elemeket"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Frissítse hitelkártyáját. A támogatott kártyák a Visa, Mastercard és az American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "A kód sikeresen alkalmazva."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Adjon meg egy érvényes promóciós kódot."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Siker! Most megtekintheti a {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Beváltani"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Beváltani"
1316
1342
  }
1317
- }
1343
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Impostazioni"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Ci scusiamo, ma sembra che la pagina che stai cercando non esista.</p><p>Potrebbe essere stata spostata o cancellata, o forse potresti aver sbagliato qualcosa nella digitazione.</p><p>Prova a tornare alla homepage per trovare quello che stavi cercando.</p><p><a href=\"{{.URL}}\">Torna alla Homepage</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Accedi"
78
72
  },
@@ -152,7 +146,7 @@
152
146
  "other": "Condividi link"
153
147
  },
154
148
  "social_media_buttons_copied_link": {
155
- "other": "Link copiato negli appunti!"
149
+ "other": "Link copiato"
156
150
  },
157
151
  "social_media_buttons_copy_link": {
158
152
  "other": "Copia link"
@@ -663,7 +657,7 @@
663
657
  "other": "Consulta la tua library"
664
658
  },
665
659
  "shopping_complete_plan": {
666
- "other": "L'acquisto di {{ .Title }} buon fine."
660
+ "other": "L'acquisto di {{.Title}} buon fine."
667
661
  },
668
662
  "shopping_complete_rental_watch_window_start": {
669
663
  "one": "Ora puoi iniziare a guardarlo entro il giorno successivo.",
@@ -911,33 +905,38 @@
911
905
  "other": "Prezzo"
912
906
  },
913
907
  "shopping_price_plan_note": {
914
- "zero": "Addebitato ogni {{ .Interval }} .",
915
- "one": "Addebitato ogni {{ .Interval }} termine della prova gratuita di 24 ore.",
916
- "other": "Addebitato ogni {{ .Interval }} dopo la {{ .Count }} del periodo di prova gratuito di .Count."
908
+ "one": "Addebitato ogni {{.Interval}} termine della prova gratuita di 24 ore.",
909
+ "other": "Addebitato ogni {{.Interval}} al termine del periodo di prova gratuito di {{.Count}} giorni."
910
+ },
911
+ "shopping_price_plan_note_without_trial": {
912
+ "other": "Addebitato ogni {{.Interval}} ."
917
913
  },
918
914
  "shopping_price_plan_note_interval": {
919
- "one": "{{ .Interval }}",
920
- "other": "{{ .Count }} {{ .Interval }}"
915
+ "one": "{{.Interval}}",
916
+ "other": "{{.Count}} {{.Interval}}"
921
917
  },
922
- "shopping_enter_card_prompt_plan": {
918
+ "shopping_enter_card_prompt_subscription": {
923
919
  "other": "Inserisci i dati della tua carta di credito qui sotto per iniziare il tuo abbonamento."
924
920
  },
921
+ "shopping_enter_card_prompt_plan": {
922
+ "other": "Inserisci i dettagli della tua carta di credito qui sotto per iniziare il tuo piano."
923
+ },
925
924
  "shopping_action_plan": {
926
925
  "other": "Completare"
927
926
  },
928
927
  "shopping_complete_subscription": {
929
- "other": "L&#39;acquisto dell&#39;abbonamento è andato a buon fine. Ora sei iscritto a {{ .Title }} ."
928
+ "other": "L'acquisto dell'abbonamento è andato a buon fine. Ora sei iscritto a {{.Title}}."
930
929
  },
931
930
  "shopping_complete_subscription_browse": {
932
931
  "other": "Sentiti libero di <a href=\"/\">navigare nel</a> sito o di <a href=\"/search.html\">cercare</a> qualcosa di specifico."
933
932
  },
934
933
  "shopping_info_plan_offer": {
935
- "one": "Si rinnova automaticamente ogni {{ .Interval }}",
936
- "other": "Rinnova automaticamente ogni {{ .Count }} {{ .Interval }}"
934
+ "one": "Si rinnova automaticamente ogni {{.Interval}}",
935
+ "other": "Rinnova automaticamente ogni {{.Count}} {{.Interval}}"
937
936
  },
938
937
  "shopping_info_trial_period_offer": {
939
938
  "one": "Prova subito la tua prova gratuita di 24 ore!",
940
- "other": "Prova la tua prova gratuita di {{ .Count }} Day!"
939
+ "other": "Prova la tua prova gratuita di {{.Count}} Day!"
941
940
  },
942
941
  "plans_page_header": {
943
942
  "other": "Piani disponibili"
@@ -955,7 +954,7 @@
955
954
  "other": "Per saperne di più"
956
955
  },
957
956
  "plan_page_header_text": {
958
- "other": "Divertiti con {{ .Name }}"
957
+ "other": "Divertiti con {{.Name}}"
959
958
  },
960
959
  "page_plan_explore_intro": {
961
960
  "other": "O"
@@ -1017,6 +1016,9 @@
1017
1016
  "wcag_aria_label_carousel": {
1018
1017
  "other": "Giostra"
1019
1018
  },
1019
+ "wcag_aria_label_carousel_pagination": {
1020
+ "other": "Impaginazione"
1021
+ },
1020
1022
  "wcag_aria_label_page_collection": {
1021
1023
  "other": "Collezione di pagine"
1022
1024
  },
@@ -1288,21 +1290,45 @@
1288
1290
  "other": "le mie sottoscrizioni"
1289
1291
  },
1290
1292
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "Primo pagamento {{ .Expiry }}"
1293
+ "other": "Primo pagamento {{.Expiry}}"
1292
1294
  },
1293
1295
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "Prossimo pagamento {{ .Expiry }}"
1296
+ "other": "Prossimo pagamento {{.Expiry}}"
1295
1297
  },
1296
1298
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "Pagamento dovuto {{ .Expiry }}"
1299
+ "other": "Pagamento dovuto {{.Expiry}}"
1298
1300
  },
1299
1301
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "Termina {{ .Expiry }}"
1302
+ "other": "Termina {{.Expiry}}"
1301
1303
  },
1302
1304
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "Terminato {{ .Expiry }}"
1305
+ "other": "Terminato {{.Expiry}}"
1304
1306
  },
1305
1307
  "sponsor_image_alt": {
1306
1308
  "other": "logo dello sponsor"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Iscriviti per guardare"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} Oggetti"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Aggiorna la tua carta di credito. Le carte supportate sono Visa, Mastercard e American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Codice applicato correttamente."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Inserisci un codice promozionale valido."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Successo! Ora puoi guardare {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Riscattare"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Riscattare"
1307
1333
  }
1308
- }
1334
+ }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Settings"
7
4
  },
@@ -50,9 +47,6 @@
50
47
  "404_page_content": {
51
48
  "other": "<p>お探しのページは存在しないようです。移 動もしくは削除されたか、入力間違いかも しれません。ホーム画面でページを探して みてください。</p><p><a href=\"/\">ホーム 画面に戻る</a></p>"
52
49
  },
53
- "nav_homepage": {
54
- "other": "ABC Cinemas"
55
- },
56
50
  "nav_signin": {
57
51
  "other": "サインイン"
58
52
  },
@@ -132,7 +126,7 @@
132
126
  "other": "リンクシェア"
133
127
  },
134
128
  "social_media_buttons_copied_link": {
135
- "other": "リンクがクリップボードにコピーされました!"
129
+ "other": "リンクがコピーされました"
136
130
  },
137
131
  "social_media_buttons_copy_link": {
138
132
  "other": "リンクをコピーする"
@@ -616,7 +610,7 @@
616
610
  "other": "お客様のライブラリー内にある{{.BundleItems}} の作品をご視聴いただけます。"
617
611
  },
618
612
  "shopping_complete_plan": {
619
- "other": "{{ .Title }}購入は成功しました。"
613
+ "other": "{{.Title}}購入は成功しました。"
620
614
  },
621
615
  "shopping_complete_rental_watch_window_start": {
622
616
  "one": "本作品は明日中に限り視聴を開始いただけます。",
@@ -843,33 +837,36 @@
843
837
  "other": "価格"
844
838
  },
845
839
  "shopping_price_plan_note": {
846
- "zero": "{{ .Interval }}ごとに課金されます。",
847
- "one": "24時間の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}",
848
- "other": "{{ .Count }}日の無料トライアルが終了した後、.Intervalごとに{{ .Interval }}"
840
+ "other": "{{.Count}}日の無料試用期間が終了すると、{{.Interval}}ごとに課金されます。"
841
+ },
842
+ "shopping_price_plan_note_without_trial": {
843
+ "other": "{{.Interval}}ごとに課金されます。"
849
844
  },
850
845
  "shopping_price_plan_note_interval": {
851
- "one": "{{ .Interval }}",
852
- "other": "{{ .Count }} {{ .Interval }}"
846
+ "other": "{{.Count}} {{.Interval}}"
853
847
  },
854
- "shopping_enter_card_prompt_plan": {
848
+ "shopping_enter_card_prompt_subscription": {
855
849
  "other": "サブスクリプションを開始するには、以下にクレジットカードの詳細を入力してください。"
856
850
  },
851
+ "shopping_enter_card_prompt_plan": {
852
+ "other": "プランを開始するには、以下にクレジットカードの詳細を入力してください。"
853
+ },
857
854
  "shopping_action_plan": {
858
855
  "other": "完了"
859
856
  },
860
857
  "shopping_complete_subscription": {
861
- "other": "サブスクリプションの購入は成功しました。これで、 {{ .Title }}サブスクライブしました。"
858
+ "other": "サブスクリプションの購入は成功しました。これで、 {{.Title}}サブスクライブしました。"
862
859
  },
863
860
  "shopping_complete_subscription_browse": {
864
861
  "other": "気軽に<a href=\"/\">サイトを閲覧したり</a>、特定のものを<a href=\"/search.html\">検索</a>したりしてください。"
865
862
  },
866
863
  "shopping_info_plan_offer": {
867
- "one": "{{ .Interval }}ごとに自動的に更新されます",
868
- "other": "{{ .Count }} {{ .Interval }}ごとに自動的に更新されます"
864
+ "one": "{{.Interval}}ごとに自動的に更新されます",
865
+ "other": "{{.Count}} {{.Interval}}ごとに自動的に更新されます"
869
866
  },
870
867
  "shopping_info_trial_period_offer": {
871
868
  "one": "今すぐ無料の24時間トライアルをお試しください!",
872
- "other": "{{ .Count }}日トライアルをお試しください!"
869
+ "other": "{{.Count}}日トライアルをお試しください!"
873
870
  },
874
871
  "plans_page_header": {
875
872
  "other": "利用可能なプラン"
@@ -887,7 +884,7 @@
887
884
  "other": "続きを読む"
888
885
  },
889
886
  "plan_page_header_text": {
890
- "other": "{{ .Name }}お楽しみください"
887
+ "other": "{{.Name}}お楽しみください"
891
888
  },
892
889
  "page_plan_explore_intro": {
893
890
  "other": "また"
@@ -949,6 +946,9 @@
949
946
  "wcag_aria_label_carousel": {
950
947
  "other": "カルーセル"
951
948
  },
949
+ "wcag_aria_label_carousel_pagination": {
950
+ "other": "ページ付け"
951
+ },
952
952
  "wcag_aria_label_page_collection": {
953
953
  "other": "ページコレクション"
954
954
  },
@@ -1288,21 +1288,45 @@
1288
1288
  "other": "私のサブスクリプション"
1289
1289
  },
1290
1290
  "usersubscriptions_subscription_expiry_trialing": {
1291
- "other": "最初の支払い{{ .Expiry }}"
1291
+ "other": "最初の支払い{{.Expiry}}"
1292
1292
  },
1293
1293
  "usersubscriptions_subscription_expiry_active": {
1294
- "other": "次の支払い{{ .Expiry }}"
1294
+ "other": "次の支払い{{.Expiry}}"
1295
1295
  },
1296
1296
  "usersubscriptions_subscription_expiry_past_due": {
1297
- "other": "支払{{ .Expiry }}"
1297
+ "other": "支払{{.Expiry}}"
1298
1298
  },
1299
1299
  "usersubscriptions_subscription_expiry_cancelled": {
1300
- "other": "終了{{ .Expiry }}"
1300
+ "other": "終了{{.Expiry}}"
1301
1301
  },
1302
1302
  "usersubscriptions_subscription_expiry_expired": {
1303
- "other": "終了{{ .Expiry }}"
1303
+ "other": "終了{{.Expiry}}"
1304
1304
  },
1305
1305
  "sponsor_image_alt": {
1306
1306
  "other": "スポンサーロゴ"
1307
+ },
1308
+ "subscribe_to_watch": {
1309
+ "other": "視聴するために購読する"
1310
+ },
1311
+ "bundle_items_generic": {
1312
+ "other": "{{.Count}}アイテム"
1313
+ },
1314
+ "shopping_card_update_reason_expired": {
1315
+ "other": "クレジットカードを更新します。サポートされているカードは、Visa、Mastercard、AmericanExpressです。"
1316
+ },
1317
+ "shopping_discount_applied_promo": {
1318
+ "other": "コードが正常に適用されました。"
1319
+ },
1320
+ "promo_only_purchases_must_be_100_percent_discounted": {
1321
+ "other": "有効なプロモーションコードを入力してください。"
1322
+ },
1323
+ "shopping_complete_promo_only": {
1324
+ "other": "成功!これで、 {{.Title}}を見ることができます。"
1325
+ },
1326
+ "shopping_action_redeem_promo_code": {
1327
+ "other": "償還"
1328
+ },
1329
+ "pricing_ownership_promo": {
1330
+ "other": "償還"
1307
1331
  }
1308
- }
1332
+ }