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": {
|
"button": {
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
|
"confirm": "Bestätigen",
|
||||||
"done": "Erledigt!",
|
"done": "Erledigt!",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"signIn": "Anmelden",
|
"signIn": "Anmelden",
|
||||||
@ -324,6 +325,35 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Einstellungen",
|
"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": {
|
"menu": {
|
||||||
"appearance": "Oberfläche",
|
"appearance": "Oberfläche",
|
||||||
"language": "Sprache",
|
"language": "Sprache",
|
||||||
@ -388,7 +418,8 @@
|
|||||||
"resetSetting": "Zurücksetzen",
|
"resetSetting": "Zurücksetzen",
|
||||||
"fontFamily": {
|
"fontFamily": {
|
||||||
"label": "Schriftfamilie",
|
"label": "Schriftfamilie",
|
||||||
"search": "Suchen"
|
"search": "Suchen",
|
||||||
|
"defaultFont": "Standardschriftart"
|
||||||
},
|
},
|
||||||
"themeMode": {
|
"themeMode": {
|
||||||
"label": "Design",
|
"label": "Design",
|
||||||
@ -478,7 +509,9 @@
|
|||||||
"failedToAddMember": "Mitglied konnte nicht hinzugefügt werden!",
|
"failedToAddMember": "Mitglied konnte nicht hinzugefügt werden!",
|
||||||
"addMemberSuccess": "Mitglied erfolgreich hinzugefügt",
|
"addMemberSuccess": "Mitglied erfolgreich hinzugefügt",
|
||||||
"removeMember": "Mitglied entfernen",
|
"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": {
|
"files": {
|
||||||
@ -1484,6 +1517,20 @@
|
|||||||
"noNetworkConnected": "Kein Netzwerk verbunden"
|
"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": {
|
"commandPalette": {
|
||||||
"placeholder": "Tippe, um nach Ansichten zu suchen...",
|
"placeholder": "Tippe, um nach Ansichten zu suchen...",
|
||||||
"bestMatches": "Beste Ergebnisse",
|
"bestMatches": "Beste Ergebnisse",
|
||||||
|
@ -320,7 +320,7 @@
|
|||||||
"accountPage": {
|
"accountPage": {
|
||||||
"menuLabel": "My account",
|
"menuLabel": "My account",
|
||||||
"title": "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": {
|
"general": {
|
||||||
"title": "Account name & profile image",
|
"title": "Account name & profile image",
|
||||||
"changeProfilePicture": "Change"
|
"changeProfilePicture": "Change"
|
||||||
@ -332,11 +332,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keys": {
|
"keys": {
|
||||||
"title": "AI Keys",
|
"title": "AI API Keys",
|
||||||
"openAILabel": "OpenAI key",
|
"openAILabel": "OpenAI API key",
|
||||||
"openAITooltip": "The OpenAPI API key to use for the AI models",
|
"openAITooltip": "The OpenAI API key to use for the AI models",
|
||||||
"openAIHint": "Input your OpenAI API Key",
|
"openAIHint": "Input your OpenAI API Key",
|
||||||
"stabilityAILabel": "StabilityAI key",
|
"stabilityAILabel": "Stability API key",
|
||||||
"stabilityAITooltip": "The Stability API key to use for the AI models",
|
"stabilityAITooltip": "The Stability API key to use for the AI models",
|
||||||
"stabilityAIHint": "Input your Stability API Key"
|
"stabilityAIHint": "Input your Stability API Key"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user