German translation fixes (#5319)
* Fix German login welcome message * More German translation fixes --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
f6f1c80042
commit
a70eb3a28f
@ -100,10 +100,10 @@ const TRANSLATIONS = {
|
|||||||
"system-prompt-variables": "Systempromptvariablen",
|
"system-prompt-variables": "Systempromptvariablen",
|
||||||
"mobile-app": "AnythingLLM Mobile",
|
"mobile-app": "AnythingLLM Mobile",
|
||||||
"community-hub": {
|
"community-hub": {
|
||||||
title: "Gemeindezentrum",
|
title: "Community Hub",
|
||||||
trending: "Entdecken Sie die aktuell beliebtesten Themen",
|
trending: "Neuigkeiten",
|
||||||
"your-account": "Ihr Konto",
|
"your-account": "Community Hub Account",
|
||||||
"import-item": "Artikel importieren",
|
"import-item": "Community Import",
|
||||||
},
|
},
|
||||||
channels: "Kanäle",
|
channels: "Kanäle",
|
||||||
"available-channels": {
|
"available-channels": {
|
||||||
@ -112,7 +112,7 @@ const TRANSLATIONS = {
|
|||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
"multi-user": {
|
"multi-user": {
|
||||||
welcome: "Willkommen bei",
|
welcome: "Willkommen",
|
||||||
"placeholder-username": "Benutzername",
|
"placeholder-username": "Benutzername",
|
||||||
"placeholder-password": "Passwort",
|
"placeholder-password": "Passwort",
|
||||||
login: "Anmelden",
|
login: "Anmelden",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user