@shift72/core-template 0.5.1 → 1.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/.nvmrc +1 -0
  4. package/CHANGELOG.md +65 -10
  5. package/kibble.json +4 -4
  6. package/package.json +1 -2
  7. package/scripts/translate.mjs +30 -22
  8. package/site/ar_LB.all.json +99 -23
  9. package/site/ca_ES.all.json +91 -23
  10. package/site/da_DK.all.json +90 -22
  11. package/site/de_DE.all.json +90 -22
  12. package/site/el_EL.all.json +90 -22
  13. package/site/en_AU.all.json +87 -19
  14. package/site/es_ES.all.json +92 -24
  15. package/site/es_MX.all.json +89 -21
  16. package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
  17. package/site/fi_FI.all.json +93 -25
  18. package/site/fr_FR.all.json +91 -23
  19. package/site/hr_HR.all.json +93 -23
  20. package/site/hu_HU.all.json +91 -23
  21. package/site/it_IT.all.json +91 -23
  22. package/site/ja_JP.all.json +88 -22
  23. package/site/lt_LT.all.json +94 -22
  24. package/site/nl_BE.all.json +90 -22
  25. package/site/no_NO.all.json +91 -23
  26. package/site/pl_PL.all.json +95 -23
  27. package/site/plans.html.jet +17 -17
  28. package/site/pt_BR.all.json +91 -23
  29. package/site/pt_PT.all.json +91 -23
  30. package/site/ru_RU.all.json +103 -31
  31. package/site/sr_SR.all.json +95 -25
  32. package/site/static/fonts/fa-s72.woff +0 -0
  33. package/site/static/js/main.js +2 -1
  34. package/site/static/scripts/main.js.map +1 -1
  35. package/site/styles/_availability-tags.scss +63 -31
  36. package/site/styles/_awards.scss +4 -3
  37. package/site/styles/_buttons.scss +46 -29
  38. package/site/styles/_can-be-watched-button.scss +0 -20
  39. package/site/styles/_carousel.scss +126 -311
  40. package/site/styles/_collections.scss +6 -11
  41. package/site/styles/_cta-buttons.scss +262 -0
  42. package/site/styles/_forms.scss +6 -2
  43. package/site/styles/_icons.scss +182 -9
  44. package/site/styles/_legacy.scss +1 -50
  45. package/site/styles/_meta-detail.scss +80 -229
  46. package/site/styles/_meta-item-tagline.scss +33 -0
  47. package/site/styles/_meta-item.scss +0 -4
  48. package/site/styles/_meta-sub-item.scss +116 -0
  49. package/site/styles/_mixins.scss +45 -0
  50. package/site/styles/_nav.scss +6 -5
  51. package/site/styles/_pages.scss +4 -13
  52. package/site/styles/_plans.scss +24 -17
  53. package/site/styles/_poster.scss +3 -9
  54. package/site/styles/_share-modal.scss +86 -0
  55. package/site/styles/_shift72.scss +11 -0
  56. package/site/styles/_shopping.scss +0 -1
  57. package/site/styles/_skip-link.scss +1 -1
  58. package/site/styles/_tooltips.scss +7 -0
  59. package/site/styles/_variables.scss +11 -12
  60. package/site/styles/_wishlist.scss +2 -2
  61. package/site/styles/main.scss +5 -3
  62. package/site/subscriptions.html.jet +11 -0
  63. package/site/templates/application/application.jet +2 -2
  64. package/site/templates/application/google.jet +8 -13
  65. package/site/templates/application/nav/user_logged_in.jet +7 -2
  66. package/site/templates/bundle/item.jet +2 -4
  67. package/site/templates/collection/carousel/carousel.jet +27 -0
  68. package/site/templates/collection/carousel/item/image.jet +5 -0
  69. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  70. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  71. package/site/templates/collection/carousel/item/title.jet +3 -0
  72. package/site/templates/collection/carousel/item.jet +41 -0
  73. package/site/templates/collection/carousel/pagination.jet +9 -0
  74. package/site/templates/collection/page_collection.jet +2 -2
  75. package/site/templates/common/cta_buttons.jet +70 -0
  76. package/site/templates/common/social-media-buttons.jet +2 -38
  77. package/site/templates/common/sponsor-image.jet +18 -0
  78. package/site/templates/film/item.jet +98 -102
  79. package/site/templates/items/sub_item.jet +22 -0
  80. package/site/templates/items/tagline.jet +2 -2
  81. package/site/templates/page/homepage.jet +2 -3
  82. package/site/templates/tv/detail.jet +39 -38
  83. package/site/tr_TR.all.json +90 -22
  84. package/site/uk_UA.all.json +95 -23
  85. package/site/zh_TW.all.json +88 -22
  86. package/site/static/fonts/FontAwesome.otf +0 -0
  87. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  88. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  89. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  90. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  91. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  92. package/site/styles/_homepage.scss +0 -3
  93. package/site/styles/_social-media-buttons.scss +0 -159
  94. package/site/templates/bundle/buttons.jet +0 -6
  95. package/site/templates/bundle/extras.jet +0 -13
  96. package/site/templates/collection/carousel.jet +0 -27
  97. package/site/templates/collection/carousel_item.jet +0 -66
  98. package/site/templates/items/bonus_item.jet +0 -23
  99. package/site/templates/items/featured_item.jet +0 -61
  100. package/site/templates/tv/episode.jet +0 -21
