@shift72/core-template 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/README.md +6 -4
  3. package/kibble.json +8 -2
  4. package/package.json +4 -4
  5. package/site/ar_LB.all.json +27 -0
  6. package/site/ca_ES.all.json +27 -0
  7. package/site/da_DK.all.json +27 -0
  8. package/site/de_DE.all.json +27 -0
  9. package/site/el_EL.all.json +27 -0
  10. package/site/en_AU.all.json +27 -0
  11. package/site/es_ES.all.json +27 -0
  12. package/site/es_MX.all.json +27 -0
  13. package/site/et_ET.all.json +27 -0
  14. package/site/fi_FI.all.json +27 -0
  15. package/site/fr_FR.all.json +27 -0
  16. package/site/hr_HR.all.json +27 -0
  17. package/site/hu_HU.all.json +27 -0
  18. package/site/it_IT.all.json +27 -0
  19. package/site/ja_JP.all.json +27 -0
  20. package/site/lt_LT.all.json +27 -0
  21. package/site/nl_BE.all.json +27 -0
  22. package/site/no_NO.all.json +27 -0
  23. package/site/pl_PL.all.json +27 -0
  24. package/site/pt_BR.all.json +27 -0
  25. package/site/pt_PT.all.json +27 -0
  26. package/site/ru_RU.all.json +27 -0
  27. package/site/sr_SR.all.json +27 -0
  28. package/site/static/fonts/fa-s72.woff +0 -0
  29. package/site/static/images/icons/amazonfiretv.png +0 -0
  30. package/site/static/images/icons/androidtv.png +0 -0
  31. package/site/static/images/icons/appletv.png +0 -0
  32. package/site/styles/_buttons.scss +32 -1
  33. package/site/styles/_footer.scss +57 -5
  34. package/site/styles/_icons.scss +24 -0
  35. package/site/styles/_shift72.scss +4 -0
  36. package/site/templates/application/footer/app-badges.jet +30 -11
  37. package/site/templates/application/footer/footer.jet +3 -0
  38. package/site/templates/application/footer/nav.jet +12 -12
  39. package/site/templates/application/footer/social-media-buttons.jet +25 -0
  40. package/site/templates/collection/carousel/item.jet +0 -2
  41. package/site/templates/items/meta_item.jet +0 -2
  42. package/site/templates/items/tagline.jet +1 -1
  43. package/site/templates/tv/detail.jet +1 -0
  44. package/site/tr_TR.all.json +27 -0
  45. package/site/uk_UA.all.json +27 -0
  46. package/site/zh_TW.all.json +27 -0
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.7.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.8.0...HEAD)
4
+
5
+
6
+ ## [1.8.0](https://github.com/shift72/core-template/compare/1.7.0...1.8.0)
7
+
8
+ ### Added
9
+ - CSS for the new purchase flow.
10
+ - Social links in the footer.
11
+ - TV app banners in the footer.
12
+
13
+ ### Fixed
14
+ - Links to specific episodes from collections (inc homepage carousel).
15
+ - 60 mins runtime now shows as 1h 0m.
4
16
 
5
17
  ## [1.7.0](https://github.com/shift72/core-template/compare/1.6.0...1.7.0)
6
18
 
package/README.md CHANGED
@@ -6,9 +6,11 @@ This template supports the following features:
6
6
  * Template only pages (robots.txt and sitemap.txt are examples)
7
7
  * Internationalization
8
8
 
9
- ## Building
9
+ ## Getting started
10
10
 
11
- * install kibble
12
- * ```kibble render``` - generate a new site (files are located at ```.kibble/build```)
13
- * ```kibble serve --watch``` to preview the site
11
+ * `npm install`
12
+ * `npm start` will build and start the site in watch mode
14
13
 
14
+ ## Running local content
15
+
16
+ To use a local version of relish, update [application.jet](site/templates/application/application.jet) to set the CDN to: `{{CDN := "//localhost:3000"}}`.
package/kibble.json CHANGED
@@ -136,13 +136,19 @@
136
136
  },
137
137
  {
138
138
  "name": "tvItem",
139
- "urlPath": "/tv/:slug/:seasonNumber",
139
+ "urlPath": "/tv/:slug/:seasonNumber/",
140
140
  "templatePath": "templates/tv/detail.jet",
141
141
  "partialUrlPath": "/partials/tv/:showID/season/:seasonNumber.html",
142
142
  "partialTemplatePath": "templates/tv/partial.jet",
143
143
  "datasource": "TVSeason",
144
144
  "pageSize": 0
145
145
  },
