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

This commit is contained in:
Thomas Camlong
2022-08-25 12:08:46 +02:00
committed by ajnart
parent 9ab4c5a821
commit 2a15a92e0d

View File

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