chore: update German translations and fixing English labels (#5233)

* chore: update translations with Fink 🐦

* chore: update translations with Fink 🐦
This commit is contained in:
Stefan Weiberg 2024-05-02 08:10:36 +02:00 committed by GitHub
parent 401ce7dfea
commit 813d024810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 79 additions and 32 deletions

View File

@ -262,6 +262,7 @@
},
"button": {
"ok": "OK",
"confirm": "Bestätigen",
"done": "Erledigt!",
"cancel": "Abbrechen",
"signIn": "Anmelden",
@ -324,6 +325,35 @@
},
"settings": {
"title": "Einstellungen",
"accountPage": {
"menuLabel": "Mein Konto",
"title": "Mein Konto",
"description": "Passe dein Profil an, verwalte deine Sicherheitseinstellungen und AI-API-Schlüssel oder melde dich bei deinem Konto an.",
"general": {
"title": "Kontoname und Profilbild",
"changeProfilePicture": "Ändern"
},
"email": {
"title": "E-Mail",
"actions": {
"change": "E-Mail ändern"
}
},
"keys": {
"title": "KI API-Schlüssel",
"openAILabel": "OpenAI API-Schlüssel",
"openAITooltip": "Der für die KI-Modelle zu verwendende OpenAI-API-Schlüssel",
"openAIHint": "OpenAI API-Schlüssel eingeben",
"stabilityAILabel": "Stability API-Schlüssel",
"stabilityAITooltip": "Der für die KI-Modelle zu verwendende Stability API-Schlüssel",
"stabilityAIHint": "Stability API-Schlüssel eingeben"
},
"login": {
"title": "Kontoanmeldung",
"loginLabel": "Anmeldung",
"logoutLabel": "Ausloggen"
}
},
"menu": {
"appearance": "Oberfläche",
"language": "Sprache",
@ -388,7 +418,8 @@
"resetSetting": "Zurücksetzen",
"fontFamily": {
"label": "Schriftfamilie",
"search": "Suchen"
"search": "Suchen",
"defaultFont": "Standardschriftart"
},
"themeMode": {
"label": "Design",
@ -478,7 +509,9 @@
"failedToAddMember": "Mitglied konnte nicht hinzugefügt werden!",
"addMemberSuccess": "Mitglied erfolgreich hinzugefügt",
"removeMember": "Mitglied entfernen",
"areYouSureToRemoveMember": "Möchten Sie dieses Mitglied wirklich entfernen?"
"areYouSureToRemoveMember": "Möchten Sie dieses Mitglied wirklich entfernen?",
"inviteMemberSuccess": "Die Einladung wurde erfolgreich versendet",
"failedToInviteMember": "Das Einladen des Mitglieds ist fehlgeschlagen"
}
},
"files": {
@ -1484,6 +1517,20 @@
"noNetworkConnected": "Kein Netzwerk verbunden"
}
},
"pageStyle": {
"title": "Seitenformatierung",
"layout": "Layout",
"coverImage": "Titelbild",
"pageIcon": "Seitensymbol",
"colors": "Farben",
"gradient": "Gradient",
"backgroundImage": "Hintergrundbild",
"presets": "Voreinstellungen",
"photo": "Foto",
"unsplash": "Unsplash",
"pageCover": "Deckblatt",
"none": "Keines"
},
"commandPalette": {
"placeholder": "Tippe, um nach Ansichten zu suchen...",
"bestMatches": "Beste Ergebnisse",

View File

@ -320,7 +320,7 @@
"accountPage": {
"menuLabel": "My account",
"title": "My account",
"description": "Customize your profile, manage account security, open AI keys, or login into your account.",
"description": "Customize your profile, manage account security and AI API keys, or login into your account.",
"general": {
"title": "Account name & profile image",
"changeProfilePicture": "Change"
@ -332,11 +332,11 @@
}
},
"keys": {
"title": "AI Keys",
"openAILabel": "OpenAI key",
"openAITooltip": "The OpenAPI API key to use for the AI models",
"title": "AI API Keys",
"openAILabel": "OpenAI API key",
"openAITooltip": "The OpenAI API key to use for the AI models",
"openAIHint": "Input your OpenAI API Key",
"stabilityAILabel": "StabilityAI key",
"stabilityAILabel": "Stability API key",
"stabilityAITooltip": "The Stability API key to use for the AI models",
"stabilityAIHint": "Input your Stability API Key"
},