@shift72/core-template 1.1.0 → 1.3.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. package/CHANGELOG.md +37 -10
  2. package/kibble.json +1 -1
  3. package/package.json +1 -1
  4. package/site/ar_LB.all.json +50 -6
  5. package/site/ca_ES.all.json +35 -7
  6. package/site/da_DK.all.json +35 -7
  7. package/site/de_DE.all.json +35 -7
  8. package/site/el_EL.all.json +35 -7
  9. package/site/en_AU.all.json +35 -7
  10. package/site/es_ES.all.json +39 -7
  11. package/site/es_MX.all.json +39 -7
  12. package/site/et_ET.all.json +35 -7
  13. package/site/fi_FI.all.json +36 -8
  14. package/site/fr_FR.all.json +39 -7
  15. package/site/hr_HR.all.json +39 -7
  16. package/site/hu_HU.all.json +35 -7
  17. package/site/it_IT.all.json +38 -6
  18. package/site/ja_JP.all.json +31 -7
  19. package/site/lt_LT.all.json +43 -7
  20. package/site/nl_BE.all.json +34 -6
  21. package/site/no_NO.all.json +35 -7
  22. package/site/pl_PL.all.json +43 -7
  23. package/site/plans.html.jet +1 -1
  24. package/site/pt_BR.all.json +39 -7
  25. package/site/pt_PT.all.json +39 -7
  26. package/site/ru_RU.all.json +43 -7
  27. package/site/sr_SR.all.json +39 -7
  28. package/site/static/js/main.js +0 -1
  29. package/site/static/scripts/main.js.map +1 -1
  30. package/site/styles/_availability-tags.scss +1 -3
  31. package/site/styles/_awards.scss +16 -9
  32. package/site/styles/_buttons.scss +19 -95
  33. package/site/styles/_carousel.scss +20 -27
  34. package/site/styles/_collections.scss +17 -33
  35. package/site/styles/_cta-buttons.scss +0 -71
  36. package/site/styles/_footer.scss +5 -9
  37. package/site/styles/_forms.scss +7 -4
  38. package/site/styles/_icons.scss +10 -0
  39. package/site/styles/_meta-detail.scss +26 -50
  40. package/site/styles/_meta-item-tagline.scss +2 -6
  41. package/site/styles/_meta-item.scss +0 -4
  42. package/site/styles/_meta-sub-item.scss +0 -4
  43. package/site/styles/_pages.scss +21 -49
  44. package/site/styles/_plans.scss +4 -0
  45. package/site/styles/_search.scss +0 -2
  46. package/site/styles/_share-modal.scss +0 -4
  47. package/site/styles/_shopping.scss +0 -5
  48. package/site/styles/_tooltips.scss +13 -0
  49. package/site/styles/_typography.scss +137 -0
  50. package/site/styles/_variables.scss +5 -0
  51. package/site/styles/_wishlist.scss +8 -14
  52. package/site/styles/main.scss +1 -0
  53. package/site/templates/collection/carousel/item/synopsis.jet +5 -3
  54. package/site/templates/collection/carousel/item.jet +8 -5
  55. package/site/templates/common/awards/item.jet +2 -2
  56. package/site/templates/common/cta_buttons.jet +4 -12
  57. package/site/templates/film/item.jet +3 -3
  58. package/site/templates/items/tagline.jet +25 -50
  59. package/site/templates/tv/detail.jet +1 -1
  60. package/site/tr_TR.all.json +35 -7
  61. package/site/uk_UA.all.json +43 -7
  62. package/site/zh_TW.all.json +31 -7
package/CHANGELOG.md CHANGED
@@ -1,22 +1,49 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.1.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.3.0-alpha.0...HEAD)
4
4
 
5
- ## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
5
+ ## [1.3.0-alpha.0](https://github.com/shift72/core-template/compare/1.2.0...1.3.0-alpha.0)
6
+
7
+ ### Added
8
+ - Add translations for subscription recurrence on purchase CTA.
9
+ - Add translations for more friendlier stripe & error messages. (`stripe_card_not_supported`, `something_bad_happened`).
10
+
11
+ ### Fixed
12
+ - Spinner not rotating.
13
+
14
+ ## [1.2.0](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...1.2.0)
15
+
16
+ No changes from `alpha-0`.
17
+
18
+ ## [1.2.0-alpha.0](https://github.com/shift72/core-template/compare/1.1.0...1.2.0-alpha.0)
19
+
20
+ ### Added
21
+ - Tooltips on meta detail/item CTA buttons.
22
+ - Language strings changed for `shopping_complete_promo_only`.
23
+ - Text label on save credit card component changed to "Add new card".
24
+ - Grouped carousel awards component with sponsor logo.
25
+ - Separate translations for plans, subscriptions
26
+ - Play button i18n changed to 'Watch now' instead of 'Play now'
6
27
 