146
+ {
147
+ "name": "tvEpisode",
148
+ "urlPath": "/tv/:slug/:seasonNumber/#episode-:episodeNumber",
149
+ "datasource": "TVEpisode",
150
+ "pageSize": 0
151
+ },
146
152
  {
147
153
  "name": "pageItem",
148
154
  "urlPath": "/page/:slug/",
@@ -185,5 +191,5 @@
185
191
  "pageSize": 0
186
192
  }
187
193
  ],
188
- "coreTemplateVersion": "1.7.0"
194
+ "coreTemplateVersion": "1.8.0"
189
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -63,14 +63,14 @@
63
63
  "eslint-plugin-react": "^7.26.1",
64
64
  "eslint-plugin-react-hooks": "^4.2.0",
65
65
  "form-data": "^4.0.0",
66
+ "glob": "^7.2.0",
67
+ "node-fetch": "^3.2.3",
66
68
  "prettier": "^2.3.2",
67
69
  "stylelint": "^13.13.1",
68
70
  "stylelint-config-prettier": "^8.0.2",
69
71
  "stylelint-config-sass-guidelines": "^8.0.0",
70
72
  "stylelint-prettier": "^1.2.0",
71
- "stylelint-scss": "^3.19.0",
72
- "glob": "^7.2.0",
73
- "node-fetch": "^3.2.3"
73
+ "stylelint-scss": "^3.19.0"
74
74
  },
75
75
  "eslintConfig": {
76
76
  "settings": {
@@ -1575,5 +1575,32 @@
1575
1575
  },
1576
1576
  "new_card_error_timed_out": {
1577
1577
  "other": "حدث خطأ ما عند إضافة تلك البطاقة. يرجى المحاولة مرة أخرى في وقت لاحق أو استخدام بطاقة مختلفة."
1578
+ },
1579
+ "tv_app_badge_title": {
1580
+ "other": "متوفر على تطبيقات التلفزيون"
1581
+ },
1582
+ "app_badge_fire_tv": {
1583
+ "other": "احصل عليه من Amazon Fire TV"
1584
+ },
1585
+ "app_badge_android_tv": {
1586
+ "other": "احصل عليه على Android TV"
1587
+ },
1588
+ "app_badge_apple_tv": {
1589
+ "other": "احصل عليه من Apple TV"
1590
+ },
1591
+ "wcag_aria_label_social_instagram": {
1592
+ "other": "قم بزيارتنا على Instagram"
1593
+ },
1594
+ "wcag_aria_label_social_youtube": {
1595
+ "other": "اشترك على يوتيوب"
1596
+ },
1597
+ "wcag_aria_label_social_facebook": {
1598
+ "other": "زورونا على الفيسبوك"
1599
+ },
1600
+ "wcag_aria_label_social_twitter": {
1601
+ "other": "قم بزيارتنا على Twitter"
1602
+ },
1603
+ "wcag_aria_label_social_letterboxd": {
1604
+ "other": "قم بزيارتنا على Letterboxd"
1578
1605
  }
1579
1606
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "S'ha produït un error en afegir aquesta targeta. Torneu-ho a provar més tard o utilitzeu una altra targeta."
1514
+ },
1515
+ "wcag_aria_label_social_instagram": {
1516
+ "other": "Visita'ns a Instagram"
1517
+ },
1518
+ "wcag_aria_label_social_youtube": {
1519
+ "other": "Subscriu-te a Youtube"
1520
+ },
1521
+ "wcag_aria_label_social_facebook": {
1522
+ "other": "Visita'ns a Facebook"
1523
+ },
1524
+ "wcag_aria_label_social_twitter": {
1525
+ "other": "Visita'ns a Twitter"
1526
+ },
1527
+ "wcag_aria_label_social_letterboxd": {
1528
+ "other": "Visita'ns a Letterboxd"
1529
+ },
1530
+ "tv_app_badge_title": {
1531
+ "other": "Disponible a les aplicacions de televisió"
1532
+ },
1533
+ "app_badge_fire_tv": {
1534
+ "other": "Obteniu-lo a Amazon Fire TV"
1535
+ },
1536
+ "app_badge_android_tv": {
1537
+ "other": "Obteniu-lo a Android TV"
1538
+ },
1539
+ "app_badge_apple_tv": {
1540
+ "other": "Aconsegueix-ho a Apple TV"
1514
1541
  }
