@shift72/core-template 1.1.0 → 1.2.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +24 -10
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +9 -6
- package/site/ca_ES.all.json +10 -7
- package/site/da_DK.all.json +10 -7
- package/site/de_DE.all.json +10 -7
- package/site/el_EL.all.json +10 -7
- package/site/en_AU.all.json +10 -7
- package/site/es_ES.all.json +10 -7
- package/site/es_MX.all.json +10 -7
- package/site/et_ET.all.json +10 -7
- package/site/fi_FI.all.json +11 -8
- package/site/fr_FR.all.json +10 -7
- package/site/hr_HR.all.json +10 -7
- package/site/hu_HU.all.json +10 -7
- package/site/it_IT.all.json +9 -6
- package/site/ja_JP.all.json +10 -7
- package/site/lt_LT.all.json +10 -7
- package/site/nl_BE.all.json +9 -6
- package/site/no_NO.all.json +10 -7
- package/site/pl_PL.all.json +10 -7
- package/site/plans.html.jet +1 -1
- package/site/pt_BR.all.json +10 -7
- package/site/pt_PT.all.json +10 -7
- package/site/ru_RU.all.json +10 -7
- package/site/sr_SR.all.json +10 -7
- package/site/static/js/main.js +0 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_availability-tags.scss +1 -3
- package/site/styles/_awards.scss +15 -9
- package/site/styles/_buttons.scss +19 -95
- package/site/styles/_carousel.scss +20 -27
- package/site/styles/_collections.scss +17 -33
- package/site/styles/_cta-buttons.scss +0 -71
- package/site/styles/_footer.scss +5 -9
- package/site/styles/_forms.scss +7 -4
- package/site/styles/_icons.scss +9 -0
- package/site/styles/_meta-detail.scss +25 -50
- package/site/styles/_meta-item-tagline.scss +2 -6
- package/site/styles/_meta-item.scss +0 -4
- package/site/styles/_meta-sub-item.scss +0 -4
- package/site/styles/_pages.scss +21 -49
- package/site/styles/_plans.scss +4 -0
- package/site/styles/_search.scss +0 -2
- package/site/styles/_share-modal.scss +0 -4
- package/site/styles/_shopping.scss +0 -5
- package/site/styles/_tooltips.scss +13 -0
- package/site/styles/_typography.scss +87 -0
- package/site/styles/_variables.scss +5 -0
- package/site/styles/_wishlist.scss +8 -14
- package/site/styles/main.scss +1 -0
- package/site/templates/collection/carousel/item/synopsis.jet +5 -3
- package/site/templates/collection/carousel/item.jet +8 -5
- package/site/templates/common/awards/item.jet +2 -2
- package/site/templates/common/cta_buttons.jet +4 -12
- package/site/templates/film/item.jet +3 -3
- package/site/templates/items/tagline.jet +25 -50
- package/site/templates/tv/detail.jet +1 -1
- package/site/tr_TR.all.json +10 -7
- package/site/uk_UA.all.json +10 -7
- package/site/zh_TW.all.json +10 -7
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,36 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...HEAD)
|
4
4
|
|
5
|
-
## [1.
|
5
|
+
## [1.2.0-alpha.0](https://github.com/shift72/core-template/compare/1.1.0...1.2.0-alpha.0)
|
6
|
+
|
7
|
+
### Added
|
8
|
+
- Tooltips on meta detail/item CTA buttons.
|
9
|
+
- Language strings changed for `shopping_complete_promo_only`.
|
10
|
+
- Text label on save credit card component changed to "Add new card".
|
11
|
+
- Grouped carousel awards component with sponsor logo.
|
12
|
+
- Separate translations for plans, subscriptions
|
13
|
+
- Play button i18n changed to 'Watch now' instead of 'Play now'
|
6
14
|
|
7
15
|
### Changed
|
8
|
-
-
|
9
|
-
-
|
10
|
-
|
11
|
-
|
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.
|
16
|
+
- Taglines refactored with new DOM structure.
|
17
|
+
- Language strings for usersubscriptions_unsubscribe_modal_cancel and usersubscriptions_unsubscribe_modal_confirm
|
18
|
+
|
19
|
+
## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
|
15
20
|
|
16
21
|
### Added
|
17
|
-
- Language strings for shopping_card_update_reason_expired
|
22
|
+
- Language strings for `shopping_card_update_reason_expired`.
|
18
23
|
- Carousel images can now be positioned via variables.
|
19
24
|
|
25
|
+
### Changed
|
26
|
+
- Awards icon from star to laurel.
|
27
|
+
- Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints.
|
28
|
+
- Show play and pricing buttons based on item type on `meta_item.jet`.
|
29
|
+
- Carousel height now scales based on browser window height.
|
30
|
+
- Fix font weight on the `can-be-watched button` to match primary button styling.
|
31
|
+
- Replaces `nav_homepage` and` site_owner` translations with dynamic data via Kibble function.
|
32
|
+
- Carousel heading is limited to a maximum of 3 lines.
|
33
|
+
|
20
34
|
## [1.0.0](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...1.0.0)
|
21
35
|
|
22
36
|
No changes from `alpha-0`.
|
package/kibble.json
CHANGED
package/package.json
CHANGED
package/site/ar_LB.all.json
CHANGED
@@ -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,15 @@
|
|
1340
1340
|
"other": "الرجاء إدخال رمز ترويجي صالح."
|
1341
1341
|
},
|
1342
1342
|
"shopping_complete_promo_only": {
|
1343
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1352
|
+
"other": "الاشتراك"
|
1350
1353
|
}
|
1351
1354
|
}
|
package/site/ca_ES.all.json
CHANGED
@@ -125,7 +125,7 @@
|
|
125
125
|
"other": "Envia la cerca"
|
126
126
|
},
|
127
127
|
"play_button_watch": {
|
128
|
-
"other": "
|
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": "
|
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": "
|
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": "
|
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": "
|
1010
|
+
"other": "No gràcies"
|
1011
1011
|
},
|
1012
1012
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1013
|
-
"other": "Sí, cancel·
|
1013
|
+
"other": "Sí, cancel·la"
|
1014
1014
|
},
|
1015
1015
|
"usersubscriptions_unsubscribe_modal_title": {
|
1016
1016
|
"other": "Cancel·lar la subscripció?"
|
@@ -1332,12 +1332,15 @@
|
|
1332
1332
|
"other": "Introduïu un codi promocional vàlid."
|
1333
1333
|
},
|
1334
1334
|
"shopping_complete_promo_only": {
|
1335
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Subscripció"
|
1342
1345
|
}
|
1343
1346
|
}
|
package/site/da_DK.all.json
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
"other": "Søg nu"
|
123
123
|
},
|
124
124
|
"play_button_watch": {
|
125
|
-
"other": "
|
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": "
|
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": "
|
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": "
|
992
|
+
"other": "Nej tak"
|
993
993
|
},
|
994
994
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
995
|
-
"other": "Ja,
|
995
|
+
"other": "Ja, annuller"
|
996
996
|
},
|
997
997
|
"usersubscriptions_unsubscribe_modal_title": {
|
998
998
|
"other": "Vil du opsige abonnement?"
|
@@ -1332,12 +1332,15 @@
|
|
1332
1332
|
"other": "Indtast venligst en gyldig kampagnekode."
|
1333
1333
|
},
|
1334
1334
|
"shopping_complete_promo_only": {
|
1335
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Abonnement"
|
1342
1345
|
}
|
1343
1346
|
}
|
package/site/de_DE.all.json
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
"other": "Suche einreichen"
|
108
108
|
},
|
109
109
|
"play_button_watch": {
|
110
|
-
"other": "
|
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": "
|
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": "
|
1098
|
+
"other": "Nein Danke"
|
1099
1099
|
},
|
1100
1100
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1101
|
-
"other": "Ja
|
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": "
|
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": "
|
1227
|
+
"other": "Planen"
|
1228
1228
|
},
|
1229
1229
|
"shopping_action_credit": {
|
1230
1230
|
"other": "Nachfüllen"
|
@@ -1332,12 +1332,15 @@
|
|
1332
1332
|
"other": "Bitte geben Sie einen gültigen Aktionscode ein."
|
1333
1333
|
},
|
1334
1334
|
"shopping_complete_promo_only": {
|
1335
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Abonnement"
|
1342
1345
|
}
|
1343
1346
|
}
|
package/site/el_EL.all.json
CHANGED
@@ -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,15 @@
|
|
1323
1323
|
"other": "Εισαγάγετε έναν έγκυρο κωδικό προσφοράς."
|
1324
1324
|
},
|
1325
1325
|
"shopping_complete_promo_only": {
|
1326
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Συνδρομή"
|
1333
1336
|
}
|
1334
1337
|
}
|
package/site/en_AU.all.json
CHANGED
@@ -128,7 +128,7 @@
|
|
128
128
|
"other": "Submit search"
|
129
129
|
},
|
130
130
|
"play_button_watch": {
|
131
|
-
"other": "
|
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": "
|
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": "
|
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": "
|
1089
|
+
"other": "No thanks"
|
1090
1090
|
},
|
1091
1091
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1092
|
-
"other": "Yes, cancel
|
1092
|
+
"other": "Yes, cancel"
|
1093
1093
|
},
|
1094
1094
|
"usersubscriptions_unsubscribe_modal_title": {
|
1095
1095
|
"other": "Cancel subscription?"
|
@@ -1323,12 +1323,15 @@
|
|
1323
1323
|
"other": "Please enter a valid promo code."
|
1324
1324
|
},
|
1325
1325
|
"shopping_complete_promo_only": {
|
1326
|
-
"other": "
|
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
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Subscription"
|
1333
1336
|
}
|
1334
1337
|
}
|
package/site/es_ES.all.json
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
"other": "Aplicar búsqueda"
|
123
123
|
},
|
124
124
|
"play_button_watch": {
|
125
|
-
"other": "
|
125
|
+
"other": "Ver ahora"
|
126
126
|
},
|
127
127
|
"play_button_resume": {
|
128
128
|
"other": "Reproducir"
|
@@ -748,7 +748,7 @@
|
|
748
748
|
"other": "Agregar a mi lista"
|
749
749
|
},
|
750
750
|
"userwishlist_button_remove": {
|
751
|
-
"other": "
|
751
|
+
"other": "Eliminar de mi lista"
|
752
752
|
},
|
753
753
|
"userwishlist_button_add_compact": {
|
754
754
|
"other": "Mi Lista"
|
@@ -1146,10 +1146,10 @@
|
|
1146
1146
|
"other": "Cancelar mi suscripción"
|
1147
1147
|
},
|
1148
1148
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1149
|
-
"other": "
|
1149
|
+
"other": "No, gracias"
|
1150
1150
|
},
|
1151
1151
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1152
|
-
"other": "Sí, cancelar
|
1152
|
+
"other": "Sí, cancelar"
|
1153
1153
|
},
|
1154
1154
|
"usersubscriptions_unsubscribe_modal_title": {
|
1155
1155
|
"other": "¿Cancelar suscripción?"
|
@@ -1206,7 +1206,7 @@
|
|
1206
1206
|
"other": "(caducada)"
|
1207
1207
|
},
|
1208
1208
|
"shopping_card_use_other": {
|
1209
|
-
"other": "
|
1209
|
+
"other": "Agregar nueva tarjeta"
|
1210
1210
|
},
|
1211
1211
|
"shopping_card_use_new_card": {
|
1212
1212
|
"other": "Cambiar tarjeta"
|
@@ -1215,7 +1215,7 @@
|
|
1215
1215
|
"other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
|
1216
1216
|
},
|
1217
1217
|
"shopping_info_ownership_plan": {
|
1218
|
-
"other": "
|
1218
|
+
"other": "Plan"
|
1219
1219
|
},
|
1220
1220
|
"shopping_action_credit": {
|
1221
1221
|
"other": "añadir crédito"
|
@@ -1323,12 +1323,15 @@
|
|
1323
1323
|
"other": "Por favor, introduzca un código de promoción válido."
|
1324
1324
|
},
|
1325
1325
|
"shopping_complete_promo_only": {
|
1326
|
-
"other": "
|
1326
|
+
"other": "Ahora puedes ver {{.Title}}."
|
1327
1327
|
},
|
1328
1328
|
"shopping_action_redeem_promo_code": {
|
1329
1329
|
"other": "Redimir"
|
1330
1330
|
},
|
1331
1331
|
"pricing_ownership_promo": {
|
1332
1332
|
"other": "Redimir"
|
1333
|
+
},
|
1334
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Suscripción"
|
1333
1336
|
}
|
1334
1337
|
}
|
package/site/es_MX.all.json
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
"other": "Enviar busqueda"
|
123
123
|
},
|
124
124
|
"play_button_watch": {
|
125
|
-
"other": "
|
125
|
+
"other": "Ver ahora"
|
126
126
|
},
|
127
127
|
"play_button_resume": {
|
128
128
|
"other": "Continuar"
|
@@ -733,7 +733,7 @@
|
|
733
733
|
"other": "Agregar a mi lista"
|
734
734
|
},
|
735
735
|
"userwishlist_button_remove": {
|
736
|
-
"other": "
|
736
|
+
"other": "Eliminar de mi lista"
|
737
737
|
},
|
738
738
|
"userwishlist_button_add_compact": {
|
739
739
|
"other": "Mi lista"
|
@@ -1106,10 +1106,10 @@
|
|
1106
1106
|
"other": "Cancelar mi suscripción"
|
1107
1107
|
},
|
1108
1108
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1109
|
-
"other": "
|
1109
|
+
"other": "No, gracias"
|
1110
1110
|
},
|
1111
1111
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1112
|
-
"other": "Sí, cancelar
|
1112
|
+
"other": "Sí, cancelar"
|
1113
1113
|
},
|
1114
1114
|
"usersubscriptions_unsubscribe_modal_title": {
|
1115
1115
|
"other": "¿Cancelar suscripción?"
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
"other": "(caducada)"
|
1152
1152
|
},
|
1153
1153
|
"shopping_card_use_other": {
|
1154
|
-
"other": "
|
1154
|
+
"other": "Agregar nueva tarjeta"
|
1155
1155
|
},
|
1156
1156
|
"shopping_card_use_new_card": {
|
1157
1157
|
"other": "Cambiar tarjeta"
|
@@ -1160,7 +1160,7 @@
|
|
1160
1160
|
"other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
|
1161
1161
|
},
|
1162
1162
|
"shopping_info_ownership_plan": {
|
1163
|
-
"other": "
|
1163
|
+
"other": "Plan"
|
1164
1164
|
},
|
1165
1165
|
"shopping_action_credit": {
|
1166
1166
|
"other": "añadir crédito"
|
@@ -1323,12 +1323,15 @@
|
|
1323
1323
|
"other": "Por favor, introduzca un código de promoción válido."
|
1324
1324
|
},
|
1325
1325
|
"shopping_complete_promo_only": {
|
1326
|
-
"other": "
|
1326
|
+
"other": "Ahora puedes ver {{.Title}}."
|
1327
1327
|
},
|
1328
1328
|
"shopping_action_redeem_promo_code": {
|
1329
1329
|
"other": "Redimir"
|
1330
1330
|
},
|
1331
1331
|
"pricing_ownership_promo": {
|
1332
1332
|
"other": "Redimir"
|
1333
|
+
},
|
1334
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Suscripción"
|
1333
1336
|
}
|
1334
1337
|
}
|
package/site/et_ET.all.json
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
"other": "Otsi"
|
123
123
|
},
|
124
124
|
"play_button_watch": {
|
125
|
-
"other": "Vaata"
|
125
|
+
"other": "Vaata nüüd"
|
126
126
|
},
|
127
127
|
"play_button_resume": {
|
128
128
|
"other": "Jätka"
|
@@ -739,7 +739,7 @@
|
|
739
739
|
"other": "Lisa minu nimekirja"
|
740
740
|
},
|
741
741
|
"userwishlist_button_remove": {
|
742
|
-
"other": "
|
742
|
+
"other": "Eemalda minu loendist"
|
743
743
|
},
|
744
744
|
"userwishlist_button_add_compact": {
|
745
745
|
"other": "Minu nimekiri"
|
@@ -881,13 +881,13 @@
|
|
881
881
|
"other": "(aegunud)"
|
882
882
|
},
|
883
883
|
"shopping_card_use_other": {
|
884
|
-
"other": "
|
884
|
+
"other": "Lisa uus kaart"
|
885
885
|
},
|
886
886
|
"shopping_card_use_new_card": {
|
887
887
|
"other": "Vaheta kaarti"
|
888
888
|
},
|
889
889
|
"shopping_info_ownership_plan": {
|
890
|
-
"other": "
|
890
|
+
"other": "Plaan"
|
891
891
|
},
|
892
892
|
"shopping_action_credit": {
|
893
893
|
"other": "Täida"
|
@@ -923,10 +923,10 @@
|
|
923
923
|
"other": "Tühista minu tellimus"
|
924
924
|
},
|
925
925
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
926
|
-
"other": "
|
926
|
+
"other": "Ei aitäh"
|
927
927
|
},
|
928
928
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
929
|
-
"other": "Jah,
|
929
|
+
"other": "Jah, tühista"
|
930
930
|
},
|
931
931
|
"usersubscriptions_unsubscribe_modal_title": {
|
932
932
|
"other": "Kas tühistada tellimus?"
|
@@ -1332,12 +1332,15 @@
|
|
1332
1332
|
"other": "Sisestage kehtiv sooduskood."
|
1333
1333
|
},
|
1334
1334
|
"shopping_complete_promo_only": {
|
1335
|
-
"other": "
|
1335
|
+
"other": "Nüüd saate vaadata {{.Title}}."
|
1336
1336
|
},
|
1337
1337
|
"shopping_action_redeem_promo_code": {
|
1338
1338
|
"other": "Lunastama"
|
1339
1339
|
},
|
1340
1340
|
"pricing_ownership_promo": {
|
1341
1341
|
"other": "Lunastama"
|
1342
|
+
},
|
1343
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Tellimus"
|
1342
1345
|
}
|
1343
1346
|
}
|