7
28
  ### Changed
8
- - Awards icon from star to laurel
9
- - Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints
10
- - Show play and pricing buttons based on item type on `meta_item.jet`
11
- - Carousel height now scales based on browser window height.
12
- - Fix font weight on the can-be-watched button to match primary button styling
13
- - Replaces nav_homepage and site_owner translations with dynamic data via Kibble function.
14
- - Carousel heading is limited to a maximum of 3 lines.
29
+ - Taglines refactored with new DOM structure.
30
+ - Language strings for usersubscriptions_unsubscribe_modal_cancel and usersubscriptions_unsubscribe_modal_confirm
31
+
32
+ ## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
15
33
 
16
34
  ### Added
17
- - Language strings for shopping_card_update_reason_expired
35
+ - Language strings for `shopping_card_update_reason_expired`.
18
36
  - Carousel images can now be positioned via variables.
19
37
 
38
+ ### Changed
39
+ - Awards icon from star to laurel.
40
+ - Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints.
41
+ - Show play and pricing buttons based on item type on `meta_item.jet`.
42
+ - Carousel height now scales based on browser window height.
43
+ - Fix font weight on the `can-be-watched button` to match primary button styling.
44
+ - Replaces `nav_homepage` and` site_owner` translations with dynamic data via Kibble function.
45
+ - Carousel heading is limited to a maximum of 3 lines.
46
+
20
47
  ## [1.0.0](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...1.0.0)
21
48
 
22
49
  No changes from `alpha-0`.
package/kibble.json CHANGED
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "1.1.0"
188
+ "coreTemplateVersion": "1.3.0-alpha.0"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.1.0",
3
+ "version": "1.3.0-alpha.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -805,7 +805,7 @@
805
805
  "other": "أضف إلى قائمتي"
806
806
  },
807
807
  "userwishlist_button_remove": {
808
- "other": "قائمتي"
808
+ "other": "إزالة من قائمتي"
809
809
  },
810
810
  "userwishlist_button_add_compact": {
811
811
  "other": "قائمتي"
@@ -953,7 +953,7 @@
953
953
  "other": "(منتهية الصلاحية)"
954
954
  },
955
955
  "shopping_card_use_other": {
956
- "other": "استخدام بطاقة جديدة"
956
+ "other": "أضف بطاقة جديدة"
957
957
  },
958
958
  "shopping_card_use_new_card": {
959
959
  "other": "تغيير البطاقة"
@@ -968,7 +968,7 @@
968
968
  "other": "بطاقة الائتمان غير صحيحة؟ <a href=\"{{.SubscriptionsURL}}\"> انقر(ي) هنا لتحديث بطاقتك. </a>"
969
969
  },
970
970
  "shopping_info_ownership_plan": {
971
- "other": "الاشتراك"
971
+ "other": "يخطط"
972
972
  },
973
973
  "shopping_info_rental_period_coming_soon": {
974
974
  "other": "من تاريخ ووقت الإصدار."
@@ -1001,10 +1001,10 @@
1001
1001
  "other": "إلغاء اشتراكي"
1002
1002
  },
1003
1003
  "usersubscriptions_unsubscribe_modal_cancel": {
1004
- "other": "يلغي"
1004
+ "other": "لا شكرا"
1005
1005
  },
1006
1006
  "usersubscriptions_unsubscribe_modal_confirm": {
1007
- "other": "نعم ، إلغاء اشتراكي"
1007
+ "other": "نعم ، إلغاء"
1008
1008
  },
1009
1009
  "usersubscriptions_unsubscribe_modal_title": {
1010
1010
  "other": "إلغاء الاشتراك؟"
@@ -1340,12 +1340,56 @@
1340
1340
  "other": "الرجاء إدخال رمز ترويجي صالح."
1341
1341
  },
1342
1342
  "shopping_complete_promo_only": {
1343
- "other": "النجاح! يمكنك الآن {{.Title}}."
1343
+ "other": "يمكنك الآن مشاهدة {{.Title}}."
1344
1344
  },