1515
1542
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Der gik noget galt, da det pågældende kort blev tilføjet. Prøv igen senere, eller brug et andet kort."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Tilgængelig på tv-apps"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Få det på Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Få det på Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Få det på Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Besøg os på Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Abonner på Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Besøg os på Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Besøg os på Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Besøg os på Letterboxd"
1514
1541
  }
1515
1542
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Beim Hinzufügen dieser Karte ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut oder verwenden Sie eine andere Karte."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Verfügbar in TV-Apps"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Holen Sie es sich auf Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Holen Sie es sich auf Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Hol es dir auf Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Besuchen Sie uns auf Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Abonnieren Sie auf Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Besuchen Sie uns auf Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Besuchen Sie uns auf Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Besuchen Sie uns auf Letterboxd"
1514
1541
  }
1515
1542
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Κάτι πήγε στραβά κατά την προσθήκη αυτής της κάρτας. Δοκιμάστε ξανά αργότερα ή χρησιμοποιήστε διαφορετική κάρτα."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Διατίθεται σε εφαρμογές τηλεόρασης"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Αποκτήστε το στο Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Αποκτήστε το στο Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Αποκτήστε το στο Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Επισκεφθείτε μας στο Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Εγγραφείτε στο Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Επισκεφθείτε μας στο Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Επισκεφθείτε μας στο Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Επισκεφθείτε μας στο Letterboxd"
1514
1541
  }
1515
1542
  }
@@ -1256,15 +1256,42 @@
1256
1256
  "wcag_aria_label_letterboxd": {
1257
1257
  "other": "View on Letterboxd"
1258
1258
  },
1259
+ "wcag_aria_label_social_instagram": {
1260
+ "other": "Visit us on Instagram"
1261
+ },
1262
+ "wcag_aria_label_social_youtube": {
1263
+ "other": "Subscribe on Youtube"
1264
+ },
1265
+ "wcag_aria_label_social_facebook": {
1266
+ "other": "Visit us on Facebook"
1267
+ },
1268
+ "wcag_aria_label_social_twitter": {
1269
+ "other": "Visit us on Twitter"
1270
+ },
1271
+ "wcag_aria_label_social_letterboxd": {
1272
+ "other": "Visit us on Letterboxd"
1273
+ },
1259
1274
  "app_badge_title": {
1260
1275
  "other": "Download the app to view your purchased content!"
1261
1276
  },
1277
+ "tv_app_badge_title": {
1278
+ "other": "Available on TV apps"
1279
+ },
1262
1280
  "app_badge_ios": {
1263
1281
  "other": "Download on the App Store"
1264
1282
  },
1265
1283
  "app_badge_android": {
1266
1284
  "other": "Get it on Google Play"
1267
1285
  },
1286
+ "app_badge_fire_tv": {
1287
+ "other": "Get it on Amazon Fire TV"
1288
+ },
1289
+ "app_badge_android_tv": {
1290
+ "other": "Get it on Android TV"
1291
+ },
1292
+ "app_badge_apple_tv": {
1293
+ "other": "Get it on Apple TV"
1294
+ },
1268
1295
  "plans_page_header": {
1269
1296
  "other": "Available Plans"
1270
1297
  },
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible en aplicaciones de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Consíguelo en Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Consíguelo en Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Consíguelo en Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visítanos en Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Suscríbete en Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visítenos en Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visítenos en Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visítenos en Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Algo salió mal al agregar esa tarjeta. Vuelva a intentarlo más tarde o utilice una tarjeta diferente."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible en aplicaciones de TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Consíguelo en Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Consíguelo en Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Consíguelo en Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visítanos en Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Suscríbete en Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visítenos en Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visítenos en Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Visítenos en Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Selle kaardi lisamisel läks midagi valesti. Proovige hiljem uuesti või kasutage teist kaarti."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Saadaval telerirakendustes"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Hankige see Amazon Fire TV-st"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Hankige see Android TV-s"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Hankige see Apple TV-st"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Külastage meid Instagramis"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Telli Youtube'is"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Külastage meid Facebookis"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Külastage meid Twitteris"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Külastage meid Letterboxdis"
1514
1541
  }
