@shift72/core-template 0.6.0 → 1.1.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/CHANGELOG.md +46 -1
- package/kibble.json +2 -2
- package/package.json +1 -1
- package/site/ar_LB.all.json +59 -25
- package/site/ca_ES.all.json +51 -25
- package/site/da_DK.all.json +51 -25
- package/site/de_DE.all.json +51 -25
- package/site/el_EL.all.json +51 -25
- package/site/en_AU.all.json +35 -9
- package/site/es_ES.all.json +51 -25
- package/site/es_MX.all.json +48 -22
- package/site/et_ET.all.json +51 -25
- package/site/fi_FI.all.json +52 -26
- package/site/fr_FR.all.json +51 -25
- package/site/hr_HR.all.json +53 -25
- package/site/hu_HU.all.json +51 -25
- package/site/it_IT.all.json +51 -25
- package/site/ja_JP.all.json +49 -25
- package/site/lt_LT.all.json +55 -25
- package/site/manifest.json.jet +2 -2
- package/site/nl_BE.all.json +50 -24
- package/site/no_NO.all.json +51 -25
- package/site/pl_PL.all.json +55 -25
- package/site/pt_BR.all.json +51 -25
- package/site/pt_PT.all.json +51 -25
- package/site/ru_RU.all.json +61 -31
- package/site/sr_SR.all.json +53 -25
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +1 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_awards.scss +1 -1
- package/site/styles/_buttons.scss +32 -27
- package/site/styles/_can-be-watched-button.scss +1 -21
- package/site/styles/_carousel.scss +141 -303
- package/site/styles/_collections.scss +6 -11
- package/site/styles/_cta-buttons.scss +261 -0
- package/site/styles/_forms.scss +1 -2
- package/site/styles/_icons.scss +16 -10
- package/site/styles/_legacy.scss +1 -43
- package/site/styles/_meta-detail.scss +39 -200
- 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 +47 -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 +9 -6
- package/site/styles/main.scss +2 -1
- package/site/templates/application/footer/brand.jet +4 -4
- package/site/templates/application/footer/copyright-statement.jet +1 -1
- package/site/templates/application/nav/nav.jet +2 -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 -2
- package/site/templates/film/item.jet +6 -16
- package/site/templates/items/meta_item.jet +20 -6
- 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 +51 -25
- package/site/uk_UA.all.json +55 -25
- package/site/zh_TW.all.json +49 -25
- 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/pt_BR.all.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
2
|
"settings_title": {
|
|
6
3
|
"other": "Configurações"
|
|
7
4
|
},
|
|
@@ -70,9 +67,6 @@
|
|
|
70
67
|
"404_page_content": {
|
|
71
68
|
"other": "<p>Desculpe-nos, parece que a página que você está procurando não existe.</p><p>Ela pode ter sido removida, ou talvez você tenha digitado algo errado.</p><p>Tente voltar para a Página Inicial para buscar o que você estava procurando.</p><p><a href=\"{{.URL}}\">Voltar a Página Inicial</a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Entrar"
|
|
78
72
|
},
|
|
@@ -155,7 +149,7 @@
|
|
|
155
149
|
"other": "Compartilhamento de link"
|
|
156
150
|
},
|
|
157
151
|
"social_media_buttons_copied_link": {
|
|
158
|
-
"other": "Link copiado
|
|
152
|
+
"other": "Link copiado"
|
|
159
153
|
},
|
|
160
154
|
"social_media_buttons_copy_link": {
|
|
161
155
|
"other": "Link de cópia"
|
|
@@ -714,7 +708,7 @@
|
|
|
714
708
|
"other": "Ver sua biblioteca"
|
|
715
709
|
},
|
|
716
710
|
"shopping_complete_plan": {
|
|
717
|
-
"other": "Sua compra de {{
|
|
711
|
+
"other": "Sua compra de {{.Title}} foi bem-sucedida."
|
|
718
712
|
},
|
|
719
713
|
"shopping_complete_rental_watch_window_start": {
|
|
720
714
|
"one": "Você pode começar a assistir durante o próximo dia.",
|
|
@@ -1135,6 +1129,9 @@
|
|
|
1135
1129
|
"wcag_aria_label_carousel": {
|
|
1136
1130
|
"other": "Carrossel"
|
|
1137
1131
|
},
|
|
1132
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1133
|
+
"other": "Paginação"
|
|
1134
|
+
},
|
|
1138
1135
|
"wcag_aria_label_page_collection": {
|
|
1139
1136
|
"other": "Página Coleções"
|
|
1140
1137
|
},
|
|
@@ -1172,33 +1169,38 @@
|
|
|
1172
1169
|
"other": "Preço"
|
|
1173
1170
|
},
|
|
1174
1171
|
"shopping_price_plan_note": {
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1177
|
-
|
|
1172
|
+
"one": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de 24 horas.",
|
|
1173
|
+
"other": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de {{.Count}} dias."
|
|
1174
|
+
},
|
|
1175
|
+
"shopping_price_plan_note_without_trial": {
|
|
1176
|
+
"other": "Cobrado a cada {{.Interval}} ."
|
|
1178
1177
|
},
|
|
1179
1178
|
"shopping_price_plan_note_interval": {
|
|
1180
|
-
"one": "{{
|
|
1181
|
-
"other": "{{
|
|
1179
|
+
"one": "{{.Interval}}",
|
|
1180
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1182
1181
|
},
|
|
1183
|
-
"
|
|
1182
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1184
1183
|
"other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
|
|
1185
1184
|
},
|
|
1185
|
+
"shopping_enter_card_prompt_plan": {
|
|
1186
|
+
"other": "Insira os dados do seu cartão de crédito abaixo para iniciar seu plano."
|
|
1187
|
+
},
|
|
1186
1188
|
"shopping_action_plan": {
|
|
1187
1189
|
"other": "Completo"
|
|
1188
1190
|
},
|
|
1189
1191
|
"shopping_complete_subscription": {
|
|
1190
|
-
"other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{
|
|
1192
|
+
"other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{.Title}}."
|
|
1191
1193
|
},
|
|
1192
1194
|
"shopping_complete_subscription_browse": {
|
|
1193
1195
|
"other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
|
|
1194
1196
|
},
|
|
1195
1197
|
"shopping_info_plan_offer": {
|
|
1196
|
-
"one": "Renova automaticamente a cada {{
|
|
1197
|
-
"other": "Renova automaticamente cada {{
|
|
1198
|
+
"one": "Renova automaticamente a cada {{.Interval}}",
|
|
1199
|
+
"other": "Renova automaticamente cada {{.Count}} {{.Interval}}"
|
|
1198
1200
|
},
|
|
1199
1201
|
"shopping_info_trial_period_offer": {
|
|
1200
1202
|
"one": "Experimente agora o seu teste gratuito de 24 horas!",
|
|
1201
|
-
"other": "Experimente o seu teste gratuito de {{
|
|
1203
|
+
"other": "Experimente o seu teste gratuito de {{.Count}} dia!"
|
|
1202
1204
|
},
|
|
1203
1205
|
"plans_page_header": {
|
|
1204
1206
|
"other": "Planos Disponíveis"
|
|
@@ -1216,7 +1218,7 @@
|
|
|
1216
1218
|
"other": "Consulte Mais informação"
|
|
1217
1219
|
},
|
|
1218
1220
|
"plan_page_header_text": {
|
|
1219
|
-
"other": "Aproveite {{
|
|
1221
|
+
"other": "Aproveite {{.Name}}"
|
|
1220
1222
|
},
|
|
1221
1223
|
"page_plan_explore_intro": {
|
|
1222
1224
|
"other": "OU"
|
|
@@ -1288,21 +1290,45 @@
|
|
|
1288
1290
|
"other": "Minhas assinaturas"
|
|
1289
1291
|
},
|
|
1290
1292
|
"usersubscriptions_subscription_expiry_trialing": {
|
|
1291
|
-
"other": "Primeiro pagamento {{
|
|
1293
|
+
"other": "Primeiro pagamento {{.Expiry}}"
|
|
1292
1294
|
},
|
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
|
1294
|
-
"other": "Próximo pagamento {{
|
|
1296
|
+
"other": "Próximo pagamento {{.Expiry}}"
|
|
1295
1297
|
},
|
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
|
1297
|
-
"other": "Pagamento devido. {{
|
|
1299
|
+
"other": "Pagamento devido. {{.Expiry}}"
|
|
1298
1300
|
},
|
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1300
|
-
"other": "Termina {{
|
|
1302
|
+
"other": "Termina {{.Expiry}}"
|
|
1301
1303
|
},
|
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
|
1303
|
-
"other": "Terminado {{
|
|
1305
|
+
"other": "Terminado {{.Expiry}}"
|
|
1304
1306
|
},
|
|
1305
1307
|
"sponsor_image_alt": {
|
|
1306
1308
|
"other": "logotipo do patrocinador"
|
|
1309
|
+
},
|
|
1310
|
+
"subscribe_to_watch": {
|
|
1311
|
+
"other": "Inscreva-se para assistir"
|
|
1312
|
+
},
|
|
1313
|
+
"bundle_items_generic": {
|
|
1314
|
+
"other": "{{.Count}} Itens"
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Atualize seu cartão de crédito. Os cartões suportados são Visa, Mastercard e American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Código aplicado com sucesso."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Insira um código promocional válido."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "Sucesso! Agora você pode assistir {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Resgatar"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Resgatar"
|
|
1307
1333
|
}
|
|
1308
|
-
}
|
|
1334
|
+
}
|
package/site/pt_PT.all.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
2
|
"settings_title": {
|
|
6
3
|
"other": "Configurações"
|
|
7
4
|
},
|
|
@@ -70,9 +67,6 @@
|
|
|
70
67
|
"404_page_content": {
|
|
71
68
|
"other": "<p>Desculpe-nos, parece que a página que você está procurando não existe.</p><p>Ela pode ter sido removida, ou talvez você tenha digitado algo errado.</p><p>Tente voltar para a Página Inicial para buscar o que você estava procurando.</p><p><a href=\"{{.URL}}\">Voltar a Página Inicial</a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Entrar"
|
|
78
72
|
},
|
|
@@ -152,7 +146,7 @@
|
|
|
152
146
|
"other": "Compartilhamento de link"
|
|
153
147
|
},
|
|
154
148
|
"social_media_buttons_copied_link": {
|
|
155
|
-
"other": "Link copiado
|
|
149
|
+
"other": "Link copiado"
|
|
156
150
|
},
|
|
157
151
|
"social_media_buttons_copy_link": {
|
|
158
152
|
"other": "Link de cópia"
|
|
@@ -654,7 +648,7 @@
|
|
|
654
648
|
"other": "Ver sua biblioteca"
|
|
655
649
|
},
|
|
656
650
|
"shopping_complete_plan": {
|
|
657
|
-
"other": "Sua compra de {{
|
|
651
|
+
"other": "Sua compra de {{.Title}} foi bem-sucedida."
|
|
658
652
|
},
|
|
659
653
|
"shopping_complete_rental_watch_window_start": {
|
|
660
654
|
"one": "Você pode começar a assistir durante o próximo dia.",
|
|
@@ -995,33 +989,38 @@
|
|
|
995
989
|
"other": "Preço"
|
|
996
990
|
},
|
|
997
991
|
"shopping_price_plan_note": {
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
|
|
992
|
+
"one": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de 24 horas.",
|
|
993
|
+
"other": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de {{.Count}} dias."
|
|
994
|
+
},
|
|
995
|
+
"shopping_price_plan_note_without_trial": {
|
|
996
|
+
"other": "Cobrado a cada {{.Interval}} ."
|
|
1001
997
|
},
|
|
1002
998
|
"shopping_price_plan_note_interval": {
|
|
1003
|
-
"one": "{{
|
|
1004
|
-
"other": "{{
|
|
999
|
+
"one": "{{.Interval}}",
|
|
1000
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1005
1001
|
},
|
|
1006
|
-
"
|
|
1002
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1007
1003
|
"other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
|
|
1008
1004
|
},
|
|
1005
|
+
"shopping_enter_card_prompt_plan": {
|
|
1006
|
+
"other": "Insira os dados do seu cartão de crédito abaixo para iniciar seu plano."
|
|
1007
|
+
},
|
|
1009
1008
|
"shopping_action_plan": {
|
|
1010
1009
|
"other": "Completo"
|
|
1011
1010
|
},
|
|
1012
1011
|
"shopping_complete_subscription": {
|
|
1013
|
-
"other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{
|
|
1012
|
+
"other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{.Title}}."
|
|
1014
1013
|
},
|
|
1015
1014
|
"shopping_complete_subscription_browse": {
|
|
1016
1015
|
"other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
|
|
1017
1016
|
},
|
|
1018
1017
|
"shopping_info_plan_offer": {
|
|
1019
|
-
"one": "Renova automaticamente a cada {{
|
|
1020
|
-
"other": "Renova automaticamente cada {{
|
|
1018
|
+
"one": "Renova automaticamente a cada {{.Interval}}",
|
|
1019
|
+
"other": "Renova automaticamente cada {{.Count}} {{.Interval}}"
|
|
1021
1020
|
},
|
|
1022
1021
|
"shopping_info_trial_period_offer": {
|
|
1023
1022
|
"one": "Experimente agora o seu teste gratuito de 24 horas!",
|
|
1024
|
-
"other": "Experimente o seu teste gratuito de {{
|
|
1023
|
+
"other": "Experimente o seu teste gratuito de {{.Count}} dia!"
|
|
1025
1024
|
},
|
|
1026
1025
|
"plans_page_header": {
|
|
1027
1026
|
"other": "Planos Disponíveis"
|
|
@@ -1039,7 +1038,7 @@
|
|
|
1039
1038
|
"other": "Consulte Mais informação"
|
|
1040
1039
|
},
|
|
1041
1040
|
"plan_page_header_text": {
|
|
1042
|
-
"other": "Aproveite {{
|
|
1041
|
+
"other": "Aproveite {{.Name}}"
|
|
1043
1042
|
},
|
|
1044
1043
|
"page_plan_explore_intro": {
|
|
1045
1044
|
"other": "OU"
|
|
@@ -1095,6 +1094,9 @@
|
|
|
1095
1094
|
"wcag_aria_label_carousel": {
|
|
1096
1095
|
"other": "Carrossel"
|
|
1097
1096
|
},
|
|
1097
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1098
|
+
"other": "Paginação"
|
|
1099
|
+
},
|
|
1098
1100
|
"wcag_aria_label_page_collection": {
|
|
1099
1101
|
"other": "Página Coleções"
|
|
1100
1102
|
},
|
|
@@ -1288,21 +1290,45 @@
|
|
|
1288
1290
|
"other": "Minhas assinaturas"
|
|
1289
1291
|
},
|
|
1290
1292
|
"usersubscriptions_subscription_expiry_trialing": {
|
|
1291
|
-
"other": "Primeiro pagamento {{
|
|
1293
|
+
"other": "Primeiro pagamento {{.Expiry}}"
|
|
1292
1294
|
},
|
|
1293
1295
|
"usersubscriptions_subscription_expiry_active": {
|
|
1294
|
-
"other": "Próximo pagamento {{
|
|
1296
|
+
"other": "Próximo pagamento {{.Expiry}}"
|
|
1295
1297
|
},
|
|
1296
1298
|
"usersubscriptions_subscription_expiry_past_due": {
|
|
1297
|
-
"other": "Pagamento devido. {{
|
|
1299
|
+
"other": "Pagamento devido. {{.Expiry}}"
|
|
1298
1300
|
},
|
|
1299
1301
|
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1300
|
-
"other": "Termina {{
|
|
1302
|
+
"other": "Termina {{.Expiry}}"
|
|
1301
1303
|
},
|
|
1302
1304
|
"usersubscriptions_subscription_expiry_expired": {
|
|
1303
|
-
"other": "Terminado {{
|
|
1305
|
+
"other": "Terminado {{.Expiry}}"
|
|
1304
1306
|
},
|
|
1305
1307
|
"sponsor_image_alt": {
|
|
1306
1308
|
"other": "logotipo do patrocinador"
|
|
1309
|
+
},
|
|
1310
|
+
"subscribe_to_watch": {
|
|
1311
|
+
"other": "Inscreva-se para assistir"
|
|
1312
|
+
},
|
|
1313
|
+
"bundle_items_generic": {
|
|
1314
|
+
"other": "{{.Count}} Itens"
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Atualize seu cartão de crédito. Os cartões suportados são Visa, Mastercard e American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Código aplicado com sucesso."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Insira um código promocional válido."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "Sucesso! Agora você pode assistir {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Resgatar"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Resgatar"
|
|
1307
1333
|
}
|
|
1308
|
-
}
|
|
1334
|
+
}
|
package/site/ru_RU.all.json
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
|
-
"nav_homepage": {
|
|
6
|
-
"other": "ABC Cinemas"
|
|
7
|
-
},
|
|
8
2
|
"settings_title": {
|
|
9
3
|
"other": "Settings"
|
|
10
4
|
},
|
|
@@ -154,7 +148,7 @@
|
|
|
154
148
|
"other": "Поделиться ссылкой"
|
|
155
149
|
},
|
|
156
150
|
"social_media_buttons_copied_link": {
|
|
157
|
-
"other": "Ссылка скопирована
|
|
151
|
+
"other": "Ссылка скопирована"
|
|
158
152
|
},
|
|
159
153
|
"social_media_buttons_copy_link": {
|
|
160
154
|
"other": "Копировать ссылку"
|
|
@@ -514,8 +508,8 @@
|
|
|
514
508
|
},
|
|
515
509
|
"shopping_info_watch_window_explanation2_bundle": {
|
|
516
510
|
"one": "После нажатия кнопки воспроизведения на конкретном фильме, окно часов начинается и у вас есть час, чтобы посмотреть этот фильм столько раз, сколько вам нравится.",
|
|
517
|
-
"few": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count
|
|
518
|
-
"many": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count
|
|
511
|
+
"few": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count}} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится.",
|
|
512
|
+
"many": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count}} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится."
|
|
519
513
|
},
|
|
520
514
|
"shopping_info_watch_window_explanation_season": {
|
|
521
515
|
"one": "После того, как в аренду, ваш сезон будет доступен в вашем аккаунте в течение дня.",
|
|
@@ -674,7 +668,7 @@
|
|
|
674
668
|
"other": "Просмотр библиотеки"
|
|
675
669
|
},
|
|
676
670
|
"shopping_complete_plan": {
|
|
677
|
-
"other": "Ваша покупка {{
|
|
671
|
+
"other": "Ваша покупка {{.Title}} прошла успешно."
|
|
678
672
|
},
|
|
679
673
|
"shopping_complete_rental_watch_window_start": {
|
|
680
674
|
"one": "Теперь вы можете начать смотреть его в течение следующего дня.",
|
|
@@ -683,8 +677,8 @@
|
|
|
683
677
|
},
|
|
684
678
|
"shopping_complete_rental_watch_window_end": {
|
|
685
679
|
"one": "При запуске воспроизведения вы затем час смотреть пункт столько раз, сколько вам нравится.",
|
|
686
|
-
"few": "При запуске воспроизведения вы затем {{.Count
|
|
687
|
-
"many": "При запуске воспроизведения вы затем {{.Count
|
|
680
|
+
"few": "При запуске воспроизведения вы затем {{.Count}} часов смотреть пункт столько раз, сколько вам нравится.",
|
|
681
|
+
"many": "При запуске воспроизведения вы затем {{.Count}} часов смотреть пункт столько раз, сколько вам нравится."
|
|
688
682
|
},
|
|
689
683
|
"shopping_complete_rental_coming_soon": {
|
|
690
684
|
"one": "Вы сможете смотреть его из {{.Date}} и ваша аренда будет оставаться активным в течение дня.",
|
|
@@ -803,8 +797,8 @@
|
|
|
803
797
|
},
|
|
804
798
|
"userdevices_page_content": {
|
|
805
799
|
"one": "Устройства будут автоматически добавлены здесь, когда вы их используете. Вы ограничены только одно устройство.",
|
|
806
|
-
"few": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count
|
|
807
|
-
"many": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count
|
|
800
|
+
"few": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count}} устройство.",
|
|
801
|
+
"many": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count}} устройство."
|
|
808
802
|
},
|
|
809
803
|
"userdevices_empty_content": {
|
|
810
804
|
"other": "Сейчас у Вас 0 зарегистрированных устройств."
|
|
@@ -1023,33 +1017,42 @@
|
|
|
1023
1017
|
"other": "Цена"
|
|
1024
1018
|
},
|
|
1025
1019
|
"shopping_price_plan_note": {
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1020
|
+
"one": "{{.Interval}} каждые после окончания 24-часового бесплатного пробного периода.",
|
|
1021
|
+
"few": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}",
|
|
1022
|
+
"many": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}",
|
|
1023
|
+
"other": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}"
|
|
1024
|
+
},
|
|
1025
|
+
"shopping_price_plan_note_without_trial": {
|
|
1026
|
+
"other": "{{.Interval}} каждые .интервал."
|
|
1029
1027
|
},
|
|
1030
1028
|
"shopping_price_plan_note_interval": {
|
|
1031
|
-
"one": "{{
|
|
1032
|
-
"
|
|
1029
|
+
"one": "{{.Interval}}",
|
|
1030
|
+
"few": "{{.Count}} {{.Interval}}",
|
|
1031
|
+
"many": "{{.Count}} {{.Interval}}",
|
|
1032
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1033
1033
|
},
|
|
1034
|
-
"
|
|
1034
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1035
1035
|
"other": "Введите данные своей кредитной карты ниже, чтобы начать подписку."
|
|
1036
1036
|
},
|
|
1037
|
+
"shopping_enter_card_prompt_plan": {
|
|
1038
|
+
"other": "Введите данные своей кредитной карты ниже, чтобы начать план."
|
|
1039
|
+
},
|
|
1037
1040
|
"shopping_action_plan": {
|
|
1038
1041
|
"other": "Полный"
|
|
1039
1042
|
},
|
|
1040
1043
|
"shopping_complete_subscription": {
|
|
1041
|
-
"other": "Ваша подписка была приобретена. Теперь вы подписаны на {{
|
|
1044
|
+
"other": "Ваша подписка была приобретена. Теперь вы подписаны на {{.Title}}."
|
|
1042
1045
|
},
|
|
1043
1046
|
"shopping_complete_subscription_browse": {
|
|
1044
1047
|
"other": "Не стесняйтесь <a href=\"/\">просматривать</a> сайт или <a href=\"/search.html\">искать</a> что-то конкретное."
|
|
1045
1048
|
},
|
|
1046
1049
|
"shopping_info_plan_offer": {
|
|
1047
|
-
"one": "Автоматически обновляется каждые {{
|
|
1048
|
-
"other": "Автоматически обновляется каждые {{
|
|
1050
|
+
"one": "Автоматически обновляется каждые {{.Interval}}",
|
|
1051
|
+
"other": "Автоматически обновляется каждые {{.Count}} {{.Interval}}"
|
|
1049
1052
|
},
|
|
1050
1053
|
"shopping_info_trial_period_offer": {
|
|
1051
1054
|
"one": "Попробуйте бесплатную 24-часовую пробную версию прямо сейчас!",
|
|
1052
|
-
"other": "Попробуйте бесплатную дневную пробную версию {{
|
|
1055
|
+
"other": "Попробуйте бесплатную дневную пробную версию {{.Count}}"
|
|
1053
1056
|
},
|
|
1054
1057
|
"plans_page_header": {
|
|
1055
1058
|
"other": "Доступные планы"
|
|
@@ -1067,7 +1070,7 @@
|
|
|
1067
1070
|
"other": "Подробнее"
|
|
1068
1071
|
},
|
|
1069
1072
|
"plan_page_header_text": {
|
|
1070
|
-
"other": "Наслаждайтесь {{
|
|
1073
|
+
"other": "Наслаждайтесь {{.Name}}"
|
|
1071
1074
|
},
|
|
1072
1075
|
"page_plan_explore_intro": {
|
|
1073
1076
|
"other": "ИЛИ"
|
|
@@ -1129,6 +1132,9 @@
|
|
|
1129
1132
|
"wcag_aria_label_carousel": {
|
|
1130
1133
|
"other": "Карусель"
|
|
1131
1134
|
},
|
|
1135
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1136
|
+
"other": "Пагинация"
|
|
1137
|
+
},
|
|
1132
1138
|
"wcag_aria_label_page_collection": {
|
|
1133
1139
|
"other": "Коллекция страницы"
|
|
1134
1140
|
},
|
|
@@ -1310,21 +1316,45 @@
|
|
|
1310
1316
|
"other": "Мои подписки"
|
|
1311
1317
|
},
|
|
1312
1318
|
"usersubscriptions_subscription_expiry_trialing": {
|
|
1313
|
-
"other": "Первый платеж {{
|
|
1319
|
+
"other": "Первый платеж {{.Expiry}}"
|
|
1314
1320
|
},
|
|
1315
1321
|
"usersubscriptions_subscription_expiry_active": {
|
|
1316
|
-
"other": "Следующий платеж {{
|
|
1322
|
+
"other": "Следующий платеж {{.Expiry}}"
|
|
1317
1323
|
},
|
|
1318
1324
|
"usersubscriptions_subscription_expiry_past_due": {
|
|
1319
|
-
"other": "Причитающийся платеж {{
|
|
1325
|
+
"other": "Причитающийся платеж {{.Expiry}}"
|
|
1320
1326
|
},
|
|
1321
1327
|
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1322
|
-
"other": "Заканчивается {{
|
|
1328
|
+
"other": "Заканчивается {{.Expiry}}"
|
|
1323
1329
|
},
|
|
1324
1330
|
"usersubscriptions_subscription_expiry_expired": {
|
|
1325
|
-
"other": "Завершено {{
|
|
1331
|
+
"other": "Завершено {{.Expiry}}"
|
|
1326
1332
|
},
|
|
1327
1333
|
"sponsor_image_alt": {
|
|
1328
1334
|
"other": "логотип спонсора"
|
|
1335
|
+
},
|
|
1336
|
+
"subscribe_to_watch": {
|
|
1337
|
+
"other": "Подпишитесь, чтобы смотреть"
|
|
1338
|
+
},
|
|
1339
|
+
"bundle_items_generic": {
|
|
1340
|
+
"other": "{{.Count}} Предметы"
|
|
1341
|
+
},
|
|
1342
|
+
"shopping_card_update_reason_expired": {
|
|
1343
|
+
"other": "Обновите свою кредитную карту. Поддерживаются карты Visa, Mastercard и American Express."
|
|
1344
|
+
},
|
|
1345
|
+
"shopping_discount_applied_promo": {
|
|
1346
|
+
"other": "Код успешно применен."
|
|
1347
|
+
},
|
|
1348
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1349
|
+
"other": "Пожалуйста, введите действительный промо-код."
|
|
1350
|
+
},
|
|
1351
|
+
"shopping_complete_promo_only": {
|
|
1352
|
+
"other": "Успех! Теперь вы можете смотреть {{.Title}}."
|
|
1353
|
+
},
|
|
1354
|
+
"shopping_action_redeem_promo_code": {
|
|
1355
|
+
"other": "Выкупать"
|
|
1356
|
+
},
|
|
1357
|
+
"pricing_ownership_promo": {
|
|
1358
|
+
"other": "Выкупать"
|
|
1329
1359
|
}
|
|
1330
|
-
}
|
|
1360
|
+
}
|
package/site/sr_SR.all.json
CHANGED
|
@@ -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>Нажалост, изледа да страница коју тражите не постоји.</p><p>Можда је премештена или обрисана или сте направили грешку при писању.</p><p>Покушајте да се вратите на почетну страницу и пронађете то што тражите.</p><p><a href=\"{{.URL}}\">Назад на почетну страницу</a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Пријавите се"
|
|
78
72
|
},
|
|
@@ -152,7 +146,7 @@
|
|
|
152
146
|
"other": "Дељење везе"
|
|
153
147
|
},
|
|
154
148
|
"social_media_buttons_copied_link": {
|
|
155
|
-
"other": "Линк је копиран
|
|
149
|
+
"other": "Линк је копиран"
|
|
156
150
|
},
|
|
157
151
|
"social_media_buttons_copy_link": {
|
|
158
152
|
"other": "Копирај везу"
|
|
@@ -675,7 +669,7 @@
|
|
|
675
669
|
"other": "Почните са гледањем {{.BundleItems}} у вашој библиотеци."
|
|
676
670
|
},
|
|
677
671
|
"shopping_complete_plan": {
|
|
678
|
-
"other": "Ваша куповина {{
|
|
672
|
+
"other": "Ваша куповина {{.Title}} је била успешна."
|
|
679
673
|
},
|
|
680
674
|
"shopping_complete_rental_watch_window_start": {
|
|
681
675
|
"one": "Можете да почнете са гледањем до краја наредног дана.",
|
|
@@ -1082,33 +1076,40 @@
|
|
|
1082
1076
|
"other": "Цена"
|
|
1083
1077
|
},
|
|
1084
1078
|
"shopping_price_plan_note": {
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"other": "Оптужен сваки {{
|
|
1079
|
+
"one": "Наплаћује се сваки {{.Interval}} након завршетка бесплатног пробног периода од 24 сата.",
|
|
1080
|
+
"few": "Оптужен сваки {{.Interval}} после ваших {{.Count}} дневни бесплатни пробни крајевима.",
|
|
1081
|
+
"other": "Оптужен сваки {{.Interval}} после ваших {{.Count}} дневни бесплатни пробни крајевима."
|
|
1082
|
+
},
|
|
1083
|
+
"shopping_price_plan_note_without_trial": {
|
|
1084
|
+
"other": "Наплаћује се сваки {{.Interval}} ."
|
|
1088
1085
|
},
|
|
1089
1086
|
"shopping_price_plan_note_interval": {
|
|
1090
|
-
"one": "{{
|
|
1091
|
-
"
|
|
1087
|
+
"one": "{{.Interval}}",
|
|
1088
|
+
"few": "{{.Count}} {{.Interval}} а",
|
|
1089
|
+
"other": "{{.Count}} {{.Interval}} а"
|
|
1092
1090
|
},
|
|
1093
|
-
"
|
|
1091
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1094
1092
|
"other": "Унесите податке о својој кредитној картици испод да бисте започели претплату."
|
|
1095
1093
|
},
|
|
1094
|
+
"shopping_enter_card_prompt_plan": {
|
|
1095
|
+
"other": "Унесите детаље своје кредитне картице испод да бисте започели свој план."
|
|
1096
|
+
},
|
|
1096
1097
|
"shopping_action_plan": {
|
|
1097
1098
|
"other": "комплетан"
|
|
1098
1099
|
},
|
|
1099
1100
|
"shopping_complete_subscription": {
|
|
1100
|
-
"other": "Ваша куповина претплате је била успешна. Сада сте претплаћени на {{
|
|
1101
|
+
"other": "Ваша куповина претплате је била успешна. Сада сте претплаћени на {{.Title}}."
|
|
1101
1102
|
},
|
|
1102
1103
|
"shopping_complete_subscription_browse": {
|
|
1103
1104
|
"other": "Слободно <a href=\"/\">претражујте по</a> сајту или <a href=\"/search.html\">тражите</a> нешто специфично."
|
|
1104
1105
|
},
|
|
1105
1106
|
"shopping_info_plan_offer": {
|
|
1106
|
-
"one": "Аутоматски обнавља сваки {{
|
|
1107
|
-
"other": "Аутоматски обнавља на сваких {{
|
|
1107
|
+
"one": "Аутоматски обнавља сваки {{.Interval}}",
|
|
1108
|
+
"other": "Аутоматски обнавља на сваких {{.Count}} {{.Interval}} с"
|
|
1108
1109
|
},
|
|
1109
1110
|
"shopping_info_trial_period_offer": {
|
|
1110
1111
|
"one": "Испробајте своју бесплатну пробну верзију од 24 сата сада!",
|
|
1111
|
-
"other": "Испробајте своју бесплатну пробну верзију {{
|
|
1112
|
+
"other": "Испробајте своју бесплатну пробну верзију {{.Count}}"
|
|
1112
1113
|
},
|
|
1113
1114
|
"plans_page_header": {
|
|
1114
1115
|
"other": "Доступни планови"
|
|
@@ -1126,7 +1127,7 @@
|
|
|
1126
1127
|
"other": "Опширније"
|
|
1127
1128
|
},
|
|
1128
1129
|
"plan_page_header_text": {
|
|
1129
|
-
"other": "Уживајте у {{
|
|
1130
|
+
"other": "Уживајте у {{.Name}}"
|
|
1130
1131
|
},
|
|
1131
1132
|
"page_plan_explore_intro": {
|
|
1132
1133
|
"other": "ИЛИ"
|
|
@@ -1182,6 +1183,9 @@
|
|
|
1182
1183
|
"wcag_aria_label_carousel": {
|
|
1183
1184
|
"other": "Карусель"
|
|
1184
1185
|
},
|
|
1186
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1187
|
+
"other": "Пагинација"
|
|
1188
|
+
},
|
|
1185
1189
|
"wcag_aria_label_page_collection": {
|
|
1186
1190
|
"other": "Коллекция страницы"
|
|
1187
1191
|
},
|
|
@@ -1288,21 +1292,45 @@
|
|
|
1288
1292
|
"other": "Моје претплате"
|
|
1289
1293
|
},
|
|
1290
1294
|
"usersubscriptions_subscription_expiry_trialing": {
|
|
1291
|
-
"other": "Прва уплата {{
|
|
1295
|
+
"other": "Прва уплата {{.Expiry}}"
|
|
1292
1296
|
},
|
|
1293
1297
|
"usersubscriptions_subscription_expiry_active": {
|
|
1294
|
-
"other": "Следећа уплата {{
|
|
1298
|
+
"other": "Следећа уплата {{.Expiry}}"
|
|
1295
1299
|
},
|
|
1296
1300
|
"usersubscriptions_subscription_expiry_past_due": {
|
|
1297
|
-
"other": "Рок за плаћање {{
|
|
1301
|
+
"other": "Рок за плаћање {{.Expiry}}"
|
|
1298
1302
|
},
|
|
1299
1303
|
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1300
|
-
"other": "Завршава {{
|
|
1304
|
+
"other": "Завршава {{.Expiry}}"
|
|
1301
1305
|
},
|
|
1302
1306
|
"usersubscriptions_subscription_expiry_expired": {
|
|
1303
|
-
"other": "Ендед {{
|
|
1307
|
+
"other": "Ендед {{.Expiry}}"
|
|
1304
1308
|
},
|
|
1305
1309
|
"sponsor_image_alt": {
|
|
1306
1310
|
"other": "логотип спонзора"
|
|
1311
|
+
},
|
|
1312
|
+
"subscribe_to_watch": {
|
|
1313
|
+
"other": "Претплатите се на гледање"
|
|
1314
|
+
},
|
|
1315
|
+
"bundle_items_generic": {
|
|
1316
|
+
"other": "{{.Count}} ставке"
|
|
1317
|
+
},
|
|
1318
|
+
"shopping_card_update_reason_expired": {
|
|
1319
|
+
"other": "Ажурирајте своју кредитну картицу. Подржане картице су Виса, Мастерцард и Америцан Екпресс."
|
|
1320
|
+
},
|
|
1321
|
+
"shopping_discount_applied_promo": {
|
|
1322
|
+
"other": "Код је успешно примењен."
|
|
1323
|
+
},
|
|
1324
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1325
|
+
"other": "Унесите важећи промотивни код."
|
|
1326
|
+
},
|
|
1327
|
+
"shopping_complete_promo_only": {
|
|
1328
|
+
"other": "Успех! Сада можете гледати {{.Title}}."
|
|
1329
|
+
},
|
|
1330
|
+
"shopping_action_redeem_promo_code": {
|
|
1331
|
+
"other": "Искупити"
|
|
1332
|
+
},
|
|
1333
|
+
"pricing_ownership_promo": {
|
|
1334
|
+
"other": "Искупити"
|
|
1307
1335
|
}
|
|
1308
|
-
}
|
|
1336
|
+
}
|
|
Binary file
|