1345
1345
  "shopping_action_redeem_promo_code": {
1346
1346
  "other": "يسترد"
1347
1347
  },
1348
1348
  "pricing_ownership_promo": {
1349
1349
  "other": "يسترد"
1350
+ },
1351
+ "subscription_cta_label": {
1352
+ "other": "{{.Recurrence}}/الإشتراك {{.Price}}"
1353
+ },
1354
+ "subscription_recurrence_year": {
1355
+ "zero": "سنة",
1356
+ "one": "سنة",
1357
+ "two": "{{.Count}} سنوات",
1358
+ "few": "{{.Count}} سنوات",
1359
+ "many": "{{.Count}} سنوات",
1360
+ "other": "{{.Count}} سنوات"
1361
+ },
1362
+ "subscription_recurrence_month": {
1363
+ "zero": "شهر",
1364
+ "one": "شهر",
1365
+ "two": "{{.Count}} شهور",
1366
+ "few": "{{.Count}} شهور",
1367
+ "many": "{{.Count}} شهور",
1368
+ "other": "{{.Count}} شهور"
1369
+ },
1370
+ "subscription_recurrence_week": {
1371
+ "zero": "أسبوع",
1372
+ "one": "أسبوع",
1373
+ "two": "{{.Count}} أسابيع",
1374
+ "few": "{{.Count}} أسابيع",
1375
+ "many": "{{.Count}} أسابيع",
1376
+ "other": "{{.Count}} أسابيع"
1377
+ },
1378
+ "subscription_recurrence_day": {
1379
+ "zero": "يوم",
1380
+ "one": "{{.Count}} يوم",
1381
+ "two": "{{.Count}} أيام",
1382
+ "few": "{{.Count}} أيام",
1383
+ "many": "{{.Count}} أيام",
1384
+ "other": "{{.Count}} أيام"
1385
+ },
1386
+ "shopping_info_ownership_subscription": {
1387
+ "other": "الاشتراك"
1388
+ },
1389
+ "something_bad_happened": {
1390
+ "other": "حاول مرة اخرى"
1391
+ },
1392
+ "stripe_card_not_supported": {
1393
+ "other": "بطاقتك غير مدعومة."
1350
1394
  }
1351
1395
  }
@@ -125,7 +125,7 @@
125
125
  "other": "Envia la cerca"
126
126
  },
127
127
  "play_button_watch": {
128
- "other": "Visualitza ara"
128
+ "other": "Veure ara"
129
129
  },
130
130
  "play_button_resume": {
131
131
  "other": "Continuar"
@@ -808,7 +808,7 @@
808
808
  "other": "Afegeix a la meva llista"
809
809
  },
810
810
  "userwishlist_button_remove": {
811
- "other": "La meva llista"
811
+ "other": "Elimina de la meva llista"
812
812
  },
813
813
  "userwishlist_button_add_compact": {
814
814
  "other": "La meva llista"
@@ -956,7 +956,7 @@
956
956
  "other": "(caducat)"
957
957
  },
958
958
  "shopping_card_use_other": {
959
- "other": "Utilitzeu una targeta nova"
959
+ "other": "Afegeix una targeta nova"
960
960
  },
961
961
  "shopping_card_use_new_card": {
962
962
  "other": "Canvia la targeta"
@@ -971,7 +971,7 @@
971
971
  "other": "La targeta de crèdit no és correcta? <a href=\"{{.SubscriptionsURL}}\">Feu clic aquí per actualitzar la vostra targeta.</a>"
972
972
  },
973
973
  "shopping_info_ownership_plan": {
974
- "other": "Subscripció"
974
+ "other": "Pla"
975
975
  },
976
976
  "shopping_action_credit": {
977
977
  "other": "Omplir"
@@ -1007,10 +1007,10 @@
1007
1007
  "other": "Cancel·la la meva subscripció"
1008
1008
  },
1009
1009
  "usersubscriptions_unsubscribe_modal_cancel": {
1010
- "other": "Cancel · lar"
1010
+ "other": "No gràcies"
1011
1011
  },
1012
1012
  "usersubscriptions_unsubscribe_modal_confirm": {
1013
- "other": "Sí, cancel·lar la meva subscripció"
1013
+ "other": "Sí, cancel·la"
1014
1014
  },
1015
1015
  "usersubscriptions_unsubscribe_modal_title": {
1016
1016
  "other": "Cancel·lar la subscripció?"
@@ -1332,12 +1332,40 @@
1332
1332
  "other": "Introduïu un codi promocional vàlid."
1333
1333
  },