1515
1542
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Jotain meni pieleen korttia lisättäessä. Yritä myöhemmin uudelleen tai käytä toista korttia."
1514
+ },
1515
+ "wcag_aria_label_social_instagram": {
1516
+ "other": "Vieraile meillä Instagramissa"
1517
+ },
1518
+ "wcag_aria_label_social_youtube": {
1519
+ "other": "Tilaa Youtubessa"
1520
+ },
1521
+ "wcag_aria_label_social_facebook": {
1522
+ "other": "Vieraile Facebookissa"
1523
+ },
1524
+ "wcag_aria_label_social_twitter": {
1525
+ "other": "Vieraile Twitterissä"
1526
+ },
1527
+ "wcag_aria_label_social_letterboxd": {
1528
+ "other": "Vieraile meillä Letterboxdissa"
1529
+ },
1530
+ "tv_app_badge_title": {
1531
+ "other": "Saatavilla TV-sovelluksissa"
1532
+ },
1533
+ "app_badge_fire_tv": {
1534
+ "other": "Hanki se Amazon Fire TV:stä"
1535
+ },
1536
+ "app_badge_android_tv": {
1537
+ "other": "Lataa se Android TV:hen"
1538
+ },
1539
+ "app_badge_apple_tv": {
1540
+ "other": "Lataa se Apple TV:stä"
1514
1541
  }
1515
1542
  }
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Une erreur s'est produite lors de l'ajout de cette carte. Veuillez réessayer plus tard ou utiliser une autre carte."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponible sur les applications TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Obtenez-le sur Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Obtenez-le sur Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Obtenez-le sur Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Visitez-nous sur Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Abonnez-vous sur Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visitez-nous sur Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visitez-nous sur Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Rendez-nous visite sur Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -1513,5 +1513,32 @@
1513
1513
  },
1514
1514
  "new_card_error_timed_out": {
1515
1515
  "other": "Nešto nije u redu prilikom dodavanja te kartice. Pokušajte ponovno kasnije ili upotrijebite drugu karticu."
1516
+ },
1517
+ "tv_app_badge_title": {
1518
+ "other": "Dostupno u TV aplikacijama"
1519
+ },
1520
+ "app_badge_fire_tv": {
1521
+ "other": "Nabavite ga na Amazon Fire TV"
1522
+ },
1523
+ "app_badge_android_tv": {
1524
+ "other": "Preuzmite ga na Android TV"
1525
+ },
1526
+ "app_badge_apple_tv": {
1527
+ "other": "Nabavite ga na Apple TV-u"
1528
+ },
1529
+ "wcag_aria_label_social_instagram": {
1530
+ "other": "Posjetite nas na Instagramu"
1531
+ },
1532
+ "wcag_aria_label_social_youtube": {
1533
+ "other": "Pretplatite se na Youtube"
1534
+ },
1535
+ "wcag_aria_label_social_facebook": {
1536
+ "other": "Posjetite nas na Facebooku"
1537
+ },
1538
+ "wcag_aria_label_social_twitter": {
1539
+ "other": "Posjetite nas na Twitteru"
1540
+ },
1541
+ "wcag_aria_label_social_letterboxd": {
1542
+ "other": "Posjetite nas na Letterboxd"
1516
1543
  }
1517
1544
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Valami hiba történt a kártya hozzáadásakor. Kérjük, próbálja újra később, vagy használjon másik kártyát."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Elérhető a TV-alkalmazásokban"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Szerezd meg az Amazon Fire TV-n"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Szerezd meg Android TV-n"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Szerezd meg az Apple TV-n"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Látogass meg minket az Instagramon"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Iratkozz fel a Youtube-on"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Látogass el hozzánk a Facebookon"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Látogasson el hozzánk a Twitteren"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Látogasson el hozzánk a Letterboxd-on"
1514
1541
  }
1515
1542
  }
@@ -1515,5 +1515,32 @@
1515
1515
  },
1516
1516
  "new_card_error_timed_out": {
1517
1517
  "other": "Qualcosa è andato storto durante l'aggiunta di quella carta. Riprova più tardi o usa una carta diversa."
1518
+ },
1519
+ "tv_app_badge_title": {
1520
+ "other": "Disponibile sulle app TV"
1521
+ },
1522
+ "app_badge_fire_tv": {
1523
+ "other": "Scaricalo su Amazon Fire TV"
1524
+ },
1525
+ "app_badge_android_tv": {
1526
+ "other": "Scaricalo su Android TV"
1527
+ },
1528
+ "app_badge_apple_tv": {
1529
+ "other": "Scaricalo su Apple TV"
1530
+ },
1531
+ "wcag_aria_label_social_instagram": {
1532
+ "other": "Venite a trovarci su Instagram"
1533
+ },
1534
+ "wcag_aria_label_social_youtube": {
1535
+ "other": "Iscriviti su Youtube"
1536
+ },
1537
+ "wcag_aria_label_social_facebook": {
1538
+ "other": "Visitaci su Facebook"
1539
+ },
1540
+ "wcag_aria_label_social_twitter": {
1541
+ "other": "Visitaci su Twitter"
1542
+ },
1543
+ "wcag_aria_label_social_letterboxd": {
1544
+ "other": "Venite a trovarci su Letterboxd"
1518
1545
  }
