✨ add language switch, add german
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"actionIcon": {
|
||||
"tooltip": "Einen Service hinzufügen"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Service hinzufügen",
|
||||
"form": {
|
||||
"validation": {
|
||||
"invalidUrl": "Please enter a valid URL",
|
||||
"noStatusCodeSelected": "Please select a status code"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"options": {
|
||||
"title": "Optionen",
|
||||
"form": {
|
||||
"serviceName": {
|
||||
"label": "Service Namen",
|
||||
"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": {
|
||||
"text": "Erhalte deinen API Schlüssel",
|
||||
"link": "hier."
|
||||
}
|
||||
},
|
||||
"qBittorrent": {
|
||||
"username": {
|
||||
"label": "Benutzernamen",
|
||||
"placeholder": "admin",
|
||||
"validation": {
|
||||
"invalidUsername": "Invalider Benutzername"
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"label": "Passwort",
|
||||
"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": {
|
||||
"label": "Passwort",
|
||||
"placeholder": "adminadmin",
|
||||
"validation": {
|
||||
"invalidPassword": "Invalides Passwort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"advancedOptions": {
|
||||
"title": "Weitere Optionen",
|
||||
"form": {
|
||||
"httpStatusCodes": {
|
||||
"label": "HTTP Status Nummern",
|
||||
"placeholder": "Wähle eine valide Status Nummer",
|
||||
"clearButtonLabel": "Auswahl löschen",
|
||||
"nothingFound": "Nichts gefunden"
|
||||
},
|
||||
"openServiceInNewTab": {
|
||||
"label": "Serivce in einem neuen Tab öffnen"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": {
|
||||
"content": "Service hinzufügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Einen Service bearbeiten",
|
||||
"buttons": {
|
||||
"save": "Service speichern"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Einstellungen",
|
||||
"dangerZone": "Gefahrenzone"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Bearbeiten",
|
||||
"delete": "Löschen"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"accordions": {
|
||||
"downloads": {
|
||||
"text": "Deine Downloads"
|
||||
},
|
||||
"others": {
|
||||
"text": "Andere"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user