@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
@@ -134,28 +134,28 @@
134
134
  "other": "Συνέχιση"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Μοιράσου το"
137
+ "other": "Μερίδιο"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Κοινοποίηση στο Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Μοιραστείτε το στο Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Κοινή χρήση στο Linkedin"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Κοινοποίηση μέσω email"
149
+ "other": "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Κοινή χρήση συνδέσμου"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο!"
155
+ "other": "Ο σύνδεσμος αντιγράφηκε"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Αντιγραφή στο πρόχειρο"
158
+ "other": "Αντιγραφή συνδέσμου"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Καλώς ορίσατε "
@@ -654,7 +654,7 @@
654
654
  "other": "Δείτε την ταινιοθήκη σας"
655
655
  },
656
656
  "shopping_complete_plan": {
657
- "other": "Η αγορά του {{ .Title }} ήταν επιτυχής."
657
+ "other": "Η αγορά του {{.Title}} ήταν επιτυχής."
658
658
  },
659
659
  "shopping_complete_rental_watch_window_start": {
660
660
  "one": "Μπορείτε τώρα να ξεκινήσετε τη θέαση μέσα στις επόμενες {{.Count}} μέρες.",
@@ -923,7 +923,7 @@
923
923
  "other": "Ακύρωση συνδρομής;"
924
924
  },
925
925
  "usersubscriptions_unsubscribe_modal_body": {
926
- "other": "Αυτό θα ακυρώσει τη συνδρομή στο {{.Name}} σχέδιο. Θα εξακολουθείτε να μπορείτε να παρακολουθείτε το περιεχόμενο του προγράμματος έως και {{.Expiry}}."
926
+ "other": "Αυτό θα ακυρώσει τη συνδρομή στο {{.Name}}. Θα εξακολουθείτε να μπορείτε να παρακολουθείτε το περιεχόμενο μέχρι να λήξει {{.Expiry}}."
927
927
  },
928
928
  "availability_coming_soon": {
929
929
  "other": "Προσεχώς"
@@ -992,33 +992,38 @@
992
992
  "other": "Τιμή"
993
993
  },
994
994
  "shopping_price_plan_note": {
995
- "zero": "Χρεώνεται κάθε {{ .Interval }} .",
996
- "one": "Χρεώνεται κάθε {{ .Interval }} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
997
- "other": "Χρεώνεται κάθε {{ .Interval }} μετά τη {{ .Count }} δωρεάν δοκιμής .Count day."
995
+ "one": "Χρεώνεται κάθε {{.Interval}} μετά τη λήξη της δωρεάν δοκιμής 24 ωρών.",
996
+ "other": "Χρεώνεται κάθε {{.Interval}} μετά τη λήξη της δωρεάν δοκιμής {{.Count}} ημερών."
997
+ },
998
+ "shopping_price_plan_note_without_trial": {
999
+ "other": "Χρεώνεται κάθε {{.Interval}} ."
998
1000
  },
999
1001
  "shopping_price_plan_note_interval": {
1000
- "one": "{{ .Interval }}",
1001
- "other": "{{ .Count }} {{ .Interval }}"
1002
+ "one": "{{.Interval}}",
1003
+ "other": "{{.Count}} {{.Interval}}"
1002
1004
  },
