forked from open-webui/open-webui
fix: Ternary expression workaround for i18n:parse
This commit is contained in:
parent
b85385385a
commit
f9bc35a11c
8 changed files with 28 additions and 5 deletions
|
@ -5,6 +5,7 @@
|
|||
"(latest)": "(neueste)",
|
||||
"{{modelName}} is thinking...": "{{modelName}} denkt nach...",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
|
||||
"a user": "",
|
||||
"About": "Über",
|
||||
"Account": "Account",
|
||||
"Action": "Aktion",
|
||||
|
@ -28,6 +29,7 @@
|
|||
"Allow Chat Deletion": "Chat Löschung erlauben",
|
||||
"alphanumeric characters and hyphens": "alphanumerische Zeichen und Bindestriche",
|
||||
"Already have an account?": "Hast du vielleicht schon ein Account?",
|
||||
"an assistant": "",
|
||||
"and": "und",
|
||||
"API Base URL": "API Basis URL",
|
||||
"API Key": "API Key",
|
||||
|
@ -121,6 +123,7 @@
|
|||
"Enable Chat History": "Chat-Verlauf aktivieren",
|
||||
"Enable New Sign Ups": "Neue Anmeldungen aktivieren",
|
||||
"Enabled": "Aktiviert",
|
||||
"Enter {{role}} message here": "",
|
||||
"Enter API Key": "",
|
||||
"Enter Chunk Overlap": "",
|
||||
"Enter Chunk Size": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue