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,118 +1,118 @@
{ {
"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",
"noStatusCodeSelected": "Please select a status code" "noStatusCodeSelected": "Please select a status code"
} }
}, },
"tabs": { "tabs": {
"options": { "options": {
"title": "Optionen", "title": "Options",
"form": { "form": {
"serviceName": { "serviceName": {
"label": "Service Namen", "label": "Service name",
"placeholder": "Plex" "placeholder": "Plex"
},
"iconUrl": {
"label": "Icon URL"
},
"serviceUrl": {
"label": "Service URL"
},
"onClickUrl": {
"label": "URL bei einem Klick"
},
"serviceType": {
"label": "Service Typ",
"defaultValue": "Andere",
"placeholder": "Wähle einen Typ aus"
},
"category": {
"label": "Kategorie",
"placeholder": "Whle eine Kategorie oder erstelle eine neue",
"nothingFound": "Nichts gefunden",
"createLabel": "+ Erstelle {{query}}"
},
"integrations": {
"apiKey": {
"label": "API Schlüssel",
"placeholder": "Dein API Schlüssel",
"validation": {
"noKey": "Invalider Schlüssel"
}, },
"tip": { "iconUrl": {
"text": "Erhalte deinen API Schlüssel", "label": "Icon URL"
"link": "hier."
}
},
"qBittorrent": {
"username": {
"label": "Benutzernamen",
"placeholder": "admin",
"validation": {
"invalidUsername": "Invalider Benutzername"
}
}, },
"password": { "serviceUrl": {
"label": "Passwort", "label": "Service URL"
"placeholder": "adminadmin",
"validation": {
"invalidPassword": "Invalides Passwort"
}
}
},
"deluge": {
"password": {
"label": "Passwort",
"placeholder": "password",
"validation": {
"invalidPassword": "Invalides Passwort"
}
}
},
"transmission": {
"username": {
"label": "Benutzername",
"placeholder": "admin",
"validation": {
"invalidUsername": "Invalider Benutzername"
}
}, },
"password": { "onClickUrl": {
"label": "Passwort", "label": "On Click URL"
"placeholder": "adminadmin", },
"validation": { "serviceType": {
"invalidPassword": "Invalides Passwort" "label": "Service type",
} "defaultValue": "Other",
"placeholder": "Pick one"
},
"category": {
"label": "Category",
"placeholder": "Select a category or create a new one",
"nothingFound": "Nothing found",
"createLabel": "+ Create {{query}}"
},
"integrations": {
"apiKey": {
"label": "API key",
"placeholder": "Your API key",
"validation": {
"noKey": "Invalid Key"
},
"tip": {
"text": "Get your API key",
"link": "here."
}
},
"qBittorrent": {
"username": {
"label": "Username",
"placeholder": "admin",
"validation": {
"invalidUsername": "Invalid username"
}
},
"password": {
"label": "Password",
"placeholder": "adminadmin",
"validation": {
"invalidPassword": "Invalid password"
}
}
},
"deluge": {
"password": {
"label": "Password",
"placeholder": "password",
"validation": {
"invalidPassword": "Invalid password"
}
}
},
"transmission": {
"username": {
"label": "Username",
"placeholder": "admin",
"validation": {
"invalidUsername": "Invalid username"
}
},
"password": {
"label": "Password",
"placeholder": "adminadmin",
"validation": {
"invalidPassword": "Invalid password"
}
}
}
} }
}
} }
}
}, },
"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"
} }
}
} }
}
} }
}
} }
} }
}