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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +35 -10
  3. package/kibble.json +3 -3
  4. package/package.json +1 -2
  5. package/scripts/translate.mjs +30 -22
  6. package/site/ar_LB.all.json +65 -11
  7. package/site/ca_ES.all.json +65 -11
  8. package/site/da_DK.all.json +64 -10
  9. package/site/de_DE.all.json +64 -10
  10. package/site/el_EL.all.json +64 -10
  11. package/site/en_AU.all.json +70 -16
  12. package/site/es_ES.all.json +66 -12
  13. package/site/es_MX.all.json +66 -12
  14. package/site/{ee_EE.all.json → et_ET.all.json} +64 -10
  15. package/site/fi_FI.all.json +67 -13
  16. package/site/fr_FR.all.json +66 -12
  17. package/site/hr_HR.all.json +65 -11
  18. package/site/hu_HU.all.json +65 -11
  19. package/site/it_IT.all.json +65 -11
  20. package/site/ja_JP.all.json +64 -10
  21. package/site/lt_LT.all.json +64 -10
  22. package/site/nl_BE.all.json +65 -11
  23. package/site/no_NO.all.json +65 -11
  24. package/site/pl_PL.all.json +65 -11
  25. package/site/plans.html.jet +17 -17
  26. package/site/pt_BR.all.json +65 -11
  27. package/site/pt_PT.all.json +65 -11
  28. package/site/ru_RU.all.json +67 -13
  29. package/site/sr_SR.all.json +67 -13
  30. package/site/static/fonts/fa-s72.woff +0 -0
  31. package/site/static/js/main.js +1 -0
  32. package/site/static/scripts/main.js.map +1 -1
  33. package/site/styles/_availability-tags.scss +63 -31
  34. package/site/styles/_awards.scss +4 -3
  35. package/site/styles/_buttons.scss +15 -3
  36. package/site/styles/_carousel.scss +21 -24
  37. package/site/styles/_forms.scss +8 -3
  38. package/site/styles/_icons.scss +180 -9
  39. package/site/styles/_legacy.scss +0 -7
  40. package/site/styles/_meta-detail.scss +65 -40
  41. package/site/styles/_nav.scss +5 -4
  42. package/site/styles/_plans.scss +10 -17
  43. package/site/styles/_poster.scss +3 -9
  44. package/site/styles/_share-modal.scss +86 -0
  45. package/site/styles/_shift72.scss +7 -0
  46. package/site/styles/_shopping.scss +0 -1
  47. package/site/styles/_skip-link.scss +1 -1
  48. package/site/styles/_tooltips.scss +7 -0
  49. package/site/styles/_variables.scss +9 -8
  50. package/site/styles/_wishlist.scss +2 -2
  51. package/site/styles/main.scss +3 -2
  52. package/site/subscriptions.html.jet +11 -0
  53. package/site/templates/application/application.jet +2 -2
  54. package/site/templates/application/google.jet +8 -13
  55. package/site/templates/application/nav/user_logged_in.jet +7 -2
  56. package/site/templates/collection/carousel_item.jet +5 -3
  57. package/site/templates/common/social-media-buttons.jet +1 -37
  58. package/site/templates/common/sponsor-image.jet +18 -0
  59. package/site/templates/film/item.jet +92 -86
  60. package/site/templates/tv/detail.jet +30 -21
  61. package/site/tr_TR.all.json +64 -10
  62. package/site/uk_UA.all.json +65 -11
  63. package/site/zh_TW.all.json +64 -10
  64. package/site/static/fonts/FontAwesome.otf +0 -0
  65. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  66. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  67. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  68. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  69. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  70. package/site/styles/_social-media-buttons.scss +0 -159
@@ -136,19 +136,19 @@
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": "Поділіться на Facebook"
142
+ "other": "Facebook"
143
143
  },
144
144
  "social_media_buttons_twitter": {
145
- "other": "Поділіться у Twitter"
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": "Поділитися посиланням"
@@ -157,7 +157,7 @@
157
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": "Ласкаво просимо "
@@ -1023,7 +1023,7 @@
1023
1023
  "other": "Скасувати підписку?"
1024
1024
  },
1025
1025
  "usersubscriptions_unsubscribe_modal_body": {
1026
- "other": "Це скасує підписку на {{.Name}} план.Ви все одно зможете подивитися вміст у плані, поки не закінчується {{.Expiry}}."
1026
+ "other": "Це скасує підписку на {{.Name}}. Ви все одно зможете переглядати вміст, доки термін його дії не закінчиться {{.Expiry}}."
1027
1027
  },
