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
@ -1169,4 +1169,4 @@
|
||||
"addField": "إضافة حقل",
|
||||
"userIcon": "رمز المستخدم"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -812,4 +812,4 @@
|
||||
"deleteContentTitle": "Esteu segur que voleu suprimir {pageType}?",
|
||||
"deleteContentCaption": "si suprimiu aquest {pageType}, podeu restaurar-lo des de la paperera."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -946,4 +946,4 @@
|
||||
"frequentlyUsed": "زۆرجار بەکارت هێناوە"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1094,4 +1094,4 @@
|
||||
"font": "Písmo",
|
||||
"actions": "Příkazy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
@ -1494,4 +1541,4 @@
|
||||
"betaTooltip": "Wir unterstützen derzeit nur die Suche nach Seiten",
|
||||
"fromTrashHint": "Aus dem Mülleimer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -1109,4 +1109,4 @@
|
||||
"backgroundColorPink": "fondo rosa",
|
||||
"backgroundColorRed": "fondo rojo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -601,4 +601,4 @@
|
||||
"deleteContentTitle": "Ziur {pageType} ezabatu nahi duzula?",
|
||||
"deleteContentCaption": "{pageType} hau ezabatzen baduzu, zaborrontzitik leheneratu dezakezu."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -674,4 +674,4 @@
|
||||
"frequentlyUsed": "استفادهشده"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1262,4 +1262,4 @@
|
||||
"userIcon": "Icône utilisateur"
|
||||
},
|
||||
"noLogFiles": "Il n'y a pas de log"
|
||||
}
|
||||
}
|
||||
|
@ -1468,4 +1468,4 @@
|
||||
"loadingTooltip": "Nous recherchons des résultats...",
|
||||
"betaTooltip": "Nous ne prenons actuellement en charge que la recherche de pages"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -599,4 +599,4 @@
|
||||
"deleteContentTitle": "Biztosan törli a következőt: {pageType}?",
|
||||
"deleteContentCaption": "ha törli ezt a {pageType} oldalt, visszaállíthatja a kukából."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1022,4 +1022,4 @@
|
||||
"noFavorite": "Tidak ada halaman favorit",
|
||||
"noFavoriteHintText": "Geser halaman ke kiri untuk menambahkannya ke favorit Anda"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1262,4 +1262,4 @@
|
||||
"userIcon": "Icona utente"
|
||||
},
|
||||
"noLogFiles": "Non ci sono file di log"
|
||||
}
|
||||
}
|
||||
|
@ -686,4 +686,4 @@
|
||||
"deleteContentTitle": "{pageType} を削除してもよろしいですか?",
|
||||
"deleteContentCaption": "この {pageType} を削除しても、ゴミ箱から復元できます。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -598,4 +598,4 @@
|
||||
"deleteContentTitle": "{pageType}을(를) 삭제하시겠습니까?",
|
||||
"deleteContentCaption": "이 {pageType}을(를) 삭제하면 휴지통에서 복원할 수 있습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1077,4 +1077,4 @@
|
||||
"language": "Język",
|
||||
"font": "Czcionka"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1219,4 +1219,4 @@
|
||||
"addField": "Adicionar campo",
|
||||
"userIcon": "Ícone do usuário"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -857,4 +857,4 @@
|
||||
"noResult": "Nenhum resultado",
|
||||
"caseSensitive": "Maiúsculas e minúsculas"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1311,4 +1311,4 @@
|
||||
"userIcon": "Пользовательская иконка"
|
||||
},
|
||||
"noLogFiles": "Нет файлов журналов"
|
||||
}
|
||||
}
|
||||
|
@ -668,4 +668,4 @@
|
||||
"deleteContentTitle": "Är du säker på att du vill ta bort {pageType}?",
|
||||
"deleteContentCaption": "om du tar bort denna {pageType} kan du återställa den från papperskorgen."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1477,4 +1477,4 @@
|
||||
"betaTooltip": "Şu anda yalnızca sayfaları aramayı destekliyoruz",
|
||||
"fromTrashHint": "Çöp kutusundan"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -868,4 +868,4 @@
|
||||
"font": "Phông chữ",
|
||||
"date": "Ngày"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
"failedToLoad": "Không tải được chế độ xem bảng"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1357,4 +1357,4 @@
|
||||
"addField": "添加字段",
|
||||
"userIcon": "用户图标"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1257,4 +1257,4 @@
|
||||
"userIcon": "使用者圖示"
|
||||
},
|
||||
"noLogFiles": "這裡沒有日誌記錄檔案"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user