@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,25 +137,25 @@
137
137
  "other": "Paylaş"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Facebook'ta Paylaş"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Twitter'da paylaş"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Linkedin'de paylaş"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "E-mail ile paylaş"
149
+ "other": "E-posta"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Bağlantı paylaşımı"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link kopyalandı!"
155
+ "other": "Bağlantı kopyalandı"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Panoya kopyala"
158
+ "other": "Bağlantıyı kopyala"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Hoşgeldiniz "
@@ -660,7 +660,7 @@
660
660
  "other": "Kütüphanenizi görüntüle"
661
661
  },
662
662
  "shopping_complete_plan": {
663
- "other": "{{ .Title }} satın alma işleminiz başarılı oldu."
663
+ "other": "{{.Title}} satın alma işleminiz başarılı oldu."
664
664
  },
665
665
  "shopping_complete_rental_watch_window_start": {
666
666
  "one": "Artık önümüzdeki günde filmi izlemeye başlayabilirsiniz.",
@@ -929,7 +929,7 @@
929
929
  "other": "Aboneliği iptal et?"
930
930
  },
931
931
  "usersubscriptions_unsubscribe_modal_body": {
932
- "other": "Bu, aboneliği iptal edecektir.{{.Name}} plan.Yine de plandaki içeriği sona erene kadar izleyebileceksiniz. {{.Expiry}}."
932
+ "other": "Bu, {{.Name}} aboneliğini iptal eder. {{.Expiry}} sona erene kadar içeriği izlemeye devam edebileceksiniz."
933
933
  },
934
934
  "shopping_card_update_reason_none": {
935
935
  "other": "Kredi kartınızı güncelleyin.Desteklenen kartlar Visa, MasterCard ve American Express'dir."
@@ -1007,33 +1007,38 @@
1007
1007
  "other": "Fiyat"
1008
1008
  },
1009
1009
  "shopping_price_plan_note": {
1010
- "zero": "Her {{ .Interval }} .",
1011
- "one": "24 saatlik ücretsiz deneme süreniz sona erdikten sonra her {{ .Interval }}",
1012
- "other": "Her Ücretli {{ .Interval }} sizin sonra {{ .Count }} günlük ücretsiz deneme sürümü bitmeden."
1010
+ "one": "24 saatlik ücretsiz deneme süreniz sona erdikten sonra her {{.Interval}}",
1011
+ "other": "Her Ücretli {{.Interval}} sizin sonra {{.Count}} günlük ücretsiz deneme sürümü bitmeden."
1012
+ },
1013
+ "shopping_price_plan_note_without_trial": {
1014
+ "other": "Her {{.Interval}} ."
1013
1015
  },
1014
1016
  "shopping_price_plan_note_interval": {
1015
- "one": "{{ .Interval }}",
1016
- "other": "{{ .Count }} {{ .Interval }}"
1017
+ "one": "{{.Interval}}",
1018
+ "other": "{{.Count}} {{.Interval}}"
1017
1019
  },
