New translations docker.json (German)
This commit is contained in:
@@ -4,45 +4,45 @@
|
|||||||
"description": "Allows you to easily manage your torrents"
|
"description": "Allows you to easily manage your torrents"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Search by container or image name"
|
"placeholder": "Suche nach Conainer oder Image Namen"
|
||||||
},
|
},
|
||||||
"table": {
|
"table": {
|
||||||
"header": {
|
"header": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"image": "Image",
|
"image": "Image",
|
||||||
"ports": "Ports",
|
"ports": "Ports",
|
||||||
"state": "State"
|
"state": "Status"
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"portCollapse": "{{ports}} more"
|
"portCollapse": "{{ports}} weitere"
|
||||||
},
|
},
|
||||||
"states": {
|
"states": {
|
||||||
"running": "Running",
|
"running": "Läuft",
|
||||||
"created": "Created",
|
"created": "Erstellt",
|
||||||
"stopped": "Stopped",
|
"stopped": "Gestopped",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unbekannt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actionBar": {
|
"actionBar": {
|
||||||
"addService": {
|
"addService": {
|
||||||
"title": "Add service",
|
"title": "Service hinzufügen",
|
||||||
"message": "Add service to Homarr"
|
"message": "Service zu Homarr hinzufügen"
|
||||||
},
|
},
|
||||||
"restart": {
|
"restart": {
|
||||||
"title": "Restart"
|
"title": "Neustarten"
|
||||||
},
|
},
|
||||||
"stop": {
|
"stop": {
|
||||||
"title": "Stop"
|
"title": "Stoppen"
|
||||||
},
|
},
|
||||||
"start": {
|
"start": {
|
||||||
"title": "Start"
|
"title": "Starten"
|
||||||
},
|
},
|
||||||
"refreshData": "Refresh data",
|
"refreshData": "Daten aktualisieren",
|
||||||
"addToHomarr": {
|
"addToHomarr": {
|
||||||
"title": "Add to Homarr"
|
"title": "Zu Homarr hinzufügen"
|
||||||
},
|
},
|
||||||
"remove": {
|
"remove": {
|
||||||
"title": "Remove"
|
"title": "Entfernen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"messages": {
|
"messages": {
|
||||||
@@ -53,14 +53,14 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"integrationFailed": {
|
"integrationFailed": {
|
||||||
"title": "Docker integration failed",
|
"title": "Docker Integration schlug fehl",
|
||||||
"message": "Did you forget to mount the docker socket ?"
|
"message": "Hast du vergessen, den Docker Socket zu verbinden?"
|
||||||
},
|
},
|
||||||
"unknownError": {
|
"unknownError": {
|
||||||
"title": "There was an error"
|
"title": "Es ist ein Fehler aufgetreten"
|
||||||
},
|
},
|
||||||
"oneServiceAtATime": {
|
"oneServiceAtATime": {
|
||||||
"title": "Please only add one service at a time!"
|
"title": "Bitte füge nur einen Service zur Zeit hinzu."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actionIcon": {
|
"actionIcon": {
|
||||||
|
|||||||
Reference in New Issue
Block a user