1003
- "shopping_enter_card_prompt_plan": {
1005
+ "shopping_enter_card_prompt_subscription": {
1004
1006
  "other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε τη συνδρομή σας."
1005
1007
  },
1008
+ "shopping_enter_card_prompt_plan": {
1009
+ "other": "Εισαγάγετε τα στοιχεία της πιστωτικής σας κάρτας παρακάτω για να ξεκινήσετε το σχέδιό σας."
1010
+ },
1006
1011
  "shopping_action_plan": {
1007
1012
  "other": "Πλήρης"
1008
1013
  },
1009
1014
  "shopping_complete_subscription": {
1010
- "other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{ .Title }} ."
1015
+ "other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{.Title}} ."
1011
1016
  },
1012
1017
  "shopping_complete_subscription_browse": {
1013
1018
  "other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
1014
1019
  },
1015
1020
  "shopping_info_plan_offer": {
1016
- "one": "Ανανεώνει αυτόματα κάθε {{ .Interval }}",
1017
- "other": "Ανανεώνει αυτόματα κάθε {{ .Count }} {{ .Interval }}"
1021
+ "one": "Ανανεώνει αυτόματα κάθε {{.Interval}}",
1022
+ "other": "Ανανεώνει αυτόματα κάθε {{.Count}} {{.Interval}}"
1018
1023
  },
1019
1024
  "shopping_info_trial_period_offer": {
1020
1025
  "one": "Δοκιμάστε τη δωρεάν δοκιμή 24 ωρών τώρα!",
1021
- "other": "Δοκιμάστε τη δωρεάν {{ .Count }} day!"
1026
+ "other": "Δοκιμάστε τη δωρεάν {{.Count}} day!"
1022
1027
  },
1023
1028
  "plans_page_header": {
1024
1029
  "other": "Διαθέσιμα σχέδια"
@@ -1036,13 +1041,13 @@
1036
1041
  "other": "Διαβάστε περισσότερα"
1037
1042
  },
1038
1043
  "plan_page_header_text": {
1039
- "other": "Απολαύστε το {{ .Name }}"
1044
+ "other": "Απολαύστε το {{.Name}}"
1040
1045
  },
1041
1046
  "page_plan_explore_intro": {
1042
1047
  "other": "Ή"
1043
1048
  },
1044
1049
  "page_plan_explore_link": {
1045
- "other": "Εξερευνήστε άλλα περάσματα"
1050
+ "other": "Εξερευνήστε περισσότερα"
1046
1051
  },
1047
1052
  "plan_showcase_page_ownership_button_buy": {
1048
1053
  "other": "Αγορασε τωρα"
@@ -1057,7 +1062,7 @@
1057
1062
  "other": "Δείτε περισσότερα"
1058
1063
  },
1059
1064
  "meta_description_collapse": {
1060
- "other": "Δείξε λιγότερο"
1065
+ "other": "Δείτε λιγότερο"
1061
1066
  },
1062
1067
  "awards_winner": {
1063
1068
  "other": "Νικητής"
@@ -1098,6 +1103,9 @@
1098
1103
  "wcag_aria_label_carousel": {
1099
1104
  "other": "Στροβιλοδρόμιο"
1100
1105
  },
1106
+ "wcag_aria_label_carousel_pagination": {
1107
+ "other": "Σελιδοποίηση"
1108
+ },
1101
1109
  "wcag_aria_label_page_collection": {
1102
1110
  "other": "Συλλογή σελίδων"
1103
1111
  },
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "signin_form_error_account_suspended": {
1252
1260
  "other": "Ο λογαριασμός σας έχει τεθεί προσωρινά σε αναστολή. Επικοινωνήστε με έναν διαχειριστή εάν πιστεύετε ότι πρόκειται για λάθος."
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Συνδρομές και Χρεώσεις"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Μέθοδος πληρωμής"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Οι αλλαγές στον τρόπο πληρωμής με πιστωτική κάρτα θα τεθούν σε ισχύ στον επόμενο κύκλο χρέωσής σας."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Στοιχεία συνδρομής"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Ενεργός"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "έχει λήξει"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Ανακαλύψτε τις συνδρομές"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Ανακαλύψτε εξαιρετικό περιεχόμενο σε εξαιρετικές τιμές, εύκολα διαχειρίσιμο εδώ."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Εξερευνήστε τις συνδρομές"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "οι εγγραφές μου"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Πρώτη πληρωμή {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Επόμενη πληρωμή {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Οφειλόμενη πληρωμή {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Λήγει {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Έληξε {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "λογότυπο χορηγού"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Εγγραφείτε για να παρακολουθήσετε"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} αντικείμενα"
1253
1321
  }
1254
1322
  }
@@ -88,6 +88,9 @@
88
88
  "nav_devices": {
89
89
  "other": "My Devices"
90
90
  },
91
+ "nav_subscriptions": {
92
+ "other": "My Subscriptions"
93
+ },
91
94
  "nav_wishlist": {
92
95
  "other": "My List"
93
96
  },
@@ -140,25 +143,25 @@
140
143
  "other": "Share"
141
144
  },
142
145
  "social_media_buttons_facebook": {
143
- "other": "Share on Facebook"
146
+ "other": "Facebook"
144
147
  },
145
148
  "social_media_buttons_twitter": {
146
- "other": "Share on Twitter"
149
+ "other": "Twitter"
147
150
  },
148
151
  "social_media_buttons_linkedin": {
149
- "other": "Share on Linkedin"
152
+ "other": "Linkedin"
150
153
  },
151
154
  "social_media_buttons_email": {
152
- "other": "Share via email"
155
+ "other": "Email"
153
156
  },
154
157
  "social_media_buttons_email_subject": {
155
158
  "other": "Link share"
156
159
  },
157
160
  "social_media_buttons_copied_link": {
158
- "other": "Link copied to clipboard!"
161
+ "other": "Link copied"
159
162
  },
160
163
  "social_media_buttons_copy_link": {
161
- "other": "Copy to clipboard"
164
+ "other": "Copy Link"
162
165
  },
163
166
  "accept_invite_page_header": {
164
167
  "other": "Welcome"
@@ -986,17 +989,22 @@
986
989
  "other": "Price"
987
990
  },
988
991
  "shopping_price_plan_note": {
989
- "zero": "Charged every {{.Interval}}.",
990
992
  "one": "Charged every {{.Interval}} after your 24 hour free trial ends.",
991
993
  "other": "Charged every {{.Interval}} after your {{.Count}} day free trial ends."
992
994
  },
995
+ "shopping_price_plan_note_without_trial": {
996
+ "other": "Charged every {{.Interval}}."
997
+ },
993
998
  "shopping_price_plan_note_interval": {
994
999
  "one": "{{.Interval}}",
995
1000
  "other": "{{.Count}} {{.Interval}}s"
996
1001
  },
997
- "shopping_enter_card_prompt_plan": {
1002
+ "shopping_enter_card_prompt_subscription": {
998
1003
  "other": "Enter your credit card details below in order start your subscription."
999
1004
  },
1005
+ "shopping_enter_card_prompt_plan": {
1006
+ "other": "Enter your credit card details below in order start your plan."
1007
+ },
1000
1008
  "shopping_action_credit": {
1001
1009
  "other": "Top up"
1002
1010
  },
@@ -1023,21 +1031,63 @@
1023
1031
  "one": "Try your free 24hr trial now!",
1024
1032
  "other": "Try your free {{.Count}} day trial!"
1025
1033
  },
1034
+ "usersubscriptions_page_header": {
1035
+ "other": "Subscriptions and Billing"
1036
+ },
1037
+ "usersubscriptions_page_content": {
1038
+ "other": " "
1039
+ },
1040
+ "usersubscriptions_payment_section_title": {
1041
+ "other": "Payment Method"
1042
+ },
1043
+ "usersubscriptions_payment_section_content": {
1044
+ "other": "Changes to your credit card payment method will take effect on your next billing cycle."
1045
+ },
1026
1046
  "usersubscriptions_change_payment_method_change": {
1027
1047
  "other": "Change Credit Card"
1028
1048
  },
1029
- "usersubscriptions_change_payment_method_modal_title": {
1030
- "other": "Update credit card details"
1049
+ "usersubscriptions_subscriptions_section_title": {
1050
+ "other": "Subscription Details"
1031
1051
  },
1032
- "usersubscriptions_change_payment_method_modal_submit": {
1033
- "other": "Update"
1052
+ "usersubscriptions_subscriptions_section_content": {
1053
+ "other": " "
1034
1054
  },
1035
- "usersubscriptions_subscription_expiry": {
1036
- "other": "Expires {{.Expiry}}"
1055
+ "usersubscriptions_subscription_status_active": {
1056
+ "other": "Active"
1037
1057
  },
1038
1058
  "usersubscriptions_subscription_status_trialing": {
1039
1059
  "other": "Trial Period"
1040
1060
  },
1061
+ "usersubscriptions_subscription_expired": {
1062
+ "other": "Expired"
1063
+ },
1064
+ "usersubscriptions_subscription_expiry": {
1065
+ "other": "Expires {{.Expiry}}"
1066
+ },
1067
+ "usersubscriptions_subscription_expiry_trialing": {
1068
+ "other": "First payment {{.Expiry}}"
1069
+ },
1070
+ "usersubscriptions_subscription_expiry_active": {
1071
+ "other": "Next payment {{.Expiry}}"
1072
+ },
1073
+ "usersubscriptions_subscription_expiry_past_due": {
1074
+ "other": "Payment due {{.Expiry}}"
1075
+ },
1076
+ "usersubscriptions_subscription_expiry_cancelled": {
1077
+ "other": "Ends {{.Expiry}}"
1078
+ },
1079
+ "usersubscriptions_subscription_expiry_expired": {
1080
+ "other": "Ended {{.Expiry}}"
1081
+ },
1082
+ "usersubscriptions_no_subscriptions_section_title": {
1083
+ "other": "Discover Subscriptions"
1084
+ },
1085
+ "usersubscriptions_no_subscriptions_content": {
1086
+ "other": "Discover great content at great prices, easily managed here."
1087
+ },
1088
+ "usersubscriptions_no_subscriptions_button_title": {
1089
+ "other": "Explore subscriptions"
1090
+ },
1041
1091
  "usersubscriptions_subscription_unsubscribe": {
1042
1092
  "other": "Cancel my subscription"
1043
1093
  },
@@ -1051,7 +1101,13 @@
1051
1101
  "other": "Cancel subscription?"
1052
1102
  },
1053
1103
  "usersubscriptions_unsubscribe_modal_body": {
1054
- "other": "This will cancel the subscription to the {{.Name}} plan. You will still be able to watch the content in the plan until it expires {{.Expiry}}."
1104
+ "other": "This will cancel the subscription to the {{.Name}}. You will still be able to watch the content until it expires {{.Expiry}}."
1105
+ },
1106
+ "usersubscriptions_change_payment_method_modal_title": {
1107
+ "other": "Update credit card details"
1108
+ },
1109
+ "usersubscriptions_change_payment_method_modal_submit": {
1110
+ "other": "Update"
1055
1111
  },
1056
1112
  "availability_coming_soon": {
1057
1113
  "other": "Coming soon"
@@ -1173,6 +1229,9 @@
1173
1229
  "wcag_aria_label_carousel": {
1174
1230
  "other": "Carousel"
1175
1231
  },
1232
+ "wcag_aria_label_carousel_pagination": {
1233
+ "other": "Pagination"
1234
+ },
1176
1235
  "wcag_aria_label_page_collection": {
1177
1236
  "other": "Page Collection"
1178
1237
  },
@@ -1228,7 +1287,7 @@
1228
1287
  "other": "OR"
1229
1288
  },
1230
1289
  "page_plan_explore_link": {
1231
- "other": "Explore other Passes"
1290
+ "other": "Explore more"
1232
1291
  },
1233
1292
  "plan_showcase_page_ownership_button_buy": {
1234
1293
  "other": "Buy now"
@@ -1246,9 +1305,18 @@
1246
1305
  "other": "Donate"
1247
1306
  },
1248
1307
  "meta_description_expand": {
1249
- "other": "Show more"
1308
+ "other": "See more"
1250
1309
  },
1251
1310
  "meta_description_collapse": {
1252
- "other": "Show less"
1311
+ "other": "See less"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "sponsor logo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Subscribe to watch"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} items"
1253
1321
  }
1254
- }
1322
+ }
@@ -134,28 +134,28 @@
134
134
  "other": "Reproducir"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Compartir"
137
+ "other": "Cuota"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Compartir en Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Compartir en Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Compartir en Linkedin"
146
+ "other": "LinkedIn"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Compartir via correo electrónico"
149
+ "other": "Correo electrónico"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Compartir enlace"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "¡Link copiado al portapapeles!"
155
+ "other": "Enlace copiado"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Copiar al portapapeles"
158
+ "other": "Copiar link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Bienvenido "
@@ -654,7 +654,7 @@
654
654
  "other": "Ir a vuestra biblioteca."
655
655
  },
656
656
  "shopping_complete_plan": {
657
- "other": "Su compra de {{ .Title }} fue exitosa."
657
+ "other": "Su compra de {{.Title}} fue exitosa."
658
658
  },
659
659
  "shopping_complete_rental_watch_window_start": {
660
660
  "one": "Ahora puede ver dentro del próximo día.",
@@ -905,33 +905,38 @@
905
905
  "other": "Precio"
906
906
  },
907
907
  "shopping_price_plan_note": {
908
- "zero": "Cargado cada {{ .Interval }} .",
909
- "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
910
- "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
908
+ "one": "Se {{.Interval}} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
909
+ "other": "Se {{.Interval}} cada .Interval después de que finaliza la prueba gratuita de {{.Count}}"
910
+ },
911
+ "shopping_price_plan_note_without_trial": {
912
+ "other": "Cargado cada {{.Interval}} ."
911
913
  },
912
914
  "shopping_price_plan_note_interval": {
913
- "one": "{{ .Interval }}",
914
- "other": "{{ .Count }} {{ .Interval }}"
915
+ "one": "{{.Interval}}",
916
+ "other": "{{.Count}} {{.Interval}}"
915
917
  },
916
- "shopping_enter_card_prompt_plan": {
918
+ "shopping_enter_card_prompt_subscription": {
917
919
  "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
918
920
  },
921
+ "shopping_enter_card_prompt_plan": {
922
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su plan."
923
+ },
919
924
  "shopping_action_plan": {
920
925
  "other": "Completo"
921
926
  },
922
927
  "shopping_complete_subscription": {
923
- "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }} ."
928
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}} ."
924
929
  },
925
930
  "shopping_complete_subscription_browse": {
926
931
  "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
927
932
  },
928
933
  "shopping_info_plan_offer": {
929
- "one": "Renueva automáticamente cada {{ .Interval }}",
930
- "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
934
+ "one": "Renueva automáticamente cada {{.Interval}}",
935
+ "other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
931
936
  },
932
937
  "shopping_info_trial_period_offer": {
933
938
  "one": "¡Pruebe ahora su prueba gratuita de 24 horas!",
934
- "other": "¡Pruebe su prueba gratuita de {{ .Count }} day!"
939
+ "other": "¡Pruebe su prueba gratuita de {{.Count}} day!"
935
940
  },
936
941
  "plans_page_header": {
937
942
  "other": "Planes Disponibles"
@@ -949,13 +954,13 @@
949
954
  "other": "Lee mas"
950
955
  },
951
956
  "plan_page_header_text": {
952
- "other": "Disfruta {{ .Name }}"
957
+ "other": "Disfruta {{.Name}}"
953
958
  },
954
959
  "page_plan_explore_intro": {
955
960
  "other": "O"
956
961
  },
957
962
  "page_plan_explore_link": {
958
- "other": "Explore otros pases"
963
+ "other": "Explora más"
959
964
  },
960
965
  "plan_showcase_page_ownership_button_buy": {
961
966
  "other": "Compra ahora"
@@ -967,10 +972,10 @@
967
972
  "other": "En competición"
968
973
  },
969
974
  "meta_description_expand": {
970
- "other": "Mostrar más"
975
+ "other": "Ver más"
971
976
  },
972
977
  "meta_description_collapse": {
973
- "other": "Muestra menos"
978
+ "other": "Ver menos"
974
979
  },
975
980
  "awards_winner": {
976
981
  "other": "Ganador"
@@ -1011,6 +1016,9 @@
1011
1016
  "wcag_aria_label_carousel": {
1012
1017
  "other": "Carrusel"
1013
1018
  },
1019
+ "wcag_aria_label_carousel_pagination": {
1020
+ "other": "Paginación"
1021
+ },
1014
1022
  "wcag_aria_label_page_collection": {
1015
1023
  "other": "Colección de páginas"
1016
1024
  },
@@ -1153,7 +1161,7 @@
1153
1161
  "other": "¿Cancelar suscripción?"
1154
1162
  },
1155
1163
  "usersubscriptions_unsubscribe_modal_body": {
1156
- "other": "Esto cancelará la suscripción a la {{.Name}} plan. Aún podrá ver el contenido del plan hasta que caduque {{.Expiry}}."
1164
+ "other": "Esto cancelará la suscripción a {{.Name}}. Aún podrá ver el contenido hasta que caduque {{.Expiry}}."
1157
1165
  },
1158
1166
  "signin_form_error_ip_throttled": {
1159
1167
  "other": "Ha fallado al iniciar sesión demasiadas veces. Por favor, inténtelo de nuevo más tarde."
@@ -1219,7 +1227,7 @@
1219
1227
  "other": "añadir crédito"
1220
1228
  },
1221
1229
  "usersubscriptions_change_payment_method_change": {
1222
- "other": "Cambiar tarjeta de credito"
1230
+ "other": "Cambiar tarjeta de crédito"
1223
1231
  },
1224
1232
  "usersubscriptions_change_payment_method_modal_title": {
1225
1233
  "other": "Actualizar los datos de la tarjeta de crédito"
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "shopping_error_item_limit_exceeded": {
1252
1260
  "other": "Desafortunadamente, {{.Title}} se ha vendido."
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Suscripciones y Facturación"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Método de pago"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Los cambios en el método de pago de su tarjeta de crédito entrarán en vigencia en su próximo ciclo de facturación."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Detalles de suscripción"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Activo"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Caducado"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Descubrir suscripciones"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Descubra excelente contenido a excelentes precios, administrado fácilmente aquí."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Explorar suscripciones"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "mis Suscripciónes"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Primer pago {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Próximo pago {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Pago adeudado {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Finaliza {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "{{.Expiry}} finalizada"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "logotipo del patrocinador"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Suscríbete para ver"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} artículos"
1253
1321
  }
1254
1322
  }