forked from open-webui/open-webui
feat: WIP: Initial setup for i18next
This commit is contained in:
parent
9b86e0bb41
commit
fab89a76b1
17 changed files with 180 additions and 25 deletions
10
src/lib/i18n/locales/de/common.json
Normal file
10
src/lib/i18n/locales/de/common.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"NewChat": "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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue