@shift72/core-template 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -6
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +19 -7
- package/site/ca_ES.all.json +19 -7
- package/site/da_DK.all.json +19 -7
- package/site/de_DE.all.json +18 -6
- package/site/el_EL.all.json +19 -7
- package/site/en_AU.all.json +18 -6
- package/site/es_ES.all.json +19 -7
- package/site/es_MX.all.json +18 -6
- package/site/et_ET.all.json +18 -6
- package/site/fi_FI.all.json +20 -8
- package/site/fr_FR.all.json +19 -7
- package/site/hr_HR.all.json +19 -7
- package/site/hu_HU.all.json +19 -7
- package/site/it_IT.all.json +18 -6
- package/site/ja_JP.all.json +18 -6
- package/site/lt_LT.all.json +19 -7
- package/site/manifest.json.jet +2 -2
- package/site/nl_BE.all.json +19 -7
- package/site/no_NO.all.json +19 -7
- package/site/pl_PL.all.json +19 -7
- package/site/pt_BR.all.json +19 -7
- package/site/pt_PT.all.json +19 -7
- package/site/ru_RU.all.json +19 -7
- package/site/sr_SR.all.json +19 -7
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/styles/_awards.scss +1 -1
- package/site/styles/_can-be-watched-button.scss +1 -1
- package/site/styles/_carousel.scss +23 -3
- package/site/styles/_cta-buttons.scss +3 -4
- package/site/styles/_icons.scss +13 -9
- package/site/styles/_meta-detail.scss +19 -6
- package/site/styles/_mixins.scss +17 -15
- package/site/styles/_variables.scss +9 -4
- 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/items/meta_item.jet +20 -6
- package/site/tr_TR.all.json +19 -7
- package/site/uk_UA.all.json +19 -7
- package/site/zh_TW.all.json +18 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
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.1.0...HEAD)
|
|
4
|
+
|
|
5
|
+
## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
|
|
6
|
+
|
|
7
|
+
### 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.
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- Language strings for shopping_card_update_reason_expired
|
|
18
|
+
- Carousel images can now be positioned via variables.
|
|
4
19
|
|
|
5
20
|
## [1.0.0](https://github.com/shift72/core-template/compare/1.0.0-alpha.0...1.0.0)
|
|
6
21
|
|
|
@@ -9,15 +24,15 @@ No changes from `alpha-0`.
|
|
|
9
24
|
## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
|
|
10
25
|
|
|
11
26
|
### Added
|
|
12
|
-
- Subscribe to watch button
|
|
13
|
-
- Bundles tagline to show
|
|
27
|
+
- Subscribe to watch button.
|
|
28
|
+
- Bundles tagline to show _n_ items rather than _n_ films.
|
|
14
29
|
- Keyboard controls for the carousel.
|
|
15
30
|
- Pull request template file.
|
|
16
|
-
- Playback progress component and style
|
|
17
|
-
- `url` parameter in share modals
|
|
31
|
+
- Playback progress component and style.
|
|
32
|
+
- `url` parameter in share modals.
|
|
18
33
|
|
|
19
34
|
### Changed
|
|
20
|
-
- New Jet and CSS for reusable CTA (call-to-action) buttons.
|
|
35
|
+
- 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
36
|
- Reworked the carousel UI.
|
|
22
37
|
- Carousel background now extends the full width of the window.
|
|
23
38
|
|
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
|
},
|
|
@@ -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,23 @@
|
|
|
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": "يسترد"
|
|
1338
1350
|
}
|
|
1339
1351
|
}
|
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
|
},
|
|
@@ -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,23 @@
|
|
|
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": "Èxit! Ja podeu veure {{.Title}}."
|
|
1336
|
+
},
|
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
|
1338
|
+
"other": "Redimir"
|
|
1339
|
+
},
|
|
1340
|
+
"pricing_ownership_promo": {
|
|
1341
|
+
"other": "Redimir"
|
|
1330
1342
|
}
|
|
1331
1343
|
}
|
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
|
},
|
|
@@ -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,23 @@
|
|
|
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": "Succes! 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"
|
|
1330
1342
|
}
|
|
1331
1343
|
}
|
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
|
},
|
|
@@ -1327,5 +1321,23 @@
|
|
|
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": "Erfolg! Sie können jetzt {{.Title}} ansehen."
|
|
1336
|
+
},
|
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
|
1338
|
+
"other": "Tilgen"
|
|
1339
|
+
},
|
|
1340
|
+
"pricing_ownership_promo": {
|
|
1341
|
+
"other": "Tilgen"
|
|
1330
1342
|
}
|
|
1331
1343
|
}
|
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
|
},
|
|
@@ -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,23 @@
|
|
|
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": "Εξαργυρώνω"
|
|
1321
1333
|
}
|
|
1322
1334
|
}
|
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
|
},
|
|
@@ -1318,5 +1312,23 @@
|
|
|
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": "Success! You can now watch {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Redeem"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Redeem"
|
|
1321
1333
|
}
|
|
1322
1334
|
}
|
package/site/es_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ón"
|
|
7
4
|
},
|
|
@@ -70,9 +67,6 @@
|
|
|
70
67
|
"404_page_content": {
|
|
71
68
|
"other": "<p>En este momento, parece que la página que está buscando no existe.</p><p>Podría haber sida movida o eliminada, o tal vez algo mal escrito. </p><p>Trate volver a la página principal va a encontrar lo que busca. </p><p><a href=\"{{.URL}}\">Volver a la página principal </a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Iniciar sesión"
|
|
78
72
|
},
|
|
@@ -925,7 +919,7 @@
|
|
|
925
919
|
"other": "Completo"
|
|
926
920
|
},
|
|
927
921
|
"shopping_complete_subscription": {
|
|
928
|
-
"other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}
|
|
922
|
+
"other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}."
|
|
929
923
|
},
|
|
930
924
|
"shopping_complete_subscription_browse": {
|
|
931
925
|
"other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
|
|
@@ -1318,5 +1312,23 @@
|
|
|
1318
1312
|
},
|
|
1319
1313
|
"bundle_items_generic": {
|
|
1320
1314
|
"other": "{{.Count}} artículos"
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Código aplicado con éxito."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Por favor, introduzca un código de promoción válido."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "¡Éxito! Ahora puedes ver {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Redimir"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Redimir"
|
|
1321
1333
|
}
|
|
1322
1334
|
}
|
package/site/es_MX.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ón"
|
|
7
4
|
},
|
|
@@ -70,9 +67,6 @@
|
|
|
70
67
|
"404_page_content": {
|
|
71
68
|
"other": "<p>Lo sentimos, parece que la página que estás buscando no existe. </p><p>Podría haber sido movida o eliminada, o quizá hayas escrito algo mal.</p><p>Intenta volver a la página de inicio para encontrar lo que buscabas.</p><p><a href=\"{{.URL}}\">Regresar a la página de incio</a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Iniciar sesión"
|
|
78
72
|
},
|
|
@@ -1318,5 +1312,23 @@
|
|
|
1318
1312
|
},
|
|
1319
1313
|
"bundle_items_generic": {
|
|
1320
1314
|
"other": "{{.Count}} artículos"
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Código aplicado con éxito."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Por favor, introduzca un código de promoción válido."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "¡Éxito! Ahora puedes ver {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Redimir"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Redimir"
|
|
1321
1333
|
}
|
|
1322
1334
|
}
|
package/site/et_ET.all.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
2
|
"settings_title": {
|
|
6
3
|
"other": "Seaded"
|
|
7
4
|
},
|
|
@@ -70,9 +67,6 @@
|
|
|
70
67
|
"404_page_content": {
|
|
71
68
|
"other": "<p>Vabandame, näib, otsitud lehte ei eksisteeri.</p><p>Selle asukoht võib olla muutunud või on see kustutatud. Või tegid sa kirjutamisel vea.</p><p>Proovi minna tagasi avalehele ja otsi uuesti.</p><p><a href=\"{{.URL}}\">Tagasi lehele.</a></p>"
|
|
72
69
|
},
|
|
73
|
-
"nav_homepage": {
|
|
74
|
-
"other": "ABC Cinemas"
|
|
75
|
-
},
|
|
76
70
|
"nav_signin": {
|
|
77
71
|
"other": "Logi sisse"
|
|
78
72
|
},
|
|
@@ -1327,5 +1321,23 @@
|
|
|
1327
1321
|
},
|
|
1328
1322
|
"bundle_items_generic": {
|
|
1329
1323
|
"other": "{{.Count}} üksused"
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_card_update_reason_expired": {
|
|
1326
|
+
"other": "Värskendage oma krediitkaarti. Toetatud kaardid on Visa, Mastercard ja American Express."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_discount_applied_promo": {
|
|
1329
|
+
"other": "Koodi rakendamine õnnestus."
|
|
1330
|
+
},
|
|
1331
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1332
|
+
"other": "Sisestage kehtiv sooduskood."
|
|
1333
|
+
},
|
|
1334
|
+
"shopping_complete_promo_only": {
|
|
1335
|
+
"other": "Edu! Nüüd saate vaadata {{.Title}}."
|
|
1336
|
+
},
|
|
1337
|
+
"shopping_action_redeem_promo_code": {
|
|
1338
|
+
"other": "Lunastama"
|
|
1339
|
+
},
|
|
1340
|
+
"pricing_ownership_promo": {
|
|
1341
|
+
"other": "Lunastama"
|
|
1330
1342
|
}
|
|
1331
1343
|
}
|
package/site/fi_FI.all.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
2
|
"settings_title": {
|
|
6
3
|
"other": "Asetukset"
|
|
7
4
|
},
|
|
@@ -50,9 +47,6 @@
|
|
|
50
47
|
"404_page_content": {
|
|
51
48
|
"other": "<p> Valitettavasti hakemaasi sivua ei ole olemassa.</p><p>Sivu on voitu siirtää tai poistaa, tai osoiterivillä on virhe.</p><p>Palaa etusivulle löytääksesi hakemasi.</p><p><a href=\"/\">Takaisin etusivulle</a></p>"
|
|
52
49
|
},
|
|
53
|
-
"nav_homepage": {
|
|
54
|
-
"other": "ABC Cinemas"
|
|
55
|
-
},
|
|
56
50
|
"nav_signin": {
|
|
57
51
|
"other": "Kirjaudu"
|
|
58
52
|
},
|
|
@@ -866,7 +860,7 @@
|
|
|
866
860
|
"other": "Saattaa loppuun"
|
|
867
861
|
},
|
|
868
862
|
"shopping_complete_subscription": {
|
|
869
|
-
"other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}}
|
|
863
|
+
"other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}}."
|
|
870
864
|
},
|
|
871
865
|
"shopping_complete_subscription_browse": {
|
|
872
866
|
"other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
|
|
@@ -1318,5 +1312,23 @@
|
|
|
1318
1312
|
},
|
|
1319
1313
|
"bundle_items_generic": {
|
|
1320
1314
|
"other": "{{.Count}} kohteita"
|
|
1321
|
-
}
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Koodi lisätty onnistuneesti."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Anna kelvollinen tarjouskoodi."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "Menestys! Voit nyt katsoa {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Lunastaa"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Lunastaa"
|
|
1333
|
+
}
|
|
1322
1334
|
}
|
package/site/fr_FR.all.json
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"site_owner": {
|
|
3
|
-
"other": "ABC Cinemas"
|
|
4
|
-
},
|
|
5
|
-
"nav_homepage": {
|
|
6
|
-
"other": "ABC Cinemas"
|
|
7
|
-
},
|
|
8
2
|
"settings_title": {
|
|
9
3
|
"other": "Paramètres"
|
|
10
4
|
},
|
|
@@ -919,7 +913,7 @@
|
|
|
919
913
|
"other": "Compléter"
|
|
920
914
|
},
|
|
921
915
|
"shopping_complete_subscription": {
|
|
922
|
-
"other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{.Title}}
|
|
916
|
+
"other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{.Title}}."
|
|
923
917
|
},
|
|
924
918
|
"shopping_complete_subscription_browse": {
|
|
925
919
|
"other": "N'hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
|
|
@@ -1318,5 +1312,23 @@
|
|
|
1318
1312
|
},
|
|
1319
1313
|
"bundle_items_generic": {
|
|
1320
1314
|
"other": "{{.Count}} éléments"
|
|
1315
|
+
},
|
|
1316
|
+
"shopping_card_update_reason_expired": {
|
|
1317
|
+
"other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_discount_applied_promo": {
|
|
1320
|
+
"other": "Code appliqué avec succès."
|
|
1321
|
+
},
|
|
1322
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1323
|
+
"other": "Veuillez saisir un code promotionnel valide."
|
|
1324
|
+
},
|
|
1325
|
+
"shopping_complete_promo_only": {
|
|
1326
|
+
"other": "Succès! Vous pouvez maintenant regarder {{.Title}}."
|
|
1327
|
+
},
|
|
1328
|
+
"shopping_action_redeem_promo_code": {
|
|
1329
|
+
"other": "Racheter"
|
|
1330
|
+
},
|
|
1331
|
+
"pricing_ownership_promo": {
|
|
1332
|
+
"other": "Racheter"
|
|
1321
1333
|
}
|
|
1322
1334
|
}
|
package/site/hr_HR.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
|
},
|
|
@@ -1108,7 +1105,7 @@
|
|
|
1108
1105
|
"other": "Dovršeno"
|
|
1109
1106
|
},
|
|
1110
1107
|
"shopping_complete_subscription": {
|
|
1111
|
-
"other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}}
|
|
1108
|
+
"other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}}."
|
|
1112
1109
|
},
|
|
1113
1110
|
"shopping_complete_subscription_browse": {
|
|
1114
1111
|
"other": "Slobodno <a href=\"/\">pregledavajte</a> stranicu ili <a href=\"/search.html\">tražite</a> nešto specifično."
|
|
@@ -1202,9 +1199,6 @@
|
|
|
1202
1199
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1203
1200
|
"other": "Ovo će otkazati pretplatu na {{.Name}}. I dalje ćete moći gledati sadržaj dok ne istekne {{.Expiry}}."
|
|
1204
1201
|
},
|
|
1205
|
-
"nav_homepage": {
|
|
1206
|
-
"other": "ABC Cinemas"
|
|
1207
|
-
},
|
|
1208
1202
|
"classification_divider": {
|
|
1209
1203
|
"other": " - "
|
|
1210
1204
|
},
|
|
@@ -1312,5 +1306,23 @@
|
|
|
1312
1306
|
},
|
|
1313
1307
|
"bundle_items_generic": {
|
|
1314
1308
|
"other": "{{.Count}} stavke"
|
|
1309
|
+
},
|
|
1310
|
+
"shopping_card_update_reason_expired": {
|
|
1311
|
+
"other": "Ažurirajte svoju kreditnu karticu. Podržane kartice su Visa, Mastercard i American Express."
|
|
1312
|
+
},
|
|
1313
|
+
"shopping_discount_applied_promo": {
|
|
1314
|
+
"other": "Kôd je uspješno primijenjen."
|
|
1315
|
+
},
|
|
1316
|
+
"promo_only_purchases_must_be_100_percent_discounted": {
|
|
1317
|
+
"other": "Unesite važeći promotivni kod."
|
|
1318
|
+
},
|
|
1319
|
+
"shopping_complete_promo_only": {
|
|
1320
|
+
"other": "Uspjeh! Sada možete gledati {{.Title}}."
|
|
1321
|
+
},
|
|
1322
|
+
"shopping_action_redeem_promo_code": {
|
|
1323
|
+
"other": "Otkupiti"
|
|
1324
|
+
},
|
|
1325
|
+
"pricing_ownership_promo": {
|
|
1326
|
+
"other": "Otkupiti"
|
|
1315
1327
|
}
|
|
1316
1328
|
}
|