1334
1334
  "shopping_complete_promo_only": {
1335
- "other": "Èxit! Ja podeu veure {{.Title}}."
1335
+ "other": "Ja podeu veure {{.Title}}."
1336
1336
  },
1337
1337
  "shopping_action_redeem_promo_code": {
1338
1338
  "other": "Redimir"
1339
1339
  },
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Redimir"
1342
+ },
1343
+ "subscription_cta_label": {
1344
+ "other": "Subscriu-te {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Curs",
1348
+ "other": "{{.Count}} Anys"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Mes",
1352
+ "other": "{{.Count}} Mesos"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Setmana",
1356
+ "other": "{{.Count}} Setmanes"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Dia",
1360
+ "other": "{{.Count}} Dies"
1361
+ },
1362
+ "shopping_info_ownership_subscription": {
1363
+ "other": "Subscripció"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Siusplau torna-ho a provar"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "La teva targeta no és compatible."
1342
1370
  }
1343
1371
  }
@@ -122,7 +122,7 @@
122
122
  "other": "Søg nu"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Afspil nu"
125
+ "other": "Se nu"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Fortsæt"
@@ -790,7 +790,7 @@
790
790
  "other": "Tilføj til Min liste"
791
791
  },
792
792
  "userwishlist_button_remove": {
793
- "other": "Min liste"
793
+ "other": "Fjern fra Min liste"
794
794
  },
795
795
  "userwishlist_button_add_compact": {
796
796
  "other": "Min liste"
@@ -938,7 +938,7 @@
938
938
  "other": "(udløbet)"
939
939
  },
940
940
  "shopping_card_use_other": {
941
- "other": "Brug et nyt kort"
941
+ "other": "Tilføj nyt kort"
942
942
  },
943
943
  "shopping_card_use_new_card": {
944
944
  "other": "Skift kort"
@@ -953,7 +953,7 @@
953
953
  "other": "Kreditkort ikke korrekt? <a href=\"{{.SubscriptionsURL}}\">Klik her for at opdatere dit kort.</a>"
954
954
  },
955
955
  "shopping_info_ownership_plan": {
956
- "other": "Abonnement"
956
+ "other": "Plan"
957
957
  },
958
958
  "shopping_action_credit": {
959
959
  "other": "Fyld op"
@@ -989,10 +989,10 @@
989
989
  "other": "Opsig mit abonnement"
990
990
  },
991
991
  "usersubscriptions_unsubscribe_modal_cancel": {
992
- "other": "Afbestille"
992
+ "other": "Nej tak"
993
993
  },
994
994
  "usersubscriptions_unsubscribe_modal_confirm": {
995
- "other": "Ja, opsige mit abonnement"
995
+ "other": "Ja, annuller"
996
996
  },
997
997
  "usersubscriptions_unsubscribe_modal_title": {
998
998
  "other": "Vil du opsige abonnement?"
@@ -1332,12 +1332,40 @@
1332
1332
  "other": "Indtast venligst en gyldig kampagnekode."
1333
1333
  },
1334
1334
  "shopping_complete_promo_only": {
1335
- "other": "Succes! Du kan nu se {{.Title}}."
1335
+ "other": "Du kan nu se {{.Title}}."
1336
1336
  },
1337
1337
  "shopping_action_redeem_promo_code": {
1338
1338
  "other": "Indløs"
1339
1339
  },
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Indløs"
1342
+ },
1343
+ "subscription_cta_label": {
1344
+ "other": "Abonner {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "År",
1348
+ "other": "{{.Count}} Flere år"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Måned",
1352
+ "other": "{{.Count}} Måneder"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Uge",
1356
+ "other": "{{.Count}} Uger"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Dag",
1360
+ "other": "{{.Count}} Dage"
1361
+ },
1362
+ "shopping_info_ownership_subscription": {
1363
+ "other": "Abonnement"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Prøv igen"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Dit kort er ikke understøttet."
1342
1370
  }
1343
1371
  }
@@ -107,7 +107,7 @@
107
107
  "other": "Suche einreichen"
108
108
  },
109
109
  "play_button_watch": {
110
- "other": "Jetzt abspielen"
110
+ "other": "Schau jetzt"
111
111
  },
112
112
  "play_button_resume": {
113
113
  "other": "Fortsetzen"
@@ -739,7 +739,7 @@
739
739
  "other": "Zu meiner Liste hinzufügen"
740
740
  },