1028
1028
  "availability_coming_soon": {
1029
1029
  "other": "Скоро у доступі"
@@ -1175,7 +1175,7 @@
1175
1175
  "other": "АБО"
1176
1176
  },
1177
1177
  "page_plan_explore_link": {
1178
- "other": "Дослідіть інші перевали"
1178
+ "other": "Досліджуйте більше"
1179
1179
  },
1180
1180
  "plan_showcase_page_ownership_button_buy": {
1181
1181
  "other": "Придбайте зараз"
@@ -1187,10 +1187,10 @@
1187
1187
  "other": "У конкурсі"
1188
1188
  },
1189
1189
  "meta_description_expand": {
1190
- "other": "Показати більше"
1190
+ "other": "Побачити більше"
1191
1191
  },
1192
1192
  "meta_description_collapse": {
1193
- "other": "Показати менше"
1193
+ "other": "Дивіться менше"
1194
1194
  },
1195
1195
  "awards_winner": {
1196
1196
  "other": "Переможець"
@@ -1278,5 +1278,59 @@
1278
1278
  },
1279
1279
  "header_banner": {
1280
1280
  "other": "Головний банер"
1281
+ },
1282
+ "usersubscriptions_page_header": {
1283
+ "other": "Підписки та виставлення рахунків"
1284
+ },
1285
+ "usersubscriptions_page_content": {
1286
+ "other": " "
1287
+ },
1288
+ "usersubscriptions_payment_section_title": {
1289
+ "other": "Спосіб оплати"
1290
+ },
1291
+ "usersubscriptions_payment_section_content": {
1292
+ "other": "Зміни в способі оплати кредитною карткою набудуть чинності під час наступного платіжного циклу."
1293
+ },
1294
+ "usersubscriptions_subscriptions_section_title": {
1295
+ "other": "Деталі підписки"
1296
+ },
1297
+ "usersubscriptions_subscriptions_section_content": {
1298
+ "other": " "
1299
+ },
1300
+ "usersubscriptions_subscription_status_active": {
1301
+ "other": "Активний"
1302
+ },
1303
+ "usersubscriptions_subscription_expired": {
1304
+ "other": "Термін дії закінчився"
1305
+ },
1306
+ "usersubscriptions_no_subscriptions_section_title": {
1307
+ "other": "Відкрийте для себе підписки"
1308
+ },
1309
+ "usersubscriptions_no_subscriptions_content": {
1310
+ "other": "Відкрийте для себе чудовий вміст за чудовими цінами, яким легко керувати тут."
1311
+ },
1312
+ "usersubscriptions_no_subscriptions_button_title": {
1313
+ "other": "Перегляньте підписки"
1314
+ },
1315
+ "nav_subscriptions": {
1316
+ "other": "Мої підписки"
1317
+ },
1318
+ "usersubscriptions_subscription_expiry_trialing": {
1319
+ "other": "Перший платіж {{ .Expiry }}"
1320
+ },
1321
+ "usersubscriptions_subscription_expiry_active": {
1322
+ "other": "Наступний платіж {{ .Expiry }}"
1323
+ },
1324
+ "usersubscriptions_subscription_expiry_past_due": {
1325
+ "other": "{{ .Expiry }}"
1326
+ },
1327
+ "usersubscriptions_subscription_expiry_cancelled": {
1328
+ "other": "Закінчується {{ .Expiry }}"
1329
+ },
1330
+ "usersubscriptions_subscription_expiry_expired": {
1331
+ "other": "Завершено {{ .Expiry }} закінчився"
1332
+ },
1333
+ "sponsor_image_alt": {
1334
+ "other": "логотип спонсора"
1281
1335
  }
1282
- }
1336
+ }
@@ -140,16 +140,16 @@
140
140
  "other": "分享"
141
141
  },
142
142
  "social_media_buttons_facebook": {
143
- "other": "在脸书上分享"
143
+ "other": "Facebook"
144
144
  },
145
145
  "social_media_buttons_twitter": {
146
- "other": "分享到Twitter"
146
+ "other": "Twitter"
147
147
  },
148
148
  "social_media_buttons_linkedin": {
149
- "other": "在领英上分享"
149
+ "other": "Linkedin"
150
150
  },
151
151
  "social_media_buttons_email": {
152
- "other": "通过电子邮件分享"
152
+ "other": "电子邮件"
153
153
  },
