Skip to content

Commit

Permalink
Merge branch 'main' into add_hdhomerun_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Nov 18, 2022
2 parents 4f1214a + 5b7d2ea commit 60af28c
Show file tree
Hide file tree
Showing 54 changed files with 2,253 additions and 507 deletions.
9 changes: 4 additions & 5 deletions .all-contributorsrc
@@ -1,10 +1,9 @@
{
"projectName": "homepage",
"projectOwner": "benphelps",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 50,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"contributors": []
}
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@
- Images built for AMD64 (x86_64), ARM64, ARMv7 and ARMv6
- Supports all Raspberry Pi's, most SBCs & Apple Silicon
- Full i18n support with automatic language detection
- Translations for Catalan, Chinese, Dutch, Finnish, French, German, Hebrew, Hungarian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Spanish, Swedish and Yue
- Translations for Catalan, Chinese, Dutch, Finnish, French, German, Hebrew, Hungarian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Spanish, Swedish and Yue
- Want to help translate? [Join the Weblate project](https://hosted.weblate.org/engage/homepage/)
- Service & Web Bookmarks
- Docker Integration
Expand Down Expand Up @@ -152,3 +152,9 @@ This is a [Next.js](https://nextjs.org/) application, see their doucmentation fo
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->



<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
15 changes: 15 additions & 0 deletions public/locales/ar/common.json
Expand Up @@ -304,5 +304,20 @@
"uptime": "Uptime",
"alerts": "Alerts",
"time": "{{value, number(style: unit; unitDisplay: long;)}}"
},
"navidrome": {
"nothing_streaming": "No Active Streams",
"please_wait": "Please Wait"
},
"pyload": {
"speed": "Speed",
"active": "Active",
"queue": "Queue",
"total": "Total"
},
"gluetun": {
"public_ip": "Public IP",
"region": "Region",
"country": "Country"
}
}
15 changes: 15 additions & 0 deletions public/locales/bg/common.json
Expand Up @@ -304,5 +304,20 @@
"uptime": "Uptime",
"alerts": "Alerts",
"time": "{{value, number(style: unit; unitDisplay: long;)}}"
},
"navidrome": {
"nothing_streaming": "No Active Streams",
"please_wait": "Please Wait"
},
"pyload": {
"speed": "Speed",
"active": "Active",
"queue": "Queue",
"total": "Total"
},
"gluetun": {
"public_ip": "Public IP",
"region": "Region",
"country": "Country"
}
}
15 changes: 15 additions & 0 deletions public/locales/ca/common.json
Expand Up @@ -304,5 +304,20 @@
"uptime": "Uptime",
"alerts": "Alerts",
"time": "{{value, number(style: unit; unitDisplay: long;)}}"
},
"navidrome": {
"nothing_streaming": "No Active Streams",
"please_wait": "Please Wait"
},
"pyload": {
"speed": "Speed",
"active": "Active",
"queue": "Queue",
"total": "Total"
},
"gluetun": {
"public_ip": "Public IP",
"region": "Region",
"country": "Country"
}
}

0 comments on commit 60af28c

Please sign in to comment.