741
741
  "userwishlist_button_remove": {
742
- "other": "Meine Liste"
742
+ "other": "Aus meiner Liste entfernen"
743
743
  },
744
744
  "userwishlist_button_add_compact": {
745
745
  "other": "Meine Liste"
@@ -1095,10 +1095,10 @@
1095
1095
  "other": "Mein Abonnement kündigen"
1096
1096
  },
1097
1097
  "usersubscriptions_unsubscribe_modal_cancel": {
1098
- "other": "Stornieren"
1098
+ "other": "Nein Danke"
1099
1099
  },
1100
1100
  "usersubscriptions_unsubscribe_modal_confirm": {
1101
- "other": "Ja, mein Abonnement kündigen"
1101
+ "other": "Ja Abbrechen"
1102
1102
  },
1103
1103
  "usersubscriptions_unsubscribe_modal_title": {
1104
1104
  "other": "Abonnement beenden?"
@@ -1215,7 +1215,7 @@
1215
1215
  "other": "(abgelaufen)"
1216
1216
  },
1217
1217
  "shopping_card_use_other": {
1218
- "other": "Verwenden Sie eine neue Karte"
1218
+ "other": "Neue Karte hinzufügen"
1219
1219
  },
1220
1220
  "shopping_card_use_new_card": {
1221
1221
  "other": "Karte wechseln"
@@ -1224,7 +1224,7 @@
1224
1224
  "other": "Aktualisieren Sie Ihre Kreditkarte. Unterstützte Karten sind Visa, Mastercard und American Express."
1225
1225
  },
1226
1226
  "shopping_info_ownership_plan": {
1227
- "other": "Abonnement"
1227
+ "other": "Planen"
1228
1228
  },
1229
1229
  "shopping_action_credit": {
1230
1230
  "other": "Nachfüllen"
@@ -1332,12 +1332,40 @@
1332
1332
  "other": "Bitte geben Sie einen gültigen Aktionscode ein."
1333
1333
  },
1334
1334
  "shopping_complete_promo_only": {
1335
- "other": "Erfolg! Sie können jetzt {{.Title}} ansehen."
1335
+ "other": "Sie können jetzt {{.Title}} ansehen."
1336
1336
  },
1337
1337
  "shopping_action_redeem_promo_code": {
1338
1338
  "other": "Tilgen"
1339
1339
  },
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Tilgen"
1342
+ },
1343
+ "subscription_cta_label": {
1344
+ "other": "Abonnieren {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Jahr",
1348
+ "other": "{{.Count}} Jahre"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Monat",
1352
+ "other": "{{.Count}} Monate"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Woche",
1356
+ "other": "{{.Count}} Wochen"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Tag",
1360
+ "other": "{{.Count}} Tage"
1361
+ },
1362
+ "shopping_info_ownership_subscription": {
1363
+ "other": "Abonnement"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Bitte versuche es erneut"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Ihre Karte wird nicht unterstützt."
1342
1370
  }
1343
1371
  }
@@ -122,7 +122,7 @@
122
122
  "other": "Υποβάλετε αναζήτηση"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Αναπαραγωγή"
125
+ "other": "Παρακολουθήσετε τώρα"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Συνέχιση"
@@ -733,7 +733,7 @@
733
733
  "other": "Πρόσθεσε στη λίστα μου."
734
734
  },
735
735
  "userwishlist_button_remove": {
736
- "other": "Η λίστα μου."
736
+ "other": "Κατάργηση από τη λίστα μου"
737
737
  },
738
738
  "userwishlist_button_add_compact": {
739
739
  "other": "Η λίστα μου."
@@ -875,13 +875,13 @@
875
875
  "other": "(έχει λήξει)"
876
876
  },
877
877
  "shopping_card_use_other": {
878
- "other": "Χρησιμοποιήστε μια νέα κάρτα"
878
+ "other": "Προσθήκη νέας κάρτας"
879
879
  },
880
880
  "shopping_card_use_new_card": {
881
881
  "other": "Αλλαγή κάρτας"
882
882
  },
883
883
  "shopping_info_ownership_plan": {
884
- "other": "Συνδρομή"
884
+ "other": "Σχέδιο"
885
885
  },
886
886
  "shopping_action_credit": {
887
887
  "other": "Προσθήκη πίστωσης"
@@ -908,10 +908,10 @@
908
908
  "other": "Ακύρωση της συνδρομής μου"
909
909
  },