@@ -137,28 +137,28 @@
137
137
  "other": "Continuar"
138
138
  },
139
139
  "social_media_buttons_title": {
140
- "other": "Compartilhar"
140
+ "other": "Participação"
141
141
  },
142
142
  "social_media_buttons_facebook": {
143
- "other": "Compartilhar no Facebook"
143
+ "other": "Facebook"
144
144
  },
145
145
  "social_media_buttons_twitter": {
146
- "other": "Compartilhar no Twitter"
146
+ "other": "Twitter"
147
147
  },
148
148
  "social_media_buttons_linkedin": {
149
- "other": "Compartilhar no Linkedin"
149
+ "other": "Linkedin"
150
150
  },
151
151
  "social_media_buttons_email": {
152
- "other": "Compartilhe via e-mail"
152
+ "other": "E-mail"
153
153
  },
154
154
  "social_media_buttons_email_subject": {
155
155
  "other": "Compartilhamento de link"
156
156
  },
157
157
  "social_media_buttons_copied_link": {
158
- "other": "Link copiado para a área de transferência!"
158
+ "other": "Link copiado"
159
159
  },
160
160
  "social_media_buttons_copy_link": {
161
- "other": "Copiar para área de transferência"
161
+ "other": "Link de cópia"
162
162
  },
163
163
  "accept_invite_page_header": {
164
164
  "other": "Acolher "
@@ -714,7 +714,7 @@
714
714
  "other": "Ver sua biblioteca"
715
715
  },
716
716
  "shopping_complete_plan": {
717
- "other": "Sua compra de {{ .Title }} foi bem-sucedida."
717
+ "other": "Sua compra de {{.Title}} foi bem-sucedida."
718
718
  },
719
719
  "shopping_complete_rental_watch_window_start": {
720
720
  "one": "Você pode começar a assistir durante o próximo dia.",
@@ -1013,7 +1013,7 @@
1013
1013
  "other": "Cancelar assinatura?"
1014
1014
  },
1015
1015
  "usersubscriptions_unsubscribe_modal_body": {
1016
- "other": "Isso cancelará a assinatura do plano {{.Name}}. Você ainda poderá assistir ao conteúdo do plano até que expire {{.Expiry}}."
1016
+ "other": "Isso cancelará a assinatura do {{.Name}}. Você ainda poderá assistir ao conteúdo até que expire {{.Expiry}}."
1017
1017
  },
1018
1018
  "availability_coming_soon": {
1019
1019
  "other": "Em breve"
@@ -1135,6 +1135,9 @@
1135
1135
  "wcag_aria_label_carousel": {
1136
1136
  "other": "Carrossel"
1137
1137
  },
1138
+ "wcag_aria_label_carousel_pagination": {
1139
+ "other": "Paginação"
1140
+ },
1138
1141
  "wcag_aria_label_page_collection": {
1139
1142
  "other": "Página Coleções"
1140
1143
  },
@@ -1172,33 +1175,38 @@
1172
1175
  "other": "Preço"
1173
1176
  },