154
154
  "social_media_buttons_email_subject": {
155
155
  "other": "链接分享"
@@ -158,7 +158,7 @@
158
158
  "other": "链接已复制到剪贴板!"
159
159
  },
160
160
  "social_media_buttons_copy_link": {
161
- "other": "复制到剪贴板"
161
+ "other": "复制链接"
162
162
  },
163
163
  "accept_invite_page_header": {
164
164
  "other": "歡迎 "
@@ -1013,7 +1013,7 @@
1013
1013
  "other": "取消訂閱?"
1014
1014
  },
1015
1015
  "usersubscriptions_unsubscribe_modal_body": {
1016
- "other": "這將取消訂閱 {{.Name}} 計劃. 您仍然能夠在計劃到期之前觀看計劃中的內容 {{.Expiry}}."
1016
+ "other": "这将取消对 {{.Name}} 的订阅。在内容到期 {{.Expiry}} 之前,您仍然可以观看内容。"
1017
1017
  },
1018
1018
  "availability_coming_soon": {
1019
1019
  "other": "即將播映"
@@ -1219,7 +1219,7 @@
1219
1219
  "other": "或者"
1220
1220
  },
1221
1221
  "page_plan_explore_link": {
1222
- "other": "探索其他通行證"
1222
+ "other": "探索更多"
1223
1223
  },
1224
1224
  "plan_showcase_page_ownership_button_buy": {
1225
1225
  "other": "立即購買"
@@ -1231,10 +1231,10 @@
1231
1231
  "other": "比賽中"
1232
1232
  },
1233
1233
  "meta_description_expand": {
1234
- "other": "展示更多"
1234
+ "other": "查看更多"
1235
1235
  },
1236
1236
  "meta_description_collapse": {
1237
- "other": "显示较少"
1237
+ "other": "少看"
1238
1238
  },
1239
1239
  "awards_winner": {
1240
1240
  "other": "优胜者"
@@ -1250,5 +1250,59 @@
1250
1250
  },
1251
1251
  "wcag_aria_label_letterboxd": {
1252
1252
  "other": "在letterboxd上查看"
1253
+ },
1254
+ "usersubscriptions_page_header": {
1255
+ "other": "订阅和计费"
1256
+ },
1257
+ "usersubscriptions_page_content": {
1258
+ "other": " "
1259
+ },
1260
+ "usersubscriptions_payment_section_title": {
1261
+ "other": "付款方法"
1262
+ },
1263
+ "usersubscriptions_payment_section_content": {
1264
+ "other": "对信用卡付款方式的更改将在您的下一个结算周期生效。"
1265
+ },
1266
+ "usersubscriptions_subscriptions_section_title": {
1267
+ "other": "订阅详情"
1268
+ },
1269
+ "usersubscriptions_subscriptions_section_content": {
1270
+ "other": " "
1271
+ },
1272
+ "usersubscriptions_subscription_status_active": {
1273
+ "other": "积极的"
1274
+ },
1275
+ "usersubscriptions_subscription_expired": {
1276
+ "other": "已到期"
1277
+ },
1278
+ "usersubscriptions_no_subscriptions_section_title": {
1279
+ "other": "发现订阅"
1280
+ },
1281
+ "usersubscriptions_no_subscriptions_content": {
1282
+ "other": "以优惠的价格发现精彩的内容,在此处轻松管理。"
1283
+ },
1284
+ "usersubscriptions_no_subscriptions_button_title": {
1285
+ "other": "探索订阅"
1286
+ },
1287
+ "nav_subscriptions": {
1288
+ "other": "我的订阅"
1289
+ },
1290
+ "usersubscriptions_subscription_expiry_trialing": {
1291
+ "other": "第一次付款{{ .Expiry }}"
1292
+ },
1293
+ "usersubscriptions_subscription_expiry_active": {
1294
+ "other": "下次付款{{ .Expiry }}"
1295
+ },
1296
+ "usersubscriptions_subscription_expiry_past_due": {
1297
+ "other": "到期付款{{ .Expiry }}"
1298
+ },
1299
+ "usersubscriptions_subscription_expiry_cancelled": {
1300
+ "other": "結束{{ .Expiry }}"
1301
+ },
1302
+ "usersubscriptions_subscription_expiry_expired": {
1303
+ "other": "結束{{ .Expiry }}"
1304
+ },
1305
+ "sponsor_image_alt": {
1306
+ "other": "赞助商标志"
1253
1307
  }
1254
- }
1308
+ }
Binary file