910
910
  "usersubscriptions_unsubscribe_modal_cancel": {
911
- "other": "Ματαίωση"
911
+ "other": "Οχι ευχαριστώ"
912
912
  },
913
913
  "usersubscriptions_unsubscribe_modal_confirm": {
914
- "other": "Ναι, ακυρώστε τη συνδρομή μου"
914
+ "other": "Ναι, ακύρωση"
915
915
  },
916
916
  "usersubscriptions_unsubscribe_modal_title": {
917
917
  "other": "Ακύρωση συνδρομής;"
@@ -1323,12 +1323,40 @@
1323
1323
  "other": "Εισαγάγετε έναν έγκυρο κωδικό προσφοράς."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "Επιτυχία! Τώρα μπορείτε να παρακολουθήσετε {{.Title}}."
1326
+ "other": "Τώρα μπορείτε να παρακολουθήσετε {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Εξαργυρώνω"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Εξαργυρώνω"
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "Εγγραφείτε {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Ετος",
1339
+ "other": "{{.Count}} Χρόνια"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Μήνας",
1343
+ "other": "{{.Count}} Μήνες"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Εβδομάδα",
1347
+ "other": "{{.Count}} Εβδομάδες"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Ημέρα",
1351
+ "other": "{{.Count}} Ημέρες"
1352
+ },
1353
+ "shopping_info_ownership_subscription": {
1354
+ "other": "Συνδρομή"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "ΠΑΡΑΚΑΛΩ προσπαθησε ξανα"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Η κάρτα σας δεν υποστηρίζεται."
1333
1361
  }
1334
1362
  }
@@ -128,7 +128,7 @@
128
128
  "other": "Submit search"
129
129
  },
130
130
  "play_button_watch": {
131
- "other": "Play Now"
131
+ "other": "Watch now"
132
132
  },
133
133
  "play_button_resume": {
134
134
  "other": "Continue"
@@ -814,7 +814,7 @@
814
814
  "other": "Add to My List"
815
815
  },
816
816
  "userwishlist_button_remove": {
817
- "other": "My List"
817
+ "other": "Remove from My List"
818
818
  },
819
819
  "userwishlist_button_add_compact": {
820
820
  "other": "My List"
@@ -962,7 +962,7 @@
962
962
  "other": "(expired)"
963
963
  },
964
964
  "shopping_card_use_other": {
965
- "other": "Use a new card"
965
+ "other": "Add new card"
966
966
  },
967
967
  "shopping_card_use_new_card": {
968
968
  "other": "Change card"
@@ -977,7 +977,7 @@
977
977
  "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>"
978
978
  },
979
979
  "shopping_info_ownership_plan": {
980
- "other": "Subscription"
980
+ "other": "Plan"
981
981
  },
982
982
  "shopping_price_title_plan": {
983
983
  "other": "Price"
@@ -1086,10 +1086,10 @@
1086
1086
  "other": "Cancel my subscription"
1087
1087
  },
1088
1088
  "usersubscriptions_unsubscribe_modal_cancel": {
1089
- "other": "Cancel"
1089
+ "other": "No thanks"
1090
1090
  },
1091
1091
  "usersubscriptions_unsubscribe_modal_confirm": {
1092
- "other": "Yes, cancel my subscription"
1092
+ "other": "Yes, cancel"
1093
1093
  },
1094
1094
  "usersubscriptions_unsubscribe_modal_title": {
1095
1095
  "other": "Cancel subscription?"
@@ -1323,12 +1323,40 @@
1323
1323
  "other": "Please enter a valid promo code."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "Success! You can now watch {{.Title}}."
1326
+ "other": "You can now watch {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Redeem"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redeem"
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "Subscribe {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_day": {
1338
+ "one": "Day",
1339
+ "other": "{{.Count}} Days"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "one": "Week",
1343
+ "other": "{{.Count}} Weeks"
1344
+ },
1345
+ "subscription_recurrence_month": {
1346
+ "one": "Month",
1347
+ "other": "{{.Count}} Months"
1348
+ },
1349
+ "subscription_recurrence_year": {
1350
+ "one": "Year",
1351
+ "other": "{{.Count}} Years"
1352
+ },
1353
+ "shopping_info_ownership_subscription": {
1354
+ "other": "Subscription"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Please try again"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Your card is not supported."
1333
1361
  }
1334
1362
  }