1174
1177
  "shopping_price_plan_note": {
1175
- "zero": "Cobrado a cada {{ .Interval }} .",
1176
- "one": "Cobrado a cada {{ .Interval }} após o término da avaliação gratuita de 24 horas.",
1177
- "other": "Cobrado a cada {{ .Interval }} após o {{ .Count }} avaliação gratuita de .Count dias."
1178
+ "one": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de 24 horas.",
1179
+ "other": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de {{.Count}} dias."
1180
+ },
1181
+ "shopping_price_plan_note_without_trial": {
1182
+ "other": "Cobrado a cada {{.Interval}} ."
1178
1183
  },
1179
1184
  "shopping_price_plan_note_interval": {
1180
- "one": "{{ .Interval }}",
1181
- "other": "{{ .Count }} {{ .Interval }}"
1185
+ "one": "{{.Interval}}",
1186
+ "other": "{{.Count}} {{.Interval}}"
1182
1187
  },
1183
- "shopping_enter_card_prompt_plan": {
1188
+ "shopping_enter_card_prompt_subscription": {
1184
1189
  "other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
1185
1190
  },
1191
+ "shopping_enter_card_prompt_plan": {
1192
+ "other": "Insira os dados do seu cartão de crédito abaixo para iniciar seu plano."
1193
+ },
1186
1194
  "shopping_action_plan": {
1187
1195
  "other": "Completo"
1188
1196
  },
1189
1197
  "shopping_complete_subscription": {
1190
- "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{ .Title }} ."
1198
+ "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{.Title}} ."
1191
1199
  },
1192
1200
  "shopping_complete_subscription_browse": {
1193
1201
  "other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
1194
1202
  },
1195
1203
  "shopping_info_plan_offer": {
1196
- "one": "Renova automaticamente a cada {{ .Interval }}",
1197
- "other": "Renova automaticamente cada {{ .Count }} {{ .Interval }}"
1204
+ "one": "Renova automaticamente a cada {{.Interval}}",
1205
+ "other": "Renova automaticamente cada {{.Count}} {{.Interval}}"
1198
1206
  },
1199
1207
  "shopping_info_trial_period_offer": {
1200
1208
  "one": "Experimente agora o seu teste gratuito de 24 horas!",
1201
- "other": "Experimente o seu teste gratuito de {{ .Count }} dia!"
1209
+ "other": "Experimente o seu teste gratuito de {{.Count}} dia!"
1202
1210
  },
1203
1211
  "plans_page_header": {
1204
1212
  "other": "Planos Disponíveis"
@@ -1216,13 +1224,13 @@
1216
1224
  "other": "Consulte Mais informação"
1217
1225
  },
1218
1226
  "plan_page_header_text": {
1219
- "other": "Aproveite {{ .Name }}"
1227
+ "other": "Aproveite {{.Name}}"
1220
1228
  },
1221
1229
  "page_plan_explore_intro": {
1222
1230
  "other": "OU"
1223
1231
  },
1224
1232
  "page_plan_explore_link": {
1225
- "other": "Explore outros passes"
1233
+ "other": "Explore mais"
1226
1234
  },
1227
1235
  "plan_showcase_page_ownership_button_buy": {
1228
1236
  "other": "Compre Agora"
@@ -1237,10 +1245,10 @@
1237
1245
  "other": "Vencedora"
1238
1246
  },
1239
1247
  "meta_description_expand": {
1240
- "other": "Mostre mais"
1248
+ "other": "Ver mais"
1241
1249
  },
1242
1250
  "meta_description_collapse": {
1243
- "other": "Mostre menos"
1251
+ "other": "Ver menos"
1244
1252
  },
1245
1253
  "donate_button_text": {
1246
1254
  "other": "Doar"
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "shopping_error_plan_expired": {
1252
1260
  "other": "Este plano não está mais disponível."
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Assinaturas e cobrança"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Forma de pagamento"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "As alterações na forma de pagamento com cartão de crédito entrarão em vigor no próximo ciclo de cobrança."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Detalhes da assinatura"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Ativo"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Expirado"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Descubra assinaturas"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Descubra ótimos conteúdos a ótimos preços, facilmente gerenciados aqui."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Explorar assinaturas"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "Minhas assinaturas"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Primeiro pagamento {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Próximo pagamento {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Pagamento devido. {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Termina {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Terminado {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "logotipo do patrocinador"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Inscreva-se para assistir"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} Itens"
1253
1321
  }
1254
1322
  }
@@ -134,28 +134,28 @@
134
134
  "other": "Continuar"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Compartilhar"
137
+ "other": "Participação"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Compartilhar no Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Compartilhar no Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Compartilhar no Linkedin"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Compartilhe via e-mail"
149
+ "other": "E-mail"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Compartilhamento de link"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link copiado para a área de transferência!"
155
+ "other": "Link copiado"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Copiar para área de transferência"
158
+ "other": "Link de cópia"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Acolher "
@@ -654,7 +654,7 @@
654
654
  "other": "Ver sua biblioteca"
655
655
  },
656
656
  "shopping_complete_plan": {
657
- "other": "Sua compra de {{ .Title }} foi bem-sucedida."
657
+ "other": "Sua compra de {{.Title}} foi bem-sucedida."
658
658
  },
659
659
  "shopping_complete_rental_watch_window_start": {
660
660
  "one": "Você pode começar a assistir durante o próximo dia.",
@@ -923,7 +923,7 @@
923
923
  "other": "Cancelar assinatura?"
924
924
  },
925
925
  "usersubscriptions_unsubscribe_modal_body": {
926
- "other": "Isso cancelará a assinatura do plano {{.Name}}. Você ainda poderá assistir ao conteúdo do plano até que expire {{.Expiry}}."
926
+ "other": "Isso cancelará a assinatura do {{.Name}}. Você ainda poderá assistir ao conteúdo até que expire {{.Expiry}}."
927
927
  },
928
928
  "shopping_card_update_reason_none": {
929
929
  "other": "Atualize seu cartão de crédito. Os cartões suportados são Visa, Mastercard e American Express"
@@ -995,33 +995,38 @@
995
995
  "other": "Preço"
996
996
  },
997
997
  "shopping_price_plan_note": {
998
- "zero": "Cobrado a cada {{ .Interval }} .",
999
- "one": "Cobrado a cada {{ .Interval }} após o término da avaliação gratuita de 24 horas.",
1000
- "other": "Cobrado a cada {{ .Interval }} após o {{ .Count }} avaliação gratuita de .Count dias."
998
+ "one": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de 24 horas.",
999
+ "other": "Cobrado a cada {{.Interval}} após o término da avaliação gratuita de {{.Count}} dias."
1000
+ },
1001
+ "shopping_price_plan_note_without_trial": {
1002
+ "other": "Cobrado a cada {{.Interval}} ."
1001
1003
  },
1002
1004
  "shopping_price_plan_note_interval": {
1003
- "one": "{{ .Interval }}",
1004
- "other": "{{ .Count }} {{ .Interval }}"
1005
+ "one": "{{.Interval}}",
1006
+ "other": "{{.Count}} {{.Interval}}"
1005
1007
  },
1006
- "shopping_enter_card_prompt_plan": {
1008
+ "shopping_enter_card_prompt_subscription": {
1007
1009
  "other": "Insira os dados do seu cartão de crédito abaixo para iniciar a sua assinatura."
1008
1010
  },
1011
+ "shopping_enter_card_prompt_plan": {
1012
+ "other": "Insira os dados do seu cartão de crédito abaixo para iniciar seu plano."
1013
+ },
1009
1014
  "shopping_action_plan": {
1010
1015
  "other": "Completo"
1011
1016
  },
1012
1017
  "shopping_complete_subscription": {
1013
- "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{ .Title }} ."
1018
+ "other": "Sua compra de assinatura foi bem-sucedida. Agora você está inscrito em {{.Title}} ."
1014
1019
  },
1015
1020
  "shopping_complete_subscription_browse": {
1016
1021
  "other": "Fique à vontade para <a href=\"/\">navegar pelo</a> site ou <a href=\"/search.html\">pesquisar</a> algo específico."
1017
1022
  },
1018
1023
  "shopping_info_plan_offer": {
1019
- "one": "Renova automaticamente a cada {{ .Interval }}",
1020
- "other": "Renova automaticamente cada {{ .Count }} {{ .Interval }}"
1024
+ "one": "Renova automaticamente a cada {{.Interval}}",
1025
+ "other": "Renova automaticamente cada {{.Count}} {{.Interval}}"
1021
1026
  },
1022
1027
  "shopping_info_trial_period_offer": {
1023
1028
  "one": "Experimente agora o seu teste gratuito de 24 horas!",
1024
- "other": "Experimente o seu teste gratuito de {{ .Count }} dia!"
1029
+ "other": "Experimente o seu teste gratuito de {{.Count}} dia!"
1025
1030
  },
1026
1031
  "plans_page_header": {
1027
1032
  "other": "Planos Disponíveis"
@@ -1039,13 +1044,13 @@
1039
1044
  "other": "Consulte Mais informação"
1040
1045
  },
1041
1046
  "plan_page_header_text": {
1042
- "other": "Aproveite {{ .Name }}"
1047
+ "other": "Aproveite {{.Name}}"
1043
1048
  },
1044
1049
  "page_plan_explore_intro": {
1045
1050
  "other": "OU"
1046
1051
  },
1047
1052
  "page_plan_explore_link": {
1048
- "other": "Explore outros passes"
1053
+ "other": "Explore mais"
1049
1054
  },
1050
1055
  "plan_showcase_page_ownership_button_buy": {
1051
1056
  "other": "Compre Agora"
@@ -1095,6 +1100,9 @@
1095
1100
  "wcag_aria_label_carousel": {
1096
1101
  "other": "Carrossel"
1097
1102
  },
1103
+ "wcag_aria_label_carousel_pagination": {
1104
+ "other": "Paginação"
1105
+ },
1098
1106
  "wcag_aria_label_page_collection": {
1099
1107
  "other": "Página Coleções"
1100
1108
  },
@@ -1246,9 +1254,69 @@
1246
1254
  "other": "Sua conta foi temporariamente suspensa. Entre em contato com um administrador se você acredita que isso é um erro."
1247
1255
  },
1248
1256
  "meta_description_expand": {
1249
- "other": "Mostre mais"
1257
+ "other": "Ver mais"
1250
1258
  },
1251
1259
  "meta_description_collapse": {
1252
- "other": "Mostre menos"
1260
+ "other": "Ver menos"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Assinaturas e cobrança"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Forma de pagamento"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "As alterações na forma de pagamento com cartão de crédito entrarão em vigor no próximo ciclo de cobrança."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Detalhes da assinatura"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Ativo"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Expirado"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Descubra assinaturas"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Descubra ótimos conteúdos a ótimos preços, facilmente gerenciados aqui."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Explorar assinaturas"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "Minhas assinaturas"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Primeiro pagamento {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Próximo pagamento {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Pagamento devido. {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Termina {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Terminado {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "logotipo do patrocinador"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Inscreva-se para assistir"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} Itens"
1253
1321
  }
1254
1322
  }
@@ -136,28 +136,28 @@
136
136
  "other": "Поделиться"
137
137
  },
138
138
  "social_media_buttons_title": {
139
- "other": "Поделиться"
139
+ "other": "Делиться"
140
140
  },
141
141
  "social_media_buttons_facebook": {
142
- "other": "Поделиться через фейсбук"
142
+ "other": "Facebook"
143
143
  },
144
144
  "social_media_buttons_twitter": {
145
- "other": "Поделиться в Твиттере"
145
+ "other": "Twitter"
146
146
  },
147
147
  "social_media_buttons_linkedin": {
148
- "other": "Поделиться в Linkedin"
148
+ "other": "Linkedin"
149
149
  },
150
150
  "social_media_buttons_email": {
151
- "other": "Поделиться по электронной почте"
151
+ "other": "Эл. адрес"
152
152
  },
153
153
  "social_media_buttons_email_subject": {
154
154
  "other": "Поделиться ссылкой"
155
155
  },
156
156
  "social_media_buttons_copied_link": {
157
- "other": "Ссылка скопирована в буфер обмена!"
157
+ "other": "Ссылка скопирована"
158
158
  },
159
159
  "social_media_buttons_copy_link": {
160
- "other": "Скопировать в буфер обмена"
160
+ "other": "Копировать ссылку"
161
161
  },
162
162
  "accept_invite_page_header": {
163
163
  "other": "Добро пожаловать "
@@ -514,8 +514,8 @@
514
514
  },
515
515
  "shopping_info_watch_window_explanation2_bundle": {
516
516
  "one": "После нажатия кнопки воспроизведения на конкретном фильме, окно часов начинается и у вас есть час, чтобы посмотреть этот фильм столько раз, сколько вам нравится.",
517
- "few": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count }} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится.",
518
- "many": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count }} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится."
517
+ "few": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count}} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится.",
518
+ "many": "После нажатия кнопки PLAY на конкретном фильме, стартует период аренды, и у вас есть {{.Count}} часов, чтобы посмотреть этот фильм столько раз, сколько вам нравится."
519
519
  },
520
520
  "shopping_info_watch_window_explanation_season": {
521
521
  "one": "После того, как в аренду, ваш сезон будет доступен в вашем аккаунте в течение дня.",
@@ -674,7 +674,7 @@
674
674
  "other": "Просмотр библиотеки"
675
675
  },
676
676
  "shopping_complete_plan": {
677
- "other": "Ваша покупка {{ .Title }} прошла успешно."
677
+ "other": "Ваша покупка {{.Title}} прошла успешно."
678
678
  },
679
679
  "shopping_complete_rental_watch_window_start": {
680
680
  "one": "Теперь вы можете начать смотреть его в течение следующего дня.",
@@ -683,8 +683,8 @@
683
683
  },
684
684
  "shopping_complete_rental_watch_window_end": {
685
685
  "one": "При запуске воспроизведения вы затем час смотреть пункт столько раз, сколько вам нравится.",
686
- "few": "При запуске воспроизведения вы затем {{.Count }} часов смотреть пункт столько раз, сколько вам нравится.",
687
- "many": "При запуске воспроизведения вы затем {{.Count }} часов смотреть пункт столько раз, сколько вам нравится."
686
+ "few": "При запуске воспроизведения вы затем {{.Count}} часов смотреть пункт столько раз, сколько вам нравится.",
687
+ "many": "При запуске воспроизведения вы затем {{.Count}} часов смотреть пункт столько раз, сколько вам нравится."
688
688
  },
689
689
  "shopping_complete_rental_coming_soon": {
690
690
  "one": "Вы сможете смотреть его из {{.Date}} и ваша аренда будет оставаться активным в течение дня.",
@@ -803,8 +803,8 @@
803
803
  },
804
804
  "userdevices_page_content": {
805
805
  "one": "Устройства будут автоматически добавлены здесь, когда вы их используете. Вы ограничены только одно устройство.",
806
- "few": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count }} устройство.",
807
- "many": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count }} устройство."
806
+ "few": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count}} устройство.",
807
+ "many": "Устройства будут автоматически добавлены здесь, когда вы их используете.У вас ограничение на {{.Count}} устройство."
808
808
  },