1018
- "shopping_enter_card_prompt_plan": {
1020
+ "shopping_enter_card_prompt_subscription": {
1019
1021
  "other": "Aboneliğinizi başlatmak için aşağıya kredi kartı bilgilerinizi girin."
1020
1022
  },
1023
+ "shopping_enter_card_prompt_plan": {
1024
+ "other": "Planınızı başlatmak için aşağıya kredi kartı bilgilerinizi girin."
1025
+ },
1021
1026
  "shopping_action_plan": {
1022
1027
  "other": "Tamamlayınız"
1023
1028
  },
1024
1029
  "shopping_complete_subscription": {
1025
- "other": "Abonelik satın alma işleminiz başarılı oldu. Artık {{ .Title }} ."
1030
+ "other": "Abonelik satın alma işleminiz başarılı oldu. Artık {{.Title}} ."
1026
1031
  },
1027
1032
  "shopping_complete_subscription_browse": {
1028
1033
  "other": "Sitede <a href=\"/\">gezinmekten</a> veya belirli bir şey <a href=\"/search.html\">aramaktan</a> çekinmeyin."
1029
1034
  },
1030
1035
  "shopping_info_plan_offer": {
1031
- "one": "{{ .Interval }} otomatik olarak yeniler",
1032
- "other": "Otomatik olarak her yeniler {{ .Count }} {{ .Interval }}"
1036
+ "one": "{{.Interval}} otomatik olarak yeniler",
1037
+ "other": "Otomatik olarak her yeniler {{.Count}} {{.Interval}}"
1033
1038
  },
1034
1039
  "shopping_info_trial_period_offer": {
1035
1040
  "one": "24 saatlik ücretsiz denemenizi şimdi deneyin!",
1036
- "other": "Ücretsiz {{ .Count }} günlük denemenizi deneyin!"
1041
+ "other": "Ücretsiz {{.Count}} günlük denemenizi deneyin!"
1037
1042
  },
1038
1043
  "plans_page_header": {
1039
1044
  "other": "Mevcut Planlar"
@@ -1051,13 +1056,13 @@
1051
1056
  "other": "Devamını oku"
1052
1057
  },
1053
1058
  "plan_page_header_text": {
1054
- "other": "Keyfini çıkarın {{ .Name }}"
1059
+ "other": "Keyfini çıkarın {{.Name}}"
1055
1060
  },
1056
1061
  "page_plan_explore_intro": {
1057
1062
  "other": "VEYA"
1058
1063
  },
1059
1064
  "page_plan_explore_link": {
1060
- "other": "Diğer geçişleri keşfedin"
1065
+ "other": "Daha fazlasını keşfedin"
1061
1066
  },
1062
1067
  "plan_showcase_page_ownership_button_buy": {
1063
1068
  "other": "Şimdi al"
@@ -1107,6 +1112,9 @@
1107
1112
  "wcag_aria_label_carousel": {
1108
1113
  "other": "Atlıkarınca"
1109
1114
  },
1115
+ "wcag_aria_label_carousel_pagination": {
1116
+ "other": "sayfalandırma"
1117
+ },
1110
1118
  "wcag_aria_label_page_collection": {
1111
1119
  "other": "Sayfa Koleksiyonu"
1112
1120
  },
@@ -1246,9 +1254,69 @@
1246
1254
  "other": "Tamam"
1247
1255
  },
1248
1256
  "meta_description_expand": {
1249
- "other": "Daha fazla göster"
1257
+ "other": "Daha fazla gör"
1250
1258
  },
1251
1259
  "meta_description_collapse": {
1252
- "other": "Daha az göster"
1260
+ "other": "Daha az gör"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Abonelikler ve Faturalandırma"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Ödeme şekli"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Kredi kartı ödeme yönteminizde yapacağınız değişiklikler bir sonraki faturalandırma döngünüzde geçerli olacaktır."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Abonelik Ayrıntıları"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Aktif"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Günü geçmiş"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Abonelikleri Keşfedin"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Burada kolayca yönetilen harika içerikleri harika fiyatlarla keşfedin."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Abonelikleri keşfedin"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "aboneliklerim"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "İlk ödeme {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Sonraki {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Ödeme vadesi {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Sona {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Sona {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "sponsor logosu"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "izlemek için abone ol"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} öğeler"
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": "Поділіться на 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": "Поділитися посиланням"
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": "Ласкаво просимо "
@@ -725,7 +725,7 @@
725
725
  "other": "Подивитися вашу бібліотеку"
726
726
  },
727
727
  "shopping_complete_plan": {
728
- "other": "Ваша покупка {{ .Title }} була успішною."
728
+ "other": "Ваша покупка {{.Title}} була успішною."
729
729
  },
730
730
  "shopping_complete_rental_watch_window_start": {
731
731
  "one": "Тепер ви можете почати дивитися фільм протягом наступного дня.",
@@ -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": "Скоро у доступі"
@@ -1125,33 +1125,42 @@
1125
1125
  "other": "Ціна"
1126
1126
  },
1127
1127
  "shopping_price_plan_note": {
1128
- "zero": "Стягується через кожний {{ .Interval }} .",
1129
- "one": "Стягується кожні {{ .Interval }} після закінчення 24-годинної безкоштовної пробної версії.",
1130
- "other": "Заряджені кожен {{ .Interval }} після вашого {{ .Count }} дня закінчується безкоштовно суд."
1128
+ "one": "Стягується кожні {{.Interval}} після закінчення 24-годинної безкоштовної пробної версії.",
1129
+ "few": "Заряджені кожен {{.Interval}} після вашого {{.Count}} дня закінчується безкоштовно суд.",
1130
+ "many": "Заряджені кожен {{.Interval}} після вашого {{.Count}} дня закінчується безкоштовно суд.",
1131
+ "other": "Заряджені кожен {{.Interval}} після вашого {{.Count}} дня закінчується безкоштовно суд."
1132
+ },
1133
+ "shopping_price_plan_note_without_trial": {
1134
+ "other": "Стягується через кожний {{.Interval}} ."
1131
1135
  },
1132
1136
  "shopping_price_plan_note_interval": {
1133
- "one": "{{ .Interval }}",
1134
- "other": "{{ .Count }} {{ .Interval }}"
1137
+ "one": "{{.Interval}}",
1138
+ "few": "{{.Count}} {{.Interval}}",
1139
+ "many": "{{.Count}} {{.Interval}}",
1140
+ "other": "{{.Count}} {{.Interval}}"
1135
1141
  },
1136
- "shopping_enter_card_prompt_plan": {
1142
+ "shopping_enter_card_prompt_subscription": {
1137
1143
  "other": "Введіть дані своєї кредитної картки нижче, щоб розпочати підписку."
1138
1144
  },
1145
+ "shopping_enter_card_prompt_plan": {
1146
+ "other": "Введіть дані своєї кредитної картки нижче, щоб розпочати свій план."
1147
+ },
1139
1148
  "shopping_action_plan": {
1140
1149
  "other": "Завершено"
1141
1150
  },
1142
1151
  "shopping_complete_subscription": {
1143
- "other": "Ваша покупка підписки була успішною. Тепер ви підписані на {{ .Title }} ."
1152
+ "other": "Ваша покупка підписки була успішною. Тепер ви підписані на {{.Title}} ."
1144
1153
  },
1145
1154
  "shopping_complete_subscription_browse": {
1146
1155
  "other": "Не соромтеся <a href=\"/\">переглядати</a> сайт або <a href=\"/search.html\">шукати</a> щось конкретне."
1147
1156
  },
1148
1157
  "shopping_info_plan_offer": {
1149
- "one": "Автоматично поновлюється через кожний {{ .Interval }}",
1150
- "other": "Автоматично оновлює кожні {{ .Count }} {{ .Interval }} сек"
1158
+ "one": "Автоматично поновлюється через кожний {{.Interval}}",
1159
+ "other": "Автоматично оновлює кожні {{.Count}} {{.Interval}} сек"
1151
1160
  },
1152
1161
  "shopping_info_trial_period_offer": {
1153
1162
  "one": "Спробуйте безкоштовну 24-годинну пробну версію зараз!",
1154
- "other": "Спробуйте безкоштовну пробну версію {{ .Count }}"
1163
+ "other": "Спробуйте безкоштовну пробну версію {{.Count}}"
1155
1164
  },
1156
1165
  "plans_page_header": {
1157
1166
  "other": "Доступні плани"
@@ -1169,13 +1178,13 @@
1169
1178
  "other": "Детальніше"
1170
1179
  },
1171
1180
  "plan_page_header_text": {
1172
- "other": "Насолоджуйтесь {{ .Name }}"
1181
+ "other": "Насолоджуйтесь {{.Name}}"
1173
1182
  },
1174
1183
  "page_plan_explore_intro": {
1175
1184
  "other": "АБО"
1176
1185
  },
1177
1186
  "page_plan_explore_link": {
1178
- "other": "Дослідіть інші перевали"
1187
+ "other": "Досліджуйте більше"
1179
1188
  },
1180
1189
  "plan_showcase_page_ownership_button_buy": {
1181
1190
  "other": "Придбайте зараз"
@@ -1187,10 +1196,10 @@
1187
1196
  "other": "У конкурсі"
1188
1197
  },
1189
1198
  "meta_description_expand": {
1190
- "other": "Показати більше"
1199
+ "other": "Побачити більше"
1191
1200
  },
1192
1201
  "meta_description_collapse": {
1193
- "other": "Показати менше"
1202
+ "other": "Дивіться менше"
1194
1203
  },
1195
1204
  "awards_winner": {
1196
1205
  "other": "Переможець"
@@ -1231,6 +1240,9 @@
1231
1240
  "wcag_aria_label_carousel": {
1232
1241
  "other": "Карусель"
1233
1242
  },
1243
+ "wcag_aria_label_carousel_pagination": {
1244
+ "other": "Пагінація"
1245
+ },
1234
1246
  "wcag_aria_label_page_collection": {
1235
1247
  "other": "Колекція сторінок"
1236
1248
  },
@@ -1278,5 +1290,65 @@
1278
1290
  },
1279
1291
  "header_banner": {
1280
1292
  "other": "Головний банер"
1293
+ },
1294
+ "usersubscriptions_page_header": {
1295
+ "other": "Підписки та виставлення рахунків"
1296
+ },
1297
+ "usersubscriptions_page_content": {
1298
+ "other": " "
1299
+ },
1300
+ "usersubscriptions_payment_section_title": {
1301
+ "other": "Спосіб оплати"
1302
+ },
1303
+ "usersubscriptions_payment_section_content": {
1304
+ "other": "Зміни в способі оплати кредитною карткою набудуть чинності під час наступного платіжного циклу."
1305
+ },
1306
+ "usersubscriptions_subscriptions_section_title": {
1307
+ "other": "Деталі підписки"
1308
+ },
1309
+ "usersubscriptions_subscriptions_section_content": {
1310
+ "other": " "
1311
+ },
1312
+ "usersubscriptions_subscription_status_active": {
1313
+ "other": "Активний"
1314
+ },
1315
+ "usersubscriptions_subscription_expired": {
1316
+ "other": "Термін дії закінчився"
1317
+ },
1318
+ "usersubscriptions_no_subscriptions_section_title": {
1319
+ "other": "Відкрийте для себе підписки"
1320
+ },
1321
+ "usersubscriptions_no_subscriptions_content": {
1322
+ "other": "Відкрийте для себе чудовий вміст за чудовими цінами, яким легко керувати тут."
1323
+ },
1324
+ "usersubscriptions_no_subscriptions_button_title": {
1325
+ "other": "Перегляньте підписки"
1326
+ },
1327
+ "nav_subscriptions": {
1328
+ "other": "Мої підписки"
1329
+ },
1330
+ "usersubscriptions_subscription_expiry_trialing": {
1331
+ "other": "Перший платіж {{.Expiry}}"
1332
+ },
1333
+ "usersubscriptions_subscription_expiry_active": {
1334
+ "other": "Наступний платіж {{.Expiry}}"
1335
+ },
1336
+ "usersubscriptions_subscription_expiry_past_due": {
1337
+ "other": "{{.Expiry}}"
1338
+ },
1339
+ "usersubscriptions_subscription_expiry_cancelled": {
1340
+ "other": "Закінчується {{.Expiry}}"
1341
+ },
1342
+ "usersubscriptions_subscription_expiry_expired": {
1343
+ "other": "Завершено {{.Expiry}} закінчився"
1344
+ },
1345
+ "sponsor_image_alt": {
1346
+ "other": "логотип спонсора"
1347
+ },
1348
+ "subscribe_to_watch": {
1349
+ "other": "Підпишіться на перегляд"
1350
+ },
1351
+ "bundle_items_generic": {
1352
+ "other": "{{.Count}} елементи"
1281
1353
  }
1282
1354
  }
@@ -140,25 +140,25 @@
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": "链接分享"
156
156
  },
157
157
  "social_media_buttons_copied_link": {
158
- "other": "链接已复制到剪贴板!"
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": "歡迎 "
@@ -714,7 +714,7 @@
714
714
  "other": "瀏覽已付費影片"
715
715
  },
716
716
  "shopping_complete_plan": {
717
- "other": "您已成功{{ .Title }}"
717
+ "other": "您已成功{{.Title}}"
718
718
  },
719
719
  "shopping_complete_rental_watch_window_start": {
720
720
  "one": "可於 1 天內開始觀看。",
@@ -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": "即將播映"
@@ -1135,6 +1135,9 @@
1135
1135
  "wcag_aria_label_carousel": {
1136
1136
  "other": "輪播"
1137
1137
  },
1138
+ "wcag_aria_label_carousel_pagination": {
1139
+ "other": "分页"
1140
+ },
1138
1141
  "wcag_aria_label_page_collection": {
1139
1142
  "other": "收藏頁面"
1140
1143
  },
@@ -1169,33 +1172,36 @@
1169
1172
  "other": "價錢"
1170
1173
  },
1171
1174
  "shopping_price_plan_note": {
1172
- "zero": "每隔{{ .Interval }}充電。",
1173
- "one": "24 小時免費試用期結束後, {{ .Interval }}收費一次。",
1174
- "other": "{{ .Count }}天免費試用期結束後, {{ .Interval }}收費一次。"
1175
+ "other": "{{.Count}}天免費試用期結束後, {{.Interval}}收費一次。"
1176
+ },
1177
+ "shopping_price_plan_note_without_trial": {
1178
+ "other": "每隔{{.Interval}}充電。"
1175
1179
  },
1176
1180
  "shopping_price_plan_note_interval": {
1177
- "one": "{{ .Interval }}",
1178
- "other": "{{ .Count }} {{ .Interval }}"
1181
+ "other": "{{.Count}} {{.Interval}}"
1179
1182
  },
1180
- "shopping_enter_card_prompt_plan": {
1183
+ "shopping_enter_card_prompt_subscription": {
1181
1184
  "other": "在下面輸入您的信用卡詳細信息以開始訂閱。"
1182
1185
  },
1186
+ "shopping_enter_card_prompt_plan": {
1187
+ "other": "在下面输入您的信用卡详细信息以开始您的计划。"
1188
+ },
1183
1189
  "shopping_action_plan": {
1184
1190
  "other": "完全的"
1185
1191
  },
1186
1192
  "shopping_complete_subscription": {
1187
- "other": "您的訂閱購買成功。您現在訂閱了{{ .Title }} 。"
1193
+ "other": "您的訂閱購買成功。您現在訂閱了{{.Title}} 。"
1188
1194
  },
1189
1195
  "shopping_complete_subscription_browse": {
1190
1196
  "other": "隨意<a href=\"/\">瀏覽</a>網站,或<a href=\"/search.html\">搜索</a>特定內容。"
1191
1197
  },
1192
1198
  "shopping_info_plan_offer": {
1193
- "one": "{{ .Interval }}自動更新",
1194
- "other": "自動更新每個{{ .Count }} {{ .Interval }}"
1199
+ "one": "{{.Interval}}自動更新",
1200
+ "other": "自動更新每個{{.Count}} {{.Interval}}"
1195
1201
  },
1196
1202
  "shopping_info_trial_period_offer": {
1197
1203
  "one": "立即試用您的 24 小時免費試用版!",
1198
- "other": "免費{{ .Count }}天!"
1204
+ "other": "免費{{.Count}}天!"
1199
1205
  },
1200
1206
  "plans_page_header": {
1201
1207
  "other": "可用計劃"
@@ -1213,13 +1219,13 @@
1213
1219
  "other": "閱讀更多"
1214
1220
  },
1215
1221
  "plan_page_header_text": {
1216
- "other": "享受{{ .Name }}"
1222
+ "other": "享受{{.Name}}"
1217
1223
  },
1218
1224
  "page_plan_explore_intro": {
1219
1225
  "other": "或者"
1220
1226
  },
1221
1227
  "page_plan_explore_link": {
1222
- "other": "探索其他通行證"
1228
+ "other": "探索更多"
1223
1229
  },
1224
1230
  "plan_showcase_page_ownership_button_buy": {
1225
1231
  "other": "立即購買"
@@ -1231,10 +1237,10 @@
1231
1237
  "other": "比賽中"
1232
1238
  },
1233
1239
  "meta_description_expand": {
1234
- "other": "展示更多"
1240
+ "other": "查看更多"
1235
1241
  },
1236
1242
  "meta_description_collapse": {
1237
- "other": "显示较少"
1243
+ "other": "少看"
1238
1244
  },
1239
1245
  "awards_winner": {
1240
1246
  "other": "优胜者"
@@ -1250,5 +1256,65 @@
1250
1256
  },
1251
1257
  "wcag_aria_label_letterboxd": {
1252
1258
  "other": "在letterboxd上查看"
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
  }
Binary file