mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
💄Fix format
💄Fix format
This commit is contained in:
parent
b6da4baa97
commit
b01d72ade3
@ -185,11 +185,7 @@
|
||||
const totalFilesCount = currentFilesCount + inputFilesCount;
|
||||
|
||||
if (currentFilesCount >= maxFiles || totalFilesCount > maxFiles) {
|
||||
toast.error(
|
||||
$i18n.t('File count exceeds the limit of {{size}}', {
|
||||
count: maxFiles
|
||||
})
|
||||
);
|
||||
toast.error(`File count exceeds the limit of '${maxFiles}'. Please remove some files.`);
|
||||
if (currentFilesCount >= maxFiles) {
|
||||
return [false, null];
|
||||
}
|
||||
|
@ -285,6 +285,7 @@
|
||||
"File": "Fișier",
|
||||
"File Mode": "Mod Fișier",
|
||||
"File not found.": "Fișierul nu a fost găsit.",
|
||||
"File size exceeds the limit of {{size}}MB": "",
|
||||
"Files": "Fișiere",
|
||||
"Filter is now globally disabled": "Filtrul este acum dezactivat global",
|
||||
"Filter is now globally enabled": "Filtrul este acum activat global",
|
||||
@ -374,6 +375,8 @@
|
||||
"Manage Ollama Models": "Gestionează Modelele Ollama",
|
||||
"Manage Pipelines": "Gestionează Conductele",
|
||||
"March": "Martie",
|
||||
"Max File Count": "",
|
||||
"Max File Size(MB)": "",
|
||||
"Max Tokens (num_predict)": "Număr Maxim de Tokeni (num_predict)",
|
||||
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maxim 3 modele pot fi descărcate simultan. Vă rugăm să încercați din nou mai târziu.",
|
||||
"May": "Mai",
|
||||
|
Loading…
Reference in New Issue
Block a user