forked from open-webui/open-webui
feat: Change translation keys to fallback strings
This commit is contained in:
parent
fab89a76b1
commit
7a77f3c2c0
12 changed files with 136 additions and 42 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"NewChat": "Neuer Chat",
|
||||
"New Chat": "Neuer Chat",
|
||||
"Modelfiles": "Modelfiles",
|
||||
"GreetingPlaceholder": "Wie kann ich dir heute behilflich sein?",
|
||||
"Hello": "Hallo, {{name}}",
|
||||
"ChatInputPlaceholderListening": "nimmt auf...",
|
||||
"ChatInputPlaceholder": "Sende eine Nachricht",
|
||||
"ModelSelectorPlaceholder": "Wähle ein Modell",
|
||||
"SetAsDefault": "Als Standard festlegen"
|
||||
"How can I help you today?": "Wie kann ich dir heute behilflich sein?",
|
||||
"Hello, {{name}}": "Hallo, {{name}}",
|
||||
"Listening...": "nimmt auf...",
|
||||
"Send a Message": "Sende eine Nachricht",
|
||||
"Select a model": "Wähle ein Modell",
|
||||
"Set as default": "Als Standard festlegen"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue