@shift72/core-template 0.6.0 → 1.0.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/pull_request_template.md +47 -0
- package/.github/workflows/node.js.yml +1 -1
- package/CHANGELOG.md +27 -1
- package/kibble.json +2 -2
- package/package.json +1 -1
- package/site/ar_LB.all.json +41 -19
- package/site/ca_ES.all.json +33 -19
- package/site/da_DK.all.json +33 -19
- package/site/de_DE.all.json +33 -19
- package/site/el_EL.all.json +33 -19
- package/site/en_AU.all.json +17 -3
- package/site/es_ES.all.json +33 -19
- package/site/es_MX.all.json +30 -16
- package/site/et_ET.all.json +33 -19
- package/site/fi_FI.all.json +33 -19
- package/site/fr_FR.all.json +33 -19
- package/site/hr_HR.all.json +35 -19
- package/site/hu_HU.all.json +33 -19
- package/site/it_IT.all.json +33 -19
- package/site/ja_JP.all.json +31 -19
- package/site/lt_LT.all.json +37 -19
- package/site/nl_BE.all.json +32 -18
- package/site/no_NO.all.json +33 -19
- package/site/pl_PL.all.json +37 -19
- package/site/pt_BR.all.json +33 -19
- package/site/pt_PT.all.json +33 -19
- package/site/ru_RU.all.json +43 -25
- package/site/sr_SR.all.json +35 -19
- package/site/static/js/main.js +1 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_buttons.scss +32 -27
- package/site/styles/_can-be-watched-button.scss +0 -20
- package/site/styles/_carousel.scss +125 -307
- package/site/styles/_collections.scss +6 -11
- package/site/styles/_cta-buttons.scss +262 -0
- package/site/styles/_forms.scss +1 -2
- package/site/styles/_icons.scss +3 -1
- package/site/styles/_legacy.scss +1 -43
- package/site/styles/_meta-detail.scss +20 -194
- package/site/styles/_meta-item-tagline.scss +33 -0
- package/site/styles/_meta-item.scss +0 -4
- package/site/styles/_meta-sub-item.scss +116 -0
- package/site/styles/_mixins.scss +45 -0
- package/site/styles/_nav.scss +1 -1
- package/site/styles/_pages.scss +4 -13
- package/site/styles/_plans.scss +14 -0
- package/site/styles/_shift72.scss +4 -0
- package/site/styles/_variables.scss +2 -4
- package/site/styles/main.scss +2 -1
- package/site/templates/bundle/item.jet +2 -4
- package/site/templates/collection/carousel/carousel.jet +27 -0
- package/site/templates/collection/carousel/item/image.jet +5 -0
- package/site/templates/collection/carousel/item/synopsis.jet +5 -0
- package/site/templates/collection/carousel/item/tagline.jet +7 -0
- package/site/templates/collection/carousel/item/title.jet +3 -0
- package/site/templates/collection/carousel/item.jet +41 -0
- package/site/templates/collection/carousel/pagination.jet +9 -0
- package/site/templates/collection/page_collection.jet +2 -2
- package/site/templates/common/cta_buttons.jet +70 -0
- package/site/templates/common/social-media-buttons.jet +2 -2
- package/site/templates/film/item.jet +6 -16
- package/site/templates/items/sub_item.jet +22 -0
- package/site/templates/items/tagline.jet +2 -2
- package/site/templates/page/homepage.jet +2 -3
- package/site/templates/tv/detail.jet +10 -18
- package/site/tr_TR.all.json +33 -19
- package/site/uk_UA.all.json +37 -19
- package/site/zh_TW.all.json +31 -19
- package/site/styles/_homepage.scss +0 -3
- package/site/templates/bundle/buttons.jet +0 -6
- package/site/templates/bundle/extras.jet +0 -13
- package/site/templates/collection/carousel.jet +0 -27
- package/site/templates/collection/carousel_item.jet +0 -68
- package/site/templates/items/bonus_item.jet +0 -23
- package/site/templates/items/featured_item.jet +0 -61
- package/site/templates/tv/episode.jet +0 -21
package/site/fr_FR.all.json
CHANGED
@@ -149,7 +149,7 @@
|
|
149
149
|
"other": "Partage de lien"
|
150
150
|
},
|
151
151
|
"social_media_buttons_copied_link": {
|
152
|
-
"other": "Lien copié
|
152
|
+
"other": "Lien copié"
|
153
153
|
},
|
154
154
|
"social_media_buttons_copy_link": {
|
155
155
|
"other": "Copier le lien"
|
@@ -675,7 +675,7 @@
|
|
675
675
|
"other": "Voir votre bibliothèque"
|
676
676
|
},
|
677
677
|
"shopping_complete_plan": {
|
678
|
-
"other": "Votre achat de {{
|
678
|
+
"other": "Votre achat de {{.Title}} a réussi."
|
679
679
|
},
|
680
680
|
"shopping_complete_rental_watch_window_start": {
|
681
681
|
"one": "Vous pouvez maintenant commencer la lecture jusqu'à demain",
|
@@ -899,33 +899,38 @@
|
|
899
899
|
"other": "Prix"
|
900
900
|
},
|
901
901
|
"shopping_price_plan_note": {
|
902
|
-
"
|
903
|
-
"
|
904
|
-
|
902
|
+
"one": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de 24 heures.",
|
903
|
+
"other": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de {{.Count}} jours."
|
904
|
+
},
|
905
|
+
"shopping_price_plan_note_without_trial": {
|
906
|
+
"other": "Chargé tous les {{.Interval}} ."
|
905
907
|
},
|
906
908
|
"shopping_price_plan_note_interval": {
|
907
|
-
"one": "{{
|
908
|
-
"other": "{{
|
909
|
+
"one": "{{.Interval}}",
|
910
|
+
"other": "{{.Count}} {{.Interval}}"
|
909
911
|
},
|
910
|
-
"
|
912
|
+
"shopping_enter_card_prompt_subscription": {
|
911
913
|
"other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre abonnement."
|
912
914
|
},
|
915
|
+
"shopping_enter_card_prompt_plan": {
|
916
|
+
"other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre plan."
|
917
|
+
},
|
913
918
|
"shopping_action_plan": {
|
914
919
|
"other": "Compléter"
|
915
920
|
},
|
916
921
|
"shopping_complete_subscription": {
|
917
|
-
"other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{
|
922
|
+
"other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{.Title}} ."
|
918
923
|
},
|
919
924
|
"shopping_complete_subscription_browse": {
|
920
925
|
"other": "N'hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
|
921
926
|
},
|
922
927
|
"shopping_info_plan_offer": {
|
923
|
-
"one": "
|
924
|
-
"other": "{{
|
928
|
+
"one": "Se renouvelle automatiquement tous les {{.Interval}}",
|
929
|
+
"other": "{{.Count}} automatiquement chaque {{.Interval}}"
|
925
930
|
},
|
926
931
|
"shopping_info_trial_period_offer": {
|
927
932
|
"one": "Essayez votre essai gratuit de 24 heures maintenant !",
|
928
|
-
"other": "Essayez votre essai gratuit de {{
|
933
|
+
"other": "Essayez votre essai gratuit de {{.Count}} day !"
|
929
934
|
},
|
930
935
|
"plans_page_header": {
|
931
936
|
"other": "Forfaits disponibles"
|
@@ -943,7 +948,7 @@
|
|
943
948
|
"other": "Lire la suite"
|
944
949
|
},
|
945
950
|
"plan_page_header_text": {
|
946
|
-
"other": "Profitez de {{
|
951
|
+
"other": "Profitez de {{.Name}}"
|
947
952
|
},
|
948
953
|
"page_plan_explore_intro": {
|
949
954
|
"other": "OU"
|
@@ -1005,6 +1010,9 @@
|
|
1005
1010
|
"wcag_aria_label_carousel": {
|
1006
1011
|
"other": "Carrousel"
|
1007
1012
|
},
|
1013
|
+
"wcag_aria_label_carousel_pagination": {
|
1014
|
+
"other": "Pagination"
|
1015
|
+
},
|
1008
1016
|
"wcag_aria_label_page_collection": {
|
1009
1017
|
"other": "Collecte de pages"
|
1010
1018
|
},
|
@@ -1288,21 +1296,27 @@
|
|
1288
1296
|
"other": "Mes abonnements"
|
1289
1297
|
},
|
1290
1298
|
"usersubscriptions_subscription_expiry_trialing": {
|
1291
|
-
"other": "Premier paiement {{
|
1299
|
+
"other": "Premier paiement {{.Expiry}}"
|
1292
1300
|
},
|
1293
1301
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Prochain paiement {{
|
1302
|
+
"other": "Prochain paiement {{.Expiry}}"
|
1295
1303
|
},
|
1296
1304
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Paiement dû {{
|
1305
|
+
"other": "Paiement dû {{.Expiry}}"
|
1298
1306
|
},
|
1299
1307
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Se termine {{
|
1308
|
+
"other": "Se termine {{.Expiry}}"
|
1301
1309
|
},
|
1302
1310
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Terminé {{
|
1311
|
+
"other": "Terminé {{.Expiry}}"
|
1304
1312
|
},
|
1305
1313
|
"sponsor_image_alt": {
|
1306
1314
|
"other": "logo du sponsor"
|
1315
|
+
},
|
1316
|
+
"subscribe_to_watch": {
|
1317
|
+
"other": "Abonnez-vous pour regarder"
|
1318
|
+
},
|
1319
|
+
"bundle_items_generic": {
|
1320
|
+
"other": "{{.Count}} éléments"
|
1307
1321
|
}
|
1308
|
-
}
|
1322
|
+
}
|
package/site/hr_HR.all.json
CHANGED
@@ -150,7 +150,7 @@
|
|
150
150
|
"other": "Dijeljenje veze"
|
151
151
|
},
|
152
152
|
"social_media_buttons_copied_link": {
|
153
|
-
"other": "Veza je kopirana
|
153
|
+
"other": "Veza je kopirana"
|
154
154
|
},
|
155
155
|
"social_media_buttons_copy_link": {
|
156
156
|
"other": "Kopiraj link"
|
@@ -714,7 +714,7 @@
|
|
714
714
|
"other": "Sadržaj možete gledati od {{.Date}} i vaša posudba traje {{.Count}} dana."
|
715
715
|
},
|
716
716
|
"shopping_complete_plan": {
|
717
|
-
"other": "Vaša kupnja {{
|
717
|
+
"other": "Vaša kupnja {{.Title}} je uspjela."
|
718
718
|
},
|
719
719
|
"shopping_action_rent": {
|
720
720
|
"other": "Posudi"
|
@@ -1058,6 +1058,9 @@
|
|
1058
1058
|
"wcag_aria_label_carousel": {
|
1059
1059
|
"other": "Kružni prikaz"
|
1060
1060
|
},
|
1061
|
+
"wcag_aria_label_carousel_pagination": {
|
1062
|
+
"other": "Paginacija"
|
1063
|
+
},
|
1061
1064
|
"wcag_aria_label_page_collection": {
|
1062
1065
|
"other": "Zbirka stranica"
|
1063
1066
|
},
|
@@ -1083,33 +1086,40 @@
|
|
1083
1086
|
"other": "Cijena"
|
1084
1087
|
},
|
1085
1088
|
"shopping_price_plan_note": {
|
1086
|
-
"
|
1087
|
-
"
|
1088
|
-
"other": "Naplaćuje se svaki {{
|
1089
|
+
"one": "Naplaćuje se svaki {{.Interval}} nakon što završi besplatno probno razdoblje od 24 sata.",
|
1090
|
+
"few": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda.",
|
1091
|
+
"other": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda."
|
1092
|
+
},
|
1093
|
+
"shopping_price_plan_note_without_trial": {
|
1094
|
+
"other": "Naplaćuje se svaki {{.Interval}} ."
|
1089
1095
|
},
|
1090
1096
|
"shopping_price_plan_note_interval": {
|
1091
|
-
"one": "{{
|
1092
|
-
"
|
1097
|
+
"one": "{{.Interval}}",
|
1098
|
+
"few": "{{.Count}} {{.Interval}}",
|
1099
|
+
"other": "{{.Count}} {{.Interval}}"
|
1093
1100
|
},
|
1094
|
-
"
|
1101
|
+
"shopping_enter_card_prompt_subscription": {
|
1095
1102
|
"other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoju pretplatu."
|
1096
1103
|
},
|
1104
|
+
"shopping_enter_card_prompt_plan": {
|
1105
|
+
"other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoj plan."
|
1106
|
+
},
|
1097
1107
|
"shopping_action_plan": {
|
1098
1108
|
"other": "Dovršeno"
|
1099
1109
|
},
|
1100
1110
|
"shopping_complete_subscription": {
|
1101
|
-
"other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{
|
1111
|
+
"other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}} ."
|
1102
1112
|
},
|
1103
1113
|
"shopping_complete_subscription_browse": {
|
1104
1114
|
"other": "Slobodno <a href=\"/\">pregledavajte</a> stranicu ili <a href=\"/search.html\">tražite</a> nešto specifično."
|
1105
1115
|
},
|
1106
1116
|
"shopping_info_plan_offer": {
|
1107
|
-
"one": "Automatski obnavlja svaki {{
|
1108
|
-
"other": "Automatski obnavlja svaki {{
|
1117
|
+
"one": "Automatski obnavlja svaki {{.Interval}}",
|
1118
|
+
"other": "Automatski obnavlja svaki {{.Count}} {{.Interval}}"
|
1109
1119
|
},
|
1110
1120
|
"shopping_info_trial_period_offer": {
|
1111
1121
|
"one": "Isprobajte svoju besplatnu probnu verziju od 24 sata sada!",
|
1112
|
-
"other": "Isprobajte svoju besplatnu {{
|
1122
|
+
"other": "Isprobajte svoju besplatnu {{.Count}} day!"
|
1113
1123
|
},
|
1114
1124
|
"plans_page_header": {
|
1115
1125
|
"other": "Dostupni planovi"
|
@@ -1127,7 +1137,7 @@
|
|
1127
1137
|
"other": "Čitaj više"
|
1128
1138
|
},
|
1129
1139
|
"plan_page_header_text": {
|
1130
|
-
"other": "Uživajte {{
|
1140
|
+
"other": "Uživajte {{.Name}}"
|
1131
1141
|
},
|
1132
1142
|
"page_plan_explore_intro": {
|
1133
1143
|
"other": "ILI"
|
@@ -1280,21 +1290,27 @@
|
|
1280
1290
|
"other": "Moje pretplate"
|
1281
1291
|
},
|
1282
1292
|
"usersubscriptions_subscription_expiry_trialing": {
|
1283
|
-
"other": "Prva uplata {{
|
1293
|
+
"other": "Prva uplata {{.Expiry}}"
|
1284
1294
|
},
|
1285
1295
|
"usersubscriptions_subscription_expiry_active": {
|
1286
|
-
"other": "Sljedeća uplata {{
|
1296
|
+
"other": "Sljedeća uplata {{.Expiry}}"
|
1287
1297
|
},
|
1288
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
1289
|
-
"other": "Rok za plaćanje {{
|
1299
|
+
"other": "Rok za plaćanje {{.Expiry}}"
|
1290
1300
|
},
|
1291
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1292
|
-
"other": "Završava {{
|
1302
|
+
"other": "Završava {{.Expiry}}"
|
1293
1303
|
},
|
1294
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
1295
|
-
"other": "Završeno {{
|
1305
|
+
"other": "Završeno {{.Expiry}}"
|
1296
1306
|
},
|
1297
1307
|
"sponsor_image_alt": {
|
1298
1308
|
"other": "logotip sponzora"
|
1309
|
+
},
|
1310
|
+
"subscribe_to_watch": {
|
1311
|
+
"other": "Pretplatite se na gledanje"
|
1312
|
+
},
|
1313
|
+
"bundle_items_generic": {
|
1314
|
+
"other": "{{.Count}} stavke"
|
1299
1315
|
}
|
1300
|
-
}
|
1316
|
+
}
|
package/site/hu_HU.all.json
CHANGED
@@ -152,7 +152,7 @@
|
|
152
152
|
"other": "Link megosztás"
|
153
153
|
},
|
154
154
|
"social_media_buttons_copied_link": {
|
155
|
-
"other": "Link
|
155
|
+
"other": "Link másolva"
|
156
156
|
},
|
157
157
|
"social_media_buttons_copy_link": {
|
158
158
|
"other": "Link másolása"
|
@@ -660,7 +660,7 @@
|
|
660
660
|
"other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban."
|
661
661
|
},
|
662
662
|
"shopping_complete_plan": {
|
663
|
-
"other": "A {{
|
663
|
+
"other": "A {{.Title}} vásárlása sikeres volt."
|
664
664
|
},
|
665
665
|
"shopping_complete_rental_watch_window_start": {
|
666
666
|
"one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
|
@@ -1010,33 +1010,38 @@
|
|
1010
1010
|
"other": "Ár"
|
1011
1011
|
},
|
1012
1012
|
"shopping_price_plan_note": {
|
1013
|
-
"
|
1014
|
-
"
|
1015
|
-
|
1013
|
+
"one": "A 24 órás ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül.",
|
1014
|
+
"other": "A {{.Count}} napos ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül."
|
1015
|
+
},
|
1016
|
+
"shopping_price_plan_note_without_trial": {
|
1017
|
+
"other": "minden {{.Interval}} felszámításra kerül."
|
1016
1018
|
},
|
1017
1019
|
"shopping_price_plan_note_interval": {
|
1018
|
-
"one": "{{
|
1019
|
-
"other": "{{
|
1020
|
+
"one": "{{.Interval}}",
|
1021
|
+
"other": "{{.Count}} {{.Interval}}"
|
1020
1022
|
},
|
1021
|
-
"
|
1023
|
+
"shopping_enter_card_prompt_subscription": {
|
1022
1024
|
"other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
|
1023
1025
|
},
|
1026
|
+
"shopping_enter_card_prompt_plan": {
|
1027
|
+
"other": "Adja meg hitelkártya adatait alább a terv elindításához."
|
1028
|
+
},
|
1024
1029
|
"shopping_action_plan": {
|
1025
1030
|
"other": "teljes"
|
1026
1031
|
},
|
1027
1032
|
"shopping_complete_subscription": {
|
1028
|
-
"other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{
|
1033
|
+
"other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{.Title}} ."
|
1029
1034
|
},
|
1030
1035
|
"shopping_complete_subscription_browse": {
|
1031
1036
|
"other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
|
1032
1037
|
},
|
1033
1038
|
"shopping_info_plan_offer": {
|
1034
|
-
"one": "Automatikusan megújítja minden {{
|
1035
|
-
"other": "Automatikusan {{
|
1039
|
+
"one": "Automatikusan megújítja minden {{.Interval}}",
|
1040
|
+
"other": "Automatikusan {{.Count}} {{.Interval}}"
|
1036
1041
|
},
|
1037
1042
|
"shopping_info_trial_period_offer": {
|
1038
1043
|
"one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
|
1039
|
-
"other": "Próbálja ki ingyenes {{
|
1044
|
+
"other": "Próbálja ki ingyenes {{.Count}} napos próbaverzióját!"
|
1040
1045
|
},
|
1041
1046
|
"plans_page_header": {
|
1042
1047
|
"other": "Rendelkezésre álló tervek"
|
@@ -1054,7 +1059,7 @@
|
|
1054
1059
|
"other": "Olvass tovább"
|
1055
1060
|
},
|
1056
1061
|
"plan_page_header_text": {
|
1057
|
-
"other": "Élvezze {{
|
1062
|
+
"other": "Élvezze {{.Name}}"
|
1058
1063
|
},
|
1059
1064
|
"page_plan_explore_intro": {
|
1060
1065
|
"other": "VAGY"
|
@@ -1110,6 +1115,9 @@
|
|
1110
1115
|
"wcag_aria_label_carousel": {
|
1111
1116
|
"other": "Körhinta"
|
1112
1117
|
},
|
1118
|
+
"wcag_aria_label_carousel_pagination": {
|
1119
|
+
"other": "Lapszámozás"
|
1120
|
+
},
|
1113
1121
|
"wcag_aria_label_page_collection": {
|
1114
1122
|
"other": "Oldalgyűjtemény"
|
1115
1123
|
},
|
@@ -1297,21 +1305,27 @@
|
|
1297
1305
|
"other": "a Feliratkozásaim"
|
1298
1306
|
},
|
1299
1307
|
"usersubscriptions_subscription_expiry_trialing": {
|
1300
|
-
"other": "Első fizetés {{
|
1308
|
+
"other": "Első fizetés {{.Expiry}}"
|
1301
1309
|
},
|
1302
1310
|
"usersubscriptions_subscription_expiry_active": {
|
1303
|
-
"other": "Következő fizetés {{
|
1311
|
+
"other": "Következő fizetés {{.Expiry}}"
|
1304
1312
|
},
|
1305
1313
|
"usersubscriptions_subscription_expiry_past_due": {
|
1306
|
-
"other": "Fizetési esedékesség {{
|
1314
|
+
"other": "Fizetési esedékesség {{.Expiry}}"
|
1307
1315
|
},
|
1308
1316
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1309
|
-
"other": "Vége {{
|
1317
|
+
"other": "Vége {{.Expiry}}"
|
1310
1318
|
},
|
1311
1319
|
"usersubscriptions_subscription_expiry_expired": {
|
1312
|
-
"other": "Befejeződött {{
|
1320
|
+
"other": "Befejeződött {{.Expiry}}"
|
1313
1321
|
},
|
1314
1322
|
"sponsor_image_alt": {
|
1315
1323
|
"other": "szponzor logó"
|
1324
|
+
},
|
1325
|
+
"subscribe_to_watch": {
|
1326
|
+
"other": "Iratkozz fel a nézéshez"
|
1327
|
+
},
|
1328
|
+
"bundle_items_generic": {
|
1329
|
+
"other": "{{.Count}} elemeket"
|
1316
1330
|
}
|
1317
|
-
}
|
1331
|
+
}
|
package/site/it_IT.all.json
CHANGED
@@ -152,7 +152,7 @@
|
|
152
152
|
"other": "Condividi link"
|
153
153
|
},
|
154
154
|
"social_media_buttons_copied_link": {
|
155
|
-
"other": "Link copiato
|
155
|
+
"other": "Link copiato"
|
156
156
|
},
|
157
157
|
"social_media_buttons_copy_link": {
|
158
158
|
"other": "Copia link"
|
@@ -663,7 +663,7 @@
|
|
663
663
|
"other": "Consulta la tua library"
|
664
664
|
},
|
665
665
|
"shopping_complete_plan": {
|
666
|
-
"other": "L'acquisto di {{
|
666
|
+
"other": "L'acquisto di {{.Title}} buon fine."
|
667
667
|
},
|
668
668
|
"shopping_complete_rental_watch_window_start": {
|
669
669
|
"one": "Ora puoi iniziare a guardarlo entro il giorno successivo.",
|
@@ -911,33 +911,38 @@
|
|
911
911
|
"other": "Prezzo"
|
912
912
|
},
|
913
913
|
"shopping_price_plan_note": {
|
914
|
-
"
|
915
|
-
"
|
916
|
-
|
914
|
+
"one": "Addebitato ogni {{.Interval}} termine della prova gratuita di 24 ore.",
|
915
|
+
"other": "Addebitato ogni {{.Interval}} al termine del periodo di prova gratuito di {{.Count}} giorni."
|
916
|
+
},
|
917
|
+
"shopping_price_plan_note_without_trial": {
|
918
|
+
"other": "Addebitato ogni {{.Interval}} ."
|
917
919
|
},
|
918
920
|
"shopping_price_plan_note_interval": {
|
919
|
-
"one": "{{
|
920
|
-
"other": "{{
|
921
|
+
"one": "{{.Interval}}",
|
922
|
+
"other": "{{.Count}} {{.Interval}}"
|
921
923
|
},
|
922
|
-
"
|
924
|
+
"shopping_enter_card_prompt_subscription": {
|
923
925
|
"other": "Inserisci i dati della tua carta di credito qui sotto per iniziare il tuo abbonamento."
|
924
926
|
},
|
927
|
+
"shopping_enter_card_prompt_plan": {
|
928
|
+
"other": "Inserisci i dettagli della tua carta di credito qui sotto per iniziare il tuo piano."
|
929
|
+
},
|
925
930
|
"shopping_action_plan": {
|
926
931
|
"other": "Completare"
|
927
932
|
},
|
928
933
|
"shopping_complete_subscription": {
|
929
|
-
"other": "L
|
934
|
+
"other": "L'acquisto dell'abbonamento è andato a buon fine. Ora sei iscritto a {{.Title}}."
|
930
935
|
},
|
931
936
|
"shopping_complete_subscription_browse": {
|
932
937
|
"other": "Sentiti libero di <a href=\"/\">navigare nel</a> sito o di <a href=\"/search.html\">cercare</a> qualcosa di specifico."
|
933
938
|
},
|
934
939
|
"shopping_info_plan_offer": {
|
935
|
-
"one": "Si rinnova automaticamente ogni {{
|
936
|
-
"other": "Rinnova automaticamente ogni {{
|
940
|
+
"one": "Si rinnova automaticamente ogni {{.Interval}}",
|
941
|
+
"other": "Rinnova automaticamente ogni {{.Count}} {{.Interval}}"
|
937
942
|
},
|
938
943
|
"shopping_info_trial_period_offer": {
|
939
944
|
"one": "Prova subito la tua prova gratuita di 24 ore!",
|
940
|
-
"other": "Prova la tua prova gratuita di {{
|
945
|
+
"other": "Prova la tua prova gratuita di {{.Count}} Day!"
|
941
946
|
},
|
942
947
|
"plans_page_header": {
|
943
948
|
"other": "Piani disponibili"
|
@@ -955,7 +960,7 @@
|
|
955
960
|
"other": "Per saperne di più"
|
956
961
|
},
|
957
962
|
"plan_page_header_text": {
|
958
|
-
"other": "Divertiti con {{
|
963
|
+
"other": "Divertiti con {{.Name}}"
|
959
964
|
},
|
960
965
|
"page_plan_explore_intro": {
|
961
966
|
"other": "O"
|
@@ -1017,6 +1022,9 @@
|
|
1017
1022
|
"wcag_aria_label_carousel": {
|
1018
1023
|
"other": "Giostra"
|
1019
1024
|
},
|
1025
|
+
"wcag_aria_label_carousel_pagination": {
|
1026
|
+
"other": "Impaginazione"
|
1027
|
+
},
|
1020
1028
|
"wcag_aria_label_page_collection": {
|
1021
1029
|
"other": "Collezione di pagine"
|
1022
1030
|
},
|
@@ -1288,21 +1296,27 @@
|
|
1288
1296
|
"other": "le mie sottoscrizioni"
|
1289
1297
|
},
|
1290
1298
|
"usersubscriptions_subscription_expiry_trialing": {
|
1291
|
-
"other": "Primo pagamento {{
|
1299
|
+
"other": "Primo pagamento {{.Expiry}}"
|
1292
1300
|
},
|
1293
1301
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "Prossimo pagamento {{
|
1302
|
+
"other": "Prossimo pagamento {{.Expiry}}"
|
1295
1303
|
},
|
1296
1304
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "Pagamento dovuto {{
|
1305
|
+
"other": "Pagamento dovuto {{.Expiry}}"
|
1298
1306
|
},
|
1299
1307
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "Termina {{
|
1308
|
+
"other": "Termina {{.Expiry}}"
|
1301
1309
|
},
|
1302
1310
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "Terminato {{
|
1311
|
+
"other": "Terminato {{.Expiry}}"
|
1304
1312
|
},
|
1305
1313
|
"sponsor_image_alt": {
|
1306
1314
|
"other": "logo dello sponsor"
|
1315
|
+
},
|
1316
|
+
"subscribe_to_watch": {
|
1317
|
+
"other": "Iscriviti per guardare"
|
1318
|
+
},
|
1319
|
+
"bundle_items_generic": {
|
1320
|
+
"other": "{{.Count}} Oggetti"
|
1307
1321
|
}
|
1308
|
-
}
|
1322
|
+
}
|
package/site/ja_JP.all.json
CHANGED
@@ -132,7 +132,7 @@
|
|
132
132
|
"other": "リンクシェア"
|
133
133
|
},
|
134
134
|
"social_media_buttons_copied_link": {
|
135
|
-
"other": "
|
135
|
+
"other": "リンクがコピーされました"
|
136
136
|
},
|
137
137
|
"social_media_buttons_copy_link": {
|
138
138
|
"other": "リンクをコピーする"
|
@@ -616,7 +616,7 @@
|
|
616
616
|
"other": "お客様のライブラリー内にある{{.BundleItems}} の作品をご視聴いただけます。"
|
617
617
|
},
|
618
618
|
"shopping_complete_plan": {
|
619
|
-
"other": "{{
|
619
|
+
"other": "{{.Title}}購入は成功しました。"
|
620
620
|
},
|
621
621
|
"shopping_complete_rental_watch_window_start": {
|
622
622
|
"one": "本作品は明日中に限り視聴を開始いただけます。",
|
@@ -843,33 +843,36 @@
|
|
843
843
|
"other": "価格"
|
844
844
|
},
|
845
845
|
"shopping_price_plan_note": {
|
846
|
-
"
|
847
|
-
|
848
|
-
|
846
|
+
"other": "{{.Count}}日の無料試用期間が終了すると、{{.Interval}}ごとに課金されます。"
|
847
|
+
},
|
848
|
+
"shopping_price_plan_note_without_trial": {
|
849
|
+
"other": "{{.Interval}}ごとに課金されます。"
|
849
850
|
},
|
850
851
|
"shopping_price_plan_note_interval": {
|
851
|
-
"
|
852
|
-
"other": "{{ .Count }} {{ .Interval }}"
|
852
|
+
"other": "{{.Count}} {{.Interval}}"
|
853
853
|
},
|
854
|
-
"
|
854
|
+
"shopping_enter_card_prompt_subscription": {
|
855
855
|
"other": "サブスクリプションを開始するには、以下にクレジットカードの詳細を入力してください。"
|
856
856
|
},
|
857
|
+
"shopping_enter_card_prompt_plan": {
|
858
|
+
"other": "プランを開始するには、以下にクレジットカードの詳細を入力してください。"
|
859
|
+
},
|
857
860
|
"shopping_action_plan": {
|
858
861
|
"other": "完了"
|
859
862
|
},
|
860
863
|
"shopping_complete_subscription": {
|
861
|
-
"other": "サブスクリプションの購入は成功しました。これで、 {{
|
864
|
+
"other": "サブスクリプションの購入は成功しました。これで、 {{.Title}}サブスクライブしました。"
|
862
865
|
},
|
863
866
|
"shopping_complete_subscription_browse": {
|
864
867
|
"other": "気軽に<a href=\"/\">サイトを閲覧したり</a>、特定のものを<a href=\"/search.html\">検索</a>したりしてください。"
|
865
868
|
},
|
866
869
|
"shopping_info_plan_offer": {
|
867
|
-
"one": "{{
|
868
|
-
"other": "{{
|
870
|
+
"one": "{{.Interval}}ごとに自動的に更新されます",
|
871
|
+
"other": "{{.Count}} {{.Interval}}ごとに自動的に更新されます"
|
869
872
|
},
|
870
873
|
"shopping_info_trial_period_offer": {
|
871
874
|
"one": "今すぐ無料の24時間トライアルをお試しください!",
|
872
|
-
"other": "{{
|
875
|
+
"other": "{{.Count}}日トライアルをお試しください!"
|
873
876
|
},
|
874
877
|
"plans_page_header": {
|
875
878
|
"other": "利用可能なプラン"
|
@@ -887,7 +890,7 @@
|
|
887
890
|
"other": "続きを読む"
|
888
891
|
},
|
889
892
|
"plan_page_header_text": {
|
890
|
-
"other": "{{
|
893
|
+
"other": "{{.Name}}お楽しみください"
|
891
894
|
},
|
892
895
|
"page_plan_explore_intro": {
|
893
896
|
"other": "また"
|
@@ -949,6 +952,9 @@
|
|
949
952
|
"wcag_aria_label_carousel": {
|
950
953
|
"other": "カルーセル"
|
951
954
|
},
|
955
|
+
"wcag_aria_label_carousel_pagination": {
|
956
|
+
"other": "ページ付け"
|
957
|
+
},
|
952
958
|
"wcag_aria_label_page_collection": {
|
953
959
|
"other": "ページコレクション"
|
954
960
|
},
|
@@ -1288,21 +1294,27 @@
|
|
1288
1294
|
"other": "私のサブスクリプション"
|
1289
1295
|
},
|
1290
1296
|
"usersubscriptions_subscription_expiry_trialing": {
|
1291
|
-
"other": "最初の支払い{{
|
1297
|
+
"other": "最初の支払い{{.Expiry}}"
|
1292
1298
|
},
|
1293
1299
|
"usersubscriptions_subscription_expiry_active": {
|
1294
|
-
"other": "次の支払い{{
|
1300
|
+
"other": "次の支払い{{.Expiry}}"
|
1295
1301
|
},
|
1296
1302
|
"usersubscriptions_subscription_expiry_past_due": {
|
1297
|
-
"other": "支払{{
|
1303
|
+
"other": "支払{{.Expiry}}"
|
1298
1304
|
},
|
1299
1305
|
"usersubscriptions_subscription_expiry_cancelled": {
|
1300
|
-
"other": "終了{{
|
1306
|
+
"other": "終了{{.Expiry}}"
|
1301
1307
|
},
|
1302
1308
|
"usersubscriptions_subscription_expiry_expired": {
|
1303
|
-
"other": "終了{{
|
1309
|
+
"other": "終了{{.Expiry}}"
|
1304
1310
|
},
|
1305
1311
|
"sponsor_image_alt": {
|
1306
1312
|
"other": "スポンサーロゴ"
|
1313
|
+
},
|
1314
|
+
"subscribe_to_watch": {
|
1315
|
+
"other": "視聴するために購読する"
|
1316
|
+
},
|
1317
|
+
"bundle_items_generic": {
|
1318
|
+
"other": "{{.Count}}アイテム"
|
1307
1319
|
}
|
1308
|
-
}
|
1320
|
+
}
|