809
809
  "userdevices_empty_content": {
810
810
  "other": "Сейчас у Вас 0 зарегистрированных устройств."
@@ -951,7 +951,7 @@
951
951
  "other": "Отменить подписку?"
952
952
  },
953
953
  "usersubscriptions_unsubscribe_modal_body": {
954
- "other": "Это отменит подписку на {{.Name}} строить планы. Вы все равно сможете посмотреть контент в плане, пока он не истечет {{.Expiry}}."
954
+ "other": "Это отменит подписку на {{.Name}}. Вы по-прежнему сможете просматривать контент до истечения срока его действия {{.Expiry}}."
955
955
  },
956
956
  "shopping_card_update_reason_none": {
957
957
  "other": "Обновите свою кредитную карту.Поддерживаемые карты - виза, MasterCard и American Express."
@@ -1023,33 +1023,42 @@
1023
1023
  "other": "Цена"
1024
1024
  },
1025
1025
  "shopping_price_plan_note": {
1026
- "zero": "{{ .Interval }} каждые .интервал.",
1027
- "one": "{{ .Interval }} каждые после окончания 24-часового бесплатного пробного периода.",
1028
- "other": "Взимается каждые после окончания {{ .Interval }} вашей дневной бесплатной пробной {{ .Count }}"
1026
+ "one": "{{.Interval}} каждые после окончания 24-часового бесплатного пробного периода.",
1027
+ "few": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}",
1028
+ "many": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}",
1029
+ "other": "Взимается каждые после окончания {{.Interval}} вашей дневной бесплатной пробной {{.Count}}"
1030
+ },
1031
+ "shopping_price_plan_note_without_trial": {
1032
+ "other": "{{.Interval}} каждые .интервал."
1029
1033
  },
