mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 09:46:19 +01:00
New translations torrents-status.json (German)
This commit is contained in:
@@ -1,30 +1,39 @@
|
|||||||
{
|
{
|
||||||
|
"descriptor": {
|
||||||
|
"name": "Torrent",
|
||||||
|
"description": "Show the current download speed of supported services",
|
||||||
|
"settings": {
|
||||||
|
"hideComplete": {
|
||||||
|
"label": "Hide completed torrents"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"card": {
|
"card": {
|
||||||
"table": {
|
"table": {
|
||||||
"header": {
|
"header": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"size": "Grösse",
|
"size": "Size",
|
||||||
"download": "Eingehend",
|
"download": "Down",
|
||||||
"upload": "Ausgehend",
|
"upload": "Up",
|
||||||
"estimatedTimeOfArrival": "Vorraussichtlicher Abschluss",
|
"estimatedTimeOfArrival": "ETA",
|
||||||
"progress": "Fortschritt"
|
"progress": "Progress"
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"nothingFound": "Keine Torrents gefunden"
|
"nothingFound": "No torrents found"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lineChart": {
|
"lineChart": {
|
||||||
"title": "Derzeitige Download Geschwindigkeit",
|
"title": "Current download speed",
|
||||||
"download": "Download: {{download}}",
|
"download": "Download: {{download}}",
|
||||||
"upload": "Upload: {{upload}}",
|
"upload": "Upload: {{upload}}",
|
||||||
"timeSpan": "{{seconds}} Sekunden zuvor",
|
"timeSpan": "{{seconds}} seconds ago",
|
||||||
"totalDownload": "Download: {{download}}/s",
|
"totalDownload": "Download: {{download}}/s",
|
||||||
"totalUpload": "Upload: {{upload}}/s"
|
"totalUpload": "Upload: {{upload}}/s"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"noDownloadClients": {
|
"noDownloadClients": {
|
||||||
"title": "Keine unterstützten Download Clients gefunden",
|
"title": "No supported download clients found!",
|
||||||
"text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen"
|
"text": "Add a download service to view your current downloads"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user