@shift72/core-template 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +39 -6
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +27 -12
- package/site/ca_ES.all.json +28 -13
- package/site/da_DK.all.json +28 -13
- package/site/de_DE.all.json +27 -12
- package/site/el_EL.all.json +28 -13
- package/site/en_AU.all.json +27 -12
- package/site/es_ES.all.json +28 -13
- package/site/es_MX.all.json +27 -12
- package/site/et_ET.all.json +27 -12
- package/site/fi_FI.all.json +28 -13
- package/site/fr_FR.all.json +28 -13
- package/site/hr_HR.all.json +28 -13
- package/site/hu_HU.all.json +28 -13
- package/site/it_IT.all.json +26 -11
- package/site/ja_JP.all.json +27 -12
- package/site/lt_LT.all.json +28 -13
- package/site/manifest.json.jet +2 -2
- package/site/nl_BE.all.json +27 -12
- package/site/no_NO.all.json +28 -13
- package/site/pl_PL.all.json +28 -13
- package/site/plans.html.jet +1 -1
- package/site/pt_BR.all.json +28 -13
- package/site/pt_PT.all.json +28 -13
- package/site/ru_RU.all.json +28 -13
- package/site/sr_SR.all.json +28 -13
- package/site/static/fonts/fa-s72.woff +0 -0
- 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 +16 -10
- package/site/styles/_buttons.scss +19 -95
- package/site/styles/_can-be-watched-button.scss +1 -1
- package/site/styles/_carousel.scss +41 -28
- package/site/styles/_collections.scss +17 -33
- package/site/styles/_cta-buttons.scss +3 -75
- package/site/styles/_footer.scss +5 -9
- package/site/styles/_forms.scss +7 -4
- package/site/styles/_icons.scss +22 -9
- package/site/styles/_meta-detail.scss +44 -56
- 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/_mixins.scss +17 -15
- 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 +14 -4
- package/site/styles/_wishlist.scss +8 -14
- package/site/styles/main.scss +1 -0
- package/site/templates/application/footer/brand.jet +4 -4
- package/site/templates/application/footer/copyright-statement.jet +1 -1
- package/site/templates/application/nav/nav.jet +2 -2
- 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/meta_item.jet +20 -6
- package/site/templates/items/tagline.jet +25 -50
- package/site/templates/tv/detail.jet +1 -1
- package/site/tr_TR.all.json +28 -13
- package/site/uk_UA.all.json +28 -13
- package/site/zh_TW.all.json +27 -12
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,39 @@
|
|
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...HEAD)
|
4
|
+
|
5
|
+
## [1.2.0](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...1.2.0)
|
6
|
+
|
7
|
+
No changes from `alpha-0`.
|
8
|
+
|
9
|
+
## [1.2.0-alpha.0](https://github.com/shift72/core-template/compare/1.1.0...1.2.0-alpha.0)
|
10
|
+
|
11
|
+
### Added
|
12
|
+
- Tooltips on meta detail/item CTA buttons.
|
13
|
+
- Language strings changed for `shopping_complete_promo_only`.
|
14
|
+
- Text label on save credit card component changed to "Add new card".
|
15
|
+
- Grouped carousel awards component with sponsor logo.
|
16
|
+
- Separate translations for plans, subscriptions
|
17
|
+
- Play button i18n changed to 'Watch now' instead of 'Play now'
|
18
|
+
|
19
|
+
### Changed
|
20
|
+
- Taglines refactored with new DOM structure.
|
21
|
+
- Language strings for usersubscriptions_unsubscribe_modal_cancel and usersubscriptions_unsubscribe_modal_confirm
|
22
|
+
|
23
|
+
## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
|
24
|
+
|
25
|
+
### Added
|
26
|
+
- Language strings for `shopping_card_update_reason_expired`.
|
27
|
+
- Carousel images can now be positioned via variables.
|
28
|
+
|
29
|
+
### Changed
|
30
|
+
- Awards icon from star to laurel.
|
31
|
+
- Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints.
|
32
|
+
- Show play and pricing buttons based on item type on `meta_item.jet`.
|
33
|
+
- Carousel height now scales based on browser window height.
|
34
|
+
- Fix font weight on the `can-be-watched button` to match primary button styling.
|
35
|
+
- Replaces `nav_homepage` and` site_owner` translations with dynamic data via Kibble function.
|
36
|
+
- Carousel heading is limited to a maximum of 3 lines.
|
4
37
|
|
5
38
|
## [1.0.0](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...1.0.0)
|
6
39
|
|
@@ -9,15 +42,15 @@ No changes from `alpha-0`.
|
|
9
42
|
## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
|
10
43
|
|
11
44
|
### Added
|
12
|
-
- Subscribe to watch button
|
13
|
-
- Bundles tagline to show
|
45
|
+
- Subscribe to watch button.
|
46
|
+
- Bundles tagline to show _n_ items rather than _n_ films.
|
14
47
|
- Keyboard controls for the carousel.
|
15
48
|
- Pull request template file.
|
16
|
-
- Playback progress component and style
|
17
|
-
- `url` parameter in share modals
|
49
|
+
- Playback progress component and style.
|
50
|
+
- `url` parameter in share modals.
|
18
51
|
|
19
52
|
### Changed
|
20
|
-
- New Jet and CSS for reusable CTA (call-to-action) buttons.
|
53
|
+
- New Jet and CSS for reusable CTA (call-to-action) buttons. Used for consistent button appearance on film/tv/bundle pages and carousel slides.
|
21
54
|
- Reworked the carousel UI.
|
22
55
|
- Carousel background now extends the full width of the window.
|
23
56
|
|
package/kibble.json
CHANGED
package/package.json
CHANGED
package/site/ar_LB.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "إعدادات"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p> المعذرة ، يبدو أن الصفحة التي تبحث عنها غير موجودة. </ p> <p> ربما تم نقلها أو حذفها ، أو ربما أخطأت في الكتابة. </ p> <p> حاول العودة إلى الصفحة الرئيسية للعثور على ما كنت تبحث عنه. </ p> <p> <a href=\"{{.URL}}\"> الرجوع إلى الصفحة الرئيسية </a> </p>>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "تسجيل الدخول"
|
78
72
|
},
|
@@ -811,7 +805,7 @@
|
|
811
805
|
"other": "أضف إلى قائمتي"
|
812
806
|
},
|
813
807
|
"userwishlist_button_remove": {
|
814
|
-
"other": "قائمتي"
|
808
|
+
"other": "إزالة من قائمتي"
|
815
809
|
},
|
816
810
|
"userwishlist_button_add_compact": {
|
817
811
|
"other": "قائمتي"
|
@@ -959,7 +953,7 @@
|
|
959
953
|
"other": "(منتهية الصلاحية)"
|
960
954
|
},
|
961
955
|
"shopping_card_use_other": {
|
962
|
-
"other": "
|
956
|
+
"other": "أضف بطاقة جديدة"
|
963
957
|
},
|
964
958
|
"shopping_card_use_new_card": {
|
965
959
|
"other": "تغيير البطاقة"
|
@@ -974,7 +968,7 @@
|
|
974
968
|
"other": "بطاقة الائتمان غير صحيحة؟ <a href=\"{{.SubscriptionsURL}}\"> انقر(ي) هنا لتحديث بطاقتك. </a>"
|
975
969
|
},
|
976
970
|
"shopping_info_ownership_plan": {
|
977
|
-
"other": "
|
971
|
+
"other": "يخطط"
|
978
972
|
},
|
979
973
|
"shopping_info_rental_period_coming_soon": {
|
980
974
|
"other": "من تاريخ ووقت الإصدار."
|
@@ -1007,10 +1001,10 @@
|
|
1007
1001
|
"other": "إلغاء اشتراكي"
|
1008
1002
|
},
|
1009
1003
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1010
|
-
"other": "
|
1004
|
+
"other": "لا شكرا"
|
1011
1005
|
},
|
1012
1006
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1013
|
-
"other": "نعم ، إلغاء
|
1007
|
+
"other": "نعم ، إلغاء"
|
1014
1008
|
},
|
1015
1009
|
"usersubscriptions_unsubscribe_modal_title": {
|
1016
1010
|
"other": "إلغاء الاشتراك؟"
|
@@ -1197,7 +1191,7 @@
|
|
1197
1191
|
"other": "فوق حتى"
|
1198
1192
|
},
|
1199
1193
|
"shopping_complete_subscription": {
|
1200
|
-
"other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{.Title}}
|
1194
|
+
"other": "تم شراء اشتراكك بنجاح. أنت الآن مشترك في {{.Title}}."
|
1201
1195
|
},
|
1202
1196
|
"shopping_complete_subscription_browse": {
|
1203
1197
|
"other": "لا تتردد في <a href=\"/\">تصفح</a> الموقع ، أو <a href=\"/search.html\">البحث</a> عن شيء محدد."
|
@@ -1335,5 +1329,26 @@
|
|
1335
1329
|
},
|
1336
1330
|
"bundle_items_generic": {
|
1337
1331
|
"other": "{{.Count}} أغراض"
|
1332
|
+
},
|
1333
|
+
"shopping_card_update_reason_expired": {
|
1334
|
+
"other": "قم بتحديث بطاقتك الائتمانية. البطاقات المدعومة هي Visa و Mastercard و American Express."
|
1335
|
+
},
|
1336
|
+
"shopping_discount_applied_promo": {
|
1337
|
+
"other": "تم تطبيق الكود بنجاح."
|
1338
|
+
},
|
1339
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1340
|
+
"other": "الرجاء إدخال رمز ترويجي صالح."
|
1341
|
+
},
|
1342
|
+
"shopping_complete_promo_only": {
|
1343
|
+
"other": "يمكنك الآن مشاهدة {{.Title}}."
|
1344
|
+
},
|
1345
|
+
"shopping_action_redeem_promo_code": {
|
1346
|
+
"other": "يسترد"
|
1347
|
+
},
|
1348
|
+
"pricing_ownership_promo": {
|
1349
|
+
"other": "يسترد"
|
1350
|
+
},
|
1351
|
+
"shopping_info_ownership_subscription": {
|
1352
|
+
"other": "الاشتراك"
|
1338
1353
|
}
|
1339
1354
|
}
|
package/site/ca_ES.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Configuració"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Ho sento, sembla que la pàgina que busqueu no existeix.</p><p>Podria haver estat traslladada o suprimida, o potser heu escrit malament alguna cosa.</p><p>Proveu a tornar a la pàgina d'inici per trobar el que buscaves.</p><p><a href=\"{{.URL}}\">Tornar a la pàgina principal</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Inicieu la sessió"
|
78
72
|
},
|
@@ -131,7 +125,7 @@
|
|
131
125
|
"other": "Envia la cerca"
|
132
126
|
},
|
133
127
|
"play_button_watch": {
|
134
|
-
"other": "
|
128
|
+
"other": "Veure ara"
|
135
129
|
},
|
136
130
|
"play_button_resume": {
|
137
131
|
"other": "Continuar"
|
@@ -814,7 +808,7 @@
|
|
814
808
|
"other": "Afegeix a la meva llista"
|
815
809
|
},
|
816
810
|
"userwishlist_button_remove": {
|
817
|
-
"other": "
|
811
|
+
"other": "Elimina de la meva llista"
|
818
812
|
},
|
819
813
|
"userwishlist_button_add_compact": {
|
820
814
|
"other": "La meva llista"
|
@@ -962,7 +956,7 @@
|
|
962
956
|
"other": "(caducat)"
|
963
957
|
},
|
964
958
|
"shopping_card_use_other": {
|
965
|
-
"other": "
|
959
|
+
"other": "Afegeix una targeta nova"
|
966
960
|
},
|
967
961
|
"shopping_card_use_new_card": {
|
968
962
|
"other": "Canvia la targeta"
|
@@ -977,7 +971,7 @@
|
|
977
971
|
"other": "La targeta de crèdit no és correcta? <a href=\"{{.SubscriptionsURL}}\">Feu clic aquí per actualitzar la vostra targeta.</a>"
|
978
972
|
},
|
979
973
|
"shopping_info_ownership_plan": {
|
980
|
-
"other": "
|
974
|
+
"other": "Pla"
|
981
975
|
},
|
982
976
|
"shopping_action_credit": {
|
983
977
|
"other": "Omplir"
|
@@ -1013,10 +1007,10 @@
|
|
1013
1007
|
"other": "Cancel·la la meva subscripció"
|
1014
1008
|
},
|
1015
1009
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1016
|
-
"other": "
|
1010
|
+
"other": "No gràcies"
|
1017
1011
|
},
|
1018
1012
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1019
|
-
"other": "Sí, cancel·
|
1013
|
+
"other": "Sí, cancel·la"
|
1020
1014
|
},
|
1021
1015
|
"usersubscriptions_unsubscribe_modal_title": {
|
1022
1016
|
"other": "Cancel·lar la subscripció?"
|
@@ -1201,7 +1195,7 @@
|
|
1201
1195
|
"other": "Completa"
|
1202
1196
|
},
|
1203
1197
|
"shopping_complete_subscription": {
|
1204
|
-
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{.Title}}
|
1198
|
+
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{.Title}}."
|
1205
1199
|
},
|
1206
1200
|
"shopping_complete_subscription_browse": {
|
1207
1201
|
"other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
|
@@ -1327,5 +1321,26 @@
|
|
1327
1321
|
},
|
1328
1322
|
"bundle_items_generic": {
|
1329
1323
|
"other": "{{.Count}} elements"
|
1324
|
+
},
|
1325
|
+
"shopping_card_update_reason_expired": {
|
1326
|
+
"other": "Actualitza la teva targeta de crèdit. Les targetes admeses són Visa, Mastercard i American Express."
|
1327
|
+
},
|
1328
|
+
"shopping_discount_applied_promo": {
|
1329
|
+
"other": "El codi s'ha aplicat correctament."
|
1330
|
+
},
|
1331
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1332
|
+
"other": "Introduïu un codi promocional vàlid."
|
1333
|
+
},
|
1334
|
+
"shopping_complete_promo_only": {
|
1335
|
+
"other": "Ja podeu veure {{.Title}}."
|
1336
|
+
},
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
1338
|
+
"other": "Redimir"
|
1339
|
+
},
|
1340
|
+
"pricing_ownership_promo": {
|
1341
|
+
"other": "Redimir"
|
1342
|
+
},
|
1343
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Subscripció"
|
1330
1345
|
}
|
1331
1346
|
}
|
package/site/da_DK.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Indstillinger"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Beklager, det ser ud til, at den side, du leder efter, ikke eksisterer.</p><p>Den kunne være blevet flyttet eller slettet, eller måske har du stavet forkert.</p><p>Prøv gå tilbage til startsiden for at finde det, du ledte efter.</p><p><a href=\"{{.URL}}\">Tilbage til startsiden</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Log ind"
|
78
72
|
},
|
@@ -128,7 +122,7 @@
|
|
128
122
|
"other": "Søg nu"
|
129
123
|
},
|
130
124
|
"play_button_watch": {
|
131
|
-
"other": "
|
125
|
+
"other": "Se nu"
|
132
126
|
},
|
133
127
|
"play_button_resume": {
|
134
128
|
"other": "Fortsæt"
|
@@ -796,7 +790,7 @@
|
|
796
790
|
"other": "Tilføj til Min liste"
|
797
791
|
},
|
798
792
|
"userwishlist_button_remove": {
|
799
|
-
"other": "Min liste"
|
793
|
+
"other": "Fjern fra Min liste"
|
800
794
|
},
|
801
795
|
"userwishlist_button_add_compact": {
|
802
796
|
"other": "Min liste"
|
@@ -944,7 +938,7 @@
|
|
944
938
|
"other": "(udløbet)"
|
945
939
|
},
|
946
940
|
"shopping_card_use_other": {
|
947
|
-
"other": "
|
941
|
+
"other": "Tilføj nyt kort"
|
948
942
|
},
|
949
943
|
"shopping_card_use_new_card": {
|
950
944
|
"other": "Skift kort"
|
@@ -959,7 +953,7 @@
|
|
959
953
|
"other": "Kreditkort ikke korrekt? <a href=\"{{.SubscriptionsURL}}\">Klik her for at opdatere dit kort.</a>"
|
960
954
|
},
|
961
955
|
"shopping_info_ownership_plan": {
|
962
|
-
"other": "
|
956
|
+
"other": "Plan"
|
963
957
|
},
|
964
958
|
"shopping_action_credit": {
|
965
959
|
"other": "Fyld op"
|
@@ -995,10 +989,10 @@
|
|
995
989
|
"other": "Opsig mit abonnement"
|
996
990
|
},
|
997
991
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
998
|
-
"other": "
|
992
|
+
"other": "Nej tak"
|
999
993
|
},
|
1000
994
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1001
|
-
"other": "Ja,
|
995
|
+
"other": "Ja, annuller"
|
1002
996
|
},
|
1003
997
|
"usersubscriptions_unsubscribe_modal_title": {
|
1004
998
|
"other": "Vil du opsige abonnement?"
|
@@ -1126,7 +1120,7 @@
|
|
1126
1120
|
"other": "Komplet"
|
1127
1121
|
},
|
1128
1122
|
"shopping_complete_subscription": {
|
1129
|
-
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{.Title}}
|
1123
|
+
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{.Title}}."
|
1130
1124
|
},
|
1131
1125
|
"shopping_complete_subscription_browse": {
|
1132
1126
|
"other": "Du er velkommen til at <a href=\"/\">browse rundt</a> på siden, eller <a href=\"/search.html\">søg</a> efter noget specifikt."
|
@@ -1327,5 +1321,26 @@
|
|
1327
1321
|
},
|
1328
1322
|
"bundle_items_generic": {
|
1329
1323
|
"other": "{{.Count}} elementer"
|
1324
|
+
},
|
1325
|
+
"shopping_card_update_reason_expired": {
|
1326
|
+
"other": "Opdater dit kreditkort. Understøttede kort er Visa, Mastercard og American Express."
|
1327
|
+
},
|
1328
|
+
"shopping_discount_applied_promo": {
|
1329
|
+
"other": "Koden blev anvendt."
|
1330
|
+
},
|
1331
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1332
|
+
"other": "Indtast venligst en gyldig kampagnekode."
|
1333
|
+
},
|
1334
|
+
"shopping_complete_promo_only": {
|
1335
|
+
"other": "Du kan nu se {{.Title}}."
|
1336
|
+
},
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
1338
|
+
"other": "Indløs"
|
1339
|
+
},
|
1340
|
+
"pricing_ownership_promo": {
|
1341
|
+
"other": "Indløs"
|
1342
|
+
},
|
1343
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Abonnement"
|
1330
1345
|
}
|
1331
1346
|
}
|
package/site/de_DE.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Einstelllungen"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Diese Seite existiert leider nicht.</p><p><a href=\"{{.URL}}\">Zurück zur Startseite</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Anmelden"
|
78
72
|
},
|
@@ -113,7 +107,7 @@
|
|
113
107
|
"other": "Suche einreichen"
|
114
108
|
},
|
115
109
|
"play_button_watch": {
|
116
|
-
"other": "
|
110
|
+
"other": "Schau jetzt"
|
117
111
|
},
|
118
112
|
"play_button_resume": {
|
119
113
|
"other": "Fortsetzen"
|
@@ -745,7 +739,7 @@
|
|
745
739
|
"other": "Zu meiner Liste hinzufügen"
|
746
740
|
},
|
747
741
|
"userwishlist_button_remove": {
|
748
|
-
"other": "
|
742
|
+
"other": "Aus meiner Liste entfernen"
|
749
743
|
},
|
750
744
|
"userwishlist_button_add_compact": {
|
751
745
|
"other": "Meine Liste"
|
@@ -1101,10 +1095,10 @@
|
|
1101
1095
|
"other": "Mein Abonnement kündigen"
|
1102
1096
|
},
|
1103
1097
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1104
|
-
"other": "
|
1098
|
+
"other": "Nein Danke"
|
1105
1099
|
},
|
1106
1100
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1107
|
-
"other": "Ja
|
1101
|
+
"other": "Ja Abbrechen"
|
1108
1102
|
},
|
1109
1103
|
"usersubscriptions_unsubscribe_modal_title": {
|
1110
1104
|
"other": "Abonnement beenden?"
|
@@ -1221,7 +1215,7 @@
|
|
1221
1215
|
"other": "(abgelaufen)"
|
1222
1216
|
},
|
1223
1217
|
"shopping_card_use_other": {
|
1224
|
-
"other": "
|
1218
|
+
"other": "Neue Karte hinzufügen"
|
1225
1219
|
},
|
1226
1220
|
"shopping_card_use_new_card": {
|
1227
1221
|
"other": "Karte wechseln"
|
@@ -1230,7 +1224,7 @@
|
|
1230
1224
|
"other": "Aktualisieren Sie Ihre Kreditkarte. Unterstützte Karten sind Visa, Mastercard und American Express."
|
1231
1225
|
},
|
1232
1226
|
"shopping_info_ownership_plan": {
|
1233
|
-
"other": "
|
1227
|
+
"other": "Planen"
|
1234
1228
|
},
|
1235
1229
|
"shopping_action_credit": {
|
1236
1230
|
"other": "Nachfüllen"
|
@@ -1327,5 +1321,26 @@
|
|
1327
1321
|
},
|
1328
1322
|
"bundle_items_generic": {
|
1329
1323
|
"other": "{{.Count}} Produkte"
|
1324
|
+
},
|
1325
|
+
"shopping_card_update_reason_expired": {
|
1326
|
+
"other": "Aktualisieren Sie Ihre Kreditkarte. Unterstützte Karten sind Visa, Mastercard und American Express."
|
1327
|
+
},
|
1328
|
+
"shopping_discount_applied_promo": {
|
1329
|
+
"other": "Code erfolgreich angewendet."
|
1330
|
+
},
|
1331
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1332
|
+
"other": "Bitte geben Sie einen gültigen Aktionscode ein."
|
1333
|
+
},
|
1334
|
+
"shopping_complete_promo_only": {
|
1335
|
+
"other": "Sie können jetzt {{.Title}} ansehen."
|
1336
|
+
},
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
1338
|
+
"other": "Tilgen"
|
1339
|
+
},
|
1340
|
+
"pricing_ownership_promo": {
|
1341
|
+
"other": "Tilgen"
|
1342
|
+
},
|
1343
|
+
"shopping_info_ownership_subscription": {
|
1344
|
+
"other": "Abonnement"
|
1330
1345
|
}
|
1331
1346
|
}
|
package/site/el_EL.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Ρυθμίσεις"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Λυπούμαστε, αλλά φαίνεται πως η σελίδα που αναζητήσατε δεν υπάρχει.</p><p>Ίσως έχει μετακινηθεί ή διαγραφεί, ή ίσως αν γράψατε απ' ευθείας το url να πληκτρολογήσατε κάτι λάθος</p><p>Δοκιμάστε να γυρίσετε στην κεντρική σελίδα και ίσως βρείτε αυτό που αναζητήσατε.</p><p><a href=\"{{.URL}}\">Πίσω στην κεντρική σελίδα</a>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Είσοδος"
|
78
72
|
},
|
@@ -128,7 +122,7 @@
|
|
128
122
|
"other": "Υποβάλετε αναζήτηση"
|
129
123
|
},
|
130
124
|
"play_button_watch": {
|
131
|
-
"other": "
|
125
|
+
"other": "Παρακολουθήσετε τώρα"
|
132
126
|
},
|
133
127
|
"play_button_resume": {
|
134
128
|
"other": "Συνέχιση"
|
@@ -739,7 +733,7 @@
|
|
739
733
|
"other": "Πρόσθεσε στη λίστα μου."
|
740
734
|
},
|
741
735
|
"userwishlist_button_remove": {
|
742
|
-
"other": "
|
736
|
+
"other": "Κατάργηση από τη λίστα μου"
|
743
737
|
},
|
744
738
|
"userwishlist_button_add_compact": {
|
745
739
|
"other": "Η λίστα μου."
|
@@ -881,13 +875,13 @@
|
|
881
875
|
"other": "(έχει λήξει)"
|
882
876
|
},
|
883
877
|
"shopping_card_use_other": {
|
884
|
-
"other": "
|
878
|
+
"other": "Προσθήκη νέας κάρτας"
|
885
879
|
},
|
886
880
|
"shopping_card_use_new_card": {
|
887
881
|
"other": "Αλλαγή κάρτας"
|
888
882
|
},
|
889
883
|
"shopping_info_ownership_plan": {
|
890
|
-
"other": "
|
884
|
+
"other": "Σχέδιο"
|
891
885
|
},
|
892
886
|
"shopping_action_credit": {
|
893
887
|
"other": "Προσθήκη πίστωσης"
|
@@ -914,10 +908,10 @@
|
|
914
908
|
"other": "Ακύρωση της συνδρομής μου"
|
915
909
|
},
|
916
910
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
917
|
-
"other": "
|
911
|
+
"other": "Οχι ευχαριστώ"
|
918
912
|
},
|
919
913
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
920
|
-
"other": "Ναι,
|
914
|
+
"other": "Ναι, ακύρωση"
|
921
915
|
},
|
922
916
|
"usersubscriptions_unsubscribe_modal_title": {
|
923
917
|
"other": "Ακύρωση συνδρομής;"
|
@@ -1012,7 +1006,7 @@
|
|
1012
1006
|
"other": "Πλήρης"
|
1013
1007
|
},
|
1014
1008
|
"shopping_complete_subscription": {
|
1015
|
-
"other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{.Title}}
|
1009
|
+
"other": "Η αγορά της συνδρομής σας ήταν επιτυχής. Είστε πλέον εγγεγραμμένοι στο {{.Title}}."
|
1016
1010
|
},
|
1017
1011
|
"shopping_complete_subscription_browse": {
|
1018
1012
|
"other": "Μη διστάσετε να <a href=\"/\">περιηγηθείτε</a> στον ιστότοπο ή να <a href=\"/search.html\">αναζητήσετε</a> κάτι συγκεκριμένο."
|
@@ -1318,5 +1312,26 @@
|
|
1318
1312
|
},
|
1319
1313
|
"bundle_items_generic": {
|
1320
1314
|
"other": "{{.Count}} αντικείμενα"
|
1315
|
+
},
|
1316
|
+
"shopping_card_update_reason_expired": {
|
1317
|
+
"other": "Ενημερώστε την πιστωτική σας κάρτα. Οι υποστηριζόμενες κάρτες είναι Visa, Mastercard και American Express."
|
1318
|
+
},
|
1319
|
+
"shopping_discount_applied_promo": {
|
1320
|
+
"other": "Ο κωδικός εφαρμόστηκε με επιτυχία."
|
1321
|
+
},
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1323
|
+
"other": "Εισαγάγετε έναν έγκυρο κωδικό προσφοράς."
|
1324
|
+
},
|
1325
|
+
"shopping_complete_promo_only": {
|
1326
|
+
"other": "Τώρα μπορείτε να παρακολουθήσετε {{.Title}}."
|
1327
|
+
},
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
1329
|
+
"other": "Εξαργυρώνω"
|
1330
|
+
},
|
1331
|
+
"pricing_ownership_promo": {
|
1332
|
+
"other": "Εξαργυρώνω"
|
1333
|
+
},
|
1334
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Συνδρομή"
|
1321
1336
|
}
|
1322
1337
|
}
|
package/site/en_AU.all.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
"other": "ABC Cinemas"
|
4
|
-
},
|
5
2
|
"settings_title": {
|
6
3
|
"other": "Settings"
|
7
4
|
},
|
@@ -70,9 +67,6 @@
|
|
70
67
|
"404_page_content": {
|
71
68
|
"other": "<p>Sorry, it looks like the page that you're looking for doesn't exist.</p><p>It could have been moved or deleted, or perhaps you misspelled something.</p><p>Try going back to the homepage to find what you were looking for.</p><p><a href=\"{{.URL}}\">Back to the Homepage</a></p>"
|
72
69
|
},
|
73
|
-
"nav_homepage": {
|
74
|
-
"other": "ABC Cinemas"
|
75
|
-
},
|
76
70
|
"nav_signin": {
|
77
71
|
"other": "Sign In"
|
78
72
|
},
|
@@ -134,7 +128,7 @@
|
|
134
128
|
"other": "Submit search"
|
135
129
|
},
|
136
130
|
"play_button_watch": {
|
137
|
-
"other": "
|
131
|
+
"other": "Watch now"
|
138
132
|
},
|
139
133
|
"play_button_resume": {
|
140
134
|
"other": "Continue"
|
@@ -820,7 +814,7 @@
|
|
820
814
|
"other": "Add to My List"
|
821
815
|
},
|
822
816
|
"userwishlist_button_remove": {
|
823
|
-
"other": "My List"
|
817
|
+
"other": "Remove from My List"
|
824
818
|
},
|
825
819
|
"userwishlist_button_add_compact": {
|
826
820
|
"other": "My List"
|
@@ -968,7 +962,7 @@
|
|
968
962
|
"other": "(expired)"
|
969
963
|
},
|
970
964
|
"shopping_card_use_other": {
|
971
|
-
"other": "
|
965
|
+
"other": "Add new card"
|
972
966
|
},
|
973
967
|
"shopping_card_use_new_card": {
|
974
968
|
"other": "Change card"
|
@@ -983,7 +977,7 @@
|
|
983
977
|
"other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>"
|
984
978
|
},
|
985
979
|
"shopping_info_ownership_plan": {
|
986
|
-
"other": "
|
980
|
+
"other": "Plan"
|
987
981
|
},
|
988
982
|
"shopping_price_title_plan": {
|
989
983
|
"other": "Price"
|
@@ -1092,10 +1086,10 @@
|
|
1092
1086
|
"other": "Cancel my subscription"
|
1093
1087
|
},
|
1094
1088
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
1095
|
-
"other": "
|
1089
|
+
"other": "No thanks"
|
1096
1090
|
},
|
1097
1091
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
1098
|
-
"other": "Yes, cancel
|
1092
|
+
"other": "Yes, cancel"
|
1099
1093
|
},
|
1100
1094
|
"usersubscriptions_unsubscribe_modal_title": {
|
1101
1095
|
"other": "Cancel subscription?"
|
@@ -1318,5 +1312,26 @@
|
|
1318
1312
|
},
|
1319
1313
|
"bundle_items_generic": {
|
1320
1314
|
"other": "{{.Count}} items"
|
1315
|
+
},
|
1316
|
+
"shopping_card_update_reason_expired": {
|
1317
|
+
"other": "Update your credit card. Supported cards are Visa, Mastercard and American Express."
|
1318
|
+
},
|
1319
|
+
"shopping_discount_applied_promo": {
|
1320
|
+
"other": "Code successfully applied."
|
1321
|
+
},
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
1323
|
+
"other": "Please enter a valid promo code."
|
1324
|
+
},
|
1325
|
+
"shopping_complete_promo_only": {
|
1326
|
+
"other": "You can now watch {{.Title}}."
|
1327
|
+
},
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
1329
|
+
"other": "Redeem"
|
1330
|
+
},
|
1331
|
+
"pricing_ownership_promo": {
|
1332
|
+
"other": "Redeem"
|
1333
|
+
},
|
1334
|
+
"shopping_info_ownership_subscription": {
|
1335
|
+
"other": "Subscription"
|
1321
1336
|
}
|
1322
1337
|
}
|