1030
1034
  "shopping_price_plan_note_interval": {
1031
- "one": "{{ .Interval }}",
1032
- "other": "{{ .Count }} {{ .Interval }}"
1035
+ "one": "{{.Interval}}",
1036
+ "few": "{{.Count}} {{.Interval}}",
1037
+ "many": "{{.Count}} {{.Interval}}",
1038
+ "other": "{{.Count}} {{.Interval}}"
1033
1039
  },
1034
- "shopping_enter_card_prompt_plan": {
1040
+ "shopping_enter_card_prompt_subscription": {
1035
1041
  "other": "Введите данные своей кредитной карты ниже, чтобы начать подписку."
1036
1042
  },
1043
+ "shopping_enter_card_prompt_plan": {
1044
+ "other": "Введите данные своей кредитной карты ниже, чтобы начать план."
1045
+ },
1037
1046
  "shopping_action_plan": {
1038
1047
  "other": "Полный"
1039
1048
  },
1040
1049
  "shopping_complete_subscription": {
1041
- "other": "Ваша подписка была приобретена. Теперь вы подписаны на {{ .Title }} ."
1050
+ "other": "Ваша подписка была приобретена. Теперь вы подписаны на {{.Title}} ."
1042
1051
  },
1043
1052
  "shopping_complete_subscription_browse": {
1044
1053
  "other": "Не стесняйтесь <a href=\"/\">просматривать</a> сайт или <a href=\"/search.html\">искать</a> что-то конкретное."
1045
1054
  },
1046
1055
  "shopping_info_plan_offer": {
1047
- "one": "Автоматически обновляется каждые {{ .Interval }}",
1048
- "other": "Автоматически обновляется каждые {{ .Count }} {{ .Interval }}"
1056
+ "one": "Автоматически обновляется каждые {{.Interval}}",
1057
+ "other": "Автоматически обновляется каждые {{.Count}} {{.Interval}}"
1049
1058
  },
1050
1059
  "shopping_info_trial_period_offer": {
1051
1060
  "one": "Попробуйте бесплатную 24-часовую пробную версию прямо сейчас!",
1052
- "other": "Попробуйте бесплатную дневную пробную версию {{ .Count }}"
1061
+ "other": "Попробуйте бесплатную дневную пробную версию {{.Count}}"
1053
1062
  },
1054
1063
  "plans_page_header": {
1055
1064
  "other": "Доступные планы"
@@ -1067,13 +1076,13 @@
1067
1076
  "other": "Подробнее"
1068
1077
  },
1069
1078
  "plan_page_header_text": {
1070
- "other": "Наслаждайтесь {{ .Name }}"
1079
+ "other": "Наслаждайтесь {{.Name}}"
1071
1080
  },
1072
1081
  "page_plan_explore_intro": {
1073
1082
  "other": "ИЛИ"
1074
1083
  },
1075
1084
  "page_plan_explore_link": {
1076
- "other": "Исследуйте другие перевалы"
1085
+ "other": "Узнайте больше"
1077
1086
  },
1078
1087
  "plan_showcase_page_ownership_button_buy": {
1079
1088
  "other": "Купи сейчас"
@@ -1085,10 +1094,10 @@
1085
1094
  "other": "В соревновании"
1086
1095
  },
1087
1096
  "meta_description_expand": {
1088
- "other": "Показать больше"
1097
+ "other": "Узнать больше"
1089
1098
  },
1090
1099
  "meta_description_collapse": {
1091
- "other": "Показывай меньше"
1100
+ "other": "Увидеть меньше"
1092
1101
  },
1093
1102
  "awards_winner": {
1094
1103
  "other": "победитель"
@@ -1129,6 +1138,9 @@
1129
1138
  "wcag_aria_label_carousel": {
1130
1139
  "other": "Карусель"
1131
1140
  },
1141
+ "wcag_aria_label_carousel_pagination": {
1142
+ "other": "Пагинация"
1143
+ },
1132
1144
  "wcag_aria_label_page_collection": {
1133
1145
  "other": "Коллекция страницы"
1134
1146
  },
@@ -1142,10 +1154,10 @@
1142
1154
  "other": "Список желаний"
1143
1155
  },
1144
1156
  "wcag_aria_label_facebook": {
1145
- "other": "Поделиться через фейсбук"
1157
+ "other": "Поделиться на Facebook"
1146
1158
  },
1147
1159
  "wcag_aria_label_twitter": {
1148
- "other": "Поделиться в Твиттере"
1160
+ "other": "Поделиться на Twitter"
1149
1161
  },
1150
1162
  "wcag_aria_label_linkedin": {
1151
1163
  "other": "Поделиться на LinkedIn"
@@ -1272,5 +1284,65 @@
1272
1284
  },
1273
1285
  "availability_expired": {
1274
1286
  "other": "Истекший"
1287
+ },
1288
+ "usersubscriptions_page_header": {
1289
+ "other": "Подписки и выставление счетов"
1290
+ },
1291
+ "usersubscriptions_page_content": {
1292
+ "other": " "
1293
+ },
1294
+ "usersubscriptions_payment_section_title": {
1295
+ "other": "Способ оплаты"
1296
+ },
1297
+ "usersubscriptions_payment_section_content": {
1298
+ "other": "Изменения в способе оплаты кредитной картой вступят в силу в следующем платежном цикле."
1299
+ },
1300
+ "usersubscriptions_subscriptions_section_title": {
1301
+ "other": "Сведения о подписке"
1302
+ },
1303
+ "usersubscriptions_subscriptions_section_content": {
1304
+ "other": " "
1305
+ },
1306
+ "usersubscriptions_subscription_status_active": {
1307
+ "other": "Активный"
1308
+ },
1309
+ "usersubscriptions_subscription_expired": {
1310
+ "other": "Истекший"
1311
+ },
1312
+ "usersubscriptions_no_subscriptions_section_title": {
1313
+ "other": "Откройте для себя подписки"
1314
+ },
1315
+ "usersubscriptions_no_subscriptions_content": {
1316
+ "other": "Откройте для себя отличный контент по отличным ценам, которым легко управлять здесь."
1317
+ },
1318
+ "usersubscriptions_no_subscriptions_button_title": {
1319
+ "other": "Изучите подписки"
1320
+ },
1321
+ "nav_subscriptions": {
1322
+ "other": "Мои подписки"
1323
+ },
1324
+ "usersubscriptions_subscription_expiry_trialing": {
1325
+ "other": "Первый платеж {{.Expiry}}"
1326
+ },
1327
+ "usersubscriptions_subscription_expiry_active": {
1328
+ "other": "Следующий платеж {{.Expiry}}"
1329
+ },
1330
+ "usersubscriptions_subscription_expiry_past_due": {
1331
+ "other": "Причитающийся платеж {{.Expiry}}"
1332
+ },
1333
+ "usersubscriptions_subscription_expiry_cancelled": {
1334
+ "other": "Заканчивается {{.Expiry}}"
1335
+ },
1336
+ "usersubscriptions_subscription_expiry_expired": {
1337
+ "other": "Завершено {{.Expiry}}"
1338
+ },
1339
+ "sponsor_image_alt": {
1340
+ "other": "логотип спонсора"
1341
+ },
1342
+ "subscribe_to_watch": {
1343
+ "other": "Подпишитесь, чтобы смотреть"
1344
+ },
1345
+ "bundle_items_generic": {
1346
+ "other": "{{.Count}} Предметы"
1275
1347
  }
1276
1348
  }