1519
1546
  }
@@ -1498,5 +1498,32 @@
1498
1498
  },
1499
1499
  "new_card_error_timed_out": {
1500
1500
  "other": "カードの追加中にエラーが発生しました。後でもう一度試すか、別のカードを使用してください。"
1501
+ },
1502
+ "tv_app_badge_title": {
1503
+ "other": "TV アプリで利用可能"
1504
+ },
1505
+ "app_badge_fire_tv": {
1506
+ "other": "Amazon Fire TV で入手する"
1507
+ },
1508
+ "app_badge_android_tv": {
1509
+ "other": "Android TV で入手する"
1510
+ },
1511
+ "app_badge_apple_tv": {
1512
+ "other": "Apple TV で入手する"
1513
+ },
1514
+ "wcag_aria_label_social_instagram": {
1515
+ "other": "Instagramで私たちをご覧ください"
1516
+ },
1517
+ "wcag_aria_label_social_youtube": {
1518
+ "other": "Youtubeで購読する"
1519
+ },
1520
+ "wcag_aria_label_social_facebook": {
1521
+ "other": "Facebookで私たちをご覧ください"
1522
+ },
1523
+ "wcag_aria_label_social_twitter": {
1524
+ "other": "Twitterで私たちをご覧ください"
1525
+ },
1526
+ "wcag_aria_label_social_letterboxd": {
1527
+ "other": "Letterboxdにアクセスしてください"
1501
1528
  }
1502
1529
  }
@@ -1543,5 +1543,32 @@
1543
1543
  },
1544
1544
  "new_card_error_timed_out": {
1545
1545
  "other": "Pridedant šią kortelę kažkas nutiko. Bandykite dar kartą vėliau arba naudokite kitą kortelę."
1546
+ },
1547
+ "tv_app_badge_title": {
1548
+ "other": "Pasiekiama TV programose"
1549
+ },
1550
+ "app_badge_fire_tv": {
1551
+ "other": "Gaukite jį „Amazon Fire TV“."
1552
+ },
1553
+ "app_badge_android_tv": {
1554
+ "other": "Gaukite jį „Android TV“."
1555
+ },
1556
+ "app_badge_apple_tv": {
1557
+ "other": "Gaukite jį per Apple TV"
1558
+ },
1559
+ "wcag_aria_label_social_instagram": {
1560
+ "other": "Aplankykite mus Instagram"
1561
+ },
1562
+ "wcag_aria_label_social_youtube": {
1563
+ "other": "Prenumeruokite Youtube"
1564
+ },
1565
+ "wcag_aria_label_social_facebook": {
1566
+ "other": "Aplankykite mus Facebook"
1567
+ },
1568
+ "wcag_aria_label_social_twitter": {
1569
+ "other": "Aplankykite mus Twitter"
1570
+ },
1571
+ "wcag_aria_label_social_letterboxd": {
1572
+ "other": "Aplankykite mus „Letterboxd“."
1546
1573
  }
1547
1574
  }
@@ -1511,5 +1511,32 @@
1511
1511
  },
1512
1512
  "new_card_error_timed_out": {
1513
1513
  "other": "Er is iets misgegaan bij het toevoegen van die kaart. Probeer het later opnieuw of gebruik een andere kaart."
1514
+ },
1515
+ "tv_app_badge_title": {
1516
+ "other": "Beschikbaar in tv-apps"
1517
+ },
1518
+ "app_badge_fire_tv": {
1519
+ "other": "Download het op Amazon Fire TV"
1520
+ },
1521
+ "app_badge_android_tv": {
1522
+ "other": "Download het op Android TV"
1523
+ },
1524
+ "app_badge_apple_tv": {
1525
+ "other": "Download het op Apple TV"
1526
+ },
1527
+ "wcag_aria_label_social_instagram": {
1528
+ "other": "Bezoek ons op Instagram"
1529
+ },
1530
+ "wcag_aria_label_social_youtube": {
1531
+ "other": "Abonneer je op Youtube"
1532
+ },
1533
+ "wcag_aria_label_social_facebook": {
1534
+ "other": "Bezoek ons op Facebook"
1535
+ },
1536
+ "wcag_aria_label_social_twitter": {
1537
+ "other": "Bezoek ons op Twitter"
1538
+ },
1539
+ "wcag_aria_label_social_letterboxd": {
1540
+ "other": "Bezoek ons op Letterboxd"
1514
1541
  }
1515
1542
  }