New translations add-service-app-shelf.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 13:02:00 +02:00
committed by ajnart
parent 7cfe7e0dd5
commit fba8b2a9f6

View File

@@ -1,9 +1,9 @@
{ {
"actionIcon": { "actionIcon": {
"tooltip": "Add a service" "tooltip": "Einen Service hinzufügen"
}, },
"modal": { "modal": {
"title": "Add service", "title": "Service hinzufügen",
"form": { "form": {
"validation": { "validation": {
"invalidUrl": "Please enter a valid URL", "invalidUrl": "Please enter a valid URL",
@@ -12,10 +12,10 @@
}, },
"tabs": { "tabs": {
"options": { "options": {
"title": "Options", "title": "Optionen",
"form": { "form": {
"serviceName": { "serviceName": {
"label": "Service name", "label": "Service Namen",
"placeholder": "Plex" "placeholder": "Plex"
}, },
"iconUrl": { "iconUrl": {
@@ -25,69 +25,69 @@
"label": "Service URL" "label": "Service URL"
}, },
"onClickUrl": { "onClickUrl": {
"label": "On Click URL" "label": "URL bei einem Klick"
}, },
"serviceType": { "serviceType": {
"label": "Service type", "label": "Service Typ",
"defaultValue": "Other", "defaultValue": "Andere",
"placeholder": "Pick one" "placeholder": "Wähle einen Typ aus"
}, },
"category": { "category": {
"label": "Category", "label": "Kategorie",
"placeholder": "Select a category or create a new one", "placeholder": "Whle eine Kategorie oder erstelle eine neue",
"nothingFound": "Nothing found", "nothingFound": "Nichts gefunden",
"createLabel": "+ Create {{query}}" "createLabel": "+ Erstelle {{query}}"
}, },
"integrations": { "integrations": {
"apiKey": { "apiKey": {
"label": "API key", "label": "API Schlüssel",
"placeholder": "Your API key", "placeholder": "Dein API Schlüssel",
"validation": { "validation": {
"noKey": "Invalid Key" "noKey": "Invalider Schlüssel"
}, },
"tip": { "tip": {
"text": "Get your API key", "text": "Erhalte deinen API Schlüssel",
"link": "here." "link": "hier."
} }
}, },
"qBittorrent": { "qBittorrent": {
"username": { "username": {
"label": "Username", "label": "Benutzernamen",
"placeholder": "admin", "placeholder": "admin",
"validation": { "validation": {
"invalidUsername": "Invalid username" "invalidUsername": "Invalider Benutzername"
} }
}, },
"password": { "password": {
"label": "Password", "label": "Passwort",
"placeholder": "adminadmin", "placeholder": "adminadmin",
"validation": { "validation": {
"invalidPassword": "Invalid password" "invalidPassword": "Invalides Passwort"
} }
} }
}, },
"deluge": { "deluge": {
"password": { "password": {
"label": "Password", "label": "Passwort",
"placeholder": "password", "placeholder": "password",
"validation": { "validation": {
"invalidPassword": "Invalid password" "invalidPassword": "Invalides Passwort"
} }
} }
}, },
"transmission": { "transmission": {
"username": { "username": {
"label": "Username", "label": "Benutzername",
"placeholder": "admin", "placeholder": "admin",
"validation": { "validation": {
"invalidUsername": "Invalid username" "invalidUsername": "Invalider Benutzername"
} }
}, },
"password": { "password": {
"label": "Password", "label": "Passwort",
"placeholder": "adminadmin", "placeholder": "adminadmin",
"validation": { "validation": {
"invalidPassword": "Invalid password" "invalidPassword": "Invalides Passwort"
} }
} }
} }
@@ -95,20 +95,20 @@
} }
}, },
"advancedOptions": { "advancedOptions": {
"title": "Advanced options", "title": "Weitere Optionen",
"form": { "form": {
"httpStatusCodes": { "httpStatusCodes": {
"label": "HTTP Status Codes", "label": "HTTP Status Nummern",
"placeholder": "Select valid status codes", "placeholder": "Wähle eine valide Status Nummer",
"clearButtonLabel": "Clear selection", "clearButtonLabel": "Auswahl löschen",
"nothingFound": "Nothing found" "nothingFound": "Nichts gefunden"
}, },
"openServiceInNewTab": { "openServiceInNewTab": {
"label": "Open service in new tab" "label": "Serivce in einem neuen Tab öffnen"
}, },
"buttons": { "buttons": {
"submit": { "submit": {
"content": "Add service" "content": "Service hinzufügen"
} }
} }
} }