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)": "",
|
||||
"{{modelName}} is thinking...": "{{modelName}} réfléchit...",
|
||||
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
|
||||
"a user": "",
|
||||
"About": "À propos",
|
||||
"Account": "Compte",
|
||||
"Action": "Action",
|
||||
|
@ -28,6 +29,7 @@
|
|||
"Allow Chat Deletion": "Autoriser la suppression du chat",
|
||||
"alphanumeric characters and hyphens": "caractères alphanumériques et tirets",
|
||||
"Already have an account?": "Vous avez déjà un compte ?",
|
||||
"an assistant": "",
|
||||
"and": "et",
|
||||
"API Base URL": "URL de base de l'API",
|
||||
"API Key": "Clé API",
|
||||
|
@ -121,6 +123,7 @@
|
|||
"Enable Chat History": "Activer l'historique du chat",
|
||||
"Enable New Sign Ups": "Activer les nouvelles inscriptions",
|
||||
"Enabled": "Activé",
|
||||
"Enter {{role}} message here": "",
|
||||
"Enter API Key": "",
|
||||
"Enter Chunk Overlap": "",
|
||||
"Enter Chunk Size": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue