@shift72/core-template 0.5.1 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/pull_request_template.md +47 -0
- package/.github/workflows/node.js.yml +1 -1
- package/.nvmrc +1 -0
- package/CHANGELOG.md +65 -10
- package/kibble.json +4 -4
- package/package.json +1 -2
- package/scripts/translate.mjs +30 -22
- package/site/ar_LB.all.json +99 -23
- package/site/ca_ES.all.json +91 -23
- package/site/da_DK.all.json +90 -22
- package/site/de_DE.all.json +90 -22
- package/site/el_EL.all.json +90 -22
- package/site/en_AU.all.json +87 -19
- package/site/es_ES.all.json +92 -24
- package/site/es_MX.all.json +89 -21
- package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
- package/site/fi_FI.all.json +93 -25
- package/site/fr_FR.all.json +91 -23
- package/site/hr_HR.all.json +93 -23
- package/site/hu_HU.all.json +91 -23
- package/site/it_IT.all.json +91 -23
- package/site/ja_JP.all.json +88 -22
- package/site/lt_LT.all.json +94 -22
- package/site/nl_BE.all.json +90 -22
- package/site/no_NO.all.json +91 -23
- package/site/pl_PL.all.json +95 -23
- package/site/plans.html.jet +17 -17
- package/site/pt_BR.all.json +91 -23
- package/site/pt_PT.all.json +91 -23
- package/site/ru_RU.all.json +103 -31
- package/site/sr_SR.all.json +95 -25
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +2 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_availability-tags.scss +63 -31
- package/site/styles/_awards.scss +4 -3
- package/site/styles/_buttons.scss +46 -29
- package/site/styles/_can-be-watched-button.scss +0 -20
- package/site/styles/_carousel.scss +126 -311
- package/site/styles/_collections.scss +6 -11
- package/site/styles/_cta-buttons.scss +262 -0
- package/site/styles/_forms.scss +6 -2
- package/site/styles/_icons.scss +182 -9
- package/site/styles/_legacy.scss +1 -50
- package/site/styles/_meta-detail.scss +80 -229
- 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 +6 -5
- package/site/styles/_pages.scss +4 -13
- package/site/styles/_plans.scss +24 -17
- package/site/styles/_poster.scss +3 -9
- package/site/styles/_share-modal.scss +86 -0
- package/site/styles/_shift72.scss +11 -0
- package/site/styles/_shopping.scss +0 -1
- package/site/styles/_skip-link.scss +1 -1
- package/site/styles/_tooltips.scss +7 -0
- package/site/styles/_variables.scss +11 -12
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +5 -3
- package/site/subscriptions.html.jet +11 -0
- package/site/templates/application/application.jet +2 -2
- package/site/templates/application/google.jet +8 -13
- package/site/templates/application/nav/user_logged_in.jet +7 -2
- 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 -38
- package/site/templates/common/sponsor-image.jet +18 -0
- package/site/templates/film/item.jet +98 -102
- 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 +39 -38
- package/site/tr_TR.all.json +90 -22
- package/site/uk_UA.all.json +95 -23
- package/site/zh_TW.all.json +88 -22
- package/site/static/fonts/FontAwesome.otf +0 -0
- package/site/static/fonts/fontawesome-webfont.eot +0 -0
- package/site/static/fonts/fontawesome-webfont.svg +0 -565
- package/site/static/fonts/fontawesome-webfont.ttf +0 -0
- package/site/static/fonts/fontawesome-webfont.woff +0 -0
- package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
- package/site/styles/_homepage.scss +0 -3
- package/site/styles/_social-media-buttons.scss +0 -159
- 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 -66
- 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/it_IT.all.json
CHANGED
|
@@ -134,28 +134,28 @@
|
|
|
134
134
|
"other": "Continua"
|
|
135
135
|
},
|
|
136
136
|
"social_media_buttons_title": {
|
|
137
|
-
"other": "
|
|
137
|
+
"other": "Condividere"
|
|
138
138
|
},
|
|
139
139
|
"social_media_buttons_facebook": {
|
|
140
|
-
"other": "
|
|
140
|
+
"other": "Facebook"
|
|
141
141
|
},
|
|
142
142
|
"social_media_buttons_twitter": {
|
|
143
|
-
"other": "
|
|
143
|
+
"other": "Twitter"
|
|
144
144
|
},
|
|
145
145
|
"social_media_buttons_linkedin": {
|
|
146
|
-
"other": "
|
|
146
|
+
"other": "Linkedin"
|
|
147
147
|
},
|
|
148
148
|
"social_media_buttons_email": {
|
|
149
|
-
"other": "
|
|
149
|
+
"other": "E-mail"
|
|
150
150
|
},
|
|
151
151
|
"social_media_buttons_email_subject": {
|
|
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
|
-
"other": "Copia
|
|
158
|
+
"other": "Copia link"
|
|
159
159
|
},
|
|
160
160
|
"accept_invite_page_header": {
|
|
161
161
|
"other": "Accoglienza "
|
|
@@ -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,13 +960,13 @@
|
|
|
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"
|
|
962
967
|
},
|
|
963
968
|
"page_plan_explore_link": {
|
|
964
|
-
"other": "Esplora
|
|
969
|
+
"other": "Esplora di più"
|
|
965
970
|
},
|
|
966
971
|
"plan_showcase_page_ownership_button_buy": {
|
|
967
972
|
"other": "Acquista ora"
|
|
@@ -973,10 +978,10 @@
|
|
|
973
978
|
"other": "In Concorso"
|
|
974
979
|
},
|
|
975
980
|
"meta_description_expand": {
|
|
976
|
-
"other": "
|
|
981
|
+
"other": "Vedi altro"
|
|
977
982
|
},
|
|
978
983
|
"meta_description_collapse": {
|
|
979
|
-
"other": "
|
|
984
|
+
"other": "Vedi di meno"
|
|
980
985
|
},
|
|
981
986
|
"awards_winner": {
|
|
982
987
|
"other": "Vincitore"
|
|
@@ -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
|
},
|
|
@@ -1153,7 +1161,7 @@
|
|
|
1153
1161
|
"other": "Annullare l'iscrizione?"
|
|
1154
1162
|
},
|
|
1155
1163
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1156
|
-
"other": "Questo annullerà l'abbonamento
|
|
1164
|
+
"other": "Questo annullerà l'abbonamento a {{.Name}}. Potrai comunque guardare il contenuto fino alla scadenza {{.Expiry}}."
|
|
1157
1165
|
},
|
|
1158
1166
|
"signin_form_error_ip_throttled": {
|
|
1159
1167
|
"other": "Non sei riuscito ad accedere troppe volte. Per favore riprova più tardi."
|
|
@@ -1250,5 +1258,65 @@
|
|
|
1250
1258
|
},
|
|
1251
1259
|
"shopping_error_item_limit_exceeded": {
|
|
1252
1260
|
"other": "Sfortunatamente, {{.Title}} è esaurito."
|
|
1261
|
+
},
|
|
1262
|
+
"usersubscriptions_page_header": {
|
|
1263
|
+
"other": "Abbonamenti e fatturazione"
|
|
1264
|
+
},
|
|
1265
|
+
"usersubscriptions_page_content": {
|
|
1266
|
+
"other": " "
|
|
1267
|
+
},
|
|
1268
|
+
"usersubscriptions_payment_section_title": {
|
|
1269
|
+
"other": "Metodo di pagamento"
|
|
1270
|
+
},
|
|
1271
|
+
"usersubscriptions_payment_section_content": {
|
|
1272
|
+
"other": "Le modifiche al metodo di pagamento con carta di credito avranno effetto nel prossimo ciclo di fatturazione."
|
|
1273
|
+
},
|
|
1274
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1275
|
+
"other": "Dettagli dell'abbonamento"
|
|
1276
|
+
},
|
|
1277
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1278
|
+
"other": " "
|
|
1279
|
+
},
|
|
1280
|
+
"usersubscriptions_subscription_status_active": {
|
|
1281
|
+
"other": "Attivo"
|
|
1282
|
+
},
|
|
1283
|
+
"usersubscriptions_subscription_expired": {
|
|
1284
|
+
"other": "Scaduto"
|
|
1285
|
+
},
|
|
1286
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1287
|
+
"other": "Scopri gli abbonamenti"
|
|
1288
|
+
},
|
|
1289
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1290
|
+
"other": "Scopri fantastici contenuti a ottimi prezzi, facilmente gestibili qui."
|
|
1291
|
+
},
|
|
1292
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1293
|
+
"other": "Esplora gli abbonamenti"
|
|
1294
|
+
},
|
|
1295
|
+
"nav_subscriptions": {
|
|
1296
|
+
"other": "le mie sottoscrizioni"
|
|
1297
|
+
},
|
|
1298
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1299
|
+
"other": "Primo pagamento {{.Expiry}}"
|
|
1300
|
+
},
|
|
1301
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1302
|
+
"other": "Prossimo pagamento {{.Expiry}}"
|
|
1303
|
+
},
|
|
1304
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1305
|
+
"other": "Pagamento dovuto {{.Expiry}}"
|
|
1306
|
+
},
|
|
1307
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1308
|
+
"other": "Termina {{.Expiry}}"
|
|
1309
|
+
},
|
|
1310
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1311
|
+
"other": "Terminato {{.Expiry}}"
|
|
1312
|
+
},
|
|
1313
|
+
"sponsor_image_alt": {
|
|
1314
|
+
"other": "logo dello sponsor"
|
|
1315
|
+
},
|
|
1316
|
+
"subscribe_to_watch": {
|
|
1317
|
+
"other": "Iscriviti per guardare"
|
|
1318
|
+
},
|
|
1319
|
+
"bundle_items_generic": {
|
|
1320
|
+
"other": "{{.Count}} Oggetti"
|
|
1253
1321
|
}
|
|
1254
1322
|
}
|
package/site/ja_JP.all.json
CHANGED
|
@@ -117,25 +117,25 @@
|
|
|
117
117
|
"other": "共有"
|
|
118
118
|
},
|
|
119
119
|
"social_media_buttons_facebook": {
|
|
120
|
-
"other": "Facebook
|
|
120
|
+
"other": "Facebook"
|
|
121
121
|
},
|
|
122
122
|
"social_media_buttons_twitter": {
|
|
123
|
-
"other": "Twitter
|
|
123
|
+
"other": "Twitter"
|
|
124
124
|
},
|
|
125
125
|
"social_media_buttons_linkedin": {
|
|
126
|
-
"other": "Linkedin
|
|
126
|
+
"other": "Linkedin"
|
|
127
127
|
},
|
|
128
128
|
"social_media_buttons_email": {
|
|
129
|
-
"other": "
|
|
129
|
+
"other": "メール"
|
|
130
130
|
},
|
|
131
131
|
"social_media_buttons_email_subject": {
|
|
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
|
-
"other": "
|
|
138
|
+
"other": "リンクをコピーする"
|
|
139
139
|
},
|
|
140
140
|
"accept_invite_page_header": {
|
|
141
141
|
"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,13 +890,13 @@
|
|
|
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": "また"
|
|
894
897
|
},
|
|
895
898
|
"page_plan_explore_link": {
|
|
896
|
-
"other": "
|
|
899
|
+
"other": "詳細を見る"
|
|
897
900
|
},
|
|
898
901
|
"plan_showcase_page_ownership_button_buy": {
|
|
899
902
|
"other": "今買う"
|
|
@@ -905,10 +908,10 @@
|
|
|
905
908
|
"other": "競争中"
|
|
906
909
|
},
|
|
907
910
|
"meta_description_expand": {
|
|
908
|
-
"other": "
|
|
911
|
+
"other": "続きを見る"
|
|
909
912
|
},
|
|
910
913
|
"meta_description_collapse": {
|
|
911
|
-
"other": "
|
|
914
|
+
"other": "あまり見ない"
|
|
912
915
|
},
|
|
913
916
|
"awards_winner": {
|
|
914
917
|
"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
|
},
|
|
@@ -1106,7 +1112,7 @@
|
|
|
1106
1112
|
"other": "サブスクリプションをキャンセルしますか?"
|
|
1107
1113
|
},
|
|
1108
1114
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1109
|
-
"other": "これにより、{{.Name}}
|
|
1115
|
+
"other": "これにより、{{.Name}}へのサブスクリプションがキャンセルされます。 {{.Expiry}}の有効期限が切れるまで、コンテンツを引き続き視聴できます。"
|
|
1110
1116
|
},
|
|
1111
1117
|
"signin_form_error_ip_throttled": {
|
|
1112
1118
|
"other": "サインインに何度も失敗しました。 後でもう一度やり直してください。"
|
|
@@ -1250,5 +1256,65 @@
|
|
|
1250
1256
|
},
|
|
1251
1257
|
"shopping_complete_credit_purchase": {
|
|
1252
1258
|
"other": "{{.Title}}をご購入いただきありがとうございます。{{.CreditTotal}}がアカウントに追加されました。"
|
|
1259
|
+
},
|
|
1260
|
+
"usersubscriptions_page_header": {
|
|
1261
|
+
"other": "サブスクリプションと請求"
|
|
1262
|
+
},
|
|
1263
|
+
"usersubscriptions_page_content": {
|
|
1264
|
+
"other": " "
|
|
1265
|
+
},
|
|
1266
|
+
"usersubscriptions_payment_section_title": {
|
|
1267
|
+
"other": "支払方法"
|
|
1268
|
+
},
|
|
1269
|
+
"usersubscriptions_payment_section_content": {
|
|
1270
|
+
"other": "クレジットカードのお支払い方法の変更は、次の請求サイクルで有効になります。"
|
|
1271
|
+
},
|
|
1272
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1273
|
+
"other": "サブスクリプションの詳細"
|
|
1274
|
+
},
|
|
1275
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1276
|
+
"other": " "
|
|
1277
|
+
},
|
|
1278
|
+
"usersubscriptions_subscription_status_active": {
|
|
1279
|
+
"other": "アクティブ"
|
|
1280
|
+
},
|
|
1281
|
+
"usersubscriptions_subscription_expired": {
|
|
1282
|
+
"other": "期限切れ"
|
|
1283
|
+
},
|
|
1284
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1285
|
+
"other": "サブスクリプションの検出"
|
|
1286
|
+
},
|
|
1287
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1288
|
+
"other": "ここで簡単に管理できる、優れたコンテンツを手頃な価格で見つけてください。"
|
|
1289
|
+
},
|
|
1290
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1291
|
+
"other": "サブスクリプションを調べる"
|
|
1292
|
+
},
|
|
1293
|
+
"nav_subscriptions": {
|
|
1294
|
+
"other": "私のサブスクリプション"
|
|
1295
|
+
},
|
|
1296
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1297
|
+
"other": "最初の支払い{{.Expiry}}"
|
|
1298
|
+
},
|
|
1299
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1300
|
+
"other": "次の支払い{{.Expiry}}"
|
|
1301
|
+
},
|
|
1302
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1303
|
+
"other": "支払{{.Expiry}}"
|
|
1304
|
+
},
|
|
1305
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1306
|
+
"other": "終了{{.Expiry}}"
|
|
1307
|
+
},
|
|
1308
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1309
|
+
"other": "終了{{.Expiry}}"
|
|
1310
|
+
},
|
|
1311
|
+
"sponsor_image_alt": {
|
|
1312
|
+
"other": "スポンサーロゴ"
|
|
1313
|
+
},
|
|
1314
|
+
"subscribe_to_watch": {
|
|
1315
|
+
"other": "視聴するために購読する"
|
|
1316
|
+
},
|
|
1317
|
+
"bundle_items_generic": {
|
|
1318
|
+
"other": "{{.Count}}アイテム"
|
|
1253
1319
|
}
|
|
1254
1320
|
}
|
package/site/lt_LT.all.json
CHANGED
|
@@ -137,25 +137,25 @@
|
|
|
137
137
|
"other": "Dalintis"
|
|
138
138
|
},
|
|
139
139
|
"social_media_buttons_facebook": {
|
|
140
|
-
"other": "
|
|
140
|
+
"other": "Facebook"
|
|
141
141
|
},
|
|
142
142
|
"social_media_buttons_twitter": {
|
|
143
|
-
"other": "
|
|
143
|
+
"other": "Twitter"
|
|
144
144
|
},
|
|
145
145
|
"social_media_buttons_linkedin": {
|
|
146
|
-
"other": "
|
|
146
|
+
"other": "Linkedin"
|
|
147
147
|
},
|
|
148
148
|
"social_media_buttons_email": {
|
|
149
|
-
"other": "
|
|
149
|
+
"other": "El. paštas"
|
|
150
150
|
},
|
|
151
151
|
"social_media_buttons_email_subject": {
|
|
152
152
|
"other": "Nuorodos bendrinimas"
|
|
153
153
|
},
|
|
154
154
|
"social_media_buttons_copied_link": {
|
|
155
|
-
"other": "Nuoroda nukopijuota
|
|
155
|
+
"other": "Nuoroda nukopijuota"
|
|
156
156
|
},
|
|
157
157
|
"social_media_buttons_copy_link": {
|
|
158
|
-
"other": "Nukopijuoti
|
|
158
|
+
"other": "Nukopijuoti nuorodą"
|
|
159
159
|
},
|
|
160
160
|
"accept_invite_page_header": {
|
|
161
161
|
"other": "Sveiki "
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"other": "Pradėkite žiūrėti bet kurį iš savo įsigytų filmų."
|
|
697
697
|
},
|
|
698
698
|
"shopping_complete_plan": {
|
|
699
|
-
"other": "{{
|
|
699
|
+
"other": "{{.Title}} buvo sėkmingas."
|
|
700
700
|
},
|
|
701
701
|
"shopping_complete_rental_watch_window_start": {
|
|
702
702
|
"one": "Per ateinančią dieną galėsite pradėti žiūrėti filmą.",
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"other": "Atšaukti prenumeratą?"
|
|
981
981
|
},
|
|
982
982
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
983
|
-
"other": "Taip bus atšaukta {{.Name}}
|
|
983
|
+
"other": "Taip bus atšaukta {{.Name}} prenumerata. Vis tiek galėsite žiūrėti turinį, kol baigsis {{.Expiry}}."
|
|
984
984
|
},
|
|
985
985
|
"availability_coming_soon": {
|
|
986
986
|
"other": "Jau greitai"
|
|
@@ -1082,33 +1082,42 @@
|
|
|
1082
1082
|
"other": "Kaina"
|
|
1083
1083
|
},
|
|
1084
1084
|
"shopping_price_plan_note": {
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1085
|
+
"one": "{{.Interval}} kas .Intervalas pasibaigus 24 valandų nemokamam bandomajam laikotarpiui.",
|
|
1086
|
+
"few": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
|
|
1087
|
+
"many": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui.",
|
|
1088
|
+
"other": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui."
|
|
1089
|
+
},
|
|
1090
|
+
"shopping_price_plan_note_without_trial": {
|
|
1091
|
+
"other": "Įkraunama kas {{.Interval}} ."
|
|
1088
1092
|
},
|
|
1089
1093
|
"shopping_price_plan_note_interval": {
|
|
1090
|
-
"one": "{{
|
|
1091
|
-
"
|
|
1094
|
+
"one": "{{.Interval}}",
|
|
1095
|
+
"few": "{{.Count}} {{.Interval}}",
|
|
1096
|
+
"many": "{{.Count}} {{.Interval}}",
|
|
1097
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1092
1098
|
},
|
|
1093
|
-
"
|
|
1099
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1094
1100
|
"other": "Norėdami pradėti prenumeratą, žemiau įveskite savo kredito kortelės duomenis."
|
|
1095
1101
|
},
|
|
1102
|
+
"shopping_enter_card_prompt_plan": {
|
|
1103
|
+
"other": "Norėdami pradėti planą, toliau įveskite savo kredito kortelės duomenis."
|
|
1104
|
+
},
|
|
1096
1105
|
"shopping_action_plan": {
|
|
1097
1106
|
"other": "Užbaigti"
|
|
1098
1107
|
},
|
|
1099
1108
|
"shopping_complete_subscription": {
|
|
1100
|
-
"other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{
|
|
1109
|
+
"other": "Prenumeratos įsigijimas buvo sėkmingas. Dabar esate užsiprenumeravę {{.Title}} ."
|
|
1101
1110
|
},
|
|
1102
1111
|
"shopping_complete_subscription_browse": {
|
|
1103
1112
|
"other": "Nedvejodami <a href=\"/\">naršykite</a> svetainėje arba <a href=\"/search.html\">ieškokite</a> ko nors konkretaus."
|
|
1104
1113
|
},
|
|
1105
1114
|
"shopping_info_plan_offer": {
|
|
1106
|
-
"one": "Automatiškai atnaujina kiekvieną {{
|
|
1107
|
-
"other": "Automatiškai atnaujina kiekvieną {{
|
|
1115
|
+
"one": "Automatiškai atnaujina kiekvieną {{.Interval}}",
|
|
1116
|
+
"other": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}"
|
|
1108
1117
|
},
|
|
1109
1118
|
"shopping_info_trial_period_offer": {
|
|
1110
1119
|
"one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
|
|
1111
|
-
"other": "Išbandykite nemokamą {{
|
|
1120
|
+
"other": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!"
|
|
1112
1121
|
},
|
|
1113
1122
|
"plans_page_header": {
|
|
1114
1123
|
"other": "Galimi planai"
|
|
@@ -1126,13 +1135,13 @@
|
|
|
1126
1135
|
"other": "Skaityti daugiau"
|
|
1127
1136
|
},
|
|
1128
1137
|
"plan_page_header_text": {
|
|
1129
|
-
"other": "Mėgaukitės {{
|
|
1138
|
+
"other": "Mėgaukitės {{.Name}}"
|
|
1130
1139
|
},
|
|
1131
1140
|
"page_plan_explore_intro": {
|
|
1132
1141
|
"other": "ARBA"
|
|
1133
1142
|
},
|
|
1134
1143
|
"page_plan_explore_link": {
|
|
1135
|
-
"other": "
|
|
1144
|
+
"other": "Naršyti daugiau"
|
|
1136
1145
|
},
|
|
1137
1146
|
"plan_showcase_page_ownership_button_buy": {
|
|
1138
1147
|
"other": "Pirkti dabar"
|
|
@@ -1144,10 +1153,10 @@
|
|
|
1144
1153
|
"other": "Varžybose"
|
|
1145
1154
|
},
|
|
1146
1155
|
"meta_description_expand": {
|
|
1147
|
-
"other": "
|
|
1156
|
+
"other": "Žiūrėti daugiau"
|
|
1148
1157
|
},
|
|
1149
1158
|
"meta_description_collapse": {
|
|
1150
|
-
"other": "
|
|
1159
|
+
"other": "Mažiau matyti"
|
|
1151
1160
|
},
|
|
1152
1161
|
"awards_winner": {
|
|
1153
1162
|
"other": "Nugalėtojas"
|
|
@@ -1188,6 +1197,9 @@
|
|
|
1188
1197
|
"wcag_aria_label_carousel": {
|
|
1189
1198
|
"other": "Karuselė"
|
|
1190
1199
|
},
|
|
1200
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1201
|
+
"other": "Puslapių rašymas"
|
|
1202
|
+
},
|
|
1191
1203
|
"wcag_aria_label_page_collection": {
|
|
1192
1204
|
"other": "Puslapių kolekcija"
|
|
1193
1205
|
},
|
|
@@ -1250,5 +1262,65 @@
|
|
|
1250
1262
|
},
|
|
1251
1263
|
"header_banner": {
|
|
1252
1264
|
"other": "ABC Cinemas – 21-asis kino festivalis, 2021 m. birželio 1–6 d"
|
|
1265
|
+
},
|
|
1266
|
+
"usersubscriptions_page_header": {
|
|
1267
|
+
"other": "Prenumeratos ir atsiskaitymas"
|
|
1268
|
+
},
|
|
1269
|
+
"usersubscriptions_page_content": {
|
|
1270
|
+
"other": " "
|
|
1271
|
+
},
|
|
1272
|
+
"usersubscriptions_payment_section_title": {
|
|
1273
|
+
"other": "Mokėjimo būdas"
|
|
1274
|
+
},
|
|
1275
|
+
"usersubscriptions_payment_section_content": {
|
|
1276
|
+
"other": "Mokėjimo kredito kortele metodo pakeitimai įsigalios kitą atsiskaitymo ciklą."
|
|
1277
|
+
},
|
|
1278
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1279
|
+
"other": "Informacija apie prenumeratą"
|
|
1280
|
+
},
|
|
1281
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1282
|
+
"other": " "
|
|
1283
|
+
},
|
|
1284
|
+
"usersubscriptions_subscription_status_active": {
|
|
1285
|
+
"other": "Aktyvus"
|
|
1286
|
+
},
|
|
1287
|
+
"usersubscriptions_subscription_expired": {
|
|
1288
|
+
"other": "Baigėsi galiojimo laikas"
|
|
1289
|
+
},
|
|
1290
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1291
|
+
"other": "Atraskite prenumeratas"
|
|
1292
|
+
},
|
|
1293
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1294
|
+
"other": "Atraskite puikų turinį puikiomis kainomis, nesunkiai valdykite čia."
|
|
1295
|
+
},
|
|
1296
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1297
|
+
"other": "Naršykite prenumeratas"
|
|
1298
|
+
},
|
|
1299
|
+
"nav_subscriptions": {
|
|
1300
|
+
"other": "Mano prenumeratos"
|
|
1301
|
+
},
|
|
1302
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1303
|
+
"other": "Pirmas mokėjimas {{.Expiry}}"
|
|
1304
|
+
},
|
|
1305
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1306
|
+
"other": "Kitas mokėjimas {{.Expiry}}"
|
|
1307
|
+
},
|
|
1308
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1309
|
+
"other": "Mokėjimo {{.Expiry}}"
|
|
1310
|
+
},
|
|
1311
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1312
|
+
"other": "Baigiasi {{.Expiry}}"
|
|
1313
|
+
},
|
|
1314
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1315
|
+
"other": "Baigėsi {{.Expiry}}"
|
|
1316
|
+
},
|
|
1317
|
+
"sponsor_image_alt": {
|
|
1318
|
+
"other": "rėmėjo logotipas"
|
|
1319
|
+
},
|
|
1320
|
+
"subscribe_to_watch": {
|
|
1321
|
+
"other": "Prenumeruokite žiūrėti"
|
|
1322
|
+
},
|
|
1323
|
+
"bundle_items_generic": {
|
|
1324
|
+
"other": "{{.Count}} elementai"
|
|
1253
1325
|
}
|
|
1254
1326
|
}
|