mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update German translations and fixing English labels (#5233)
* chore: update translations with Fink 🐦 * chore: update translations with Fink 🐦
This commit is contained in:
parent
401ce7dfea
commit
813d024810
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user