@shift72/core-template 1.7.0 → 1.8.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 +13 -1
- package/README.md +6 -4
- package/kibble.json +8 -2
- package/package.json +4 -4
- package/site/ar_LB.all.json +27 -0
- package/site/ca_ES.all.json +27 -0
- package/site/da_DK.all.json +27 -0
- package/site/de_DE.all.json +27 -0
- package/site/el_EL.all.json +27 -0
- package/site/en_AU.all.json +27 -0
- package/site/es_ES.all.json +27 -0
- package/site/es_MX.all.json +27 -0
- package/site/et_ET.all.json +27 -0
- package/site/fi_FI.all.json +27 -0
- package/site/fr_FR.all.json +27 -0
- package/site/hr_HR.all.json +27 -0
- package/site/hu_HU.all.json +27 -0
- package/site/it_IT.all.json +27 -0
- package/site/ja_JP.all.json +27 -0
- package/site/lt_LT.all.json +27 -0
- package/site/nl_BE.all.json +27 -0
- package/site/no_NO.all.json +27 -0
- package/site/pl_PL.all.json +27 -0
- package/site/pt_BR.all.json +27 -0
- package/site/pt_PT.all.json +27 -0
- package/site/ru_RU.all.json +27 -0
- package/site/sr_SR.all.json +27 -0
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/images/icons/amazonfiretv.png +0 -0
- package/site/static/images/icons/androidtv.png +0 -0
- package/site/static/images/icons/appletv.png +0 -0
- package/site/styles/_buttons.scss +32 -1
- package/site/styles/_footer.scss +57 -5
- package/site/styles/_icons.scss +24 -0
- package/site/styles/_shift72.scss +4 -0
- package/site/templates/application/footer/app-badges.jet +30 -11
- package/site/templates/application/footer/footer.jet +3 -0
- package/site/templates/application/footer/nav.jet +12 -12
- package/site/templates/application/footer/social-media-buttons.jet +25 -0
- package/site/templates/collection/carousel/item.jet +0 -2
- package/site/templates/items/meta_item.jet +0 -2
- package/site/templates/items/tagline.jet +1 -1
- package/site/templates/tv/detail.jet +1 -0
- package/site/tr_TR.all.json +27 -0
- package/site/uk_UA.all.json +27 -0
- package/site/zh_TW.all.json +27 -0
package/site/zh_TW.all.json
CHANGED
|
@@ -1498,5 +1498,32 @@
|
|
|
1498
1498
|
},
|
|
1499
1499
|
"new_card_error_timed_out": {
|
|
1500
1500
|
"other": "添加該卡時出現問題。請稍後再試或使用其他卡。"
|
|
1501
|
+
},
|
|
1502
|
+
"tv_app_badge_title": {
|
|
1503
|
+
"other": "在電視應用程序上可用"
|
|
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": "在推特上訪問我們"
|
|
1525
|
+
},
|
|
1526
|
+
"wcag_aria_label_social_letterboxd": {
|
|
1527
|
+
"other": "在 Letterboxd 上訪問我們"
|
|
1501
1528
|
}
|
|
1502
1529
|
}
|