diff --git a/src/lib/components/chat/Messages/Citations.svelte b/src/lib/components/chat/Messages/Citations.svelte
index 8c2fbf799..7177f27f2 100644
--- a/src/lib/components/chat/Messages/Citations.svelte
+++ b/src/lib/components/chat/Messages/Citations.svelte
@@ -83,6 +83,7 @@
});
return acc;
}, []);
+ console.log('citations', citations);
showRelevance = calculateShowRelevance(citations);
showPercentage = shouldShowPercentage(citations);
diff --git a/src/lib/components/chat/Messages/CitationsModal.svelte b/src/lib/components/chat/Messages/CitationsModal.svelte
index 174d80c4f..35a5594f1 100644
--- a/src/lib/components/chat/Messages/CitationsModal.svelte
+++ b/src/lib/components/chat/Messages/CitationsModal.svelte
@@ -139,13 +139,16 @@
{percentage.toFixed(2)}%
{/if}
+
+ {#if typeof document?.distance === 'number'}
+
+ ({(document?.distance ?? 0).toFixed(4)})
+
+ {/if}
+ {:else if typeof document?.distance === 'number'}
({(document?.distance ?? 0).toFixed(4)})
- {:else}
-
- {(document?.distance ?? 0).toFixed(4)}
-
{/if}
diff --git a/src/lib/components/chat/Messages/ContentRenderer.svelte b/src/lib/components/chat/Messages/ContentRenderer.svelte
index d3a5812f7..74487255d 100644
--- a/src/lib/components/chat/Messages/ContentRenderer.svelte
+++ b/src/lib/components/chat/Messages/ContentRenderer.svelte
@@ -154,11 +154,11 @@
}, [])}
{onSourceClick}
{onTaskClick}
- on:update={(e) => {
- dispatch('update', e.detail);
+ onUpdate={(value) => {
+ dispatch('update', value);
}}
- on:code={(e) => {
- const { lang, code } = e.detail;
+ onCode={(value) => {
+ const { lang, code } = value;
if (
($settings?.detectArtifacts ?? true) &&
diff --git a/src/lib/components/chat/Messages/Markdown.svelte b/src/lib/components/chat/Messages/Markdown.svelte
index 472e53e59..a014500ef 100644
--- a/src/lib/components/chat/Messages/Markdown.svelte
+++ b/src/lib/components/chat/Messages/Markdown.svelte
@@ -7,9 +7,6 @@
import markedKatexExtension from '$lib/utils/marked/katex-extension';
import MarkdownTokens from './Markdown/MarkdownTokens.svelte';
- import { createEventDispatcher } from 'svelte';
-
- const dispatch = createEventDispatcher();
export let id = '';
export let content;
@@ -18,6 +15,9 @@
export let sourceIds = [];
+ export let onUpdate = () => {};
+ export let onCode = () => {};
+
export let onSourceClick = () => {};
export let onTaskClick = () => {};
@@ -40,17 +40,5 @@
{#key id}
- {
- dispatch('update', e.detail);
- }}
- on:code={(e) => {
- dispatch('code', e.detail);
- }}
- />
+
{/key}
diff --git a/src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte b/src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
index 790cf5be9..ac73fb119 100644
--- a/src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
+++ b/src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
@@ -1,6 +1,6 @@
@@ -238,10 +240,9 @@
messageChildrenIds = history.messages[currentMessageId].childrenIds;
}
history.currentId = currentMessageId;
-
- await tick();
- await updateChat();
- triggerScroll();
+ // await tick();
+ // await updateChat();
+ // triggerScroll();
}
}}
>
diff --git a/src/lib/components/chat/Messages/UserMessage.svelte b/src/lib/components/chat/Messages/UserMessage.svelte
index 605ab6352..24d657816 100644
--- a/src/lib/components/chat/Messages/UserMessage.svelte
+++ b/src/lib/components/chat/Messages/UserMessage.svelte
@@ -65,10 +65,12 @@
await tick();
- messageEditTextAreaElement.style.height = '';
- messageEditTextAreaElement.style.height = `${messageEditTextAreaElement.scrollHeight}px`;
+ if (messageEditTextAreaElement) {
+ messageEditTextAreaElement.style.height = '';
+ messageEditTextAreaElement.style.height = `${messageEditTextAreaElement.scrollHeight}px`;
- messageEditTextAreaElement?.focus();
+ messageEditTextAreaElement?.focus();
+ }
};
const editMessageConfirmHandler = async (submit = true) => {
diff --git a/src/lib/components/chat/ModelSelector/Selector.svelte b/src/lib/components/chat/ModelSelector/Selector.svelte
index dcbc7ca18..860fe9a40 100644
--- a/src/lib/components/chat/ModelSelector/Selector.svelte
+++ b/src/lib/components/chat/ModelSelector/Selector.svelte
@@ -778,7 +778,7 @@
- {:else if filteredItems.length === 0}
+ {:else}
{/if}
diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte
index 56554cd56..56cf484b7 100644
--- a/src/lib/components/chat/Settings/About.svelte
+++ b/src/lib/components/chat/Settings/About.svelte
@@ -159,15 +159,21 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
+ list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+4. Notwithstanding any other provision of this License, and as a material condition of the rights granted herein, licensees are strictly prohibited from altering, removing, obscuring, or replacing any "Open WebUI" branding, including but not limited to the name, logo, or any visual, textual, or symbolic identifiers that distinguish the software and its interfaces, in any deployment or distribution, regardless of the number of users, except as explicitly set forth in Clauses 5 and 6 below.
+
+5. The branding restriction enumerated in Clause 4 shall not apply in the following limited circumstances: (i) deployments or distributions where the total number of end users (defined as individual natural persons with direct access to the application) does not exceed fifty (50) within any rolling thirty (30) day period; (ii) cases in which the licensee is an official contributor to the codebase—with a substantive code change successfully merged into the main branch of the official codebase maintained by the copyright holder—who has obtained specific prior written permission for branding adjustment from the copyright holder; or (iii) where the licensee has obtained a duly executed enterprise license expressly permitting such modification. For all other cases, any removal or alteration of the "Open WebUI" branding shall constitute a material breach of license.
+
+6. All code, modifications, or derivative works incorporated into this project prior to the incorporation of this branding clause remain licensed under the BSD 3-Clause License, and prior contributors retain all BSD-3 rights therein; if any such contributor requests the removal of their BSD-3-licensed code, the copyright holder will do so, and any replacement code will be licensed under the project's primary license then in effect. By contributing after this clause's adoption, you agree to the project's Contributor License Agreement (CLA) and to these updated terms for all new contributions.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte
index c6298173a..45399e616 100644
--- a/src/lib/components/chat/Settings/Interface.svelte
+++ b/src/lib/components/chat/Settings/Interface.svelte
@@ -855,7 +855,7 @@
- {$i18n.t('Scroll to bottom when switching between branches')}
+ {$i18n.t('Scroll On Branch Change')}
diff --git a/src/lib/components/workspace/Prompts/PromptEditor.svelte b/src/lib/components/workspace/Prompts/PromptEditor.svelte
index 6a29d03b2..624bb551e 100644
--- a/src/lib/components/workspace/Prompts/PromptEditor.svelte
+++ b/src/lib/components/workspace/Prompts/PromptEditor.svelte
@@ -8,6 +8,7 @@
import LockClosed from '$lib/components/icons/LockClosed.svelte';
import AccessControlModal from '../common/AccessControlModal.svelte';
import { user } from '$lib/stores';
+ import { slugify } from '$lib/utils';
export let onSubmit: Function;
export let edit = false;
@@ -25,8 +26,15 @@
let showAccessControlModal = false;
- $: if (!edit) {
- command = title !== '' ? `${title.replace(/\s+/g, '-').toLowerCase()}` : '';
+ let hasManualEdit = false;
+
+ $: if (!edit && !hasManualEdit) {
+ command = title !== '' ? slugify(title) : '';
+ }
+
+ // Track manual edits
+ function handleCommandInput(e: Event) {
+ hasManualEdit = true;
}
const submitHandler = async () => {
@@ -64,7 +72,7 @@
command = prompt.command.at(0) === '/' ? prompt.command.slice(1) : prompt.command;
content = prompt.content;
- accessControl = prompt?.access_control ?? null;
+ accessControl = prompt?.access_control ?? {};
}
});
@@ -125,6 +133,7 @@
class=" w-full bg-transparent outline-hidden"
placeholder={$i18n.t('Command')}
bind:value={command}
+ on:input={handleCommandInput}
required
disabled={edit}
/>
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index f726721d2..f2571dfa5 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -57,17 +57,17 @@
"All": "Tots",
"All Documents": "Tots els documents",
"All models deleted successfully": "Tots els models s'han eliminat correctament",
- "Allow Call": "",
+ "Allow Call": "Permetre la trucada",
"Allow Chat Controls": "Permetre els controls de xat",
"Allow Chat Delete": "Permetre eliminar el xat",
"Allow Chat Deletion": "Permetre la supressió del xat",
"Allow Chat Edit": "Permetre editar el xat",
"Allow File Upload": "Permetre la pujada d'arxius",
- "Allow Multiple Models in Chat": "",
+ "Allow Multiple Models in Chat": "Permetre múltiple models al xat",
"Allow non-local voices": "Permetre veus no locals",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "Permetre Parla a Text",
"Allow Temporary Chat": "Permetre el xat temporal",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "Permetre Text a Parla",
"Allow User Location": "Permetre la ubicació de l'usuari",
"Allow Voice Interruption in Call": "Permetre la interrupció de la veu en una trucada",
"Allowed Endpoints": "Punts d'accés permesos",
@@ -83,7 +83,7 @@
"and": "i",
"and {{COUNT}} more": "i {{COUNT}} més",
"and create a new shared link.": "i crear un nou enllaç compartit.",
- "Android": "",
+ "Android": "Android",
"API Base URL": "URL Base de l'API",
"API Key": "clau API",
"API Key created.": "clau API creada.",
@@ -245,7 +245,7 @@
"Copied shared chat URL to clipboard!": "S'ha copiat l'URL compartida al porta-retalls!",
"Copied to clipboard": "Copiat al porta-retalls",
"Copy": "Copiar",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "Copiar el text formatat",
"Copy last code block": "Copiar l'últim bloc de codi",
"Copy last response": "Copiar l'última resposta",
"Copy Link": "Copiar l'enllaç",
@@ -308,7 +308,7 @@
"Deleted User": "Usuari eliminat",
"Describe your knowledge base and objectives": "Descriu la teva base de coneixement i objectius",
"Description": "Descripció",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "Detectar automàticament els artefactes",
"Didn't fully follow instructions": "No s'han seguit les instruccions completament",
"Direct": "Directe",
"Direct Connections": "Connexions directes",
@@ -364,7 +364,7 @@
"e.g. my_filter": "p. ex. els_meus_filtres",
"e.g. my_tools": "p. ex. les_meves_eines",
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ex. en-US, ja-JP, ca-ES (deixa-ho en blanc per detecció automàtica)",
"Edit": "Editar",
"Edit Arena Model": "Editar model de l'Arena",
"Edit Channel": "Editar el canal",
@@ -414,8 +414,8 @@
"Enter Document Intelligence Key": "Introdueix la clau de Document Intelligence",
"Enter domains separated by commas (e.g., example.com,site.org)": "Introdueix els dominis separats per comes (p. ex. example.com,site.org)",
"Enter Exa API Key": "Introdueix la clau API de d'EXA",
- "Enter Firecrawl API Base URL": "",
- "Enter Firecrawl API Key": "",
+ "Enter Firecrawl API Base URL": "Introdueix la URL base de Firecrawl API",
+ "Enter Firecrawl API Key": "Introdueix la clau API de Firecrawl",
"Enter Github Raw URL": "Introdueix l'URL en brut de Github",
"Enter Google PSE API Key": "Introdueix la clau API de Google PSE",
"Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google",
@@ -433,8 +433,8 @@
"Enter Mojeek Search API Key": "Introdueix la clau API de Mojeek Search",
"Enter Number of Steps (e.g. 50)": "Introdueix el nombre de passos (p. ex. 50)",
"Enter Perplexity API Key": "Introdueix la clau API de Perplexity",
- "Enter Playwright Timeout": "",
- "Enter Playwright WebSocket URL": "",
+ "Enter Playwright Timeout": "Introdueix el timeout de Playwright",
+ "Enter Playwright WebSocket URL": "Introdueix la URL de Playwright WebSocket",
"Enter proxy URL (e.g. https://user:password@host:port)": "Entra l'URL (p. ex. https://user:password@host:port)",
"Enter reasoning effort": "Introdueix l'esforç de raonament",
"Enter Sampler (e.g. Euler a)": "Introdueix el mostrejador (p.ex. Euler a)",
@@ -452,13 +452,13 @@
"Enter server host": "Introdueix el servidor",
"Enter server label": "Introdueix l'etiqueta del servidor",
"Enter server port": "Introdueix el port del servidor",
- "Enter Sougou Search API sID": "",
- "Enter Sougou Search API SK": "",
+ "Enter Sougou Search API sID": "Introdueix el sID de l'API de Sougou Search",
+ "Enter Sougou Search API SK": "Introdueix l'SK de l'API de Sougou Search",
"Enter stop sequence": "Introdueix la seqüència de parada",
"Enter system prompt": "Introdueix la indicació de sistema",
"Enter system prompt here": "Entra la indicació de sistema aquí",
"Enter Tavily API Key": "Introdueix la clau API de Tavily",
- "Enter Tavily Extract Depth": "",
+ "Enter Tavily Extract Depth": "Introdueix la profunditat d'extracció de Tavily",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Entra la URL pública de WebUI. Aquesta URL s'utilitzarà per generar els enllaços en les notificacions.",
"Enter Tika Server URL": "Introdueix l'URL del servidor Tika",
"Enter timeout in seconds": "Entra el temps màxim en segons",
@@ -539,8 +539,8 @@
"Filter is now globally enabled": "El filtre ha estat activat globalment",
"Filters": "Filtres",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "S'ha detectat la suplantació d'identitat de l'empremta digital: no es poden utilitzar les inicials com a avatar. S'estableix la imatge de perfil predeterminada.",
- "Firecrawl API Base URL": "",
- "Firecrawl API Key": "",
+ "Firecrawl API Base URL": "URL de l'API de base de Firecrawl",
+ "Firecrawl API Key": "Clau API de Firecrawl",
"Fluidly stream large external response chunks": "Transmetre amb fluïdesa grans trossos de resposta externa",
"Focus chat input": "Estableix el focus a l'entrada del xat",
"Folder deleted successfully": "Carpeta eliminada correctament",
@@ -605,8 +605,8 @@
"Hybrid Search": "Cerca híbrida",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Afirmo que he llegit i entenc les implicacions de la meva acció. Soc conscient dels riscos associats a l'execució de codi arbitrari i he verificat la fiabilitat de la font.",
"ID": "ID",
- "iframe Sandbox Allow Forms": "",
- "iframe Sandbox Allow Same Origin": "",
+ "iframe Sandbox Allow Forms": "Permetre formularis sandbox iframe",
+ "iframe Sandbox Allow Same Origin": "Permetre same-origin sandbox iframe",
"Ignite curiosity": "Despertar la curiositat",
"Image": "Imatge",
"Image Compression": "Compressió d'imatges",
@@ -667,7 +667,7 @@
"Label": "Etiqueta",
"Landing Page Mode": "Mode de la pàgina d'entrada",
"Language": "Idioma",
- "Language Locales": "",
+ "Language Locales": "Localització d'idiomes",
"Last Active": "Activitat recent",
"Last Modified": "Modificació",
"Last reply": "Darrera resposta",
@@ -851,8 +851,8 @@
"Pipelines Valves": "Vàlvules de les Pipelines",
"Plain text (.txt)": "Text pla (.txt)",
"Playground": "Zona de jocs",
- "Playwright Timeout (ms)": "",
- "Playwright WebSocket URL": "",
+ "Playwright Timeout (ms)": "Temps d'espera (ms) de Playwright",
+ "Playwright WebSocket URL": "URL del WebSocket de Playwright",
"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
"Please do not close the settings page while loading the model.": "No tanquis la pàgina de configuració mentre carregues el model.",
"Please enter a prompt": "Si us plau, entra una indicació",
@@ -898,11 +898,11 @@
"References from": "Referències de",
"Refused when it shouldn't have": "Refusat quan no hauria d'haver estat",
"Regenerate": "Regenerar",
- "Reindex": "",
- "Reindex Knowledge Base Vectors": "",
+ "Reindex": "Reindexar",
+ "Reindex Knowledge Base Vectors": "Reindexar els vector base del Coneixement",
"Release Notes": "Notes de la versió",
"Relevance": "Rellevància",
- "Relevance Threshold": "",
+ "Relevance Threshold": "Límit de rellevància",
"Remove": "Eliminar",
"Remove Model": "Eliminar el model",
"Rename": "Canviar el nom",
@@ -1032,8 +1032,8 @@
"Sign up to {{WEBUI_NAME}}": "Registrar-se a {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciant sessió a {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
- "Sougou Search API sID": "",
- "Sougou Search API SK": "",
+ "Sougou Search API sID": "sID de l'API de Sougou Search",
+ "Sougou Search API SK": "SK de l'API de Sougou Search",
"Source": "Font",
"Speech Playback Speed": "Velocitat de la parla",
"Speech recognition error: {{error}}": "Error de reconeixement de veu: {{error}}",
@@ -1061,7 +1061,7 @@
"Tap to interrupt": "Prem per interrompre",
"Tasks": "Tasques",
"Tavily API Key": "Clau API de Tavily",
- "Tavily Extract Depth": "",
+ "Tavily Extract Depth": "Profunditat d'extracció de Tavily",
"Tell us more:": "Dona'ns més informació:",
"Temperature": "Temperatura",
"Template": "Plantilla",
@@ -1184,8 +1184,8 @@
"Use Gravatar": "Utilitzar Gravatar",
"Use groups to group your users and assign permissions.": "Utilitza grups per agrupar els usuaris i assignar permisos.",
"Use Initials": "Utilitzar inicials",
- "Use no proxy to fetch page contents.": "",
- "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
+ "Use no proxy to fetch page contents.": "No utilitzis un proxy per obtenir contingut de la pàgina.",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Utilitza el proxy designat per les variables d'entorn http_proxy i https_proxy per obtenir el contingut de la pàgina.",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "usuari",
@@ -1203,7 +1203,7 @@
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
"Verify Connection": "Verificar la connexió",
- "Verify SSL Certificate": "",
+ "Verify SSL Certificate": "Verificar el certificat SSL",
"Version": "Versió",
"Version {{selectedVersion}} of {{totalVersions}}": "Versió {{selectedVersion}} de {{totalVersions}}",
"View Replies": "Veure les respostes",
@@ -1218,7 +1218,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Avís: l'execució de Jupyter permet l'execució de codi arbitrari, la qual cosa comporta greus riscos de seguretat; procediu amb extrema precaució.",
"Web": "Web",
"Web API": "Web API",
- "Web Loader Engine": "",
+ "Web Loader Engine": "Motor de càrrega Web",
"Web Search": "Cerca la web",
"Web Search Engine": "Motor de cerca de la web",
"Web Search in Chat": "Cerca a internet al xat",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index b4a0e0776..33d074bda 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -346,7 +346,7 @@
"Don't have an account?": "Haben Sie noch kein Benutzerkonto?",
"don't install random functions from sources you don't trust.": "installieren Sie keine Funktionen aus Quellen, denen Sie nicht vertrauen.",
"don't install random tools from sources you don't trust.": "installieren Sie keine Werkzeuge aus Quellen, denen Sie nicht vertrauen.",
- "Don't like the style": "schlechter Schreibstil",
+ "Don't like the style": "Schlechter Schreibstil",
"Done": "Erledigt",
"Download": "Exportieren",
"Download as SVG": "Exportieren als SVG",
@@ -781,7 +781,7 @@
"No valves to update": "Keine Valves zum Aktualisieren",
"None": "Nichts",
"Not factually correct": "Nicht sachlich korrekt",
- "Not helpful": "Nich hilfreich",
+ "Not helpful": "Nicht hilfreich",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
"Notes": "Notizen",
"Notification Sound": "Benachrichtigungston",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index 3e3179031..bafa2c817 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -14,29 +14,29 @@
"*Prompt node ID(s) are required for image generation": "Los ID de nodo son requeridos para la generación de imágenes",
"A new version (v{{LATEST_VERSION}}) is now available.": "Nueva versión (v{{LATEST_VERSION}}) disponible.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "El modelo de tareas realiza tareas como la generación de títulos para chats y consultas de búsqueda web",
- "a user": "un/a usuari@",
+ "a user": "un usuario",
"About": "Acerca de",
"Accept autocomplete generation / Jump to prompt variable": "Aceptar generación de autocompletado / Saltar a indicador variable",
"Access": "Acceso",
"Access Control": "Control de Acceso",
- "Accessible to all users": "Accesible para todos l@s usuari@s",
+ "Accessible to all users": "Accesible para todos los usuarios",
"Account": "Cuenta",
"Account Activation Pending": "Activación de cuenta Pendiente",
"Accurate information": "Información precisa",
"Actions": "Acciones",
"Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat",
- "Active Users": "Usuari@s activos",
+ "Active Users": "Usuarios activos",
"Add": "Añadir",
"Add a model ID": "Añadir un ID de modelo",
"Add a short description about what this model does": "Añadir una breve descripción sobre lo que hace este modelo",
"Add a tag": "Añadir una etiqueta",
- "Add Arena Model": "Añadir un modelo a la Arena",
+ "Add Arena Model": "Añadir modelo a la Arena",
"Add Connection": "Añadir Conexión",
"Add Content": "Añadir Contenido",
"Add content here": "Añadir contenido aquí",
"Add custom prompt": "Añadir un indicador personalizado",
- "Add Files": "Añadir Ficheros",
+ "Add Files": "Añadir Archivos",
"Add Group": "Añadir Grupo",
"Add Memory": "Añadir Memoria",
"Add Model": "Añadir Modelo",
@@ -44,31 +44,31 @@
"Add Tag": "Añadir etiqueta",
"Add Tags": "Añadir etiquetas",
"Add text content": "Añade contenido de texto",
- "Add User": "Añadir Usuari@",
- "Add User Group": "Añadir Grupo de Usuari@",
- "Adjusting these settings will apply changes universally to all users.": "El ajuste de estas opciones se aplicará globalmente a todos l@s usuari@s.",
+ "Add User": "Añadir Usuario",
+ "Add User Group": "Añadir grupo de usuarios",
+ "Adjusting these settings will apply changes universally to all users.": "El ajuste de estas opciones se aplicará globalmente a todos los usuarios.",
"admin": "admin",
"Admin": "Admin",
"Admin Panel": "Administración",
"Admin Settings": "Ajustes de Admin",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Los Admins tienen acceso a todas las herramientas en todo momento; l@s usuari@s necesitan, en el área de trabajo, que los modelos tengan asignadas las herramentas.",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Los administradores tienen acceso a todas las herramientas en todo momento; los usuarios necesitan que los modelos tengan asignadas las herramientas en el area de trabajo.",
"Advanced Parameters": "Parámetros Avanzados",
- "Advanced Params": "Param. Avanz.",
+ "Advanced Params": "Parámetros Avanzados",
"All": "Todos",
"All Documents": "Todos los Documentos",
"All models deleted successfully": "Todos los modelos borrados correctamnete",
- "Allow Call": "",
+ "Allow Call": "Permitir Llamada",
"Allow Chat Controls": "Permitir Controles del Chat",
"Allow Chat Delete": "Permitir Borrar Chat",
"Allow Chat Deletion": "Permitir Borrado de Chat",
"Allow Chat Edit": "Pemritir Editar Chat",
- "Allow File Upload": "Permitir Subida de Ficheros",
+ "Allow File Upload": "Permitir Subida de Archivos",
"Allow Multiple Models in Chat": "",
"Allow non-local voices": "Permitir voces no locales",
"Allow Speech to Text": "",
"Allow Temporary Chat": "Permitir Chat Temporal",
"Allow Text to Speech": "",
- "Allow User Location": "Permitir Ubicación de Usuari@",
+ "Allow User Location": "Permitir Ubicación de Usuario",
"Allow Voice Interruption in Call": "Permitir Interrupción de Voz en Llamada",
"Allowed Endpoints": "Endpoints Permitidos",
"Already have an account?": "¿Ya tienes una cuenta?",
@@ -91,34 +91,34 @@
"API keys": "Claves API",
"Application DN": "Aplicacion DN",
"Application DN Password": "Contraseña Aplicacion DN",
- "applies to all users with the \"user\" role": "se aplica a todos l@s usuari@s con el rol \"user\" ",
+ "applies to all users with the \"user\" role": "se aplica a todos los usuarios con el rol \"user\" ",
"April": "Abril",
"Archive": "Archivar",
"Archive All Chats": "Archivar Todos los Chats",
"Archived Chats": "Chats archivados",
"archived-chat-export": "exportar chats archivados",
- "Are you sure you want to clear all memories? This action cannot be undone.": "¿estas segur@ que quieres borrar todas las memorias? (¡esta acción NO se puede deshacer!)",
- "Are you sure you want to delete this channel?": "¿Estás segur@ de que quieres eliminar este canal?",
- "Are you sure you want to delete this message?": "¿Estás segur@ de que quieres eliminar este mensaje? ",
- "Are you sure you want to unarchive all archived chats?": "¿Estás segur@ de que quieres desarchivar todos los chats archivados?",
- "Are you sure?": "¿Está segur@?",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "¿Seguro que quieres borrar todas las memorias? (¡esta acción NO se puede deshacer!)",
+ "Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
+ "Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
+ "Are you sure you want to unarchive all archived chats?": "¿Seguro de que quieres desarchivar todos los chats archivados?",
+ "Are you sure?": "¿Estás seguro?",
"Arena Models": "Arena de Modelos",
"Artifacts": "Artefactos",
"Ask": "Preguntar",
"Ask a question": "Haz una pregunta",
"Assistant": "Asistente",
- "Attach file from knowledge": "Adjuntar fichero desde el conocimiento",
+ "Attach file from knowledge": "Adjuntar archivo desde conocimiento",
"Attention to detail": "Atención al detalle",
"Attribute for Mail": "Atributo para Correo",
- "Attribute for Username": "Atributo para Nombre de Usuari@",
+ "Attribute for Username": "Atributo para Nombre de Usuario",
"Audio": "Audio",
"August": "Agosto",
"Auth": "Autorización",
"Authenticate": "Autentificar",
- "Authentication": "Autentificación",
+ "Authentication": "Autenticación",
"Auto": "Auto",
"Auto-Copy Response to Clipboard": "AutoCopiado de respuesta al Portapapeles",
- "Auto-playback response": "AutoReproducir Respuesta",
+ "Auto-playback response": "Reproducir Respuesta automáticamente",
"Autocomplete Generation": "Generación de Autocompletado",
"Autocomplete Generation Input Max Length": "Max. Longitud de Entrada en Generación de Autocompletado",
"Automatic1111": "AUTOMATIC1111",
@@ -126,7 +126,7 @@
"AUTOMATIC1111 Base URL": "URL Base de AUTOMATIC1111",
"AUTOMATIC1111 Base URL is required.": "la URL Base de AUTOMATIC1111 es necesaria.",
"Available list": "Lista disponible",
- "Available Tools": "",
+ "Available Tools": "Herramientas Disponibles",
"available!": "¡disponible!",
"Awful": "Horrible",
"Azure AI Speech": "Voz Azure AI",
@@ -148,23 +148,23 @@
"Bypass Embedding and Retrieval": "Evitar Incrustración y Recuperación",
"Calendar": "Calendario",
"Call": "Llamada",
- "Call feature is not supported when using Web STT engine": "La característica Llamada no está soportada cuando se usa el motor Web STT",
+ "Call feature is not supported when using Web STT engine": "La funcionalidad de Llamada no está soportada cuando se usa el motor Web STT",
"Camera": "Cámara",
"Cancel": "Cancelar",
"Capabilities": "Capacidades",
"Capture": "Captura",
"Certificate Path": "Ruta a Certificado",
- "Change Password": "Cambia la Contraseña",
- "Channel Name": "Nombre de Canal",
+ "Change Password": "Cambiar Contraseña",
+ "Channel Name": "Nombre del Canal",
"Channels": "Canal",
"Character": "Carácter",
"Character limit for autocomplete generation input": "Límite de caracteres de entrada de la generación de autocompletado",
"Chart new frontiers": "Trazar nuevas fronteras",
"Chat": "Chat",
"Chat Background Image": "Imágen de Fondo del Chat",
- "Chat Bubble UI": "Interface del Chat tipo Burbuja",
- "Chat Controls": "Controles del chat",
- "Chat direction": "Dirección del Chat",
+ "Chat Bubble UI": "Interface de Chat tipo Burbuja",
+ "Chat Controls": "Controles de chat",
+ "Chat direction": "Dirección de Chat",
"Chat Overview": "Vista General del Chat",
"Chat Permissions": "Permisos del Chat",
"Chat Tags Auto-Generation": "AutoGeneración de Etiquetas de Chat",
@@ -183,15 +183,15 @@
"Click here for filter guides.": "Pulsar aquí para guías de filtros",
"Click here for help.": "Pulsar aquí para Ayuda.",
"Click here to": "Pulsa aquí para",
- "Click here to download user import template file.": "Pulsa aquí para descargar la plantilla de importación de usuari@.",
- "Click here to learn more about faster-whisper and see the available models.": "Pulsa aquí para saber más sobre faster-whisper y ver modelos disponibles.",
+ "Click here to download user import template file.": "Pulsa aquí para descargar la plantilla para importar usuarios.",
+ "Click here to learn more about faster-whisper and see the available models.": "Pulsa aquí para saber más sobre faster-whisper y ver los modelos disponibles.",
"Click here to see available models.": "Pulsa aquí para ver modelos disponibles.",
"Click here to select": "Pulsa aquí para seleccionar",
"Click here to select a csv file.": "Pulsa aquí para seleccionar un fichero de Valores Separados por Comas (.csv)",
"Click here to select a py file.": "Pulsa aquí para seleccionar un fichero Python (.py)",
"Click here to upload a workflow.json file.": "Pulsa aquí para subir un fichero workflow.json",
"click here.": "Pulsa aquí.",
- "Click on the user role button to change a user's role.": "Pulsa en el botón rol de usuari@ para cambiar su rol.",
+ "Click on the user role button to change a user's role.": "Pulsa en el botón rol de usuario para cambiar su rol.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Permisos de escritura del portapapeles denegado. Por favor, comprueba la configuración de tu navegador para otorgar el permiso necesario.",
"Clone": "Clonar",
"Clone Chat": "Clonar Chat",
@@ -200,8 +200,8 @@
"Code execution": "Ejecución de Código",
"Code Execution": "Ejecución de Código",
"Code Execution Engine": "Motor de Ejecución de Código",
- "Code Execution Timeout": "Tiempo",
- "Code formatted successfully": "Se ha formateado correctamente el código.",
+ "Code Execution Timeout": "Tiempo límite de espera para Ejecución de Código",
+ "Code formatted successfully": "El codigo se ha formateado correctamente.",
"Code Interpreter": "Interprete de Código",
"Code Interpreter Engine": "Motor del Interprete de Código",
"Code Interpreter Prompt Template": "Plantilla del Indicador del Interprete de Código",
@@ -287,7 +287,7 @@
"Default to 389 or 636 if TLS is enabled": "Predeterminado a 389, o 636 si TLS está habilitado",
"Default to ALL": "Predeterminado a TODOS",
"Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "Por defecto está predeterminada una segmentación de la recuperación para una extracción de contenido centrado y relevante, recomendado para la mayoría de los casos.",
- "Default User Role": "Rol Predeterminado de l@s Usuari@s Nuev@s",
+ "Default User Role": "Rol predeterminado de los nuevos usuarios",
"Delete": "Borrar",
"Delete a model": "Borrar un modelo",
"Delete All Chats": "Borrar todos los chats",
@@ -302,17 +302,17 @@
"Delete prompt?": "¿Borrar el indicador?",
"delete this link": "Borrar este enlace",
"Delete tool?": "¿Borrar la herramienta?",
- "Delete User": "Borrar Usuari@",
+ "Delete User": "Borrar Usuario",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} Borrado",
"Deleted {{name}}": "{{nombre}} Borrado",
- "Deleted User": "Usuari@ Borrado",
+ "Deleted User": "Usuario Borrado",
"Describe your knowledge base and objectives": "Describe tu Base de Conocimientos y sus objetivos",
"Description": "Descripción",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "Detectar Artefactos Automáticamente",
"Didn't fully follow instructions": "No seguiste completamente las instrucciones",
"Direct": "Directo",
"Direct Connections": "Conexiones Directas",
- "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a l@s usuari@s conectar a sus propios endpoints compatibles API OpenAI.",
+ "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a los usuarios conectar a sus propios endpoints compatibles API OpenAI.",
"Direct Connections settings updated": "Se actualizaron las configuraciones de las Conexiones Directas",
"Direct Tool Servers": "Servidores de Herramientas Directos",
"Disabled": "Deshabilitado",
@@ -328,8 +328,8 @@
"Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados",
"Dismissible": "Desestimable",
"Display": "Mostrar",
- "Display Emoji in Call": "Muestra chirimbolitos(Emojis) en Llamada",
- "Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuari@ en lugar del genérico Tu/Usted",
+ "Display Emoji in Call": "Muestra Emojis en Llamada",
+ "Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu",
"Displays citations in the response": "Mostrar citas en la respuesta",
"Dive into knowledge": "Sumérgete en el conocimiento",
"Do not install functions from sources you do not fully trust.": "¡No instalar funciones de fuentes en las que que no se confíe totalmente!",
@@ -344,8 +344,8 @@
"does not make any external connections, and your data stays securely on your locally hosted server.": "no se realiza ninguna conexión externa y tus datos permanecen seguros alojados localmente en tu servidor.",
"Domain Filter List": "Lista de Filtrado de Dominio",
"Don't have an account?": "¿No tienes una cuenta?",
- "don't install random functions from sources you don't trust.": "¡no instalar funciones aleatorias de fuentes en las que no se confíe!",
- "don't install random tools from sources you don't trust.": "¡no instalar herramientas aleatorias de fuentes en las que no se confíe!",
+ "don't install random functions from sources you don't trust.": "¡no instalar funciones desconocidas de fuentes en las que no se confíe!",
+ "don't install random tools from sources you don't trust.": "¡no instalar herramientas desconocidas de fuentes en las que no se confíe!",
"Don't like the style": "¿No te gusta el estilo?",
"Done": "Hecho",
"Download": "Descargar",
@@ -358,21 +358,21 @@
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades de tiempo válidas son 's', 'm', 'h'.",
"e.g. \"json\" or a JSON schema": "p.ej. \"json\" o un esquema JSON",
"e.g. 60": "p.ej. 60",
- "e.g. A filter to remove profanity from text": "p.ej. Un filtro para eliminar 'blasfemia' del texto",
+ "e.g. A filter to remove profanity from text": "p.ej. Un filtro para eliminar malas palabras del texto",
"e.g. My Filter": "p.ej. Mi Filtro",
"e.g. My Tools": "p.ej. Mis Herramientas",
"e.g. my_filter": "p.ej. mi_filtro",
"e.g. my_tools": "p.ej. mis_herramientas",
"e.g. Tools for performing various operations": "p.ej. Herramientas para realizar varias operaciones",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ej., en-US,ja-JP (dejar en blanco para detectar automáticamente)",
"Edit": "Editar",
"Edit Arena Model": "Editar Modelo en Arena",
"Edit Channel": "Editar Canal",
"Edit Connection": "Editar Conexión",
"Edit Default Permissions": "Editar Permisos Predeterminados",
"Edit Memory": "Editar Memoria",
- "Edit User": "Editar Usuari@",
- "Edit User Group": "Editar Grupo de Usuari@",
+ "Edit User": "Editar Usuario",
+ "Edit User Group": "Editar Grupo de Usuarios",
"ElevenLabs": "ElevenLabs",
"Email": "Email",
"Embark on adventures": "Embarcate en aventuras",
@@ -390,13 +390,13 @@
"Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "Habilitar Mapeado de Memoria (mmap) para cargar datos del modelo. Esta opción permite al sistema usar el almacenamiento del disco como una extensión de la RAM al tratar los archivos en disco como si estuvieran en la RAM. Esto puede mejorar el rendimiento del modelo al permitir un acceso más rápido a los datos. Sin embargo, puede no funcionar correctamente con todos los sistemas y puede consumir una cantidad significativa de espacio en disco.",
"Enable Message Rating": "Habilitar Calificación de los Mensajes",
"Enable Mirostat sampling for controlling perplexity.": "Algoritmo de decodificación de texto neuronal que controla activamente el proceso generativo para mantener la perplejidad del texto generado en un valor deseado. Previene las trampas de aburrimiento (por excesivas repeticiones) y de incoherencia (por generación de excesivo texto).",
- "Enable New Sign Ups": "Habilitar Registros de Nuev@s Usuari@s",
+ "Enable New Sign Ups": "Habilitar Registros de Nuevos Usuarios",
"Enabled": "Habilitado",
- "Enforce Temporary Chat": "",
+ "Enforce Temporary Chat": "Forzar el uso de Chat Temporal",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Asegúrese de que su archivo CSV incluya 4 columnas en este orden: Nombre, Correo Electrónico, Contraseña, Rol.",
"Enter {{role}} message here": "Ingresar mensaje {{role}} aquí",
"Enter a detail about yourself for your LLMs to recall": "Ingresar detalles sobre ti para que los recuerden sus LLMs",
- "Enter api auth string (e.g. username:password)": "Ingresar cadena de autorización de la api (p.ej. nombre:contraseña)",
+ "Enter api auth string (e.g. username:password)": "Ingresar campo de autorización de la api (p.ej. nombre:contraseña)",
"Enter Application DN": "Ingresar el DN de la Aplicación",
"Enter Application DN Password": "Ingresar la Contraseña del DN de la Aplicación",
"Enter Bing Search V7 Endpoint": "Ingresar el Endpoint de Bing Search V7",
@@ -414,8 +414,8 @@
"Enter Document Intelligence Key": "Ingresar Clave de Azure Document Intelligence",
"Enter domains separated by commas (e.g., example.com,site.org)": "Ingresar dominios separados por comas (p.ej., ejemplo.com,sitio.org)",
"Enter Exa API Key": "Ingresar Clave API de Exa",
- "Enter Firecrawl API Base URL": "",
- "Enter Firecrawl API Key": "",
+ "Enter Firecrawl API Base URL": "Ingresar URL Base del API de Firecrawl",
+ "Enter Firecrawl API Key": "Ingresar Clave del API de Firecrawl",
"Enter Github Raw URL": "Ingresar URL Github en Bruto(raw)",
"Enter Google PSE API Key": "Ingresar Clave API de Google PSE",
"Enter Google PSE Engine Id": "Ingresa ID del Motor PSE de Google",
@@ -433,8 +433,8 @@
"Enter Mojeek Search API Key": "Ingresar Clave API de Mojeek Search",
"Enter Number of Steps (e.g. 50)": "Ingresar Número de Pasos (p.ej., 50)",
"Enter Perplexity API Key": "Ingresar Clave API de Perplexity",
- "Enter Playwright Timeout": "",
- "Enter Playwright WebSocket URL": "",
+ "Enter Playwright Timeout": "Ingresar límite de tiempo de espera de Playwright",
+ "Enter Playwright WebSocket URL": "Ingresar URL de WebSocket de Playwright",
"Enter proxy URL (e.g. https://user:password@host:port)": "Ingresar URL del proxy (p.ej. https://user:password@host:port)",
"Enter reasoning effort": "Ingresar esfuerzo de razonamiento",
"Enter Sampler (e.g. Euler a)": "Ingresar Muestreador (p.ej., Euler a)",
@@ -452,16 +452,16 @@
"Enter server host": "Ingresar host del servidor",
"Enter server label": "Ingresar etiqueta del servidor",
"Enter server port": "Ingresar puerto del servidor",
- "Enter Sougou Search API sID": "",
- "Enter Sougou Search API SK": "",
+ "Enter Sougou Search API sID": "Ingresar Sougou Search API sID",
+ "Enter Sougou Search API SK": "Ingresar Sougou Search API SK",
"Enter stop sequence": "Ingresar secuencia de parada",
"Enter system prompt": "Ingresar Indicador del sistema",
"Enter system prompt here": "Ingresa aquí el indicador del sistema",
"Enter Tavily API Key": "Ingresar Clave API de Tavily",
- "Enter Tavily Extract Depth": "",
- "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Ingresar URL pública de su WebUI. Esta URL se usará para generar enlaces en las notificaciones.",
+ "Enter Tavily Extract Depth": "Ingresar parámetro de Extract Depth de Taviliy",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Ingresar URL pública de WebUI. Esta URL se usará para generar enlaces en las notificaciones.",
"Enter Tika Server URL": "Ingresar URL del servidor Tika",
- "Enter timeout in seconds": "Ingresar timeout en segundos",
+ "Enter timeout in seconds": "Ingresar tiempo límite de espera en segundos",
"Enter to Send": "'Enter' para Enviar",
"Enter Top K": "Ingresar Top K",
"Enter Top K Reranker": "Ingresar Top K Reclasificador",
@@ -475,8 +475,8 @@
"Enter your new password": "Ingresa tu contraseña nueva",
"Enter Your Password": "Ingresa tu contraseña",
"Enter Your Role": "Ingresa tu rol",
- "Enter Your Username": "Ingresa tu nombre de usuari@",
- "Enter your webhook URL": "Ingresa tu URL de enganchesWeb(webhook)",
+ "Enter Your Username": "Ingresa tu nombre de usuario",
+ "Enter your webhook URL": "Ingresa tu URL de webhook",
"Error": "Error",
"ERROR": "ERROR",
"Error accessing Google Drive: {{error}}": "Error accediendo a Google Drive: {{error}}",
@@ -488,18 +488,18 @@
"Example: mail": "Ejemplo: correo",
"Example: ou=users,dc=foo,dc=example": "Ejemplo: ou=usuarios,dc=foo,dc=ejemplo",
"Example: sAMAccountName or uid or userPrincipalName": "Ejemplo: sAMNombreCuenta o uid o userNombrePrincipal",
- "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "Excedido el número de accesos en su licencia. Por favor, contacte con soporte para aumentar el número de accesos.",
+ "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "Excedido el número de accesos de usuarios en tu licencia. Por favor, contacta con soporte para aumentar el número de accesos.",
"Exclude": "Excluir",
"Execute code for analysis": "Ejecutar código para análisis",
- "Executing **{{NAME}}**...": "",
+ "Executing **{{NAME}}**...": "Ejecutando **{{NAME}}**...",
"Expand": "Expandir",
"Experimental": "Experimental",
"Explain": "Explicar",
- "Explain this section to me in more detail": "Explicame esta sección con más detalle",
+ "Explain this section to me in more detail": "Explícame esta sección con más detalle",
"Explore the cosmos": "Explora el cosmos",
"Export": "Exportar",
"Export All Archived Chats": "Exportar Todos los Chats Archivados",
- "Export All Chats (All Users)": "Exportar Todos los Chats (Todos l@s Usuari@s)",
+ "Export All Chats (All Users)": "Exportar Todos los Chats (Todos los Usuarios)",
"Export chat (.json)": "Exportar chat (.json)",
"Export Chats": "Exportar Chats",
"Export Config to JSON File": "Exportar Configuración a archivo JSON",
@@ -523,8 +523,8 @@
"Features": "Características",
"Features Permissions": "Permisos de las Características",
"February": "Febrero",
- "Feedback History": "Historial de realimentación",
- "Feedbacks": "Realimentaciones",
+ "Feedback History": "Historial de Opiniones",
+ "Feedbacks": "Opiniones",
"Feel free to add specific details": "Añade libremente detalles específicos",
"File": "Archivo",
"File added successfully.": "Archivo añadido correctamente.",
@@ -539,11 +539,11 @@
"Filter is now globally enabled": "El filtro ahora está habilitado globalmente",
"Filters": "Filtros",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Se detectó suplantación de huellas: No se pueden usar las iniciales como avatar. Se establece la imagen de perfil predeterminada.",
- "Firecrawl API Base URL": "",
- "Firecrawl API Key": "",
+ "Firecrawl API Base URL": "URL Base de API de Firecrawl",
+ "Firecrawl API Key": "Clave de API de Firecrawl",
"Fluidly stream large external response chunks": "Transmisión fluida de fragmentos de grandes respuestas externas",
- "Focus chat input": "Enfoque entrada del chat",
- "Folder deleted successfully": "Carpeta bollada correctamente",
+ "Focus chat input": "Enfocar campo de chat",
+ "Folder deleted successfully": "Carpeta eliminada correctamente",
"Folder name cannot be empty": "El nombre de la carpeta no puede estar vacío",
"Folder name cannot be empty.": "El nombre de la carpeta no puede estar vacío",
"Folder name updated successfully": "Nombre de la carpeta actualizado correctamente",
@@ -719,7 +719,7 @@
"Memory updated successfully": "Memoria actualizada correctamente",
"Merge Responses": "Fusionar Respuestas",
"Message rating should be enabled to use this feature": "Para usar esta función debe estar habilitada la calificación de mensajes",
- "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Los mensajes que envíe después de la creación del enlace no se compartirán. L@s usuari@s con la URL del enlace podrán ver el chat compartido.",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Los mensajes que envíe después de la creación del enlace no se compartirán. Los usuarios con la URL del enlace podrán ver el chat compartido.",
"Min P": "Min P",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -777,7 +777,7 @@
"No results found": "No se encontraron resultados",
"No search query generated": "No se generó ninguna consulta de búsqueda",
"No source available": "No hay fuente disponible",
- "No users were found.": "No se encontraron usuari@s.",
+ "No users were found.": "No se encontraron usuarios.",
"No valves to update": "No hay válvulas para actualizar",
"None": "Ninguno",
"Not factually correct": "No es correcto en todos los aspectos",
@@ -804,7 +804,7 @@
"Only alphanumeric characters and hyphens are allowed": "Sólo están permitidos caracteres alfanuméricos y guiones",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo están permitidos en la cadena de comandos caracteres alfanuméricos y guiones.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, para añadir/editar documentos hay que crear una nueva base de conocimientos",
- "Only select users and groups with permission can access": "Solo pueden acceder l@s usuari@s y grupos con permiso",
+ "Only select users and groups with permission can access": "Solo pueden acceder los usuarios y grupos con permiso",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "¡vaya! Parece que la URL es inválida. Por favor, revisala y reintenta de nuevo.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "¡vaya! Todavía hay archivos subiendose. Por favor, espera a que se complete la subida.",
"Oops! There was an error in the previous response.": "¡vaya! Hubo un error en la respuesta previa.",
@@ -824,7 +824,7 @@
"OpenAI URL/Key required.": "URL/Clave de OpenAI requerida.",
"openapi.json Path": "Ruta a openapi.json",
"or": "o",
- "Organize your users": "Organiza tus usuari@s",
+ "Organize your users": "Organiza tus usuarios",
"Other": "Otro",
"OUTPUT": "SALIDA",
"Output format": "Formato de salida",
@@ -851,8 +851,8 @@
"Pipelines Valves": "Válvulas de Tuberías",
"Plain text (.txt)": "Texto plano (.txt)",
"Playground": "Zona de Pruebas",
- "Playwright Timeout (ms)": "",
- "Playwright WebSocket URL": "",
+ "Playwright Timeout (ms)": "Tiempo Límite de Espera (ms) de Playwright",
+ "Playwright WebSocket URL": "URL de WebSocket de Playwright",
"Please carefully review the following warnings:": "Por favor revisar cuidadosamente los siguientes avisos:",
"Please do not close the settings page while loading the model.": "Por favor no cerrar la página de ajustes mientras se está descargando el modelo.",
"Please enter a prompt": "Por favor ingresar un indicador",
@@ -894,7 +894,7 @@
"Record voice": "Grabar voz",
"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Reduce la probabilidad de generación sin sentido. Un valor más alto (p.ej. 100) dará respuestas más diversas, mientras que un valor más bajo (p.ej. 10) será más conservador.",
- "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referir a ti mismo como \"Usuari@\" (p.ej. \"Usuari@ está aprendiendo Español\")",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referir a ti mismo como \"Usuario\" (p.ej. \"Usuario está aprendiendo Español\")",
"References from": "Referencias desde",
"Refused when it shouldn't have": "Rechazado cuando no debería haberlo hecho",
"Regenerate": "Regenerar",
@@ -902,7 +902,7 @@
"Reindex Knowledge Base Vectors": "Reindexar Base Vectorial de Conocimiento",
"Release Notes": "Notas de la Versión",
"Relevance": "Relevancia",
- "Relevance Threshold": "",
+ "Relevance Threshold": "Umbral de Relevancia",
"Remove": "Eliminar",
"Remove Model": "Eliminar Modelo",
"Rename": "Renombrar",
@@ -1020,7 +1020,7 @@
"Show": "Mostrar",
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
"Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la sobrecapa de 'Cuenta Pendiente'",
- "Show Model": "",
+ "Show Model": "Mostrar Modelo",
"Show shortcuts": "Mostrar Atajos",
"Show your support!": "¡Muestra tu apoyo!",
"Showcased creativity": "Creatividad exhibida",
@@ -1061,7 +1061,7 @@
"Tap to interrupt": "Toca para interrumpir",
"Tasks": "Tareas",
"Tavily API Key": "Clave API de Tavily",
- "Tavily Extract Depth": "",
+ "Tavily Extract Depth": "Parámetro Extract Depth de Taviliy",
"Tell us more:": "Dinos algo más:",
"Temperature": "Temperatura",
"Template": "Plantilla",
@@ -1069,14 +1069,14 @@
"Text Splitter": "Divisor de Texto",
"Text-to-Speech Engine": "Motor Texto a Voz(TTS)",
"Tfs Z": "TFS Z",
- "Thanks for your feedback!": "¡Gracias por tu realimentación!",
+ "Thanks for your feedback!": "¡Gracias por tu comentario!",
"The Application Account DN you bind with for search": "Cuenta DN de la aplicación vinculada para búsqueda",
- "The base to search for users": "La base para buscar usuari@s",
+ "The base to search for users": "Base para buscar usuarios",
"The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "El tamaño de lote determina cuántas solicitudes de texto se procesan juntas de una vez. Un tamaño de lote más alto puede aumentar el rendimiento y la velocidad del modelo, pero también requiere más memoria.",
- "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "L@s desarrolladores de este complemento son apasionad@s voluntari@s de la comunidad. Si este complemento te es útil, por favor considera contribuir a su desarrollo.",
+ "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Quienes desarollaron este complemento son apasionados voluntarios/as de la comunidad. Si este complemento te es útil, por favor considera contribuir a su desarrollo.",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "La tabla clasificatoria de evaluación se basa en el sistema de clasificación Elo y se actualiza en tiempo real.",
- "The LDAP attribute that maps to the mail that users use to sign in.": "El atributo LDAP que mapea el correo que l@s usuari@s utilizan para iniciar sesión.",
- "The LDAP attribute that maps to the username that users use to sign in.": "El atributo LDAP que mapea el nombre de usuari@ que l@s usuari@s utilizan para iniciar sesión.",
+ "The LDAP attribute that maps to the mail that users use to sign in.": "El atributo LDAP que mapea el correo que los usuarios utilizan para iniciar sesión.",
+ "The LDAP attribute that maps to the username that users use to sign in.": "El atributo LDAP que mapea el nombre de usuario que los usuarios utilizan para iniciar sesión.",
"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "La tabla clasificatoria está actualmente en beta, por lo que los cálculos de clasificación pueden reajustarse a medida que se refina el algoritmo.",
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "El tamaño máximo del archivo en MB. Si el tamaño del archivo supera este límite, el archivo no se subirá.",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El número máximo de archivos que se pueden utilizar a la vez en el chat. Si se supera este límite, los archivos no se subirán.",
@@ -1114,7 +1114,7 @@
"TLS": "TLS",
"To access the available model names for downloading,": "Para acceder a los nombres de modelos disponibles para descargar,",
"To access the GGUF models available for downloading,": "Para acceder a los modelos GGUF disponibles para descargar,",
- "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acceder a WebUI, por favor contacte con Admins. L@s administradores pueden gestionar los estados de l@s usuari@s esde el panel de administración.",
+ "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acceder a WebUI, por favor contacte con Admins. Los administradores pueden gestionar los estados de los usuarios esde el panel de administración.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para adjuntar la base de conocimientos aquí, primero añadirla a \"Conocimiento\" en el área de trabajo.",
"To learn more about available endpoints, visit our documentation.": "Para aprender más sobre los endpoints disponibles, visite nuestra documentación.",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "Para proteger tu privacidad, de tu realimentación solo se comparten las calificaciones, IDs de modelo, etiquetas y metadatos; tus chat registrados permanecen privados y no se incluyen.",
@@ -1182,18 +1182,18 @@
"URL Mode": "Modo URL",
"Use '#' in the prompt input to load and include your knowledge.": "Utilizar '#' en el indicador para cargar e incluir tu conocimiento.",
"Use Gravatar": "Usar Gravatar",
- "Use groups to group your users and assign permissions.": "Usar grupos para agrupar a usuari@s y asignar permisos.",
+ "Use groups to group your users and assign permissions.": "Usar grupos para agrupar a usuarios y asignar permisos.",
"Use Initials": "Usar Iniciales",
"Use no proxy to fetch page contents.": "No usar proxy para extraer contenidos",
"Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Usar el proxy asignado en las variables del entorno http_proxy y/o https_proxy para extraer contenido",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
- "user": "usuari@",
- "User": "Usuari@",
- "User location successfully retrieved.": "Ubicación de usuari@ obtenida correctamente.",
- "User Webhooks": "Usuari@ EnganchesWeb(webhooks)",
- "Username": "Nombre de Usuari@",
- "Users": "Usuari@s",
+ "user": "usuario",
+ "User": "Usuario",
+ "User location successfully retrieved.": "Ubicación de usuario obtenida correctamente.",
+ "User Webhooks": "Usuario Webhooks",
+ "Username": "Nombre de Usuario",
+ "Users": "Usuarios",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando el modelo de arena predeterminado con todos los modelos. Pulsar en el botón + para agregar modelos personalizados.",
"Utilize": "Utilizar",
"Valid time units:": "Unidades de tiempo válidas:",
@@ -1213,7 +1213,7 @@
"Voice Input": "Entrada de Voz",
"Warning": "Aviso",
"Warning:": "Aviso:",
- "Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar esto permitirá a l@s usuari@s subir código arbitrario al servidor.",
+ "Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar esto permitirá a los usuarios subir código arbitrario al servidor.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Si actualizas o cambias el modelo de incrustacción, necesitarás re-importar todos los documentos.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Aviso: La ejecución Jupyter habilita la ejecución de código arbitrario, planteando graves riesgos de seguridad; Proceder con extrema precaución.",
"Web": "Web",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index 2badcedbf..8f1ea60d2 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -1,172 +1,172 @@
{
- "-1 for no limit, or a positive integer for a specific limit": "",
+ "-1 for no limit, or a positive integer for a specific limit": "-1 برای بدون محدودیت، یا یک عدد مثبت برای محدودیت مشخص",
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' یا '-1' برای غیر فعال کردن انقضا.",
- "(e.g. `sh webui.sh --api --api-auth username_password`)": "",
+ "(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال: `sh webui.sh --api --api-auth username_password`)",
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
"(latest)": "(آخرین)",
- "(Ollama)": "",
+ "(Ollama)": "(ollama)",
"{{ models }}": "{{ models }}",
- "{{COUNT}} Available Tools": "",
- "{{COUNT}} hidden lines": "",
- "{{COUNT}} Replies": "",
+ "{{COUNT}} Available Tools": "{{COUNT}} ابزار موجود",
+ "{{COUNT}} hidden lines": "{{COUNT}} خط پنهان",
+ "{{COUNT}} Replies": "{{COUNT}} پاسخ",
"{{user}}'s Chats": "{{user}} گفتگوهای",
"{{webUIName}} Backend Required": "بکند {{webUIName}} نیاز است.",
- "*Prompt node ID(s) are required for image generation": "",
- "A new version (v{{LATEST_VERSION}}) is now available.": "",
+ "*Prompt node ID(s) are required for image generation": "*شناسه(های) گره پرامپت برای تولید تصویر مورد نیاز است",
+ "A new version (v{{LATEST_VERSION}}) is now available.": "نسخه جدید (v{{LATEST_VERSION}}) در دسترس است.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "یک مدل وظیفه هنگام انجام وظایف مانند تولید عناوین برای چت ها و نمایش های جستجوی وب استفاده می شود.",
"a user": "یک کاربر",
"About": "درباره",
- "Accept autocomplete generation / Jump to prompt variable": "",
- "Access": "",
- "Access Control": "",
- "Accessible to all users": "",
+ "Accept autocomplete generation / Jump to prompt variable": "پذیرش تکمیل خودکار / پرش به متغیر پرامپت",
+ "Access": "دسترسی",
+ "Access Control": "کنترل دسترسی",
+ "Accessible to all users": "قابل دسترسی برای همه کاربران",
"Account": "حساب کاربری",
"Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار",
"Accurate information": "اطلاعات دقیق",
"Actions": "کنش\u200cها",
- "Activate": "",
- "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
+ "Activate": "فعال کردن",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "این دستور را با تایپ \"/{{COMMAND}}\" در ورودی چت فعال کنید.",
"Active Users": "کاربران فعال",
"Add": "اضافه کردن",
- "Add a model ID": "",
+ "Add a model ID": "افزودن شناسه مدل",
"Add a short description about what this model does": "افزودن توضیحات کوتاه در مورد انچه که این مدل انجام می دهد",
"Add a tag": "افزودن یک برچسب",
"Add Arena Model": "افزودن مدل Arena",
- "Add Connection": "",
+ "Add Connection": "افزودن اتصال",
"Add Content": "افزودن محتوا",
"Add content here": "محتوا را اینجا اضافه کنید",
"Add custom prompt": "افزودن یک درخواست سفارشی",
"Add Files": "افزودن فایل\u200cها",
- "Add Group": "",
+ "Add Group": "افزودن گروه",
"Add Memory": "افزودن حافظه",
"Add Model": "افزودن مدل",
- "Add Reaction": "",
+ "Add Reaction": "افزودن واکنش",
"Add Tag": "افزودن برچسب",
"Add Tags": "افزودن برچسب\u200cها",
"Add text content": "افزودن محتوای متنی",
"Add User": "افزودن کاربر",
- "Add User Group": "",
+ "Add User Group": "افزودن گروه کاربری",
"Adjusting these settings will apply changes universally to all users.": "با تنظیم این تنظیمات، تغییرات به طور کلی برای همه کاربران اعمال می\u200cشود.",
"admin": "مدیر",
"Admin": "مدیر",
"Admin Panel": "پنل مدیریت",
"Admin Settings": "تنظیمات مدیریت",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "مدیران همیشه به تمام ابزارها دسترسی دارند؛ کاربران نیاز به ابزارهای اختصاص داده شده برای هر مدل در فضای کاری دارند.",
"Advanced Parameters": "پارامترهای پیشرفته",
"Advanced Params": "پارام\u200cهای پیشرفته",
- "All": "",
+ "All": "همه",
"All Documents": "همهٔ سند\u200cها",
- "All models deleted successfully": "",
- "Allow Call": "",
- "Allow Chat Controls": "",
- "Allow Chat Delete": "",
+ "All models deleted successfully": "همه مدلها با موفقیت حذف شدند",
+ "Allow Call": "اجازه تماس",
+ "Allow Chat Controls": "اجازه کنترلهای گفتگو",
+ "Allow Chat Delete": "اجازه حذف گفتگو",
"Allow Chat Deletion": "اجازهٔ حذف گفتگو",
- "Allow Chat Edit": "",
- "Allow File Upload": "",
- "Allow Multiple Models in Chat": "",
- "Allow non-local voices": "",
- "Allow Speech to Text": "",
+ "Allow Chat Edit": "اجازه ویرایش گفتگو",
+ "Allow File Upload": "اجازه بارگذاری فایل",
+ "Allow Multiple Models in Chat": "اجازه استفاده از چند مدل در گفتگو",
+ "Allow non-local voices": "اجازه صداهای غیر محلی",
+ "Allow Speech to Text": "اجازه تبدیل گفتار به متن",
"Allow Temporary Chat": "اجازهٔ گفتگوی موقتی",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "اجازه تبدیل متن به گفتار",
"Allow User Location": "اجازهٔ موقعیت مکانی کاربر",
- "Allow Voice Interruption in Call": "",
- "Allowed Endpoints": "",
+ "Allow Voice Interruption in Call": "اجازه قطع صدا در تماس",
+ "Allowed Endpoints": "نقاط پایانی مجاز",
"Already have an account?": "از قبل حساب کاربری دارید؟",
- "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "",
- "Always": "",
- "Always Collapse Code Blocks": "",
- "Always Expand Details": "",
- "Amazing": "",
+ "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "جایگزینی برای top_p و هدف آن اطمینان از تعادل کیفیت و تنوع است. پارامتر p نشان\u200cدهنده حداقل احتمال برای در نظر گرفتن یک توکن نسبت به احتمال محتمل\u200cترین توکن است. به عنوان مثال، با p=0.05 و محتمل\u200cترین توکن با احتمال 0.9، لاگیت\u200cهای با مقدار کمتر از 0.045 فیلتر می\u200cشوند.",
+ "Always": "همیشه",
+ "Always Collapse Code Blocks": "همیشه بلوک\u200cهای کد را جمع کن",
+ "Always Expand Details": "همیشه جزئیات را گسترش بده",
+ "Amazing": "شگفت\u200cانگیز",
"an assistant": "یک دستیار",
- "Analyzed": "",
- "Analyzing...": "",
+ "Analyzed": "تحلیل شده",
+ "Analyzing...": "در حال تحلیل...",
"and": "و",
"and {{COUNT}} more": "و {{COUNT}} مورد دیگر",
"and create a new shared link.": "و یک پیوند اشتراک\u200cگذاری جدید ایجاد کنید.",
- "Android": "",
+ "Android": "اندروید",
"API Base URL": "نشانی پایهٔ API",
"API Key": "کلید API",
"API Key created.": "کلید API ساخته شد.",
- "API Key Endpoint Restrictions": "",
+ "API Key Endpoint Restrictions": "محدودیت\u200cهای نقطه پایانی کلید API",
"API keys": "کلیدهای API",
- "Application DN": "",
- "Application DN Password": "",
- "applies to all users with the \"user\" role": "",
+ "Application DN": "DN برنامه",
+ "Application DN Password": "رمز عبور DN برنامه",
+ "applies to all users with the \"user\" role": "برای همه کاربران با نقش \"کاربر\" اعمال می\u200cشود",
"April": "آوریل",
"Archive": "بایگانی",
"Archive All Chats": "بایگانی همه گفتگوها",
"Archived Chats": "گفتگوهای بایگانی\u200cشده",
- "archived-chat-export": "",
- "Are you sure you want to clear all memories? This action cannot be undone.": "",
- "Are you sure you want to delete this channel?": "",
- "Are you sure you want to delete this message?": "",
- "Are you sure you want to unarchive all archived chats?": "",
+ "archived-chat-export": "خروجی-گفتگوی-بایگانی-شده",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "آیا مطمئن هستید که می\u200cخواهید تمام حافظه\u200cها را پاک کنید؟ این عمل قابل بازگشت نیست.",
+ "Are you sure you want to delete this channel?": "آیا مطمئن هستید که می\u200cخواهید این کانال را حذف کنید؟",
+ "Are you sure you want to delete this message?": "آیا مطمئن هستید که می\u200cخواهید این پیام را حذف کنید؟",
+ "Are you sure you want to unarchive all archived chats?": "آیا مطمئن هستید که می\u200cخواهید همه گفتگوهای بایگانی شده را از بایگانی خارج کنید؟",
"Are you sure?": "مطمئنید؟",
- "Arena Models": "",
- "Artifacts": "",
- "Ask": "",
+ "Arena Models": "مدل\u200cهای آرنا",
+ "Artifacts": "مصنوعات",
+ "Ask": "بپرس",
"Ask a question": "سوالی بپرسید",
"Assistant": "دستیار",
- "Attach file from knowledge": "",
+ "Attach file from knowledge": "پیوست فایل از دانش",
"Attention to detail": "دقیق",
- "Attribute for Mail": "",
- "Attribute for Username": "",
+ "Attribute for Mail": "ویژگی برای ایمیل",
+ "Attribute for Username": "ویژگی برای نام کاربری",
"Audio": "صدا",
"August": "آگوست",
- "Auth": "",
- "Authenticate": "",
- "Authentication": "",
- "Auto": "",
+ "Auth": "احراز هویت",
+ "Authenticate": "احراز هویت",
+ "Authentication": "احراز هویت",
+ "Auto": "خودکار",
"Auto-Copy Response to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
"Auto-playback response": "پخش خودکار پاسخ",
- "Autocomplete Generation": "",
- "Autocomplete Generation Input Max Length": "",
- "Automatic1111": "",
- "AUTOMATIC1111 Api Auth String": "",
+ "Autocomplete Generation": "تولید تکمیل خودکار",
+ "Autocomplete Generation Input Max Length": "حداکثر طول ورودی تولید تکمیل خودکار",
+ "Automatic1111": "اتوماتیک1111",
+ "AUTOMATIC1111 Api Auth String": "رشته احراز هویت API اتوماتیک1111",
"AUTOMATIC1111 Base URL": "پایه URL AUTOMATIC1111 ",
"AUTOMATIC1111 Base URL is required.": "به URL پایه AUTOMATIC1111 مورد نیاز است.",
"Available list": "فهرست دردسترس",
- "Available Tools": "",
+ "Available Tools": "ابزارهای موجود",
"available!": "در دسترس!",
- "Awful": "",
+ "Awful": "وحشتناک",
"Azure AI Speech": "سخنگوی هوش\u200cمصنوعی Azure",
"Azure Region": "منطقهٔ Azure",
"Back": "بازگشت",
"Bad Response": "پاسخ خوب نیست",
"Banners": "بنر",
"Base Model (From)": "مدل پایه (از)",
- "Batch Size (num_batch)": "",
+ "Batch Size (num_batch)": "اندازه دسته (num_batch)",
"before": "قبل",
"Being lazy": "حالت سازنده",
- "Beta": "",
- "Bing Search V7 Endpoint": "",
- "Bing Search V7 Subscription Key": "",
- "Bocha Search API Key": "",
- "Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
+ "Beta": "بتا",
+ "Bing Search V7 Endpoint": "نقطه پایانی جستجوی Bing V7",
+ "Bing Search V7 Subscription Key": "کلید اشتراک جستجوی Bing V7",
+ "Bocha Search API Key": "کلید API جستجوی Bocha",
+ "Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "تقویت یا جریمه توکن\u200cهای خاص برای پاسخ\u200cهای محدود. مقادیر بایاس بین -100 و 100 (شامل) محدود خواهند شد. (پیش\u200cفرض: هیچ)",
"Brave Search API Key": "کلید API جستجوی شجاع",
- "By {{name}}": "",
- "Bypass Embedding and Retrieval": "",
- "Calendar": "",
- "Call": "",
- "Call feature is not supported when using Web STT engine": "",
+ "By {{name}}": "توسط {{name}}",
+ "Bypass Embedding and Retrieval": "دور زدن جاسازی و بازیابی",
+ "Calendar": "تقویم",
+ "Call": "تماس",
+ "Call feature is not supported when using Web STT engine": "ویژگی تماس هنگام استفاده از موتور Web STT پشتیبانی نمی\u200cشود",
"Camera": "دوربین",
"Cancel": "لغو",
"Capabilities": "قابلیت",
- "Capture": "",
- "Certificate Path": "",
+ "Capture": "ضبط",
+ "Certificate Path": "مسیر گواهینامه",
"Change Password": "تغییر رمز عبور",
- "Channel Name": "",
- "Channels": "",
- "Character": "",
- "Character limit for autocomplete generation input": "",
- "Chart new frontiers": "",
+ "Channel Name": "نام کانال",
+ "Channels": "کانال\u200cها",
+ "Character": "شخصیت",
+ "Character limit for autocomplete generation input": "محدودیت کاراکتر برای ورودی تولید تکمیل خودکار",
+ "Chart new frontiers": "ترسیم مرزهای جدید",
"Chat": "گفتگو",
"Chat Background Image": "تصویر پس\u200cزمینهٔ گفتگو",
"Chat Bubble UI": "رابط کاربری حبابی گفتگو",
"Chat Controls": "کنترل\u200cهای گفتگو",
"Chat direction": "جهت\u200cگفتگو",
"Chat Overview": "نمای کلی گفتگو",
- "Chat Permissions": "",
+ "Chat Permissions": "مجوزهای گفتگو",
"Chat Tags Auto-Generation": "تولید خودکار برچسب\u200cهای گفتگو",
"Chats": "گفتگو\u200cها",
"Check Again": "بررسی دوباره",
@@ -175,72 +175,72 @@
"Choose a model before saving...": "قبل از ذخیره یک مدل را انتخاب کنید...",
"Chunk Overlap": "همپوشانی تکه",
"Chunk Size": "اندازه تکه",
- "Ciphers": "",
+ "Ciphers": "رمزها",
"Citation": "استناد",
"Clear memory": "پاک کردن حافظه",
- "Clear Memory": "",
- "click here": "",
- "Click here for filter guides.": "",
+ "Clear Memory": "پاک کردن حافظه",
+ "click here": "اینجا کلیک کنید",
+ "Click here for filter guides.": "برای راهنمای فیلترها اینجا کلیک کنید.",
"Click here for help.": "برای کمک اینجا را کلیک کنید.",
"Click here to": "برای کمک اینجا را کلیک کنید.",
- "Click here to download user import template file.": "",
- "Click here to learn more about faster-whisper and see the available models.": "",
- "Click here to see available models.": "",
+ "Click here to download user import template file.": "برای دانلود فایل قالب واردات کاربر اینجا کلیک کنید.",
+ "Click here to learn more about faster-whisper and see the available models.": "برای یادگیری بیشتر درباره faster-whisper و دیدن مدل\u200cهای موجود اینجا کلیک کنید.",
+ "Click here to see available models.": "برای دیدن مدل\u200cهای موجود اینجا کلیک کنید.",
"Click here to select": "برای انتخاب اینجا کلیک کنید",
"Click here to select a csv file.": "برای انتخاب یک فایل csv اینجا را کلیک کنید.",
- "Click here to select a py file.": "",
- "Click here to upload a workflow.json file.": "",
+ "Click here to select a py file.": "برای انتخاب یک فایل py اینجا کلیک کنید.",
+ "Click here to upload a workflow.json file.": "برای آپلود فایل workflow.json اینجا کلیک کنید.",
"click here.": "اینجا کلیک کنید.",
"Click on the user role button to change a user's role.": "برای تغییر نقش کاربر، روی دکمه نقش کاربر کلیک کنید.",
- "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "",
+ "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "دسترسی نوشتن در کلیپ\u200cبورد رد شد. لطفاً تنظیمات مرورگر خود را برای اعطای دسترسی لازم بررسی کنید.",
"Clone": "کلون",
- "Clone Chat": "",
- "Clone of {{TITLE}}": "",
+ "Clone Chat": "کلون گفتگو",
+ "Clone of {{TITLE}}": "کلون {{TITLE}}",
"Close": "بسته",
- "Code execution": "",
- "Code Execution": "",
- "Code Execution Engine": "",
- "Code Execution Timeout": "",
- "Code formatted successfully": "",
- "Code Interpreter": "",
- "Code Interpreter Engine": "",
- "Code Interpreter Prompt Template": "",
- "Collapse": "",
+ "Code execution": "اجرای کد",
+ "Code Execution": "اجرای کد",
+ "Code Execution Engine": "موتور اجرای کد",
+ "Code Execution Timeout": "مهلت اجرای کد",
+ "Code formatted successfully": "کد با موفقیت قالب\u200cبندی شد",
+ "Code Interpreter": "مفسر کد",
+ "Code Interpreter Engine": "موتور مفسر کد",
+ "Code Interpreter Prompt Template": "قالب پرامپت مفسر کد",
+ "Collapse": "جمع کردن",
"Collection": "مجموعه",
- "Color": "",
+ "Color": "رنگ",
"ComfyUI": "کومیوآی",
- "ComfyUI API Key": "",
+ "ComfyUI API Key": "کلید API کومیوآی",
"ComfyUI Base URL": "URL پایه کومیوآی",
"ComfyUI Base URL is required.": "URL پایه کومیوآی الزامی است.",
- "ComfyUI Workflow": "",
- "ComfyUI Workflow Nodes": "",
+ "ComfyUI Workflow": "گردش کار کومیوآی",
+ "ComfyUI Workflow Nodes": "گره\u200cهای گردش کار کومیوآی",
"Command": "دستور",
- "Completions": "",
+ "Completions": "تکمیل\u200cها",
"Concurrent Requests": "درخواست های همزمان",
- "Configure": "",
+ "Configure": "پیکربندی",
"Confirm": "تایید",
"Confirm Password": "تایید رمز عبور",
- "Confirm your action": "",
- "Confirm your new password": "",
- "Connect to your own OpenAI compatible API endpoints.": "",
- "Connect to your own OpenAPI compatible external tool servers.": "",
- "Connection failed": "",
- "Connection successful": "",
+ "Confirm your action": "عملیات خود را تایید کنید",
+ "Confirm your new password": "رمز عبور جدید خود را تایید کنید",
+ "Connect to your own OpenAI compatible API endpoints.": "به نقاط پایانی API سازگار با OpenAI خود متصل شوید.",
+ "Connect to your own OpenAPI compatible external tool servers.": "به سرورهای ابزار خارجی سازگار با OpenAPI خود متصل شوید.",
+ "Connection failed": "اتصال ناموفق بود",
+ "Connection successful": "اتصال موفقیت\u200cآمیز بود",
"Connections": "ارتباطات",
- "Connections saved successfully": "",
- "Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
+ "Connections saved successfully": "ارتباطات با موفقیت ذخیره شدند",
+ "Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "تلاش برای استدلال در مدل\u200cهای استدلالی را محدود می\u200cکند. فقط برای مدل\u200cهای استدلالی از ارائه\u200cدهندگان خاصی که از تلاش استدلالی پشتیبانی می\u200cکنند قابل اجراست.",
"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
"Content": "محتوا",
- "Content Extraction Engine": "",
+ "Content Extraction Engine": "موتور استخراج محتوا",
"Context Length": "طول زمینه",
"Continue Response": "ادامه پاسخ",
"Continue with {{provider}}": "با {{provider}} ادامه دهید",
- "Continue with Email": "",
- "Continue with LDAP": "",
- "Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
- "Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled.": "",
+ "Continue with Email": "با ایمیل ادامه دهید",
+ "Continue with LDAP": "با LDAP ادامه دهید",
+ "Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "کنترل نحوه تقسیم متن پیام برای درخواست\u200cهای TTS. 'علامت\u200cگذاری' به جملات تقسیم می\u200cکند، 'پاراگراف\u200cها' به پاراگراف\u200cها تقسیم می\u200cکند و 'هیچ\u200cکدام' پیام را به عنوان یک رشته واحد نگه می\u200cدارد.",
+ "Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled.": "کنترل تکرار توالی\u200cهای توکن در متن تولید شده. مقدار بالاتر (مثلاً 1.5) تکرارها را شدیدتر جریمه می\u200cکند، در حالی که مقدار پایین\u200cتر (مثلاً 1.1) ملایم\u200cتر خواهد بود. در 1، غیرفعال است.",
"Controls": "کنترل\u200cها",
- "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "",
+ "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "تعادل بین انسجام و تنوع خروجی را کنترل می\u200cکند. مقدار پایین\u200cتر منجر به متن متمرکزتر و منسجم\u200cتر می\u200cشود.",
"Copied": "کپی شد",
"Copied shared chat URL to clipboard!": "URL چت به کلیپ بورد کپی شد!",
"Copied to clipboard": "به بریده\u200cدان کپی\u200cشد",
@@ -249,282 +249,282 @@
"Copy last code block": "کپی آخرین بلوک کد",
"Copy last response": "کپی آخرین پاسخ",
"Copy Link": "کپی لینک",
- "Copy to clipboard": "",
+ "Copy to clipboard": "کپی به کلیپ\u200cبورد",
"Copying to clipboard was successful!": "کپی کردن در کلیپ بورد با موفقیت انجام شد!",
- "CORS must be properly configured by the provider to allow requests from Open WebUI.": "",
- "Create": "",
- "Create a knowledge base": "",
+ "CORS must be properly configured by the provider to allow requests from Open WebUI.": "CORS باید توسط ارائه\u200cدهنده به درستی پیکربندی شود تا درخواست\u200cها از Open WebUI مجاز باشند.",
+ "Create": "ایجاد",
+ "Create a knowledge base": "ایجاد یک پایگاه دانش",
"Create a model": "ایجاد یک مدل",
"Create Account": "ساخت حساب کاربری",
- "Create Admin Account": "",
- "Create Channel": "",
- "Create Group": "",
- "Create Knowledge": "",
+ "Create Admin Account": "ایجاد حساب مدیر",
+ "Create Channel": "ایجاد کانال",
+ "Create Group": "ایجاد گروه",
+ "Create Knowledge": "ایجاد دانش",
"Create new key": "ساخت کلید جدید",
- "Create new secret key": "ساخت کلید gehez جدید",
+ "Create new secret key": "ساخت کلید مخفی جدید",
"Created at": "ایجاد شده در",
"Created At": "ایجاد شده در",
"Created by": "ایجاد شده توسط",
"CSV Import": "درون\u200cریزی CSV",
- "Ctrl+Enter to Send": "",
+ "Ctrl+Enter to Send": "Ctrl+Enter برای ارسال",
"Current Model": "مدل فعلی",
"Current Password": "رمز عبور فعلی",
"Custom": "دلخواه",
- "Danger Zone": "",
+ "Danger Zone": "منطقه خطر",
"Dark": "تیره",
"Database": "پایگاه داده",
"December": "دسامبر",
"Default": "پیشفرض",
- "Default (Open AI)": "",
+ "Default (Open AI)": "پیشفرض (Open AI)",
"Default (SentenceTransformers)": "پیشفرض (SentenceTransformers)",
- "Default mode works with a wider range of models by calling tools once before execution. Native mode leverages the model’s built-in tool-calling capabilities, but requires the model to inherently support this feature.": "",
+ "Default mode works with a wider range of models by calling tools once before execution. Native mode leverages the model's built-in tool-calling capabilities, but requires the model to inherently support this feature.": "حالت پیش\u200cفرض با طیف گسترده\u200cتری از مدل\u200cها کار می\u200cکند با فراخوانی ابزارها یک\u200cبار قبل از اجرا. حالت بومی از قابلیت\u200cهای فراخوانی ابزار داخلی مدل استفاده می\u200cکند، اما نیاز دارد که مدل به طور ذاتی از این ویژگی پشتیبانی کند.",
"Default Model": "مدل پیشفرض",
"Default model updated": "مدل پیشفرض به\u200cروزرسانی شد",
- "Default Models": "",
- "Default permissions": "",
- "Default permissions updated successfully": "",
+ "Default Models": "مدل\u200cهای پیش\u200cفرض",
+ "Default permissions": "مجوزهای پیش\u200cفرض",
+ "Default permissions updated successfully": "مجوزهای پیش\u200cفرض با موفقیت به\u200cروز شدند",
"Default Prompt Suggestions": "پیشنهادات پرامپت پیش فرض",
- "Default to 389 or 636 if TLS is enabled": "",
- "Default to ALL": "",
- "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "",
+ "Default to 389 or 636 if TLS is enabled": "پیش\u200cفرض به 389 یا 636 اگر TLS فعال باشد",
+ "Default to ALL": "پیش\u200cفرض به همه",
+ "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "پیش\u200cفرض به بازیابی قطعه\u200cای برای استخراج محتوای متمرکز و مرتبط، این برای اکثر موارد توصیه می\u200cشود.",
"Default User Role": "نقش کاربر پیش فرض",
"Delete": "حذف",
"Delete a model": "حذف یک مدل",
"Delete All Chats": "حذف همه گفتگوها",
- "Delete All Models": "",
+ "Delete All Models": "حذف همه مدل\u200cها",
"Delete chat": "حذف گپ",
"Delete Chat": "حذف گپ",
- "Delete chat?": "",
- "Delete folder?": "",
- "Delete function?": "",
- "Delete Message": "",
- "Delete message?": "",
- "Delete prompt?": "",
+ "Delete chat?": "گفتگو حذف شود؟",
+ "Delete folder?": "پوشه حذف شود؟",
+ "Delete function?": "تابع حذف شود؟",
+ "Delete Message": "حذف پیام",
+ "Delete message?": "پیام حذف شود؟",
+ "Delete prompt?": "پرامپت حذف شود؟",
"delete this link": "حذف این لینک",
- "Delete tool?": "",
+ "Delete tool?": "ابزار حذف شود؟",
"Delete User": "حذف کاربر",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} پاک شد",
"Deleted {{name}}": "حذف شده {{name}}",
- "Deleted User": "",
- "Describe your knowledge base and objectives": "",
+ "Deleted User": "کاربر حذف شده",
+ "Describe your knowledge base and objectives": "پایگاه دانش و اهداف خود را توصیف کنید",
"Description": "توضیحات",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "تشخیص خودکار مصنوعات",
"Didn't fully follow instructions": "نمی تواند دستورالعمل را کامل پیگیری کند",
- "Direct": "",
- "Direct Connections": "",
- "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
- "Direct Connections settings updated": "",
- "Direct Tool Servers": "",
- "Disabled": "",
- "Discover a function": "",
+ "Direct": "مستقیم",
+ "Direct Connections": "اتصالات مستقیم",
+ "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "اتصالات مستقیم به کاربران اجازه میدهد به نقاط پایانی API سازگار با OpenAI خود متصل شوند.",
+ "Direct Connections settings updated": "تنظیمات اتصالات مستقیم بهروزرسانی شد",
+ "Direct Tool Servers": "سرورهای ابزار مستقیم",
+ "Disabled": "غیرفعال",
+ "Discover a function": "کشف یک تابع",
"Discover a model": "کشف یک مدل",
"Discover a prompt": "یک اعلان را کشف کنید",
- "Discover a tool": "",
- "Discover how to use Open WebUI and seek support from the community.": "",
- "Discover wonders": "",
- "Discover, download, and explore custom functions": "",
- "Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید",
- "Discover, download, and explore custom tools": "",
+ "Discover a tool": "کشف یک ابزار",
+ "Discover how to use Open WebUI and seek support from the community.": "نحوه استفاده از Open WebUI را کشف کنید و از انجمن پشتیبانی بگیرید.",
+ "Discover wonders": "کشف شگفتیها",
+ "Discover, download, and explore custom functions": "کشف، دانلود و کاوش توابع سفارشی",
+ "Discover, download, and explore custom prompts": "پرامپتهای سفارشی را کشف، دانلود و کاوش کنید",
+ "Discover, download, and explore custom tools": "کشف، دانلود و کاوش ابزارهای سفارشی",
"Discover, download, and explore model presets": "پیش تنظیمات مدل را کشف، دانلود و کاوش کنید",
- "Dismissible": "",
- "Display": "",
- "Display Emoji in Call": "",
+ "Dismissible": "قابل رد کردن",
+ "Display": "نمایش",
+ "Display Emoji in Call": "نمایش اموجی در تماس",
"Display the username instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت",
- "Displays citations in the response": "",
- "Dive into knowledge": "",
- "Do not install functions from sources you do not fully trust.": "",
- "Do not install tools from sources you do not fully trust.": "",
- "Docling": "",
- "Docling Server URL required.": "",
+ "Displays citations in the response": "نمایش استنادها در پاسخ",
+ "Dive into knowledge": "غوطهور شدن در دانش",
+ "Do not install functions from sources you do not fully trust.": "توابع را از منابعی که کاملاً به آنها اعتماد ندارید نصب نکنید.",
+ "Do not install tools from sources you do not fully trust.": "ابزارها را از منابعی که کاملاً به آنها اعتماد ندارید نصب نکنید.",
+ "Docling": "داکلینگ",
+ "Docling Server URL required.": "آدرس سرور داکلینگ مورد نیاز است.",
"Document": "سند",
- "Document Intelligence": "",
- "Document Intelligence endpoint and key required.": "",
- "Documentation": "",
+ "Document Intelligence": "هوش اسناد",
+ "Document Intelligence endpoint and key required.": "نقطه پایانی و کلید هوش اسناد مورد نیاز است.",
+ "Documentation": "مستندات",
"Documents": "اسناد",
"does not make any external connections, and your data stays securely on your locally hosted server.": "هیچ اتصال خارجی ایجاد نمی کند و داده های شما به طور ایمن در سرور میزبان محلی شما باقی می ماند.",
- "Domain Filter List": "",
+ "Domain Filter List": "لیست فیلتر دامنه",
"Don't have an account?": "حساب کاربری ندارید؟",
- "don't install random functions from sources you don't trust.": "",
- "don't install random tools from sources you don't trust.": "",
+ "don't install random functions from sources you don't trust.": "توابع تصادفی را از منابعی که به آنها اعتماد ندارید نصب نکنید.",
+ "don't install random tools from sources you don't trust.": "ابزارهای تصادفی را از منابعی که به آنها اعتماد ندارید نصب نکنید.",
"Don't like the style": "نظری ندارید؟",
- "Done": "",
+ "Done": "انجام شد",
"Download": "دانلود کن",
- "Download as SVG": "",
+ "Download as SVG": "دانلود به صورت SVG",
"Download canceled": "دانلود لغو شد",
"Download Database": "دانلود پایگاه داده",
- "Drag and drop a file to upload or select a file to view": "",
- "Draw": "",
+ "Drag and drop a file to upload or select a file to view": "یک فایل را برای آپلود بکشید و رها کنید یا برای مشاهده یک فایل را انتخاب کنید",
+ "Draw": "رسم کردن",
"Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
- "e.g. \"json\" or a JSON schema": "",
- "e.g. 60": "",
- "e.g. A filter to remove profanity from text": "",
- "e.g. My Filter": "",
- "e.g. My Tools": "",
- "e.g. my_filter": "",
- "e.g. my_tools": "",
- "e.g. Tools for performing various operations": "",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g. \"json\" or a JSON schema": "مثلا \"json\" یا یک طرح JSON",
+ "e.g. 60": "مثلا 60",
+ "e.g. A filter to remove profanity from text": "مثلا فیلتری برای حذف ناسزا از متن",
+ "e.g. My Filter": "مثلا فیلتر من",
+ "e.g. My Tools": "مثلا ابزارهای من",
+ "e.g. my_filter": "مثلا my_filter",
+ "e.g. my_tools": "مثلا my_tools",
+ "e.g. Tools for performing various operations": "مثلا ابزارهایی برای انجام عملیات مختلف",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "مثلا en-US,ja-JP (برای تشخیص خودکار خالی بگذارید)",
"Edit": "ویرایش",
- "Edit Arena Model": "",
- "Edit Channel": "",
- "Edit Connection": "",
- "Edit Default Permissions": "",
- "Edit Memory": "",
+ "Edit Arena Model": "ویرایش مدل آرنا",
+ "Edit Channel": "ویرایش کانال",
+ "Edit Connection": "ویرایش اتصال",
+ "Edit Default Permissions": "ویرایش مجوزهای پیشفرض",
+ "Edit Memory": "ویرایش حافظه",
"Edit User": "ویرایش کاربر",
- "Edit User Group": "",
- "ElevenLabs": "",
+ "Edit User Group": "ویرایش گروه کاربری",
+ "ElevenLabs": "الونلبز",
"Email": "ایمیل",
- "Embark on adventures": "",
- "Embedding": "",
- "Embedding Batch Size": "",
+ "Embark on adventures": "شروع ماجراجوییها",
+ "Embedding": "پیدائش",
+ "Embedding Batch Size": "اندازه دسته پیدائش",
"Embedding Model": "مدل پیدائش",
"Embedding Model Engine": "محرک مدل پیدائش",
"Embedding model set to \"{{embedding_model}}\"": "مدل پیدائش را به \"{{embedding_model}}\" تنظیم کنید",
- "Enable API Key": "",
- "Enable autocomplete generation for chat messages": "",
- "Enable Code Execution": "",
- "Enable Code Interpreter": "",
+ "Enable API Key": "فعالسازی کلید API",
+ "Enable autocomplete generation for chat messages": "فعالسازی تولید تکمیل خودکار برای پیامهای چت",
+ "Enable Code Execution": "فعالسازی اجرای کد",
+ "Enable Code Interpreter": "فعالسازی مفسر کد",
"Enable Community Sharing": "فعالسازی اشتراک انجمن",
- "Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "",
- "Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "",
- "Enable Message Rating": "",
- "Enable Mirostat sampling for controlling perplexity.": "",
- "Enable New Sign Ups": "فعال کردن ثبت نام\u200cهای جدید",
- "Enabled": "",
- "Enforce Temporary Chat": "",
+ "Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "فعالسازی قفل حافظه (mlock) برای جلوگیری از تعویض دادههای مدل از RAM. این گزینه مجموعه صفحات کاری مدل را در RAM قفل میکند و اطمینان میدهد که به دیسک منتقل نمیشوند. این میتواند با جلوگیری از خطاهای صفحه و تضمین دسترسی سریع به دادهها، عملکرد را حفظ کند.",
+ "Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "فعالسازی نگاشت حافظه (mmap) برای بارگیری دادههای مدل. این گزینه به سیستم اجازه میدهد از فضای دیسک به عنوان گسترش RAM استفاده کند با در نظر گرفتن فایلهای دیسک مانند اینکه در RAM هستند. این میتواند با اجازه دادن به دسترسی سریعتر به دادهها، عملکرد مدل را بهبود بخشد. با این حال، ممکن است با همه سیستمها به درستی کار نکند و میتواند مقدار قابل توجهی از فضای دیسک را مصرف کند.",
+ "Enable Message Rating": "فعالسازی امتیازدهی پیام",
+ "Enable Mirostat sampling for controlling perplexity.": "فعالسازی نمونهبرداری میروستات برای کنترل سردرگمی",
+ "Enable New Sign Ups": "فعال کردن ثبت نامهای جدید",
+ "Enabled": "فعال شده",
+ "Enforce Temporary Chat": "اجبار چت موقت",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "اطمینان حاصل کنید که فایل CSV شما شامل چهار ستون در این ترتیب است: نام، ایمیل، رمز عبور، نقش.",
"Enter {{role}} message here": "پیام {{role}} را اینجا وارد کنید",
"Enter a detail about yourself for your LLMs to recall": "برای ذخیره سازی اطلاعات خود، یک توضیح کوتاه درباره خود را وارد کنید",
- "Enter api auth string (e.g. username:password)": "",
- "Enter Application DN": "",
- "Enter Application DN Password": "",
- "Enter Bing Search V7 Endpoint": "",
- "Enter Bing Search V7 Subscription Key": "",
- "Enter Bocha Search API Key": "",
+ "Enter api auth string (e.g. username:password)": "رشته احراز هویت api را وارد کنید (مثلا username:password)",
+ "Enter Application DN": "DN برنامه را وارد کنید",
+ "Enter Application DN Password": "رمز عبور DN برنامه را وارد کنید",
+ "Enter Bing Search V7 Endpoint": "نقطه پایانی جستجوی Bing V7 را وارد کنید",
+ "Enter Bing Search V7 Subscription Key": "کلید اشتراک جستجوی Bing V7 را وارد کنید",
+ "Enter Bocha Search API Key": "کلید API جستجوی Bocha را وارد کنید",
"Enter Brave Search API Key": "کلید API جستجوی شجاع را وارد کنید",
- "Enter certificate path": "",
- "Enter CFG Scale (e.g. 7.0)": "",
+ "Enter certificate path": "مسیر گواهینامه را وارد کنید",
+ "Enter CFG Scale (e.g. 7.0)": "مقیاس CFG را وارد کنید (مثال: 7.0)",
"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
- "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
- "Enter description": "",
- "Enter Docling Server URL": "",
- "Enter Document Intelligence Endpoint": "",
- "Enter Document Intelligence Key": "",
- "Enter domains separated by commas (e.g., example.com,site.org)": "",
- "Enter Exa API Key": "",
- "Enter Firecrawl API Base URL": "",
- "Enter Firecrawl API Key": "",
- "Enter Github Raw URL": "ادرس Github Raw را وارد کنید",
+ "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "جفتهای \"توکن:مقدار_بایاس\" را با کاما جدا شده وارد کنید (مثال: 5432:100, 413:-100)",
+ "Enter description": "توضیحات را وارد کنید",
+ "Enter Docling Server URL": "آدرس سرور Docling را وارد کنید",
+ "Enter Document Intelligence Endpoint": "نقطه پایانی هوش سند را وارد کنید",
+ "Enter Document Intelligence Key": "کلید هوش سند را وارد کنید",
+ "Enter domains separated by commas (e.g., example.com,site.org)": "دامنهها را با کاما جدا کنید (مثال: example.com,site.org)",
+ "Enter Exa API Key": "کلید API اکسا را وارد کنید",
+ "Enter Firecrawl API Base URL": "آدرس پایه API فایرکراول را وارد کنید",
+ "Enter Firecrawl API Key": "کلید API فایرکراول را وارد کنید",
+ "Enter Github Raw URL": "آدرس Github Raw را وارد کنید",
"Enter Google PSE API Key": "کلید API گوگل PSE را وارد کنید",
"Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید",
"Enter Image Size (e.g. 512x512)": "اندازه تصویر را وارد کنید (مثال: 512x512)",
- "Enter Jina API Key": "",
- "Enter Jupyter Password": "",
- "Enter Jupyter Token": "",
- "Enter Jupyter URL": "",
- "Enter Kagi Search API Key": "",
- "Enter Key Behavior": "",
+ "Enter Jina API Key": "کلید API جینا را وارد کنید",
+ "Enter Jupyter Password": "رمز عبور ژوپیتر را وارد کنید",
+ "Enter Jupyter Token": "توکن ژوپیتر را وارد کنید",
+ "Enter Jupyter URL": "آدرس ژوپیتر را وارد کنید",
+ "Enter Kagi Search API Key": "کلید API جستجوی کاگی را وارد کنید",
+ "Enter Key Behavior": "رفتار کلید را وارد کنید",
"Enter language codes": "کد زبان را وارد کنید",
- "Enter Mistral API Key": "",
- "Enter Model ID": "",
+ "Enter Mistral API Key": "کلید API میسترال را وارد کنید",
+ "Enter Model ID": "شناسه مدل را وارد کنید",
"Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})",
- "Enter Mojeek Search API Key": "",
- "Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)",
- "Enter Perplexity API Key": "",
- "Enter Playwright Timeout": "",
- "Enter Playwright WebSocket URL": "",
- "Enter proxy URL (e.g. https://user:password@host:port)": "",
- "Enter reasoning effort": "",
- "Enter Sampler (e.g. Euler a)": "",
- "Enter Scheduler (e.g. Karras)": "",
+ "Enter Mojeek Search API Key": "کلید API جستجوی موجیک را وارد کنید",
+ "Enter Number of Steps (e.g. 50)": "تعداد گامها را وارد کنید (مثال: 50)",
+ "Enter Perplexity API Key": "کلید API پرپلکسیتی را وارد کنید",
+ "Enter Playwright Timeout": "مهلت پلیرایت را وارد کنید",
+ "Enter Playwright WebSocket URL": "آدرس وبسوکت پلیرایت را وارد کنید",
+ "Enter proxy URL (e.g. https://user:password@host:port)": "آدرس پراکسی را وارد کنید (مثال: https://user:password@host:port)",
+ "Enter reasoning effort": "تلاش استدلال را وارد کنید",
+ "Enter Sampler (e.g. Euler a)": "نمونهگیر را وارد کنید (مثال: Euler a)",
+ "Enter Scheduler (e.g. Karras)": "زمانبند را وارد کنید (مثال: Karras)",
"Enter Score": "امتیاز را وارد کنید",
- "Enter SearchApi API Key": "",
- "Enter SearchApi Engine": "",
+ "Enter SearchApi API Key": "کلید API جستجو را وارد کنید",
+ "Enter SearchApi Engine": "موتور جستجو را وارد کنید",
"Enter Searxng Query URL": "نشانی وب پرسوجوی Searxng را وارد کنید",
- "Enter Seed": "",
- "Enter SerpApi API Key": "",
- "Enter SerpApi Engine": "",
- "Enter Serper API Key": "کلید API Serper را وارد کنید",
- "Enter Serply API Key": "",
- "Enter Serpstack API Key": "کلید API Serpstack را وارد کنید",
- "Enter server host": "",
- "Enter server label": "",
- "Enter server port": "",
- "Enter Sougou Search API sID": "",
- "Enter Sougou Search API SK": "",
+ "Enter Seed": "مقدار بذر را وارد کنید",
+ "Enter SerpApi API Key": "کلید API سرپ را وارد کنید",
+ "Enter SerpApi Engine": "موتور سرپ را وارد کنید",
+ "Enter Serper API Key": "کلید API سرپر را وارد کنید",
+ "Enter Serply API Key": "کلید API سرپلی را وارد کنید",
+ "Enter Serpstack API Key": "کلید API سرپاستک را وارد کنید",
+ "Enter server host": "میزبان سرور را وارد کنید",
+ "Enter server label": "برچسب سرور را وارد کنید",
+ "Enter server port": "پورت سرور را وارد کنید",
+ "Enter Sougou Search API sID": "شناسه API جستجوی سوگو را وارد کنید",
+ "Enter Sougou Search API SK": "کلید SK جستجوی سوگو را وارد کنید",
"Enter stop sequence": "توالی توقف را وارد کنید",
- "Enter system prompt": "",
- "Enter system prompt here": "",
- "Enter Tavily API Key": "",
- "Enter Tavily Extract Depth": "",
- "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
- "Enter Tika Server URL": "",
- "Enter timeout in seconds": "",
- "Enter to Send": "",
+ "Enter system prompt": "پرامپت سیستم را وارد کنید",
+ "Enter system prompt here": "پرامپت سیستم را اینجا وارد کنید",
+ "Enter Tavily API Key": "کلید API تاویلی را وارد کنید",
+ "Enter Tavily Extract Depth": "عمق استخراج تاویلی را وارد کنید",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "آدرس عمومی رابط کاربری وب خود را وارد کنید. این آدرس برای تولید پیوندها در اعلانها استفاده خواهد شد.",
+ "Enter Tika Server URL": "آدرس سرور تیکا را وارد کنید",
+ "Enter timeout in seconds": "مهلت زمانی را به ثانیه وارد کنید",
+ "Enter to Send": "برای ارسال اینتر را بزنید",
"Enter Top K": "مقدار Top K را وارد کنید",
- "Enter Top K Reranker": "",
+ "Enter Top K Reranker": "مقدار Top K بازچینشگر را وارد کنید",
"Enter URL (e.g. http://127.0.0.1:7860/)": "مقدار URL را وارد کنید (مثال http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "مقدار URL را وارد کنید (مثال http://localhost:11434)",
- "Enter your current password": "",
+ "Enter your current password": "رمز عبور فعلی خود را وارد کنید",
"Enter Your Email": "ایمیل خود را وارد کنید",
"Enter Your Full Name": "نام کامل خود را وارد کنید",
- "Enter your message": "",
- "Enter your name": "",
- "Enter your new password": "",
+ "Enter your message": "پیام خود را وارد کنید",
+ "Enter your name": "نام خود را وارد کنید",
+ "Enter your new password": "رمز عبور جدید خود را وارد کنید",
"Enter Your Password": "رمز عبور خود را وارد کنید",
"Enter Your Role": "نقش خود را وارد کنید",
- "Enter Your Username": "",
- "Enter your webhook URL": "",
+ "Enter Your Username": "نام کاربری خود را وارد کنید",
+ "Enter your webhook URL": "آدرس وبهوک خود را وارد کنید",
"Error": "خطا",
- "ERROR": "",
- "Error accessing Google Drive: {{error}}": "",
- "Error uploading file: {{error}}": "",
- "Evaluations": "",
- "Exa API Key": "",
- "Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
- "Example: ALL": "",
- "Example: mail": "",
- "Example: ou=users,dc=foo,dc=example": "",
- "Example: sAMAccountName or uid or userPrincipalName": "",
- "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
- "Exclude": "",
- "Execute code for analysis": "",
- "Executing **{{NAME}}**...": "",
- "Expand": "",
+ "ERROR": "خطا",
+ "Error accessing Google Drive: {{error}}": "خطا در دسترسی به گوگل درایو: {{error}}",
+ "Error uploading file: {{error}}": "خطا در بارگذاری فایل: {{error}}",
+ "Evaluations": "ارزیابیها",
+ "Exa API Key": "کلید API اکسا",
+ "Example: (&(objectClass=inetOrgPerson)(uid=%s))": "مثال: (&(objectClass=inetOrgPerson)(uid=%s))",
+ "Example: ALL": "مثال: ALL",
+ "Example: mail": "مثال: mail",
+ "Example: ou=users,dc=foo,dc=example": "مثال: ou=users,dc=foo,dc=example",
+ "Example: sAMAccountName or uid or userPrincipalName": "مثال: sAMAccountName یا uid یا userPrincipalName",
+ "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "تعداد جایگاههای مجاز در مجوز شما تمام شده است. لطفاً برای افزایش تعداد جایگاهها با پشتیبانی تماس بگیرید.",
+ "Exclude": "مستثنی کردن",
+ "Execute code for analysis": "اجرای کد برای تحلیل",
+ "Executing **{{NAME}}**...": "در حال اجرای **{{NAME}}**...",
+ "Expand": "گسترش",
"Experimental": "آزمایشی",
- "Explain": "",
- "Explain this section to me in more detail": "",
- "Explore the cosmos": "",
- "Export": "برون\u200cریزی",
- "Export All Archived Chats": "",
- "Export All Chats (All Users)": "برون\u200cریزی همه گفتگو\u200cها (همه کاربران)",
- "Export chat (.json)": "برون\u200cریزی گفتگو (json)",
- "Export Chats": "برون\u200cریزی گفتگوها",
+ "Explain": "توضیح",
+ "Explain this section to me in more detail": "این بخش را با جزئیات بیشتر برای من توضیح دهید",
+ "Explore the cosmos": "کاوش کیهان",
+ "Export": "خروجی گرفتن",
+ "Export All Archived Chats": "خروجی گرفتن تمام گفتگوهای بایگانی شده",
+ "Export All Chats (All Users)": "خروجی گرفتن همه گفتگوها (همه کاربران)",
+ "Export chat (.json)": "خروجی گرفتن گفتگو (json)",
+ "Export Chats": "خروجی گرفتن گفتگوها",
"Export Config to JSON File": "برون\u200cریزی پیکربندی به پروندهٔ JSON",
"Export Functions": "برون\u200cریزی توابع",
"Export Models": "برون\u200cریزی مدل\u200cها",
- "Export Presets": "",
+ "Export Presets": "برون\u200cریزی پیش\u200cتنظیم\u200cها",
"Export Prompts": "برون\u200cریزی پرامپت\u200cها",
- "Export to CSV": "",
+ "Export to CSV": "برون\u200cریزی به CSV",
"Export Tools": "برون\u200cریزی ابزارها",
- "External": "",
+ "External": "خارجی",
"External Models": "مدل\u200cهای بیرونی",
"Failed to add file.": "خطا در افزودن پرونده",
- "Failed to connect to {{URL}} OpenAPI tool server": "",
+ "Failed to connect to {{URL}} OpenAPI tool server": "خطا در اتصال به سرور ابزار OpenAPI {{URL}}",
"Failed to create API Key.": "ایجاد کلید API با خطا مواجه شد.",
- "Failed to fetch models": "",
+ "Failed to fetch models": "خطا در دریافت مدل\u200cها",
"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
- "Failed to save connections": "",
- "Failed to save models configuration": "",
+ "Failed to save connections": "خطا در ذخیره\u200cسازی اتصالات",
+ "Failed to save models configuration": "خطا در ذخیره\u200cسازی پیکربندی مدل\u200cها",
"Failed to update settings": "خطا در به\u200cروزرسانی تنظیمات",
"Failed to upload file.": "خطا در بارگذاری پرونده",
- "Features": "",
- "Features Permissions": "",
+ "Features": "ویژگی\u200cها",
+ "Features Permissions": "مجوزهای ویژگی\u200cها",
"February": "فوریه",
"Feedback History": "تاریخچهٔ بازخورد",
- "Feedbacks": "",
+ "Feedbacks": "بازخوردها",
"Feel free to add specific details": "اگر به دلخواه، معلومات خاصی اضافه کنید",
"File": "پرونده",
"File added successfully.": "پرونده با موفقیت افزوده شد.",
@@ -533,405 +533,405 @@
"File not found.": "پرونده یافت نشد.",
"File removed successfully.": "پرونده با موفقیت حذف شد.",
"File size should not exceed {{maxSize}} MB.": "حجم پرونده نبایستی از {{maxSize}} MB بیشتر باشد.",
- "File uploaded successfully": "",
+ "File uploaded successfully": "پرونده با موفقیت بارگذاری شد",
"Files": "پرونده\u200cها",
- "Filter is now globally disabled": "",
- "Filter is now globally enabled": "",
- "Filters": "",
+ "Filter is now globally disabled": "فیلتر به صورت سراسری غیرفعال شد",
+ "Filter is now globally enabled": "فیلتر به صورت سراسری فعال شد",
+ "Filters": "فیلترها",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "فانگ سرفیس شناسایی شد: نمی توان از نمایه شما به عنوان آواتار استفاده کرد. پیش فرض به عکس پروفایل پیش فرض برگشت داده شد.",
- "Firecrawl API Base URL": "",
- "Firecrawl API Key": "",
+ "Firecrawl API Base URL": "آدرس پایه API فایرکراول",
+ "Firecrawl API Key": "کلید API فایرکراول",
"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
"Focus chat input": "فوکوس کردن ورودی گپ",
- "Folder deleted successfully": "",
- "Folder name cannot be empty": "",
- "Folder name cannot be empty.": "",
- "Folder name updated successfully": "",
+ "Folder deleted successfully": "پوشه با موفقیت حذف شد",
+ "Folder name cannot be empty": "نام پوشه نمی\u200cتواند خالی باشد",
+ "Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
+ "Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
- "Forge new paths": "",
- "Form": "",
- "Format your variables using brackets like this:": "",
- "Forwards system user session credentials to authenticate": "",
+ "Forge new paths": "مسیرهای جدید بسازید",
+ "Form": "فرم",
+ "Format your variables using brackets like this:": "متغیرهای خود را با استفاده از براکت به این شکل قالب\u200cبندی کنید:",
+ "Forwards system user session credentials to authenticate": "اعتبارنامه\u200cهای نشست کاربر سیستم را برای احراز هویت ارسال می\u200cکند",
"Frequency Penalty": "مجازات فرکانس",
- "Full Context Mode": "",
- "Function": "",
- "Function Calling": "",
- "Function created successfully": "",
- "Function deleted successfully": "",
- "Function Description": "",
- "Function ID": "",
- "Function is now globally disabled": "",
- "Function is now globally enabled": "",
- "Function Name": "",
- "Function updated successfully": "",
- "Functions": "",
- "Functions allow arbitrary code execution": "",
- "Functions allow arbitrary code execution.": "",
+ "Full Context Mode": "حالت متن کامل",
+ "Function": "تابع",
+ "Function Calling": "فراخوانی تابع",
+ "Function created successfully": "تابع با موفقیت ایجاد شد",
+ "Function deleted successfully": "تابع با موفقیت حذف شد",
+ "Function Description": "توضیحات تابع",
+ "Function ID": "شناسه تابع",
+ "Function is now globally disabled": "تابع به صورت سراسری غیرفعال شد",
+ "Function is now globally enabled": "تابع به صورت سراسری فعال شد",
+ "Function Name": "نام تابع",
+ "Function updated successfully": "تابع با موفقیت به\u200cروز شد",
+ "Functions": "توابع",
+ "Functions allow arbitrary code execution": "توابع اجازه اجرای کد دلخواه را می\u200cدهند",
+ "Functions allow arbitrary code execution.": "توابع اجازه اجرای کد دلخواه را می\u200cدهند.",
"Functions imported successfully": "درون\u200cریزی توابع با موفقیت انجام شد",
- "Gemini": "",
- "Gemini API Config": "",
- "Gemini API Key is required.": "",
+ "Gemini": "جمینی",
+ "Gemini API Config": "پیکربندی API جمینی",
+ "Gemini API Key is required.": "کلید API جمینی مورد نیاز است.",
"General": "عمومی",
- "Generate an image": "",
- "Generate Image": "",
- "Generate prompt pair": "",
+ "Generate an image": "تولید یک تصویر",
+ "Generate Image": "تولید تصویر",
+ "Generate prompt pair": "تولید جفت پرامپت",
"Generating search query": "در حال تولید پرسوجوی جستجو",
- "Get started": "",
- "Get started with {{WEBUI_NAME}}": "",
- "Global": "",
+ "Get started": "شروع کنید",
+ "Get started with {{WEBUI_NAME}}": "شروع کار با {{WEBUI_NAME}}",
+ "Global": "سراسری",
"Good Response": "پاسخ خوب",
- "Google Drive": "",
+ "Google Drive": "گوگل درایو",
"Google PSE API Key": "گوگل PSE API کلید",
"Google PSE Engine Id": "شناسه موتور PSE گوگل",
- "Group created successfully": "",
- "Group deleted successfully": "",
- "Group Description": "",
- "Group Name": "",
- "Group updated successfully": "",
- "Groups": "",
- "Haptic Feedback": "",
+ "Group created successfully": "گروه با موفقیت ایجاد شد",
+ "Group deleted successfully": "گروه با موفقیت حذف شد",
+ "Group Description": "توضیحات گروه",
+ "Group Name": "نام گروه",
+ "Group updated successfully": "گروه با موفقیت به\u200cروز شد",
+ "Groups": "گروه\u200cها",
+ "Haptic Feedback": "بازخورد لمسی",
"has no conversations.": "ندارد.",
"Hello, {{name}}": "سلام، {{name}}",
"Help": "کمک",
- "Help us create the best community leaderboard by sharing your feedback history!": "",
- "Hex Color": "",
- "Hex Color - Leave empty for default color": "",
+ "Help us create the best community leaderboard by sharing your feedback history!": "با به اشتراک گذاشتن تاریخچه بازخورد خود به ما در ایجاد بهترین تابلوی امتیازات جامعه کمک کنید!",
+ "Hex Color": "رنگ هگز",
+ "Hex Color - Leave empty for default color": "رنگ هگز - برای رنگ پیش\u200cفرض خالی بگذارید",
"Hide": "پنهان\u200cسازی",
- "Hide Model": "",
- "Home": "",
- "Host": "",
+ "Hide Model": "پنهان کردن مدل",
+ "Home": "خانه",
+ "Host": "میزبان",
"How can I help you today?": "امروز چطور می توانم کمک تان کنم؟",
- "How would you rate this response?": "",
+ "How would you rate this response?": "این پاسخ را چگونه ارزیابی می\u200cکنید؟",
"Hybrid Search": "جستجوی همزمان",
- "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
- "ID": "",
- "iframe Sandbox Allow Forms": "",
- "iframe Sandbox Allow Same Origin": "",
- "Ignite curiosity": "",
- "Image": "",
- "Image Compression": "",
- "Image Generation": "",
+ "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "من تأیید می\u200cکنم که پیامدهای اقدام خود را خوانده و درک کرده\u200cام. از خطرات مرتبط با اجرای کد دلخواه آگاه هستم و اعتبار منبع را تأیید کرده\u200cام.",
+ "ID": "شناسه",
+ "iframe Sandbox Allow Forms": "اجازه فرم\u200cها در سندباکس iframe",
+ "iframe Sandbox Allow Same Origin": "اجازه منشأ یکسان در سندباکس iframe",
+ "Ignite curiosity": "کنجکاوی را برانگیزید",
+ "Image": "تصویر",
+ "Image Compression": "فشرده\u200cسازی تصویر",
+ "Image Generation": "تولید تصویر",
"Image Generation (Experimental)": "تولید تصویر (آزمایشی)",
"Image Generation Engine": "موتور تولید تصویر",
- "Image Max Compression Size": "",
- "Image Prompt Generation": "",
- "Image Prompt Generation Prompt": "",
+ "Image Max Compression Size": "حداکثر اندازه فشرده\u200cسازی تصویر",
+ "Image Prompt Generation": "تولید پرامپت تصویر",
+ "Image Prompt Generation Prompt": "پرامپت تولید پرامپت تصویر",
"Image Settings": "تنظیمات تصویر",
"Images": "تصاویر",
"Import Chats": "درون\u200cریزی گفتگوها",
"Import Config from JSON File": "درون\u200cریزی از پروندهٔ JSON",
"Import Functions": "درون\u200cریزی توابع",
"Import Models": "درون\u200cریزی مدل\u200cها",
- "Import Presets": "",
+ "Import Presets": "درون\u200cریزی پیش\u200cتنظیم\u200cها",
"Import Prompts": "درون\u200cریزی پرامپت\u200cها",
"Import Tools": "درون\u200cریزی ابزارها",
"Include": "شامل",
- "Include `--api-auth` flag when running stable-diffusion-webui": "",
+ "Include `--api-auth` flag when running stable-diffusion-webui": "هنگام اجرای stable-diffusion-webui پرچم `--api-auth` را اضافه کنید",
"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
- "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive.": "",
+ "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive.": "تأثیر می\u200cگذارد که الگوریتم چقدر سریع به بازخورد متن تولید شده پاسخ می\u200cدهد. نرخ یادگیری پایین\u200cتر منجر به تنظیمات کندتر می\u200cشود، در حالی که نرخ یادگیری بالاتر الگوریتم را پاسخگوتر می\u200cکند.",
"Info": "اطلاعات",
- "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
+ "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "کل محتوا را به عنوان زمینه برای پردازش جامع تزریق کنید، این برای پرس\u200cوجوهای پیچیده توصیه می\u200cشود.",
"Input commands": "ورودی دستورات",
"Install from Github URL": "نصب از ادرس Github",
- "Instant Auto-Send After Voice Transcription": "",
- "Integration": "",
+ "Instant Auto-Send After Voice Transcription": "ارسال خودکار فوری پس از رونویسی صوتی",
+ "Integration": "یکپارچه\u200cسازی",
"Interface": "رابط",
- "Invalid file format.": "",
- "Invalid JSON schema": "",
+ "Invalid file format.": "قالب فایل نامعتبر است.",
+ "Invalid JSON schema": "طرح JSON نامعتبر",
"Invalid Tag": "تگ نامعتبر",
- "is typing...": "",
+ "is typing...": "در حال تایپ...",
"January": "ژانویه",
- "Jina API Key": "",
+ "Jina API Key": "کلید API جینا",
"join our Discord for help.": "برای کمک به دیسکورد ما بپیوندید.",
"JSON": "JSON",
"JSON Preview": "پیش نمایش JSON",
"July": "ژوئن",
"June": "جولای",
- "Jupyter Auth": "",
- "Jupyter URL": "",
+ "Jupyter Auth": "احراز هویت ژوپیتر",
+ "Jupyter URL": "آدرس ژوپیتر",
"JWT Expiration": "JWT انقضای",
"JWT Token": "JWT توکن",
- "Kagi Search API Key": "",
+ "Kagi Search API Key": "کلید API جستجوی کاگی",
"Keep Alive": "Keep Alive",
- "Key": "",
+ "Key": "کلید",
"Keyboard shortcuts": "میانبرهای صفحه کلید",
- "Knowledge": "",
- "Knowledge Access": "",
- "Knowledge created successfully.": "",
- "Knowledge deleted successfully.": "",
- "Knowledge Public Sharing": "",
- "Knowledge reset successfully.": "",
- "Knowledge updated successfully": "",
- "Kokoro.js (Browser)": "",
- "Kokoro.js Dtype": "",
- "Label": "",
- "Landing Page Mode": "",
+ "Knowledge": "دانش",
+ "Knowledge Access": "دسترسی به دانش",
+ "Knowledge created successfully.": "دانش با موفقیت ایجاد شد.",
+ "Knowledge deleted successfully.": "دانش با موفقیت حذف شد.",
+ "Knowledge Public Sharing": "اشتراک\u200cگذاری عمومی دانش",
+ "Knowledge reset successfully.": "دانش با موفقیت بازنشانی شد.",
+ "Knowledge updated successfully": "دانش با موفقیت به\u200cروز شد",
+ "Kokoro.js (Browser)": "Kokoro.js (مرورگر)",
+ "Kokoro.js Dtype": "نوع داده Kokoro.js",
+ "Label": "برچسب",
+ "Landing Page Mode": "حالت صفحه فرود",
"Language": "زبان",
- "Language Locales": "",
+ "Language Locales": "محلی\u200cسازی زبان",
"Last Active": "آخرین فعال",
- "Last Modified": "",
- "Last reply": "",
- "LDAP": "",
- "LDAP server updated": "",
- "Leaderboard": "",
- "Learn more about OpenAPI tool servers.": "",
- "Leave empty for unlimited": "",
- "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "",
- "Leave empty to include all models from \"{{url}}/models\" endpoint": "",
- "Leave empty to include all models or select specific models": "",
- "Leave empty to use the default prompt, or enter a custom prompt": "",
- "Leave model field empty to use the default model.": "",
- "License": "",
+ "Last Modified": "آخرین تغییر",
+ "Last reply": "آخرین پاسخ",
+ "LDAP": "LDAP",
+ "LDAP server updated": "سرور LDAP به\u200cروز شد",
+ "Leaderboard": "تابلوی امتیازات",
+ "Learn more about OpenAPI tool servers.": "درباره سرورهای ابزار OpenAPI بیشتر بدانید.",
+ "Leave empty for unlimited": "برای نامحدود خالی بگذارید",
+ "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "برای شامل شدن همه مدل\u200cها از نقطه پایانی \"{{url}}/api/tags\" خالی بگذارید",
+ "Leave empty to include all models from \"{{url}}/models\" endpoint": "برای شامل شدن همه مدل\u200cها از نقطه پایانی \"{{url}}/models\" خالی بگذارید",
+ "Leave empty to include all models or select specific models": "برای شامل شدن همه مدل\u200cها خالی بگذارید یا مدل\u200cهای خاص را انتخاب کنید",
+ "Leave empty to use the default prompt, or enter a custom prompt": "برای استفاده از پرامپت پیش\u200cفرض خالی بگذارید، یا یک پرامپت سفارشی وارد کنید",
+ "Leave model field empty to use the default model.": "برای استفاده از مدل پیش\u200cفرض، فیلد مدل را خالی بگذارید.",
+ "License": "مجوز",
"Light": "روشن",
- "Listening...": "",
- "Llama.cpp": "",
+ "Listening...": "در حال گوش دادن...",
+ "Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
- "Loader": "",
- "Loading Kokoro.js...": "",
- "Local": "",
- "Local Models": "",
- "Location access not allowed": "",
- "Logit Bias": "",
- "Lost": "",
+ "Loader": "بارگذار",
+ "Loading Kokoro.js...": "در حال بارگذاری Kokoro.js...",
+ "Local": "محلی",
+ "Local Models": "مدل\u200cهای محلی",
+ "Location access not allowed": "دسترسی به موقعیت مکانی مجاز نیست",
+ "Logit Bias": "بایاس لاجیت",
+ "Lost": "گم شده",
"LTR": "LTR",
"Made by Open WebUI Community": "ساخته شده توسط OpenWebUI Community",
"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
- "Make sure to export a workflow.json file as API format from ComfyUI.": "",
- "Manage": "",
- "Manage Direct Connections": "",
- "Manage Models": "",
- "Manage Ollama": "",
- "Manage Ollama API Connections": "",
- "Manage OpenAI API Connections": "",
+ "Make sure to export a workflow.json file as API format from ComfyUI.": "مطمئن شوید که یک فایل workflow.json را به عنوان قالب API از ComfyUI صادر کنید.",
+ "Manage": "مدیریت",
+ "Manage Direct Connections": "مدیریت اتصالات مستقیم",
+ "Manage Models": "مدیریت مدل\u200cها",
+ "Manage Ollama": "مدیریت ollama",
+ "Manage Ollama API Connections": "مدیریت اتصالات API ollama",
+ "Manage OpenAI API Connections": "مدیریت اتصالات API اوپنایآی",
"Manage Pipelines": "مدیریت خطوط لوله",
- "Manage Tool Servers": "",
+ "Manage Tool Servers": "مدیریت سرورهای ابزار",
"March": "مارچ",
"Max Tokens (num_predict)": "توکنهای بیشینه (num_predict)",
- "Max Upload Count": "",
- "Max Upload Size": "",
+ "Max Upload Count": "حداکثر تعداد آپلود",
+ "Max Upload Size": "حداکثر اندازه آپلود",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "حداکثر 3 مدل را می توان به طور همزمان دانلود کرد. لطفاً بعداً دوباره امتحان کنید.",
"May": "ماهی",
"Memories accessible by LLMs will be shown here.": "حافظه های دسترسی به LLMs در اینجا نمایش داده می شوند.",
"Memory": "حافظه",
- "Memory added successfully": "",
- "Memory cleared successfully": "",
- "Memory deleted successfully": "",
- "Memory updated successfully": "",
- "Merge Responses": "",
- "Message rating should be enabled to use this feature": "",
+ "Memory added successfully": "حافظه با موفقیت اضافه شد",
+ "Memory cleared successfully": "حافظه با موفقیت پاک شد",
+ "Memory deleted successfully": "حافظه با موفقیت حذف شد",
+ "Memory updated successfully": "حافظه با موفقیت بهروز شد",
+ "Merge Responses": "ادغام پاسخها",
+ "Message rating should be enabled to use this feature": "برای استفاده از این ویژگی باید امتیازدهی پیامها فعال باشد",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "پیام های شما بعد از ایجاد لینک شما به اشتراک نمی گردد. کاربران با لینک URL می توانند چت اشتراک را مشاهده کنند.",
- "Min P": "",
+ "Min P": "حداقل P",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
- "Mistral OCR": "",
- "Mistral OCR API Key required.": "",
- "Model": "",
+ "Mistral OCR": "تشخیص متن میسترال",
+ "Mistral OCR API Key required.": "کلید API تشخیص متن میسترال مورد نیاز است.",
+ "Model": "مدل",
"Model '{{modelName}}' has been successfully downloaded.": "مدل '{{modelName}}' با موفقیت دانلود شد.",
"Model '{{modelTag}}' is already in queue for downloading.": "مدل '{{modelTag}}' در حال حاضر در صف برای دانلود است.",
"Model {{modelId}} not found": "مدل {{modelId}} یافت نشد",
"Model {{modelName}} is not vision capable": "مدل {{modelName}} قادر به بینایی نیست",
"Model {{name}} is now {{status}}": "مدل {{name}} در حال حاضر {{status}}",
- "Model {{name}} is now hidden": "",
- "Model {{name}} is now visible": "",
- "Model accepts image inputs": "",
- "Model created successfully!": "",
+ "Model {{name}} is now hidden": "مدل {{name}} اکنون مخفی است",
+ "Model {{name}} is now visible": "مدل {{name}} اکنون قابل مشاهده است",
+ "Model accepts image inputs": "مدل ورودی تصویر را میپذیرد",
+ "Model created successfully!": "مدل با موفقیت ایجاد شد!",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "مسیر فایل سیستم مدل یافت شد. برای بروزرسانی نیاز است نام کوتاه مدل وجود داشته باشد.",
- "Model Filtering": "",
+ "Model Filtering": "فیلتر کردن مدل",
"Model ID": "شناسه مدل",
- "Model IDs": "",
- "Model Name": "",
+ "Model IDs": "شناسههای مدل",
+ "Model Name": "نام مدل",
"Model not selected": "مدل انتخاب نشده",
"Model Params": "مدل پارامز",
- "Model Permissions": "",
- "Model updated successfully": "",
+ "Model Permissions": "مجوزهای مدل",
+ "Model updated successfully": "مدل با موفقیت بهروز شد",
"Modelfile Content": "محتویات فایل مدل",
"Models": "مدل\u200cها",
- "Models Access": "",
- "Models configuration saved successfully": "",
- "Models Public Sharing": "",
- "Mojeek Search API Key": "",
- "more": "",
+ "Models Access": "دسترسی به مدلها",
+ "Models configuration saved successfully": "پیکربندی مدلها با موفقیت ذخیره شد",
+ "Models Public Sharing": "اشتراکگذاری عمومی مدلها",
+ "Mojeek Search API Key": "کلید API جستجوی موجیک",
+ "more": "بیشتر",
"More": "بیشتر",
"Name": "نام",
- "Name your knowledge base": "",
- "Native": "",
+ "Name your knowledge base": "پایگاه دانش خود را نامگذاری کنید",
+ "Native": "بومی",
"New Chat": "گپ جدید",
- "New Folder": "",
+ "New Folder": "پوشه جدید",
"New Password": "رمز عبور جدید",
- "new-channel": "",
- "No content found": "",
- "No content to speak": "",
- "No distance available": "",
- "No feedbacks found": "",
- "No file selected": "",
- "No files found.": "",
- "No groups with access, add a group to grant access": "",
- "No HTML, CSS, or JavaScript content found.": "",
- "No inference engine with management support found": "",
- "No knowledge found": "",
- "No memories to clear": "",
- "No model IDs": "",
- "No models found": "",
- "No models selected": "",
+ "new-channel": "کانال-جدید",
+ "No content found": "محتوایی یافت نشد",
+ "No content to speak": "محتوایی برای خواندن وجود ندارد",
+ "No distance available": "فاصلهای در دسترس نیست",
+ "No feedbacks found": "بازخوردی یافت نشد",
+ "No file selected": "فایلی انتخاب نشده است",
+ "No files found.": "فایلی یافت نشد.",
+ "No groups with access, add a group to grant access": "هیچ گروهی با دسترسی وجود ندارد، یک گروه برای اعطای دسترسی اضافه کنید",
+ "No HTML, CSS, or JavaScript content found.": "محتوای HTML، CSS یا JavaScript یافت نشد.",
+ "No inference engine with management support found": "موتور استنتاج با پشتیبانی مدیریت یافت نشد",
+ "No knowledge found": "دانشی یافت نشد",
+ "No memories to clear": "حافظهای برای پاک کردن وجود ندارد",
+ "No model IDs": "شناسه مدلی وجود ندارد",
+ "No models found": "مدلی یافت نشد",
+ "No models selected": "مدلی انتخاب نشده است",
"No results found": "نتیجه\u200cای یافت نشد",
"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
"No source available": "منبعی در دسترس نیست",
- "No users were found.": "",
- "No valves to update": "",
+ "No users were found.": "کاربری یافت نشد.",
+ "No valves to update": "شیری برای بهروزرسانی وجود ندارد",
"None": "هیچ کدام",
"Not factually correct": "اشتباهی فکری نیست",
- "Not helpful": "",
+ "Not helpful": "مفید نیست",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
- "Notes": "",
- "Notification Sound": "",
- "Notification Webhook": "",
+ "Notes": "یادداشتها",
+ "Notification Sound": "صدای اعلان",
+ "Notification Webhook": "وبهوک اعلان",
"Notifications": "اعلان",
"November": "نوامبر",
- "num_gpu (Ollama)": "",
- "num_thread (Ollama)": "num_thread (اولاما)",
- "OAuth ID": "",
+ "num_gpu (Ollama)": "تعداد GPU (ollama)",
+ "num_thread (Ollama)": "num_thread (ollama)",
+ "OAuth ID": "شناسه OAuth",
"October": "اکتبر",
"Off": "خاموش",
"Okay, Let's Go!": "باشه، بزن بریم!",
"OLED Dark": "OLED تیره",
"Ollama": "Ollama",
"Ollama API": "Ollama API",
- "Ollama API settings updated": "",
- "Ollama Version": "نسخه اولاما",
+ "Ollama API settings updated": "تنظیمات API ollama بهروز شد",
+ "Ollama Version": "نسخه ollama",
"On": "روشن",
- "OneDrive": "",
- "Only alphanumeric characters and hyphens are allowed": "",
+ "OneDrive": "واندرایو",
+ "Only alphanumeric characters and hyphens are allowed": "فقط حروف الفبا، اعداد و خط تیره مجاز هستند",
"Only alphanumeric characters and hyphens are allowed in the command string.": "فقط کاراکترهای الفبایی و خط فاصله در رشته فرمان مجاز هستند.",
- "Only collections can be edited, create a new knowledge base to edit/add documents.": "",
- "Only select users and groups with permission can access": "",
+ "Only collections can be edited, create a new knowledge base to edit/add documents.": "فقط مجموعهها قابل ویرایش هستند، برای ویرایش/افزودن اسناد یک پایگاه دانش جدید ایجاد کنید.",
+ "Only select users and groups with permission can access": "فقط کاربران و گروههای دارای مجوز میتوانند دسترسی داشته باشند",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "اوه! به نظر می رسد URL نامعتبر است. لطفاً دوباره بررسی کنید و دوباره امتحان کنید.",
- "Oops! There are files still uploading. Please wait for the upload to complete.": "",
- "Oops! There was an error in the previous response.": "",
+ "Oops! There are files still uploading. Please wait for the upload to complete.": "اوه! هنوز فایلهایی در حال آپلود هستند. لطفاً منتظر تکمیل آپلود بمانید.",
+ "Oops! There was an error in the previous response.": "اوه! در پاسخ قبلی خطایی رخ داد.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "اوه! شما از یک روش پشتیبانی نشده (فقط frontend) استفاده می کنید. لطفاً WebUI را از بکند اجرا کنید.",
- "Open file": "",
- "Open in full screen": "",
+ "Open file": "باز کردن فایل",
+ "Open in full screen": "باز کردن در تمام صفحه",
"Open new chat": "باز کردن گپ جدید",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
- "Open WebUI uses faster-whisper internally.": "",
- "Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "",
- "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Open WebUI میتواند از ابزارهای ارائه شده توسط هر سرور OpenAPI استفاده کند.",
+ "Open WebUI uses faster-whisper internally.": "Open WebUI به صورت داخلی از faster-whisper استفاده میکند.",
+ "Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI از SpeechT5 و جاسازیهای گوینده CMU Arctic استفاده میکند.",
+ "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "نسخه Open WebUI (v{{OPEN_WEBUI_VERSION}}) پایینتر از نسخه مورد نیاز (v{{REQUIRED_VERSION}}) است",
"OpenAI": "OpenAI",
"OpenAI API": "OpenAI API",
- "OpenAI API Config": "OpenAI API Config",
+ "OpenAI API Config": "OpenAI API تنظیمات",
"OpenAI API Key is required.": "مقدار کلید OpenAI API مورد نیاز است.",
- "OpenAI API settings updated": "",
+ "OpenAI API settings updated": "تنظیمات API اوپنایآی بهروز شد",
"OpenAI URL/Key required.": "URL/Key OpenAI مورد نیاز است.",
- "openapi.json Path": "",
+ "openapi.json Path": "مسیر openapi.json",
"or": "یا",
- "Organize your users": "",
+ "Organize your users": "کاربران خود را سازماندهی کنید",
"Other": "دیگر",
"OUTPUT": "خروجی",
"Output format": "قالب خروجی",
"Overview": "نمای کلی",
"page": "صفحه",
"Password": "رمز عبور",
- "Paste Large Text as File": "",
+ "Paste Large Text as File": "چسباندن متن بزرگ به عنوان فایل",
"PDF document (.pdf)": "PDF سند (.pdf)",
"PDF Extract Images (OCR)": "استخراج تصاویر از PDF (OCR)",
"pending": "در انتظار",
- "Permission denied when accessing media devices": "",
- "Permission denied when accessing microphone": "",
+ "Permission denied when accessing media devices": "دسترسی به دستگاههای رسانه رد شد",
+ "Permission denied when accessing microphone": "دسترسی به میکروفون رد شد",
"Permission denied when accessing microphone: {{error}}": "هنگام دسترسی به میکروفون، اجازه داده نشد: {{error}}",
- "Permissions": "",
- "Perplexity API Key": "",
+ "Permissions": "مجوزها",
+ "Perplexity API Key": "کلید API پرپلکسیتی",
"Personalization": "شخصی سازی",
- "Pin": "",
- "Pinned": "",
- "Pioneer insights": "",
- "Pipeline deleted successfully": "",
- "Pipeline downloaded successfully": "",
+ "Pin": "پین کردن",
+ "Pinned": "پین شده",
+ "Pioneer insights": "بینشهای پیشگام",
+ "Pipeline deleted successfully": "خط لوله با موفقیت حذف شد",
+ "Pipeline downloaded successfully": "خط لوله با موفقیت دانلود شد",
"Pipelines": "خط لوله",
- "Pipelines Not Detected": "",
+ "Pipelines Not Detected": "خطوط لوله شناسایی نشدند",
"Pipelines Valves": "شیرالات خطوط لوله",
"Plain text (.txt)": "متن ساده (.txt)",
"Playground": "زمین بازی",
- "Playwright Timeout (ms)": "",
- "Playwright WebSocket URL": "",
- "Please carefully review the following warnings:": "",
- "Please do not close the settings page while loading the model.": "",
- "Please enter a prompt": "",
- "Please enter a valid path": "",
- "Please enter a valid URL": "",
- "Please fill in all fields.": "",
- "Please select a model first.": "",
- "Please select a model.": "",
- "Please select a reason": "",
- "Port": "",
+ "Playwright Timeout (ms)": "مهلت زمانی پلی\u200cرایت (میلی\u200cثانیه)",
+ "Playwright WebSocket URL": "آدرس وب\u200cسوکت پلی\u200cرایت",
+ "Please carefully review the following warnings:": "لطفاً هشدارهای زیر را با دقت بررسی کنید:",
+ "Please do not close the settings page while loading the model.": "لطفاً در حین بارگیری مدل، صفحه تنظیمات را نبندید.",
+ "Please enter a prompt": "لطفاً یک پرامپت وارد کنید",
+ "Please enter a valid path": "لطفاً یک مسیر معتبر وارد کنید",
+ "Please enter a valid URL": "لطفاً یک URL معتبر وارد کنید",
+ "Please fill in all fields.": "لطفاً همه فیلدها را پر کنید.",
+ "Please select a model first.": "لطفاً ابتدا یک مدل انتخاب کنید.",
+ "Please select a model.": "لطفاً یک مدل انتخاب کنید.",
+ "Please select a reason": "لطفاً یک دلیل انتخاب کنید",
+ "Port": "پورت",
"Positive attitude": "نظرات مثبت",
- "Prefix ID": "",
- "Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
- "Presence Penalty": "",
+ "Prefix ID": "شناسه پیشوند",
+ "Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "شناسه پیشوند برای جلوگیری از تداخل با سایر اتصالات با افزودن پیشوند به شناسه\u200cهای مدل استفاده می\u200cشود - برای غیرفعال کردن خالی بگذارید",
+ "Presence Penalty": "جریمه حضور",
"Previous 30 days": "30 روز قبل",
"Previous 7 days": "7 روز قبل",
- "Private": "",
+ "Private": "خصوصی",
"Profile Image": "تصویر پروفایل",
- "Prompt": "",
+ "Prompt": "پرامپت",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "پیشنهاد (برای مثال: به من بگوید چیزی که برای من یک کاربرد داره درباره ایران)",
- "Prompt Autocompletion": "",
+ "Prompt Autocompletion": "تکمیل خودکار پرامپت",
"Prompt Content": "محتویات پرامپت",
- "Prompt created successfully": "",
+ "Prompt created successfully": "پرامپت با موفقیت ایجاد شد",
"Prompt suggestions": "پیشنهادات پرامپت",
- "Prompt updated successfully": "",
+ "Prompt updated successfully": "پرامپت با موفقیت به\u200cروز شد",
"Prompts": "پرامپت\u200cها",
- "Prompts Access": "",
- "Prompts Public Sharing": "",
- "Public": "",
+ "Prompts Access": "دسترسی پرامپت\u200cها",
+ "Prompts Public Sharing": "اشتراک\u200cگذاری عمومی پرامپت\u200cها",
+ "Public": "عمومی",
"Pull \"{{searchValue}}\" from Ollama.com": "بازگرداندن \"{{searchValue}}\" از Ollama.com",
"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
- "Query Generation Prompt": "",
+ "Query Generation Prompt": "پرامپت تولید کوئری",
"RAG Template": "RAG الگوی",
- "Rating": "",
- "Re-rank models by topic similarity": "",
- "Read": "",
+ "Rating": "امتیازدهی",
+ "Re-rank models by topic similarity": "رتبه\u200cبندی مجدد مدل\u200cها براساس شباهت موضوعی",
+ "Read": "خواندن",
"Read Aloud": "خواندن به صورت صوتی",
- "Reasoning Effort": "",
+ "Reasoning Effort": "تلاش استدلال",
"Record voice": "ضبط صدا",
"Redirecting you to Open WebUI Community": "در حال هدایت به OpenWebUI Community",
- "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
- "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "",
- "References from": "",
+ "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "احتمال تولید محتوای بی\u200cمعنی را کاهش می\u200cدهد. مقدار بالاتر (مثلاً 100) پاسخ\u200cهای متنوع\u200cتری می\u200cدهد، در حالی که مقدار پایین\u200cتر (مثلاً 10) محافظه\u200cکارانه\u200cتر خواهد بود.",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "به خود به عنوان \"کاربر\" اشاره کنید (مثلاً، \"کاربر در حال یادگیری اسپانیایی است\")",
+ "References from": "مراجع از",
"Refused when it shouldn't have": "رد شده زمانی که باید نباشد",
"Regenerate": "ری\u200cسازی",
- "Reindex": "",
- "Reindex Knowledge Base Vectors": "",
+ "Reindex": "فهرست\u200cبندی مجدد",
+ "Reindex Knowledge Base Vectors": "فهرست\u200cبندی مجدد بردارهای پایگاه دانش",
"Release Notes": "یادداشت\u200cهای انتشار",
"Relevance": "ارتباط",
- "Relevance Threshold": "",
+ "Relevance Threshold": "آستانه ارتباط",
"Remove": "حذف",
"Remove Model": "حذف مدل",
"Rename": "تغییر نام",
- "Reorder Models": "",
- "Repeat Last N": "Repeat Last N",
- "Repeat Penalty (Ollama)": "",
- "Reply in Thread": "",
+ "Reorder Models": "ترتیب مجدد مدل\u200cها",
+ "Repeat Last N": "تکرار آخرین N",
+ "Repeat Penalty (Ollama)": "جریمه تکرار (ollama)",
+ "Reply in Thread": "پاسخ در رشته",
"Request Mode": "حالت درخواست",
"Reranking Model": "مدل ری\u200cشناسی مجدد غیرفعال است",
"Reranking model disabled": "مدل ری\u200cشناسی مجدد غیرفعال است",
"Reranking model set to \"{{reranking_model}}\"": "مدل ری\u200cشناسی مجدد به \"{{reranking_model}}\" تنظیم شده است",
- "Reset": "",
- "Reset All Models": "",
- "Reset Upload Directory": "",
- "Reset Vector Storage/Knowledge": "",
- "Reset view": "",
- "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
- "Response splitting": "",
+ "Reset": "بازنشانی",
+ "Reset All Models": "بازنشانی همه مدل\u200cها",
+ "Reset Upload Directory": "بازنشانی پوشه آپلود",
+ "Reset Vector Storage/Knowledge": "بازنشانی ذخیره\u200cسازی برداری/دانش",
+ "Reset view": "بازنشانی نما",
+ "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "اعلان\u200cهای پاسخ نمی\u200cتوانند فعال شوند زیرا مجوزهای وب\u200cسایت رد شده\u200cاند. لطفاً تنظیمات مرورگر خود را برای اعطای دسترسی لازم بررسی کنید.",
+ "Response splitting": "تقسیم پاسخ",
"Result": "نتیجه",
- "Retrieval": "",
- "Retrieval Query Generation": "",
- "Rich Text Input for Chat": "",
- "RK": "",
+ "Retrieval": "بازیابی",
+ "Retrieval Query Generation": "تولید کوئری بازیابی",
+ "Rich Text Input for Chat": "ورودی متن غنی برای چت",
+ "RK": "RK",
"Role": "نقش",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL",
"Run": "اجرا",
- "Running": "",
+ "Running": "در حال اجرا",
"Save": "ذخیره",
"Save & Create": "ذخیره و ایجاد",
"Save & Update": "ذخیره و به\u200cروزرسانی",
@@ -939,108 +939,108 @@
"Save Tag": "ذخیرهٔ برچسب",
"Saved": "ذخیره شد",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ذخیره گزارش\u200cهای چت مستقیماً در حافظه مرورگر شما دیگر پشتیبانی نمی\u200cشود. لطفاً با کلیک بر روی دکمه زیر، چند لحظه برای دانلود و حذف گزارش های چت خود وقت بگذارید. نگران نباشید، شما به راحتی می توانید گزارش های چت خود را از طریق بکند دوباره وارد کنید",
- "Scroll to bottom when switching between branches": "",
+ "Scroll to bottom when switching between branches": "به سمت پایین منتقل شود وقتی بین شاخه\u200cها تغییر می کند",
"Search": "جستجو",
"Search a model": "جستجوی یک مدل",
- "Search Base": "",
+ "Search Base": "پایه جستجو",
"Search Chats": "جستجو گفتگوها",
"Search Collection": "جستجوی مجموعه\u200cها",
- "Search Filters": "",
+ "Search Filters": "فیلترهای جستجو",
"search for tags": "جستجو برای برچسب\u200cها",
"Search Functions": "جستجوی توابع",
"Search Knowledge": "جستجوی دانش",
"Search Models": "جستجوی مدل\u200cها",
- "Search options": "",
+ "Search options": "گزینه\u200cهای جستجو",
"Search Prompts": "جستجوی پرامپت\u200cها",
"Search Result Count": "تعداد نتایج جستجو",
- "Search the internet": "",
+ "Search the internet": "جستجوی اینترنت",
"Search Tools": "ابزارهای جستجو",
- "SearchApi API Key": "",
- "SearchApi Engine": "",
- "Searched {{count}} sites": "",
+ "SearchApi API Key": "کلید API SearchApi",
+ "SearchApi Engine": "موتور SearchApi",
+ "Searched {{count}} sites": "جستجوی {{count}} سایت",
"Searching \"{{searchQuery}}\"": "جستجوی «{{searchQuery}}»",
"Searching Knowledge for \"{{searchQuery}}\"": "جستجوی دانش برای «{{searchQuery}}»",
"Searxng Query URL": "نشانی وب جستجوی Searxng",
"See readme.md for instructions": "برای مشاهده دستورالعمل\u200cها به readme.md مراجعه کنید",
"See what's new": "ببینید موارد جدید چه بوده",
- "Seed": "",
+ "Seed": "هسته",
"Select a base model": "انتخاب یک مدل پایه",
"Select a engine": "انتخاب یک موتور",
"Select a function": "انتخاب یک تابع",
- "Select a group": "",
+ "Select a group": "انتخاب یک گروه",
"Select a model": "انتخاب یک مدل",
"Select a pipeline": "انتخاب یک خط لوله",
"Select a pipeline url": "یک ادرس خط لوله را انتخاب کنید",
"Select a tool": "انتخاب یک ابقزار",
- "Select an auth method": "",
- "Select an Ollama instance": "",
+ "Select an auth method": "یک روش احراز هویت را انتخاب کنید",
+ "Select an Ollama instance": "یک نمونه ollama را انتخاب کنید",
"Select Engine": "انتخاب موتور",
"Select Knowledge": "انتخاب دانش",
"Select only one model to call": "تنها یک مدل را برای صدا زدن انتخاب کنید",
"Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند",
- "Semantic distance to query": "",
+ "Semantic distance to query": "فاصله معنایی تا پرس و جو",
"Send": "ارسال",
"Send a Message": "ارسال یک پیام",
"Send message": "ارسال پیام",
- "Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "",
+ "Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "ارسال `stream_options: { include_usage: true }` در درخواست.\nارائه دهندگان پشتیبانی شده در صورت تنظیم، اطلاعات استفاده از توکن را در پاسخ برمی گردانند.",
"September": "سپتامبر",
- "SerpApi API Key": "",
- "SerpApi Engine": "",
+ "SerpApi API Key": "کلید API سرپایپیآی",
+ "SerpApi Engine": "موتور سرپایپیآی",
"Serper API Key": "کلید API Serper",
- "Serply API Key": "",
+ "Serply API Key": "کلید API سرپلی",
"Serpstack API Key": "کلید API Serpstack",
"Server connection verified": "اتصال سرور تأیید شد",
"Set as default": "تنظیم به عنوان پیشفرض",
- "Set CFG Scale": "",
+ "Set CFG Scale": "تنظیم مقیاس CFG",
"Set Default Model": "تنظیم مدل پیش فرض",
- "Set embedding model": "",
+ "Set embedding model": "تنظیم مدل جاسازی",
"Set embedding model (e.g. {{model}})": "تنظیم مدل پیچشی (برای مثال {{model}})",
"Set Image Size": "تنظیم اندازه تصویر",
"Set reranking model (e.g. {{model}})": "تنظیم مدل ری\u200cراینگ (برای مثال {{model}})",
- "Set Sampler": "",
- "Set Scheduler": "",
+ "Set Sampler": "تنظیم نمونهگیر",
+ "Set Scheduler": "تنظیم زمانبند",
"Set Steps": "تنظیم گام\u200cها",
"Set Task Model": "تنظیم مدل تکلیف",
- "Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "",
- "Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
+ "Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "تعداد لایههایی را که به GPU منتقل میشوند تنظیم کنید. افزایش این مقدار میتواند عملکرد مدلهایی که برای شتابدهی GPU بهینهسازی شدهاند را به طور قابل توجهی بهبود بخشد اما ممکن است مصرف برق و منابع GPU را نیز افزایش دهد.",
+ "Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "تعداد نخهای کارگر مورد استفاده برای محاسبات را تنظیم کنید. این گزینه کنترل میکند که چند نخ برای پردازش همزمان درخواستهای ورودی استفاده میشود. افزایش این مقدار میتواند عملکرد را در بارهای کاری با همزمانی بالا بهبود بخشد اما ممکن است منابع CPU بیشتری مصرف کند.",
"Set Voice": "تنظیم صدا",
- "Set whisper model": "",
- "Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "",
- "Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "",
- "Sets how far back for the model to look back to prevent repetition.": "",
- "Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "",
- "Sets the size of the context window used to generate the next token.": "",
- "Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
+ "Set whisper model": "تنظیم مدل ویسپر",
+ "Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "یک بایاس ثابت در برابر توکنهایی که حداقل یک بار ظاهر شدهاند تنظیم میکند. مقدار بالاتر (مثلاً 1.5) تکرارها را شدیدتر جریمه میکند، در حالی که مقدار پایینتر (مثلاً 0.9) آسانگیرتر خواهد بود. در 0، غیرفعال میشود.",
+ "Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "یک بایاس مقیاسپذیر در برابر توکنها برای جریمه کردن تکرارها، بر اساس تعداد دفعات ظاهر شدن آنها تنظیم میکند. مقدار بالاتر (مثلاً 1.5) تکرارها را شدیدتر جریمه میکند، در حالی که مقدار پایینتر (مثلاً 0.9) آسانگیرتر خواهد بود. در 0، غیرفعال میشود.",
+ "Sets how far back for the model to look back to prevent repetition.": "تنظیم میکند که مدل چقدر به عقب نگاه کند تا از تکرار جلوگیری شود.",
+ "Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "عدد تصادفی اولیه را برای تولید تنظیم میکند. تنظیم این به یک عدد خاص باعث میشود مدل برای پرامپت یکسان، متن یکسانی تولید کند.",
+ "Sets the size of the context window used to generate the next token.": "اندازه پنجره متن مورد استفاده برای تولید توکن بعدی را تنظیم میکند.",
+ "Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "توالیهای توقف مورد استفاده را تنظیم میکند. وقتی این الگو مشاهده شود، LLM تولید متن را متوقف کرده و برمیگردد. الگوهای توقف متعدد میتوانند با مشخص کردن پارامترهای توقف جداگانه متعدد در فایل مدل تنظیم شوند.",
"Settings": "تنظیمات",
"Settings saved successfully!": "تنظیمات با موفقیت ذخیره شد!",
"Share": "اشتراک\u200cگذاری",
"Share Chat": "اشتراک\u200cگذاری چت",
"Share to Open WebUI Community": "اشتراک گذاری با OpenWebUI Community",
- "Sharing Permissions": "",
+ "Sharing Permissions": "مجوزهای اشتراکگذاری",
"Show": "نمایش",
- "Show \"What's New\" modal on login": "",
- "Show Admin Details in Account Pending Overlay": "",
- "Show Model": "",
+ "Show \"What's New\" modal on login": "نمایش مودال \"موارد جدید\" هنگام ورود",
+ "Show Admin Details in Account Pending Overlay": "نمایش جزئیات مدیر در پوشش حساب در انتظار",
+ "Show Model": "نمایش مدل",
"Show shortcuts": "نمایش میانبرها",
- "Show your support!": "",
+ "Show your support!": "حمایت خود را نشان دهید!",
"Showcased creativity": "ایده\u200cآفرینی",
"Sign in": "ورود",
- "Sign in to {{WEBUI_NAME}}": "",
- "Sign in to {{WEBUI_NAME}} with LDAP": "",
+ "Sign in to {{WEBUI_NAME}}": "ورود به {{WEBUI_NAME}}",
+ "Sign in to {{WEBUI_NAME}} with LDAP": "ورود به {{WEBUI_NAME}} با LDAP",
"Sign Out": "خروج",
"Sign up": "ثبت نام",
- "Sign up to {{WEBUI_NAME}}": "",
- "Signing in to {{WEBUI_NAME}}": "",
- "sk-1234": "",
- "Sougou Search API sID": "",
- "Sougou Search API SK": "",
+ "Sign up to {{WEBUI_NAME}}": "ثبت نام در {{WEBUI_NAME}}",
+ "Signing in to {{WEBUI_NAME}}": "در حال ورود به {{WEBUI_NAME}}",
+ "sk-1234": "sk-1234",
+ "Sougou Search API sID": "شناسه API جستجوی سوگو",
+ "Sougou Search API SK": "کلید SK API جستجوی سوگو",
"Source": "منبع",
- "Speech Playback Speed": "",
+ "Speech Playback Speed": "سرعت پخش گفتار",
"Speech recognition error: {{error}}": "خطای تشخیص گفتار: {{error}}",
"Speech-to-Text Engine": "موتور گفتار به متن",
"Stop": "توقف",
"Stop Sequence": "توقف توالی",
- "Stream Chat Response": "",
+ "Stream Chat Response": "پاسخ چت جریانی",
"STT Model": "مدل تبدیل صدا به متن",
"STT Settings": "تنظیمات تبدیل صدا به متن",
"Subtitle (e.g. about the Roman Empire)": "زیرنویس (برای مثال: درباره رمانی)",
@@ -1051,216 +1051,216 @@
"Support this plugin:": "حمایت از این افزونه",
"Sync directory": "هم\u200cگام\u200cسازی پوشه",
"System": "سیستم",
- "System Instructions": "",
+ "System Instructions": "دستورالعملهای سیستم",
"System Prompt": "پرامپت سیستم",
- "Tags": "",
- "Tags Generation": "",
- "Tags Generation Prompt": "",
- "Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "",
- "Talk to model": "",
- "Tap to interrupt": "",
- "Tasks": "",
- "Tavily API Key": "",
- "Tavily Extract Depth": "",
+ "Tags": "برچسبها",
+ "Tags Generation": "تولید برچسبها",
+ "Tags Generation Prompt": "پرامپت تولید برچسبها",
+ "Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "نمونهبرداری دنباله آزاد برای کاهش تأثیر توکنهای کم احتمالتر از خروجی استفاده میشود. مقدار بالاتر (مثلاً 2.0) تأثیر را بیشتر کاهش میدهد، در حالی که مقدار 1.0 این تنظیم را غیرفعال میکند.",
+ "Talk to model": "گفتگو با مدل",
+ "Tap to interrupt": "برای وقفه ضربه بزنید",
+ "Tasks": "وظایف",
+ "Tavily API Key": "کلید API تاویلی",
+ "Tavily Extract Depth": "عمق استخراج تاویلی",
"Tell us more:": "بیشتر بگویید:",
"Temperature": "دما",
"Template": "الگو",
- "Temporary Chat": "",
- "Text Splitter": "",
+ "Temporary Chat": "چت موقت",
+ "Text Splitter": "تقسیمکننده متن",
"Text-to-Speech Engine": "موتور تبدیل متن به گفتار",
"Tfs Z": "Tfs Z",
"Thanks for your feedback!": "با تشکر از بازخورد شما!",
- "The Application Account DN you bind with for search": "",
- "The base to search for users": "",
- "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "",
- "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
- "The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
- "The LDAP attribute that maps to the mail that users use to sign in.": "",
- "The LDAP attribute that maps to the username that users use to sign in.": "",
- "The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
- "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
- "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "امتیاز باید یک مقدار بین 0.0 (0%) و 1.0 (100%) باشد.",
- "The temperature of the model. Increasing the temperature will make the model answer more creatively.": "",
+ "The Application Account DN you bind with for search": "DN حساب برنامه که برای جستجو به آن متصل میشوید",
+ "The base to search for users": "پایه برای جستجوی کاربران",
+ "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "اندازه دسته تعیین میکند که چند درخواست متنی همزمان پردازش میشوند. اندازه دسته بزرگتر میتواند عملکرد و سرعت مدل را افزایش دهد، اما به حافظه بیشتری نیاز دارد.",
+ "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "توسعهدهندگان این افزونه داوطلبان مشتاق از جامعه هستند. اگر این افزونه را مفید میدانید، لطفاً در توسعه آن مشارکت کنید.",
+ "The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "تابلوی امتیازات ارزیابی بر اساس سیستم رتبهبندی Elo است و در زمان واقعی بهروز میشود.",
+ "The LDAP attribute that maps to the mail that users use to sign in.": "ویژگی LDAP که به ایمیلی که کاربران برای ورود استفاده میکنند نگاشت میشود.",
+ "The LDAP attribute that maps to the username that users use to sign in.": "ویژگی LDAP که به نام کاربری که کاربران برای ورود استفاده میکنند نگاشت میشود.",
+ "The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "تابلوی امتیازات در حال حاضر در نسخه بتا است و ممکن است محاسبات رتبهبندی را با بهبود الگوریتم تنظیم کنیم.",
+ "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "حداکثر اندازه فایل به مگابایت. اگر اندازه فایل از این حد بیشتر باشد، فایل آپلود نخواهد شد.",
+ "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "حداکثر تعداد فایلهایی که میتوانند همزمان در چت استفاده شوند. اگر تعداد فایلها از این حد بیشتر باشد، فایلها آپلود نخواهند شد.",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "امتیاز باید مقداری بین 0.0 (0%) و 1.0 (100%) باشد.",
+ "The temperature of the model. Increasing the temperature will make the model answer more creatively.": "دمای مدل. افزایش دما باعث میشود مدل خلاقانهتر پاسخ دهد.",
"Theme": "پوسته",
- "Thinking...": "در حال فکر...",
- "This action cannot be undone. Do you wish to continue?": "این اقدام قابل بازگردانی نیست. برای ادامه اطمینان دارید؟",
- "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
- "This chat won’t appear in history and your messages will not be saved.": "",
- "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این تضمین می کند که مکالمات ارزشمند شما به طور ایمن در پایگاه داده بکند ذخیره می شود. تشکر!",
- "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
- "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "",
- "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "",
- "This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
- "This response was generated by \"{{model}}\"": "",
- "This will delete": "",
- "This will delete {{NAME}} and all its contents.": "",
- "This will delete all models including custom models": "",
- "This will delete all models including custom models and cannot be undone.": "",
- "This will reset the knowledge base and sync all files. Do you wish to continue?": "",
+ "Thinking...": "در حال فکر کردن...",
+ "This action cannot be undone. Do you wish to continue?": "این عمل قابل بازگشت نیست. آیا میخواهید ادامه دهید؟",
+ "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "این کانال در {{createdAt}} ایجاد شد. این آغاز کانال {{channelName}} است.",
+ "This chat won't appear in history and your messages will not be saved.": "این چت در تاریخچه ظاهر نمیشود و پیامهای شما ذخیره نخواهند شد.",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این اطمینان میدهد که مکالمات ارزشمند شما به طور امن در پایگاه داده پشتیبان ذخیره میشوند. متشکریم!",
+ "This is an experimental feature, it may not function as expected and is subject to change at any time.": "این یک ویژگی آزمایشی است، ممکن است طبق انتظار کار نکند و در هر زمان ممکن است تغییر کند.",
+ "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "این گزینه کنترل میکند که هنگام تازهسازی متن، چند توکن حفظ شوند. برای مثال، اگر روی 2 تنظیم شود، 2 توکن آخر متن مکالمه حفظ خواهند شد. حفظ متن میتواند به حفظ پیوستگی مکالمه کمک کند، اما ممکن است توانایی پاسخ به موضوعات جدید را کاهش دهد.",
+ "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "این گزینه حداکثر تعداد توکنهایی را که مدل میتواند در پاسخ خود تولید کند تنظیم میکند. افزایش این محدودیت به مدل اجازه میدهد پاسخهای طولانیتری ارائه دهد، اما ممکن است احتمال تولید محتوای بیفایده یا نامربوط را نیز افزایش دهد.",
+ "This option will delete all existing files in the collection and replace them with newly uploaded files.": "این گزینه تمام فایلهای موجود در مجموعه را حذف کرده و با فایلهای جدید آپلود شده جایگزین میکند.",
+ "This response was generated by \"{{model}}\"": "این پاسخ توسط \"{{model}}\" تولید شده است",
+ "This will delete": "این حذف خواهد شد",
+ "This will delete {{NAME}} and all its contents.": "این {{NAME}} و تمام محتویات آن را حذف خواهد کرد.",
+ "This will delete all models including custom models": "این همه مدلها از جمله مدلهای سفارشی را حذف خواهد کرد",
+ "This will delete all models including custom models and cannot be undone.": "این همه مدلها از جمله مدلهای سفارشی را حذف خواهد کرد و قابل بازگشت نیست.",
+ "This will reset the knowledge base and sync all files. Do you wish to continue?": "این پایگاه دانش را بازنشانی کرده و همه فایلها را همگامسازی خواهد کرد. آیا میخواهید ادامه دهید؟",
"Thorough explanation": "توضیح کامل",
- "Thought for {{DURATION}}": "",
- "Thought for {{DURATION}} seconds": "",
- "Tika": "",
- "Tika Server URL required.": "",
- "Tiktoken": "",
+ "Thought for {{DURATION}}": "فکر کردن برای {{DURATION}}",
+ "Thought for {{DURATION}} seconds": "فکر کردن برای {{DURATION}} ثانیه",
+ "Tika": "تیکا",
+ "Tika Server URL required.": "آدرس سرور تیکا مورد نیاز است.",
+ "Tiktoken": "تیک توکن",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "با فشردن کلید Tab در ورودی چت پس از هر بار تعویض، چندین متغیر را به صورت متوالی به روزرسانی کنید.",
"Title": "عنوان",
"Title (e.g. Tell me a fun fact)": "عنوان (برای مثال: به من بگوید چیزی که دوست دارید)",
"Title Auto-Generation": "تولید خودکار عنوان",
"Title cannot be an empty string.": "عنوان نمی تواند یک رشته خالی باشد.",
- "Title Generation": "",
+ "Title Generation": "تولید عنوان",
"Title Generation Prompt": "پرامپت تولید عنوان",
- "TLS": "",
+ "TLS": "TLS",
"To access the available model names for downloading,": "برای دسترسی به نام مدل های موجود برای دانلود،",
"To access the GGUF models available for downloading,": "برای دسترسی به مدل\u200cهای GGUF موجود برای دانلود،",
- "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "",
- "To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
- "To learn more about available endpoints, visit our documentation.": "",
- "To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "",
- "To select actions here, add them to the \"Functions\" workspace first.": "",
- "To select filters here, add them to the \"Functions\" workspace first.": "",
- "To select toolkits here, add them to the \"Tools\" workspace first.": "",
- "Toast notifications for new updates": "",
+ "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "برای دسترسی به رابط کاربری وب، لطفاً با مدیر تماس بگیرید. مدیران میتوانند وضعیت کاربران را از پنل مدیریت مدیریت کنند.",
+ "To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "برای اتصال پایگاه دانش در اینجا، ابتدا آنها را به فضای کاری \"دانش\" اضافه کنید.",
+ "To learn more about available endpoints, visit our documentation.": "برای کسب اطلاعات بیشتر در مورد نقاط پایانی موجود، به مستندات ما مراجعه کنید.",
+ "To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "برای حفظ حریم خصوصی شما، فقط امتیازات، شناسههای مدل، برچسبها و متادیتا از بازخورد شما به اشتراک گذاشته میشود - گفتگوهای شما خصوصی باقی میماند و شامل نمیشود.",
+ "To select actions here, add them to the \"Functions\" workspace first.": "برای انتخاب عملیات در اینجا، ابتدا آنها را به فضای کاری \"توابع\" اضافه کنید.",
+ "To select filters here, add them to the \"Functions\" workspace first.": "برای انتخاب فیلترها در اینجا، ابتدا آنها را به فضای کاری \"توابع\" اضافه کنید.",
+ "To select toolkits here, add them to the \"Tools\" workspace first.": "برای انتخاب ابزارها در اینجا، ابتدا آنها را به فضای کاری \"ابزارها\" اضافه کنید.",
+ "Toast notifications for new updates": "اعلانهای پاپآپ برای بهروزرسانیهای جدید",
"Today": "امروز",
"Toggle settings": "نمایش/عدم نمایش تنظیمات",
"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
- "Token": "",
- "Tokens To Keep On Context Refresh (num_keep)": "",
- "Too verbose": "",
- "Tool created successfully": "",
- "Tool deleted successfully": "",
- "Tool Description": "",
- "Tool ID": "",
- "Tool imported successfully": "",
- "Tool Name": "",
- "Tool Servers": "",
- "Tool updated successfully": "",
- "Tools": "",
- "Tools Access": "",
- "Tools are a function calling system with arbitrary code execution": "",
- "Tools Function Calling Prompt": "",
- "Tools have a function calling system that allows arbitrary code execution": "",
- "Tools have a function calling system that allows arbitrary code execution.": "",
- "Tools Public Sharing": "",
+ "Token": "توکن",
+ "Tokens To Keep On Context Refresh (num_keep)": "تعداد توکنها برای نگهداری در بازخوانی متن (num_keep)",
+ "Too verbose": "خیلی طولانی",
+ "Tool created successfully": "ابزار با موفقیت ایجاد شد",
+ "Tool deleted successfully": "ابزار با موفقیت حذف شد",
+ "Tool Description": "توضیحات ابزار",
+ "Tool ID": "شناسه ابزار",
+ "Tool imported successfully": "ابزار با موفقیت وارد شد",
+ "Tool Name": "نام ابزار",
+ "Tool Servers": "سرورهای ابزار",
+ "Tool updated successfully": "ابزار با موفقیت بهروزرسانی شد",
+ "Tools": "ابزارها",
+ "Tools Access": "دسترسی به ابزارها",
+ "Tools are a function calling system with arbitrary code execution": "ابزارها یک سیستم فراخوانی تابع با اجرای کد دلخواه هستند",
+ "Tools Function Calling Prompt": "پرامپت فراخوانی تابع ابزارها",
+ "Tools have a function calling system that allows arbitrary code execution": "ابزارها دارای سیستم فراخوانی تابع هستند که اجازه اجرای کد دلخواه را میدهد",
+ "Tools have a function calling system that allows arbitrary code execution.": "ابزارها دارای سیستم فراخوانی تابع هستند که اجازه اجرای کد دلخواه را میدهد.",
+ "Tools Public Sharing": "اشتراکگذاری عمومی ابزارها",
"Top K": "Top K",
- "Top K Reranker": "",
+ "Top K Reranker": "رتبهبندی مجدد Top K",
"Top P": "Top P",
- "Transformers": "",
- "Trouble accessing Ollama?": "در دسترسی به اولاما مشکل دارید؟",
- "Trust Proxy Environment": "",
- "TTS Model": "",
+ "Transformers": "ترنسفورمرها",
+ "Trouble accessing Ollama?": "در دسترسی به ollama مشکل دارید؟",
+ "Trust Proxy Environment": "اعتماد به محیط پراکسی",
+ "TTS Model": "مدل TTS",
"TTS Settings": "تنظیمات TTS",
- "TTS Voice": "",
+ "TTS Voice": "صدای TTS",
"Type": "نوع",
"Type Hugging Face Resolve (Download) URL": "مقدار URL دانلود (Resolve) Hugging Face را وارد کنید",
- "Uh-oh! There was an issue with the response.": "",
- "UI": "",
- "Unarchive All": "",
- "Unarchive All Archived Chats": "",
- "Unarchive Chat": "",
- "Unlock mysteries": "",
- "Unpin": "",
- "Unravel secrets": "",
- "Untagged": "",
+ "Uh-oh! There was an issue with the response.": "اوه! مشکلی در پاسخ وجود داشت.",
+ "UI": "رابط کاربری",
+ "Unarchive All": "خارج کردن همه از آرشیو",
+ "Unarchive All Archived Chats": "خارج کردن همه چتهای آرشیو شده از آرشیو",
+ "Unarchive Chat": "خارج کردن چت از آرشیو",
+ "Unlock mysteries": "رمزگشایی از اسرار",
+ "Unpin": "برداشتن پین",
+ "Unravel secrets": "کشف رازها",
+ "Untagged": "بدون برچسب",
"Update": "به\u200cروزرسانی",
"Update and Copy Link": "به روزرسانی و کپی لینک",
- "Update for the latest features and improvements.": "",
+ "Update for the latest features and improvements.": "برای آخرین ویژگیها و بهبودها بهروزرسانی کنید.",
"Update password": "به روزرسانی رمزعبور",
"Updated": "بارگذاری شد",
"Updated at": "بارگذاری در",
"Updated At": "بارگذاری در",
- "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
+ "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "برای قابلیتهای پیشرفته، از جمله تم و برندسازی سفارشی و پشتیبانی اختصاصی، به طرح دارای مجوز ارتقا دهید.",
"Upload": "بارگذاری",
"Upload a GGUF model": "آپلود یک مدل GGUF",
- "Upload directory": "",
- "Upload files": "",
+ "Upload directory": "پوشه آپلود",
+ "Upload files": "آپلود فایلها",
"Upload Files": "بارگذاری پروندهها",
- "Upload Pipeline": "",
+ "Upload Pipeline": "خط تولید آپلود",
"Upload Progress": "پیشرفت آپلود",
- "URL": "",
+ "URL": "آدرس اینترنتی",
"URL Mode": "حالت URL",
- "Use '#' in the prompt input to load and include your knowledge.": "",
+ "Use '#' in the prompt input to load and include your knowledge.": "از '#' در ورودی پرامپت برای بارگیری و شامل کردن دانش خود استفاده کنید.",
"Use Gravatar": "استفاده از گراواتار",
- "Use groups to group your users and assign permissions.": "",
+ "Use groups to group your users and assign permissions.": "از گروهها برای گروهبندی کاربران و تخصیص مجوزها استفاده کنید.",
"Use Initials": "استفاده از سرواژه",
- "Use no proxy to fetch page contents.": "",
- "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
- "use_mlock (Ollama)": "use_mlock (اولاما)",
- "use_mmap (Ollama)": "use_mmap (اولاما)",
+ "Use no proxy to fetch page contents.": "از هیچ پراکسی برای دریافت محتوای صفحه استفاده نکنید.",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "از پراکسی تعیین شده توسط متغیرهای محیطی http_proxy و https_proxy برای دریافت محتوای صفحه استفاده کنید.",
+ "use_mlock (Ollama)": "use_mlock (ollama)",
+ "use_mmap (Ollama)": "use_mmap (ollama)",
"user": "کاربر",
"User": "کاربر",
"User location successfully retrieved.": "موقعیت مکانی کاربر با موفقیت دریافت شد.",
- "User Webhooks": "",
- "Username": "",
+ "User Webhooks": "وبهوکهای کاربر",
+ "Username": "نام کاربری",
"Users": "کاربران",
"Using the default arena model with all models. Click the plus button to add custom models.": "در حال استفاده از مدل آرنا با همهٔ مدل\u200cهای دیگر به طور پیش\u200cفرض. برای افزودن مدل\u200cهای سفارشی، روی دکمه به\u200cعلاوه کلیک کنید.",
"Utilize": "استفاده کنید",
"Valid time units:": "واحدهای زمانی معتبر:",
- "Valves": "",
- "Valves updated": "",
- "Valves updated successfully": "",
+ "Valves": "شیرها",
+ "Valves updated": "شیرها بهروزرسانی شدند",
+ "Valves updated successfully": "شیرها با موفقیت بهروزرسانی شدند",
"variable": "متغیر",
"variable to have them replaced with clipboard content.": "متغیر برای جایگزینی آنها با محتوای بریده\u200cدان.",
- "Verify Connection": "",
- "Verify SSL Certificate": "",
+ "Verify Connection": "تأیید اتصال",
+ "Verify SSL Certificate": "تأیید گواهی SSL",
"Version": "نسخه",
"Version {{selectedVersion}} of {{totalVersions}}": "نسخهٔ {{selectedVersion}} از {{totalVersions}}",
- "View Replies": "",
- "View Result from **{{NAME}}**": "",
- "Visibility": "",
+ "View Replies": "مشاهده پاسخها",
+ "View Result from **{{NAME}}**": "مشاهده نتیجه از **{{NAME}}**",
+ "Visibility": "قابلیت مشاهده",
"Voice": "صوت",
"Voice Input": "ورودی صوتی",
"Warning": "هشدار",
"Warning:": "هشدار",
- "Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
+ "Warning: Enabling this will allow users to upload arbitrary code on the server.": "هشدار: فعال کردن این گزینه به کاربران اجازه میدهد کد دلخواه را روی سرور آپلود کنند.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "هشدار: اگر شما به روز کنید یا تغییر دهید مدل شما، باید تمام سند ها را مجددا وارد کنید.",
- "Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
+ "Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "هشدار: اجرای ژوپیتر امکان اجرای کد دلخواه را فراهم میکند که خطرات امنیتی جدی به همراه دارد - با احتیاط زیاد ادامه دهید.",
"Web": "وب",
- "Web API": "",
- "Web Loader Engine": "",
+ "Web API": "API وب",
+ "Web Loader Engine": "موتور بارگذاری وب",
"Web Search": "جستجوی وب",
"Web Search Engine": "موتور جستجوی وب",
- "Web Search in Chat": "",
- "Web Search Query Generation": "",
- "Webhook URL": "نشانی وب\u200cهوک",
+ "Web Search in Chat": "جستجوی وب در گفتگو",
+ "Web Search Query Generation": "تولید کوئری جستجوی وب",
+ "Webhook URL": "نشانی وبهوک",
"WebUI Settings": "تنظیمات WebUI",
- "WebUI URL": "",
- "WebUI will make requests to \"{{url}}\"": "",
- "WebUI will make requests to \"{{url}}/api/chat\"": "",
- "WebUI will make requests to \"{{url}}/chat/completions\"": "",
- "What are you trying to achieve?": "",
- "What are you working on?": "",
- "What’s New in": "موارد جدید در",
- "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "",
- "wherever you are": "",
- "Whisper (Local)": "",
- "Why?": "",
+ "WebUI URL": "آدرس WebUI",
+ "WebUI will make requests to \"{{url}}\"": "WebUI به \"{{url}}\" درخواست خواهد داد",
+ "WebUI will make requests to \"{{url}}/api/chat\"": "WebUI به \"{{url}}/api/chat\" درخواست خواهد داد",
+ "WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI به \"{{url}}/chat/completions\" درخواست خواهد داد",
+ "What are you trying to achieve?": "به دنبال دستیابی به چه هدفی هستید؟",
+ "What are you working on?": "روی چه چیزی کار میکنید؟",
+ "What's New in": "موارد جدید در",
+ "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "وقتی فعال باشد، مدل به هر پیام گفتگو در زمان واقعی پاسخ میدهد و به محض ارسال پیام توسط کاربر، پاسخی تولید میکند. این حالت برای برنامههای گفتگوی زنده مفید است، اما ممکن است در سختافزارهای کندتر بر عملکرد تأثیر بگذارد.",
+ "wherever you are": "هر جا که هستید",
+ "Whisper (Local)": "ویسپر (محلی)",
+ "Why?": "چرا؟",
"Widescreen Mode": "حالت صفحهٔ عریض",
- "Won": "",
- "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text.": "",
+ "Won": "برنده شد",
+ "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text.": "با top-k همکاری میکند. مقدار بالاتر (مثلاً 0.95) منجر به متن متنوعتر میشود، در حالی که مقدار پایینتر (مثلاً 0.5) متن متمرکزتر و محافظهکارانهتری تولید میکند.",
"Workspace": "محیط کار",
- "Workspace Permissions": "",
- "Write": "",
+ "Workspace Permissions": "مجوزهای محیط کار",
+ "Write": "نوشتن",
"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
- "Write something...": "",
- "Write your model template content here": "",
+ "Write something...": "چیزی بنویسید...",
+ "Write your model template content here": "محتوای قالب مدل خود را اینجا بنویسید",
"Yesterday": "دیروز",
"You": "شما",
- "You are currently using a trial license. Please contact support to upgrade your license.": "",
- "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "شما در هر زمان نهایتا می\u200cتوانید با {{maxCount}} پرونده گفتگو کنید.",
- "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
- "You cannot upload an empty file.": "",
- "You do not have permission to upload files": "",
- "You do not have permission to upload files.": "",
+ "You are currently using a trial license. Please contact support to upgrade your license.": "شما در حال حاضر از نسخه آزمایشی استفاده میکنید. لطفاً برای ارتقای مجوز خود با پشتیبانی تماس بگیرید.",
+ "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "شما در هر زمان نهایتا میتوانید با {{maxCount}} پرونده گفتگو کنید.",
+ "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "شما میتوانید تعاملات خود با LLMها را با افزودن خاطرات از طریق دکمه 'مدیریت' در زیر شخصیسازی کنید تا آنها مفیدتر و متناسبتر با شما شوند.",
+ "You cannot upload an empty file.": "نمیتوانید فایل خالی آپلود کنید.",
+ "You do not have permission to upload files": "شما اجازه آپلود فایل ندارید",
+ "You do not have permission to upload files.": "شما اجازه آپلود فایل ندارید.",
"You have no archived conversations.": "شما هیچ گفتگوی ذخیره شده ندارید.",
"You have shared this chat": "شما این گفتگو را به اشتراک گذاشته اید",
"You're a helpful assistant.": "تو یک دستیار سودمند هستی.",
- "You're now logged in.": "شما اکنون وارد شده\u200cاید.",
- "Your account status is currently pending activation.": "",
- "Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
+ "You're now logged in.": "شما اکنون وارد شدهاید.",
+ "Your account status is currently pending activation.": "وضعیت حساب شما در حال حاضر در انتظار فعالسازی است.",
+ "Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "تمام مشارکت شما مستقیماً به توسعهدهنده افزونه میرسد؛ Open WebUI هیچ درصدی دریافت نمیکند. با این حال، پلتفرم تأمین مالی انتخاب شده ممکن است کارمزد خود را داشته باشد.",
"Youtube": "یوتیوب",
- "Youtube Language": "",
- "Youtube Proxy URL": ""
+ "Youtube Language": "زبان یوتیوب",
+ "Youtube Proxy URL": "آدرس پراکسی یوتیوب"
}
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index e1022e938..76e6af4de 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -57,17 +57,17 @@
"All": "Kaikki",
"All Documents": "Kaikki asiakirjat",
"All models deleted successfully": "Kaikki mallit poistettu onnistuneesti",
- "Allow Call": "",
+ "Allow Call": "Salli puhelut",
"Allow Chat Controls": "Salli keskustelujen hallinta",
"Allow Chat Delete": "Salli keskustelujen poisto",
"Allow Chat Deletion": "Salli keskustelujen poisto",
"Allow Chat Edit": "Salli keskustelujen muokkaus",
"Allow File Upload": "Salli tiedostojen lataus",
- "Allow Multiple Models in Chat": "",
+ "Allow Multiple Models in Chat": "Salli useampi malli keskustelussa",
"Allow non-local voices": "Salli ei-paikalliset äänet",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "Salli puhe tekstiksi",
"Allow Temporary Chat": "Salli väliaikaiset keskustelut",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "Salli teksti puheeksi",
"Allow User Location": "Salli käyttäjän sijainti",
"Allow Voice Interruption in Call": "Salli äänen keskeytys puhelussa",
"Allowed Endpoints": "Hyväksytyt päätepisteet",
@@ -83,7 +83,7 @@
"and": "ja",
"and {{COUNT}} more": "ja {{COUNT}} muuta",
"and create a new shared link.": "ja luo uusi jaettu linkki.",
- "Android": "",
+ "Android": "Android",
"API Base URL": "API:n verkko-osoite",
"API Key": "API-avain",
"API Key created.": "API-avain luotu.",
@@ -116,7 +116,7 @@
"Auth": "Todennus",
"Authenticate": "Todentaa",
"Authentication": "Todennus",
- "Auto": "",
+ "Auto": "Automaattinen",
"Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle",
"Auto-playback response": "Soita vastaus automaattisesti",
"Autocomplete Generation": "Automaattisen täydennyksen luonti",
@@ -157,7 +157,7 @@
"Change Password": "Vaihda salasana",
"Channel Name": "Kanavan nimi",
"Channels": "Kanavat",
- "Character": "Hahmo",
+ "Character": "Kirjain",
"Character limit for autocomplete generation input": "Automaattisen täydennyksen syötteen merkkiraja",
"Chart new frontiers": "Kartoita uusia rajapintoja",
"Chat": "Keskustelu",
@@ -224,10 +224,10 @@
"Confirm your new password": "Vahvista uusi salasanasi",
"Connect to your own OpenAI compatible API endpoints.": "Yhdistä omat OpenAI yhteensopivat API päätepisteet.",
"Connect to your own OpenAPI compatible external tool servers.": "Yhdistä omat ulkopuoliset OpenAPI yhteensopivat työkalu palvelimet.",
- "Connection failed": "",
- "Connection successful": "",
+ "Connection failed": "Yhteys epäonnistui",
+ "Connection successful": "Yhteys onnistui",
"Connections": "Yhteydet",
- "Connections saved successfully": "",
+ "Connections saved successfully": "Yhteyksien tallentaminen onnistui",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
"Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
"Content": "Sisältö",
@@ -245,7 +245,7 @@
"Copied shared chat URL to clipboard!": "Jaettu keskustelulinkki kopioitu leikepöydälle!",
"Copied to clipboard": "Kopioitu leikepöydälle",
"Copy": "Kopioi",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "Kopioi muotoiltu teksti",
"Copy last code block": "Kopioi viimeisin koodilohko",
"Copy last response": "Kopioi viimeisin vastaus",
"Copy Link": "Kopioi linkki",
@@ -308,7 +308,7 @@
"Deleted User": "Käyttäjä poistettu",
"Describe your knowledge base and objectives": "Kuvaa tietokantasi ja tavoitteesi",
"Description": "Kuvaus",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "Tunnista artefaktit automaattisesti",
"Didn't fully follow instructions": "Ei noudattanut ohjeita täysin",
"Direct": "Suora",
"Direct Connections": "Suorat yhteydet",
@@ -364,7 +364,7 @@
"e.g. my_filter": "esim. oma_suodatin",
"e.g. my_tools": "esim. omat_työkalut",
"e.g. Tools for performing various operations": "esim. työkaluja erilaisten toimenpiteiden suorittamiseen",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "esim. en-US,ja-JP (Tyhjäksi jättämällä, automaattinen tunnistus)",
"Edit": "Muokkaa",
"Edit Arena Model": "Muokkaa Arena-mallia",
"Edit Channel": "Muokkaa kanavaa",
@@ -407,15 +407,15 @@
"Enter CFG Scale (e.g. 7.0)": "Kirjoita CFG-mitta (esim. 7.0)",
"Enter Chunk Overlap": "Syötä osien päällekkäisyys",
"Enter Chunk Size": "Syötä osien koko",
- "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
+ "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Syötä pilkulla erottaen \"token:bias_value\" parit (esim. 5432:100, 413:-100)",
"Enter description": "Kirjoita kuvaus",
"Enter Docling Server URL": "Kirjoita Docling palvelimen verkko-osoite",
"Enter Document Intelligence Endpoint": "Kirjoita asiakirja tiedustelun päätepiste",
"Enter Document Intelligence Key": "Kirjoiuta asiakirja tiedustelun avain",
"Enter domains separated by commas (e.g., example.com,site.org)": "Verkko-osoitteet erotetaan pilkulla (esim. esimerkki.com,sivu.org)",
"Enter Exa API Key": "Kirjoita Exa API -avain",
- "Enter Firecrawl API Base URL": "",
- "Enter Firecrawl API Key": "",
+ "Enter Firecrawl API Base URL": "Kirjoita Firecrawl API -verkko-osoite",
+ "Enter Firecrawl API Key": "Kirjoita Firecrawl API-avain",
"Enter Github Raw URL": "Kirjoita Github Raw -verkko-osoite",
"Enter Google PSE API Key": "Kirjoita Google PSE API -avain",
"Enter Google PSE Engine Id": "Kirjoita Google PSE -moottorin tunnus",
@@ -433,8 +433,8 @@
"Enter Mojeek Search API Key": "Kirjoita Mojeek Search API -avain",
"Enter Number of Steps (e.g. 50)": "Kirjoita askelten määrä (esim. 50)",
"Enter Perplexity API Key": "Aseta Perplexity API-avain",
- "Enter Playwright Timeout": "",
- "Enter Playwright WebSocket URL": "",
+ "Enter Playwright Timeout": "Aseta Playwright aikakatkaisu",
+ "Enter Playwright WebSocket URL": "Aseta Playwright WebSocket-aikakatkaisu",
"Enter proxy URL (e.g. https://user:password@host:port)": "Kirjoita välityspalvelimen verkko-osoite (esim. https://käyttäjä:salasana@host:portti)",
"Enter reasoning effort": "",
"Enter Sampler (e.g. Euler a)": "Kirjoita näytteistäjä (esim. Euler a)",
@@ -516,7 +516,7 @@
"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
"Failed to fetch models": "Mallien hakeminen epäonnistui",
"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
- "Failed to save connections": "",
+ "Failed to save connections": "Yhteyksien tallentaminen epäonnistui",
"Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
"Failed to update settings": "Asetusten päivittäminen epäonnistui",
"Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
@@ -539,8 +539,8 @@
"Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti",
"Filters": "Suodattimet",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Sormenjäljen väärentäminen havaittu: Alkukirjaimia ei voi käyttää avatarina. Käytetään oletusprofiilikuvaa.",
- "Firecrawl API Base URL": "",
- "Firecrawl API Key": "",
+ "Firecrawl API Base URL": "Firecrawl API -verkko-osoite",
+ "Firecrawl API Key": "Firecrawl API-avain",
"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
"Focus chat input": "Fokusoi syöttökenttään",
"Folder deleted successfully": "Kansio poistettu onnistuneesti",
@@ -605,8 +605,8 @@
"Hybrid Search": "Hybridihaku",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Vahvistan, että olen lukenut ja ymmärrän toimintani seuraukset. Olen tietoinen mielivaltaisen koodin suorittamiseen liittyvistä riskeistä ja olen varmistanut lähteen luotettavuuden.",
"ID": "Tunnus",
- "iframe Sandbox Allow Forms": "",
- "iframe Sandbox Allow Same Origin": "",
+ "iframe Sandbox Allow Forms": "Salli lomakkeet iframe hiekkalaatikossa",
+ "iframe Sandbox Allow Same Origin": "Salli iframe hiekkalaatikko samasta alkuperästä",
"Ignite curiosity": "Sytytä uteliaisuus",
"Image": "Kuva",
"Image Compression": "Kuvan pakkaus",
@@ -667,14 +667,14 @@
"Label": "Tunniste",
"Landing Page Mode": "Etusivun tila",
"Language": "Kieli",
- "Language Locales": "",
+ "Language Locales": "Kielialueet",
"Last Active": "Viimeksi aktiivinen",
"Last Modified": "Viimeksi muokattu",
"Last reply": "Viimeksi vastattu",
"LDAP": "LDAP",
"LDAP server updated": "LDAP-palvelin päivitetty",
"Leaderboard": "Tulosluettelo",
- "Learn more about OpenAPI tool servers.": "",
+ "Learn more about OpenAPI tool servers.": "Lue lisää OpenAPI työkalu palvelimista.",
"Leave empty for unlimited": "Rajaton tyhjäksi jättämällä",
"Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Jätä tyhjäksi sisällyttääksesi \"{{url}}/api/tags\" päätepisteen mallit",
"Leave empty to include all models from \"{{url}}/models\" endpoint": "Jätä tyhjäksi sisällyttääksesi \"{{url}}/models\" päätepisteen mallit",
@@ -812,7 +812,7 @@
"Open file": "Avaa tiedosto",
"Open in full screen": "Avaa koko näytön tilaan",
"Open new chat": "Avaa uusi keskustelu",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Open WebUI voi käyttää minkä tahansa OpenAPI-palvelimen tarjoamia työkaluja.",
"Open WebUI uses faster-whisper internally.": "Open WebUI käyttää faster-whisperia sisäisesti.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI käyttää SpeechT5:tä ja CMU Arctic -kaiuttimen upotuksia.",
"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI -versio (v{{OPEN_WEBUI_VERSION}}) on alempi kuin vaadittu versio (v{{REQUIRED_VERSION}})",
@@ -851,13 +851,13 @@
"Pipelines Valves": "Putkistojen venttiilit",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Playground": "Leikkipaikka",
- "Playwright Timeout (ms)": "",
- "Playwright WebSocket URL": "",
+ "Playwright Timeout (ms)": "Playwright aikakatkaisu (ms)",
+ "Playwright WebSocket URL": "Playwright WebSocket verkko-osoite",
"Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
"Please do not close the settings page while loading the model.": "Älä sulje asetussivua mallin latautuessa.",
"Please enter a prompt": "Kirjoita kehote",
- "Please enter a valid path": "",
- "Please enter a valid URL": "",
+ "Please enter a valid path": "Kirjoita kelvollinen polku",
+ "Please enter a valid URL": "Kirjoita kelvollinen verkko-osoite",
"Please fill in all fields.": "Täytä kaikki kentät.",
"Please select a model first.": "Valitse ensin malli.",
"Please select a model.": "Valitse malli.",
@@ -885,7 +885,7 @@
"Pull \"{{searchValue}}\" from Ollama.com": "Lataa \"{{searchValue}}\" Ollama.comista",
"Pull a model from Ollama.com": "Lataa malli Ollama.comista",
"Query Generation Prompt": "Kyselytulosten luontikehote",
- "RAG Template": "RAG-malline",
+ "RAG Template": "RAG-kehote",
"Rating": "Arviointi",
"Re-rank models by topic similarity": "Uudelleenjärjestä mallit aiheyhteyden mukaan",
"Read": "Lue",
@@ -898,11 +898,11 @@
"References from": "Viitteet lähteistä",
"Refused when it shouldn't have": "Kieltäytyi, vaikka ei olisi pitänyt",
"Regenerate": "Uudelleentuota",
- "Reindex": "",
- "Reindex Knowledge Base Vectors": "",
+ "Reindex": "Indeksoi uudelleen",
+ "Reindex Knowledge Base Vectors": "Indeksoi tietämyksen vektorit uudelleen",
"Release Notes": "Julkaisutiedot",
"Relevance": "Relevanssi",
- "Relevance Threshold": "",
+ "Relevance Threshold": "Relevanssikynnys",
"Remove": "Poista",
"Remove Model": "Poista malli",
"Rename": "Nimeä uudelleen",
@@ -1085,7 +1085,7 @@
"Theme": "Teema",
"Thinking...": "Ajattelee...",
"This action cannot be undone. Do you wish to continue?": "Tätä toimintoa ei voi peruuttaa. Haluatko jatkaa?",
- "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
+ "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Tämä kanava on luotiin {{createdAt}}. Tämä on {{channelName}} kanavan alku.",
"This chat won’t appear in history and your messages will not be saved.": "Tämä keskustelu ei näy historiassa, eikä viestejäsi tallenneta.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tämä varmistaa, että arvokkaat keskustelusi tallennetaan turvallisesti backend-tietokantaasi. Kiitos!",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tämä on kokeellinen ominaisuus, se ei välttämättä toimi odotetulla tavalla ja se voi muuttua milloin tahansa.",
@@ -1144,7 +1144,7 @@
"Tools have a function calling system that allows arbitrary code execution.": "Työkalut sallivat mielivaltaisen koodin suorittamisen toimintokutsuilla.",
"Tools Public Sharing": "Työkalujen julkinen jakaminen",
"Top K": "Top K",
- "Top K Reranker": "",
+ "Top K Reranker": "Top K uudelleen sijoittaja",
"Top P": "Top P",
"Transformers": "Muunnokset",
"Trouble accessing Ollama?": "Ongelmia Ollama-yhteydessä?",
@@ -1170,7 +1170,7 @@
"Updated": "Päivitetty",
"Updated at": "Päivitetty",
"Updated At": "Päivitetty",
- "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
+ "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "Päivitä lisenssi saadaksesi parempia ominaisuuksia, mukaan lukien mukautetun teeman ja brändäyksen sekä yksilöllistä tukea.",
"Upload": "Lataa",
"Upload a GGUF model": "Lataa GGUF-malli",
"Upload directory": "Latauksen hakemisto",
@@ -1184,8 +1184,8 @@
"Use Gravatar": "Käytä Gravataria",
"Use groups to group your users and assign permissions.": "Käytä ryhmiä jäsentääksesi käyttäjiä ja antaaksesi käyttöoikeuksia.",
"Use Initials": "Käytä alkukirjaimia",
- "Use no proxy to fetch page contents.": "",
- "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
+ "Use no proxy to fetch page contents.": "Älä käytä välityspalvelinta sivun tietoja haettaessa.",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Käytä http_proxy- ja https_proxy-ympäristömuuttujien määrittämää välityspalvelinta sivun sisällön hakemiseen.",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "käyttäjä",
@@ -1203,7 +1203,7 @@
"variable": "muuttuja",
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
"Verify Connection": "Tarkista yhteys",
- "Verify SSL Certificate": "",
+ "Verify SSL Certificate": "Tarkista SSL-varmenne",
"Version": "Versio",
"Version {{selectedVersion}} of {{totalVersions}}": "Versio {{selectedVersion}} / {{totalVersions}}",
"View Replies": "Näytä vastaukset",
@@ -1218,7 +1218,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Varoitus: Jupyter käyttö voi mahdollistaa mielivaltaiseen koodin suorittamiseen, mikä voi aiheuttaa tietoturvariskejä - käytä äärimmäisen varoen.",
"Web": "Web",
"Web API": "Web-API",
- "Web Loader Engine": "",
+ "Web Loader Engine": "Verkko lataaja moottori",
"Web Search": "Verkkohaku",
"Web Search Engine": "Hakukoneet",
"Web Search in Chat": "Verkkohaku keskustelussa",
@@ -1248,7 +1248,7 @@
"Write your model template content here": "Kirjoita mallisi mallinnesisältö tähän",
"Yesterday": "Eilen",
"You": "Sinä",
- "You are currently using a trial license. Please contact support to upgrade your license.": "",
+ "You are currently using a trial license. Please contact support to upgrade your license.": "Käytät tällä hetkellä kokeiluversiota. Ota yhteyttä tukeen lisenssin päivittämiseksi.",
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Voit keskustella enintään {{maxCount}} tiedoston kanssa kerralla.",
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Voit personoida vuorovaikutustasi LLM-ohjelmien kanssa lisäämällä muistoja 'Hallitse'-painikkeen kautta, jolloin ne ovat hyödyllisempiä ja räätälöityjä sinua varten.",
"You cannot upload an empty file.": "Et voi ladata tyhjää tiedostoa.",
diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json
index 516c68a10..d9ac2e97d 100644
--- a/src/lib/i18n/locales/ie-GA/translation.json
+++ b/src/lib/i18n/locales/ie-GA/translation.json
@@ -4,10 +4,10 @@
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(m.sh. `sh webui.sh --api --api-auth username_password `)",
"(e.g. `sh webui.sh --api`)": "(m.sh. `sh webui.sh --api`)",
"(latest)": "(is déanaí)",
- "(Ollama)": "",
+ "(Ollama)": "(Ollama)",
"{{ models }}": "{{ models }}",
- "{{COUNT}} Available Tools": "",
- "{{COUNT}} hidden lines": "",
+ "{{COUNT}} Available Tools": "{{COUNT}} Uirlisí ar Fáil",
+ "{{COUNT}} hidden lines": "{{COUNT}} línte folaithe",
"{{COUNT}} Replies": "{{COUNT}} Freagra",
"{{user}}'s Chats": "Comhráite {{user}}",
"{{webUIName}} Backend Required": "{{webUIName}} Ceoldeireadh Riachtanach",
@@ -54,28 +54,28 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Tá rochtain ag riarthóirí ar gach uirlis i gcónaí; teastaíonn ó úsáideoirí uirlisí a shanntar in aghaidh an mhúnla sa spás oibre.",
"Advanced Parameters": "Paraiméadair Casta",
"Advanced Params": "Paraiméid Casta",
- "All": "",
+ "All": "Gach",
"All Documents": "Gach Doiciméad",
"All models deleted successfully": "Scriosadh na múnlaí go léir go rathúil",
- "Allow Call": "",
+ "Allow Call": "Ceadaigh Glao",
"Allow Chat Controls": "Ceadaigh Rialuithe Comhrá",
"Allow Chat Delete": "Ceadaigh Comhrá a Scriosadh",
"Allow Chat Deletion": "Cead Scriosadh Comhrá",
"Allow Chat Edit": "Ceadaigh Eagarthóireacht Comhrá",
"Allow File Upload": "Ceadaigh Uaslódáil Comhad",
- "Allow Multiple Models in Chat": "",
+ "Allow Multiple Models in Chat": "Ceadaigh Múnlaí Il sa Chomhrá",
"Allow non-local voices": "Lig guthanna neamh-áitiúla",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "Ceadaigh Óráid go Téacs",
"Allow Temporary Chat": "Cead Comhrá Sealadach",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "Ceadaigh Téacs a Chaint",
"Allow User Location": "Ceadaigh Suíomh Úsáideora",
"Allow Voice Interruption in Call": "Ceadaigh Briseadh Guth i nGlao",
"Allowed Endpoints": "Críochphointí Ceadaithe",
"Already have an account?": "Tá cuntas agat cheana féin?",
- "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "",
+ "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "Rogha eile seachas an top_p, agus tá sé mar aidhm aige cothromaíocht cáilíochta agus éagsúlachta a chinntiú. Léiríonn an paraiméadar p an dóchúlacht íosta go mbreithneofar comhartha, i gcoibhneas le dóchúlacht an chomhartha is dóichí. Mar shampla, le p=0.05 agus dóchúlacht 0.9 ag an comhartha is dóichí, déantar logits le luach níos lú ná 0.045 a scagadh amach.",
"Always": "I gcónaí",
- "Always Collapse Code Blocks": "",
- "Always Expand Details": "",
+ "Always Collapse Code Blocks": "Laghdaigh Bloic Chóid i gcónaí",
+ "Always Expand Details": "Leathnaigh Sonraí i gcónaí",
"Amazing": "Iontach",
"an assistant": "cúntóir",
"Analyzed": "Anailísithe",
@@ -83,7 +83,7 @@
"and": "agus",
"and {{COUNT}} more": "agus {{COUNT}} eile",
"and create a new shared link.": "agus cruthaigh nasc nua roinnte.",
- "Android": "",
+ "Android": "Android",
"API Base URL": "URL Bonn API",
"API Key": "Eochair API",
"API Key created.": "Cruthaíodh Eochair API.",
@@ -104,7 +104,7 @@
"Are you sure?": "An bhfuil tú cinnte?",
"Arena Models": "Múnlaí Airéine",
"Artifacts": "Déantáin",
- "Ask": "",
+ "Ask": "Fiafraigh",
"Ask a question": "Cuir ceist",
"Assistant": "Cúntóir",
"Attach file from knowledge": "Ceangail comhad ó eolas",
@@ -113,10 +113,10 @@
"Attribute for Username": "Tréith don Ainm Úsáideora",
"Audio": "Fuaim",
"August": "Lúnasa",
- "Auth": "",
+ "Auth": "Údarú",
"Authenticate": "Fíordheimhnigh",
"Authentication": "Fíordheimhniú",
- "Auto": "",
+ "Auto": "Uath",
"Auto-Copy Response to Clipboard": "Freagra AutoCopy go Gearrthaisce",
"Auto-playback response": "Freagra uathsheinm",
"Autocomplete Generation": "Giniúint Uathchríochnaithe",
@@ -126,7 +126,7 @@
"AUTOMATIC1111 Base URL": "UATHOIBRÍOCH1111 Bun URL",
"AUTOMATIC1111 Base URL is required.": "Tá URL bonn UATHOIBRÍOCH1111 ag teastáil.",
"Available list": "Liosta atá ar fáil",
- "Available Tools": "",
+ "Available Tools": "Uirlisí ar Fáil",
"available!": "ar fáil!",
"Awful": "Uafásach",
"Azure AI Speech": "Óráid Azure AI",
@@ -142,7 +142,7 @@
"Bing Search V7 Endpoint": "Cuardach Bing V7 Críochphointe",
"Bing Search V7 Subscription Key": "Eochair Síntiúis Bing Cuardach V7",
"Bocha Search API Key": "Eochair API Cuardach Bocha",
- "Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
+ "Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Treisiú nó pionós a ghearradh ar chomharthaí sonracha as freagraí srianta. Déanfar luachanna laofachta a chlampáil idir -100 agus 100 (san áireamh). (Réamhshocrú: ceann ar bith)",
"Brave Search API Key": "Eochair API Cuardaigh Brave",
"By {{name}}": "Le {{name}}",
"Bypass Embedding and Retrieval": "Seachbhóthar Leabú agus Aisghabháil",
@@ -205,7 +205,7 @@
"Code Interpreter": "Ateangaire Cód",
"Code Interpreter Engine": "Inneall Ateangaire Cóid",
"Code Interpreter Prompt Template": "Teimpléad Pras Ateangaire Cód",
- "Collapse": "",
+ "Collapse": "Laghdaigh",
"Collection": "Bailiúchán",
"Color": "Dath",
"ComfyUI": "ComfyUI",
@@ -223,12 +223,12 @@
"Confirm your action": "Deimhnigh do ghníomh",
"Confirm your new password": "Deimhnigh do phasfhocal nua",
"Connect to your own OpenAI compatible API endpoints.": "Ceangail le do chríochphointí API atá comhoiriúnach le OpenAI.",
- "Connect to your own OpenAPI compatible external tool servers.": "",
- "Connection failed": "",
- "Connection successful": "",
+ "Connect to your own OpenAPI compatible external tool servers.": "Ceangail le do fhreastalaithe uirlisí seachtracha atá comhoiriúnach le OpenAPI.",
+ "Connection failed": "Theip ar an gceangal",
+ "Connection successful": "Ceangal rathúil",
"Connections": "Naisc",
- "Connections saved successfully": "",
- "Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
+ "Connections saved successfully": "D'éirigh le naisc a shábháil",
+ "Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Srianann iarracht ar réasúnaíocht a dhéanamh ar shamhlacha réasúnaíochta. Ní bhaineann ach le samhlacha réasúnaíochta ó sholáthraithe sonracha a thacaíonn le hiarracht réasúnaíochta.",
"Contact Admin for WebUI Access": "Déan teagmháil le Riarachán le haghaidh Rochtana WebUI",
"Content": "Ábhar",
"Content Extraction Engine": "Inneall Eastóscadh Ábhar",
@@ -240,12 +240,12 @@
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Rialú conas a roinntear téacs teachtaireachta d'iarratais TTS. Roinneann 'poncaíocht' ina abairtí, scoilteann 'míreanna' i míreanna, agus coinníonn 'aon' an teachtaireacht mar shreang amháin.",
"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled.": "Rialú a dhéanamh ar athrá seichimh chomharthaí sa téacs ginte. Cuirfidh luach níos airde (m.sh., 1.5) pionós níos láidre ar athrá, agus beidh luach níos ísle (m.sh., 1.1) níos boige. Ag 1, tá sé díchumasaithe. (Réamhshocrú: 1.1)",
"Controls": "Rialuithe",
- "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "",
+ "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "Rialaíonn sé an chothromaíocht idir comhleanúnachas agus éagsúlacht an aschuir. Beidh téacs níos dírithe agus níos soiléire mar thoradh ar luach níos ísle.",
"Copied": "Cóipeáladh",
"Copied shared chat URL to clipboard!": "Cóipeáladh URL an chomhrá roinnte chuig an ngearrthaisce!",
"Copied to clipboard": "Cóipeáilte go gear",
"Copy": "Cóipeáil",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "Cóipeáil Téacs Formáidithe",
"Copy last code block": "Cóipeáil bloc cód deireanach",
"Copy last response": "Cóipeáil an fhreagairt",
"Copy Link": "Cóipeáil Nasc",
@@ -266,7 +266,7 @@
"Created At": "Cruthaithe Ag",
"Created by": "Cruthaithe ag",
"CSV Import": "Iompórtáil CSV",
- "Ctrl+Enter to Send": "",
+ "Ctrl+Enter to Send": "Ctrl+Iontráil chun Seol",
"Current Model": "Múnla Reatha",
"Current Password": "Pasfhocal Reatha",
"Custom": "Saincheaptha",
@@ -286,7 +286,7 @@
"Default Prompt Suggestions": "Moltaí Leid Réamhshocraithe",
"Default to 389 or 636 if TLS is enabled": "Réamhshocrú go 389 nó 636 má tá TLS cumasaithe",
"Default to ALL": "Réamhshocrú do GACH",
- "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "",
+ "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "Réamhshocrú maidir le haisghabháil deighilte d’eastóscadh ábhar dírithe agus ábhartha, moltar é seo i bhformhór na gcásanna.",
"Default User Role": "Ról Úsáideora Réamhshocraithe",
"Delete": "Scrios",
"Delete a model": "Scrios múnla",
@@ -308,13 +308,13 @@
"Deleted User": "Úsáideoir Scriosta",
"Describe your knowledge base and objectives": "Déan cur síos ar do bhunachar eolais agus do chuspóirí",
"Description": "Cur síos",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "Déan Déantáin a bhrath go huathoibríoch",
"Didn't fully follow instructions": "Níor lean sé treoracha go hiomlán",
- "Direct": "",
+ "Direct": "Díreach",
"Direct Connections": "Naisc Dhíreacha",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Ligeann Connections Direct d’úsáideoirí ceangal lena gcríochphointí API féin atá comhoiriúnach le OpenAI.",
"Direct Connections settings updated": "Nuashonraíodh socruithe Connections Direct",
- "Direct Tool Servers": "",
+ "Direct Tool Servers": "Freastalaithe Uirlisí Díreacha",
"Disabled": "Díchumasaithe",
"Discover a function": "Faigh amach feidhm",
"Discover a model": "Faigh amach múnla",
@@ -334,8 +334,8 @@
"Dive into knowledge": "Léim isteach eolas",
"Do not install functions from sources you do not fully trust.": "Ná suiteáil feidhmeanna ó fhoinsí nach bhfuil muinín iomlán agat.",
"Do not install tools from sources you do not fully trust.": "Ná suiteáil uirlisí ó fhoinsí nach bhfuil muinín iomlán agat.",
- "Docling": "",
- "Docling Server URL required.": "",
+ "Docling": "Docling",
+ "Docling Server URL required.": "URL Freastalaí Doling ag teastáil.",
"Document": "Doiciméad",
"Document Intelligence": "Faisnéise Doiciméad",
"Document Intelligence endpoint and key required.": "Críochphointe Faisnéise Doiciméad agus eochair ag teastáil.",
@@ -356,15 +356,15 @@
"Draw": "Tarraing",
"Drop any files here to add to the conversation": "Scaoil aon chomhaid anseo le cur leis an gcomhrá",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "m.sh. '30s', '10m'. Is iad aonaid ama bailí ná 's', 'm', 'h'.",
- "e.g. \"json\" or a JSON schema": "",
+ "e.g. \"json\" or a JSON schema": "m.sh. \"json\" nó scéimre JSON",
"e.g. 60": "m.sh. 60",
"e.g. A filter to remove profanity from text": "m.h. Scagaire chun profanity a bhaint as téacs",
"e.g. My Filter": "m.sh. Mo Scagaire",
- "e.g. My Tools": "e.g. Mo Uirlisí",
+ "e.g. My Tools": "m.sh. Mo Uirlisí",
"e.g. my_filter": "m.sh. mo_scagaire",
"e.g. my_tools": "m.sh. mo_uirlisí",
"e.g. Tools for performing various operations": "m.sh. Uirlisí chun oibríochtaí éagsúla a dhéanamh",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "m.sh., en-US, ja-JP (fág bán le haghaidh uathbhraite)",
"Edit": "Cuir in eagar",
"Edit Arena Model": "Cuir Samhail Airéine in Eagar",
"Edit Channel": "Cuir Cainéal in Eagar",
@@ -383,16 +383,16 @@
"Embedding model set to \"{{embedding_model}}\"": "Múnla leabaithe socraithe go \"{{embedding_model}}\"",
"Enable API Key": "Cumasaigh Eochair API",
"Enable autocomplete generation for chat messages": "Cumasaigh giniúint uathchríochnaithe le haghaidh teachtaireachtaí comhrá",
- "Enable Code Execution": "",
+ "Enable Code Execution": "Cumasaigh Forghníomhú Cód",
"Enable Code Interpreter": "Cumasaigh Ateangaire Cóid",
"Enable Community Sharing": "Cumasaigh Comhroinnt Pobail",
"Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "Cumasaigh Glasáil Cuimhne (mlock) chun sonraí samhaltaithe a chosc ó RAM. Glasálann an rogha seo sraith oibre leathanaigh an mhúnla isteach i RAM, ag cinntiú nach ndéanfar iad a mhalartú go diosca. Is féidir leis seo cabhrú le feidhmíocht a choinneáil trí lochtanna leathanaigh a sheachaint agus rochtain tapa ar shonraí a chinntiú.",
"Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "Cumasaigh Mapáil Cuimhne (mmap) chun sonraí samhla a lódáil. Ligeann an rogha seo don chóras stóráil diosca a úsáid mar leathnú ar RAM trí chomhaid diosca a chóireáil amhail is dá mba i RAM iad. Is féidir leis seo feidhmíocht na samhla a fheabhsú trí rochtain níos tapúla ar shonraí a cheadú. Mar sin féin, d'fhéadfadh sé nach n-oibreoidh sé i gceart le gach córas agus féadfaidh sé méid suntasach spáis diosca a ithe.",
"Enable Message Rating": "Cumasaigh Rátáil Teachtai",
- "Enable Mirostat sampling for controlling perplexity.": "",
+ "Enable Mirostat sampling for controlling perplexity.": "Cumasaigh sampláil Mirostat chun seachrán a rialú.",
"Enable New Sign Ups": "Cumasaigh Clárúcháin Nua",
"Enabled": "Cumasaithe",
- "Enforce Temporary Chat": "",
+ "Enforce Temporary Chat": "Cuir Comhrá Sealadach i bhfeidhm",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Déan cinnte go bhfuil 4 cholún san ord seo i do chomhad CSV: Ainm, Ríomhphost, Pasfhocal, Ról.",
"Enter {{role}} message here": "Cuir isteach teachtaireacht {{role}} anseo",
"Enter a detail about yourself for your LLMs to recall": "Cuir isteach mionsonraí fút féin chun do LLManna a mheabhrú",
@@ -407,15 +407,15 @@
"Enter CFG Scale (e.g. 7.0)": "Cuir isteach Scála CFG (m.sh. 7.0)",
"Enter Chunk Overlap": "Cuir isteach Chunk Forluí",
"Enter Chunk Size": "Cuir isteach Méid an Smután",
- "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
+ "Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Cuir isteach péirí camóg-scartha \"comhartha:luach laofachta\" (mar shampla: 5432:100, 413:-100)",
"Enter description": "Iontráil cur síos",
- "Enter Docling Server URL": "",
+ "Enter Docling Server URL": "Cuir isteach URL Freastalaí Doling",
"Enter Document Intelligence Endpoint": "Iontráil Críochphointe Faisnéise Doiciméid",
"Enter Document Intelligence Key": "Iontráil Eochair Faisnéise Doiciméad",
"Enter domains separated by commas (e.g., example.com,site.org)": "Cuir isteach fearainn atá scartha le camóga (m.sh., example.com,site.org)",
"Enter Exa API Key": "Cuir isteach Eochair Exa API",
- "Enter Firecrawl API Base URL": "",
- "Enter Firecrawl API Key": "",
+ "Enter Firecrawl API Base URL": "Cuir isteach URL Bonn API Firecrawl",
+ "Enter Firecrawl API Key": "Cuir isteach Eochair API Firecrawl",
"Enter Github Raw URL": "Cuir isteach URL Github Raw",
"Enter Google PSE API Key": "Cuir isteach Eochair API Google PSE",
"Enter Google PSE Engine Id": "Cuir isteach ID Inneall Google PSE",
@@ -425,16 +425,16 @@
"Enter Jupyter Token": "Cuir isteach Jupyter Chomhartha",
"Enter Jupyter URL": "Cuir isteach URL Jupyter",
"Enter Kagi Search API Key": "Cuir isteach Eochair Kagi Cuardach API",
- "Enter Key Behavior": "",
+ "Enter Key Behavior": "Iontráil Iompar Eochair",
"Enter language codes": "Cuir isteach cóid teanga",
- "Enter Mistral API Key": "",
+ "Enter Mistral API Key": "Cuir isteach Eochair API Mistral",
"Enter Model ID": "Iontráil ID Mhúnla",
"Enter model tag (e.g. {{modelTag}})": "Cuir isteach chlib samhail (m.sh. {{modelTag}})",
"Enter Mojeek Search API Key": "Cuir isteach Eochair API Cuardach Mojeek",
"Enter Number of Steps (e.g. 50)": "Iontráil Líon na gCéimeanna (m.sh. 50)",
- "Enter Perplexity API Key": "",
- "Enter Playwright Timeout": "",
- "Enter Playwright WebSocket URL": "",
+ "Enter Perplexity API Key": "Cuir isteach Eochair API Perplexity",
+ "Enter Playwright Timeout": "Iontráil Teorainn Ama na nDrámadóir",
+ "Enter Playwright WebSocket URL": "Cuir isteach URL WebSocket Seinmeora",
"Enter proxy URL (e.g. https://user:password@host:port)": "Cuir isteach URL seachfhreastalaí (m.sh. https://user:password@host:port)",
"Enter reasoning effort": "Cuir isteach iarracht réasúnaíochta",
"Enter Sampler (e.g. Euler a)": "Cuir isteach Sampler (m.sh. Euler a)",
@@ -452,26 +452,26 @@
"Enter server host": "Cuir isteach óstach freastalaí",
"Enter server label": "Cuir isteach lipéad freastalaí",
"Enter server port": "Cuir isteach port freastalaí",
- "Enter Sougou Search API sID": "",
- "Enter Sougou Search API SK": "",
+ "Enter Sougou Search API sID": "Cuir isteach sID Sougou Search API",
+ "Enter Sougou Search API SK": "Cuir isteach Sougou Search API SK",
"Enter stop sequence": "Cuir isteach seicheamh stad",
"Enter system prompt": "Cuir isteach an chóras leid",
- "Enter system prompt here": "",
+ "Enter system prompt here": "Cuir leid córais isteach anseo",
"Enter Tavily API Key": "Cuir isteach eochair API Tavily",
- "Enter Tavily Extract Depth": "",
+ "Enter Tavily Extract Depth": "Cuir isteach Doimhneacht Sliocht Tavily",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Cuir isteach URL poiblí do WebUI. Bainfear úsáid as an URL seo chun naisc a ghiniúint sna fógraí.",
"Enter Tika Server URL": "Cuir isteach URL freastalaí Tika",
"Enter timeout in seconds": "Cuir isteach an t-am istigh i soicindí",
- "Enter to Send": "",
+ "Enter to Send": "Iontráil chun Seol",
"Enter Top K": "Cuir isteach Barr K",
- "Enter Top K Reranker": "",
+ "Enter Top K Reranker": "Cuir isteach Barr K Reranker",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Iontráil URL (m.sh. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Iontráil URL (m.sh. http://localhost:11434)",
"Enter your current password": "Cuir isteach do phasfhocal reatha",
"Enter Your Email": "Cuir isteach do Ríomhphost",
"Enter Your Full Name": "Cuir isteach d'Ainm Iomlán",
"Enter your message": "Cuir isteach do theachtaireacht",
- "Enter your name": "",
+ "Enter your name": "Cuir isteach d'ainm",
"Enter your new password": "Cuir isteach do phasfhocal nua",
"Enter Your Password": "Cuir isteach do phasfhocal",
"Enter Your Role": "Cuir isteach do Ról",
@@ -488,14 +488,14 @@
"Example: mail": "Sampla: ríomhphost",
"Example: ou=users,dc=foo,dc=example": "Sampla: ou=úsáideoirí,dc=foo,dc=sampla",
"Example: sAMAccountName or uid or userPrincipalName": "Sampla: sAMAaccountName nó uid nó userPrincipalName",
- "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "",
+ "Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "Níos mó ná líon na suíochán i do cheadúnas. Déan teagmháil le do thoil le tacaíocht chun líon na suíochán a mhéadú.",
"Exclude": "Eisigh",
"Execute code for analysis": "Íosluchtaigh cód le haghaidh anailíse",
- "Executing **{{NAME}}**...": "",
- "Expand": "",
+ "Executing **{{NAME}}**...": "**{{NAME}}** á rith...",
+ "Expand": "Leathnaigh",
"Experimental": "Turgnamhach",
- "Explain": "",
- "Explain this section to me in more detail": "",
+ "Explain": "Mínigh",
+ "Explain this section to me in more detail": "Mínigh an chuid seo dom níos mine",
"Explore the cosmos": "Déan iniúchadh ar an cosmos",
"Export": "Easpórtáil",
"Export All Archived Chats": "Easpórtáil Gach Comhrá Cartlainne",
@@ -509,14 +509,14 @@
"Export Prompts": "Leideanna Easpórtála",
"Export to CSV": "Easpórtáil go CSV",
"Export Tools": "Uirlisí Easpór",
- "External": "",
+ "External": "Seachtrach",
"External Models": "Múnlaí Seachtracha",
"Failed to add file.": "Theip ar an gcomhad a chur leis.",
- "Failed to connect to {{URL}} OpenAPI tool server": "",
+ "Failed to connect to {{URL}} OpenAPI tool server": "Theip ar nascadh le {{URL}} freastalaí uirlisí OpenAPI",
"Failed to create API Key.": "Theip ar an eochair API a chruthú.",
"Failed to fetch models": "Theip ar shamhlacha a fháil",
"Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé",
- "Failed to save connections": "",
+ "Failed to save connections": "Theip ar na naisc a shábháil",
"Failed to save models configuration": "Theip ar chumraíocht na múnlaí a shábháil",
"Failed to update settings": "Theip ar shocruithe a nuashonrú",
"Failed to upload file.": "Theip ar uaslódáil an chomhaid.",
@@ -539,8 +539,8 @@
"Filter is now globally enabled": "Tá an scagaire cumasaithe go domhanda anois",
"Filters": "Scagairí",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Braithíodh spoofing méarloirg: Ní féidir teachlitreacha a úsáid mar avatar. Réamhshocrú ar íomhá próifíle réamhshocraithe.",
- "Firecrawl API Base URL": "",
- "Firecrawl API Key": "",
+ "Firecrawl API Base URL": "URL Bunús API Firecrawl",
+ "Firecrawl API Key": "Eochair API Firecrawl",
"Fluidly stream large external response chunks": "Sruthaigh codanna móra freagartha seachtracha go sreabhach",
"Focus chat input": "Ionchur comhrá fócas",
"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
@@ -551,7 +551,7 @@
"Forge new paths": "Déan cosáin nua a chruthú",
"Form": "Foirm",
"Format your variables using brackets like this:": "Formáidigh na hathróga ag baint úsáide as lúibíní mar seo:",
- "Forwards system user session credentials to authenticate": "",
+ "Forwards system user session credentials to authenticate": "Cuir dintiúir seisiúin úsáideora córais ar aghaidh lena bhfíordheimhniú",
"Frequency Penalty": "Pionós Minicíochta",
"Full Context Mode": "Mód Comhthéacs Iomlán",
"Function": "Feidhm",
@@ -573,7 +573,7 @@
"Gemini API Key is required.": "Tá Eochair Gemini API ag teastáil.",
"General": "Ginearálta",
"Generate an image": "Gin íomhá",
- "Generate Image": "Ginigh Íomhá",
+ "Generate Image": "Gin Íomhá",
"Generate prompt pair": "Gin péire pras",
"Generating search query": "Giniúint ceist cuardaigh",
"Get started": "Cuir tús leis",
@@ -597,7 +597,7 @@
"Hex Color": "Dath Heics",
"Hex Color - Leave empty for default color": "Dath Heics - Fág folamh don dath réamhshocraithe",
"Hide": "Folaigh",
- "Hide Model": "",
+ "Hide Model": "Folaigh Múnla",
"Home": "Baile",
"Host": "Óstach",
"How can I help you today?": "Conas is féidir liom cabhrú leat inniu?",
@@ -605,8 +605,8 @@
"Hybrid Search": "Cuardach Hibrideach",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Admhaím gur léigh mé agus tuigim impleachtaí mo ghníomhaíochta. Táim ar an eolas faoi na rioscaí a bhaineann le cód treallach a fhorghníomhú agus tá iontaofacht na foinse fíoraithe agam.",
"ID": "ID",
- "iframe Sandbox Allow Forms": "",
- "iframe Sandbox Allow Same Origin": "",
+ "iframe Sandbox Allow Forms": "iframe Bosca Gainimh Foirmeacha Ceadaithe",
+ "iframe Sandbox Allow Same Origin": "Bosca Gainimh iframe Ceadaigh an Bunús Céanna",
"Ignite curiosity": "Las fiosracht",
"Image": "Íomhá",
"Image Compression": "Comhbhrú Íomhá",
@@ -628,16 +628,16 @@
"Include": "Cuir san áireamh",
"Include `--api-auth` flag when running stable-diffusion-webui": "Cuir bratach `--api-auth` san áireamh agus webui stable-diffusion-reatha á rith",
"Include `--api` flag when running stable-diffusion-webui": "Cuir bratach `--api` san áireamh agus webui cobhsaí-scaipthe á rith",
- "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive.": "",
+ "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive.": "Bíonn tionchar aige ar chomh tapa agus a fhreagraíonn an t-algartam d’aiseolas ón téacs ginte. Beidh coigeartuithe níos moille mar thoradh ar ráta foghlama níos ísle, agus déanfaidh ráta foghlama níos airde an t-algartam níos freagraí.",
"Info": "Eolas",
- "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
+ "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Instealladh an t-ábhar ar fad mar chomhthéacs do phróiseáil chuimsitheach, moltar é seo le haghaidh ceisteanna casta.",
"Input commands": "Orduithe ionchuir",
"Install from Github URL": "Suiteáil ó Github URL",
"Instant Auto-Send After Voice Transcription": "Seoladh Uathoibríoch Láithreach Tar éis",
"Integration": "Comhtháthú",
"Interface": "Comhéadan",
"Invalid file format.": "Formáid comhaid neamhbhailí.",
- "Invalid JSON schema": "",
+ "Invalid JSON schema": "Scéimre JSON neamhbhailí",
"Invalid Tag": "Clib neamhbhailí",
"is typing...": "ag clóscríobh...",
"January": "Eanáir",
@@ -645,7 +645,7 @@
"join our Discord for help.": "bí inár Discord chun cabhair a fháil.",
"JSON": "JSON",
"JSON Preview": "Réamhamharc JSON",
- "July": "Lúil",
+ "July": "Iúil",
"June": "Meitheamh",
"Jupyter Auth": "Fíordheimhniú Jupyter",
"Jupyter URL": "URL Jupyter",
@@ -659,7 +659,7 @@
"Knowledge Access": "Rochtain Eolais",
"Knowledge created successfully.": "Eolas cruthaithe go rathúil.",
"Knowledge deleted successfully.": "D'éirigh leis an eolas a scriosadh.",
- "Knowledge Public Sharing": "",
+ "Knowledge Public Sharing": "Roinnt Faisnéise Poiblí",
"Knowledge reset successfully.": "D'éirigh le hathshocrú eolais.",
"Knowledge updated successfully": "D'éirigh leis an eolas a nuashonrú",
"Kokoro.js (Browser)": "Kokoro.js (Brabhsálaí)",
@@ -667,17 +667,17 @@
"Label": "Lipéad",
"Landing Page Mode": "Mód Leathanach Tuirlingthe",
"Language": "Teanga",
- "Language Locales": "",
+ "Language Locales": "Logánta Teanga",
"Last Active": "Gníomhach Deiridh",
"Last Modified": "Athraithe Deiridh",
"Last reply": "Freagra deiridh",
"LDAP": "LDAP",
"LDAP server updated": "Nuashonraíodh freastalaí LDAP",
"Leaderboard": "An Clár Ceannairí",
- "Learn more about OpenAPI tool servers.": "",
+ "Learn more about OpenAPI tool servers.": "Foghlaim tuilleadh faoi fhreastalaithe uirlisí OpenAPI.",
"Leave empty for unlimited": "Fág folamh le haghaidh neamhtheoranta",
- "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "",
- "Leave empty to include all models from \"{{url}}/models\" endpoint": "",
+ "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Fág folamh chun gach múnla ó chríochphointe \"{{url}}/api/tags\" a chur san áireamh",
+ "Leave empty to include all models from \"{{url}}/models\" endpoint": "Fág folamh chun gach múnla ón gcríochphointe \"{{url}}/models\" a chur san áireamh",
"Leave empty to include all models or select specific models": "Fág folamh chun gach múnla a chur san áireamh nó roghnaigh múnlaí sonracha",
"Leave empty to use the default prompt, or enter a custom prompt": "Fág folamh chun an leid réamhshocraithe a úsáid, nó cuir isteach leid saincheaptha",
"Leave model field empty to use the default model.": "Fág réimse an mhúnla folamh chun an tsamhail réamhshocraithe a úsáid.",
@@ -691,7 +691,7 @@
"Local": "Áitiúil",
"Local Models": "Múnlaí Áitiúla",
"Location access not allowed": "Ní cheadaítear rochtain suímh",
- "Logit Bias": "",
+ "Logit Bias": "Bias Logit",
"Lost": "Cailleadh",
"LTR": "LTR",
"Made by Open WebUI Community": "Déanta ag OpenWebUI Community",
@@ -704,7 +704,7 @@
"Manage Ollama API Connections": "Bainistigh Naisc API Ollama",
"Manage OpenAI API Connections": "Bainistigh Naisc API OpenAI",
"Manage Pipelines": "Bainistigh píblín",
- "Manage Tool Servers": "",
+ "Manage Tool Servers": "Bainistigh Freastalaithe Uirlisí",
"March": "Márta",
"Max Tokens (num_predict)": "Comharthaí Uasta (num_predicate)",
"Max Upload Count": "Líon Uaslódála Max",
@@ -724,16 +724,16 @@
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
- "Mistral OCR": "",
- "Mistral OCR API Key required.": "",
+ "Mistral OCR": "OCR Mistral",
+ "Mistral OCR API Key required.": "Mistral OCR API Eochair ag teastáil.",
"Model": "Múnla",
"Model '{{modelName}}' has been successfully downloaded.": "Rinneadh an tsamhail '{{modelName}}' a íoslódáil go rathúil.",
"Model '{{modelTag}}' is already in queue for downloading.": "Tá múnla ‘{{modelTag}}’ sa scuaine cheana féin le híoslódáil.",
"Model {{modelId}} not found": "Múnla {{modelId}} gan aimsiú",
"Model {{modelName}} is not vision capable": "Níl samhail {{modelName}} in ann amharc",
"Model {{name}} is now {{status}}": "Tá samhail {{name}} {{status}} anois",
- "Model {{name}} is now hidden": "",
- "Model {{name}} is now visible": "",
+ "Model {{name}} is now hidden": "Tá múnla {{name}} i bhfolach anois",
+ "Model {{name}} is now visible": "Tá múnla {{name}} le feiceáil anois",
"Model accepts image inputs": "Glacann múnla le hionchuir",
"Model created successfully!": "Cruthaíodh múnla go rathúil!",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Fuarthas cosán an múnla. Teastaíonn ainm gearr an mhúnla le haghaidh nuashonraithe, ní féidir leanúint ar aghaidh.",
@@ -749,7 +749,7 @@
"Models": "Múnlaí",
"Models Access": "Rochtain Múnlaí",
"Models configuration saved successfully": "Sábháladh cumraíocht na múnlaí go rathúil",
- "Models Public Sharing": "",
+ "Models Public Sharing": "Múnlaí Comhroinnte Poiblí",
"Mojeek Search API Key": "Eochair API Cuardach Mojeek",
"more": "níos mó",
"More": "Tuilleadh",
@@ -812,7 +812,7 @@
"Open file": "Oscail comhad",
"Open in full screen": "Oscail i scáileán iomlán",
"Open new chat": "Oscail comhrá nua",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Is féidir le WebUI Oscailte uirlisí a úsáid a sholáthraíonn aon fhreastalaí OpenAPI.",
"Open WebUI uses faster-whisper internally.": "Úsáideann Open WebUI cogar níos tapúla go hinmheánach.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Úsáideann Open WebUI úsáidí SpeechT5 agus CMU leabaithe cainteoir Artach.",
"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tá leagan WebUI oscailte (v{{OPEN_WEBUI_VERSION}}) níos ísle ná an leagan riachtanach (v{{REQUIRED_VERSION}})",
@@ -822,7 +822,7 @@
"OpenAI API Key is required.": "Tá Eochair API OpenAI ag teastáil.",
"OpenAI API settings updated": "Nuashonraíodh socruithe OpenAI API",
"OpenAI URL/Key required.": "Teastaíonn URL/eochair OpenAI.",
- "openapi.json Path": "",
+ "openapi.json Path": "Conair openapi.json",
"or": "nó",
"Organize your users": "Eagraigh do chuid úsáideoirí",
"Other": "Eile",
@@ -839,7 +839,7 @@
"Permission denied when accessing microphone": "Cead diúltaithe agus tú ag rochtain ar",
"Permission denied when accessing microphone: {{error}}": "Cead diúltaithe agus tú ag teacht ar mhicreafón: {{error}}",
"Permissions": "Ceadanna",
- "Perplexity API Key": "",
+ "Perplexity API Key": "Eochair API Perplexity",
"Personalization": "Pearsantú",
"Pin": "Bioráin",
"Pinned": "Pinneáilte",
@@ -851,13 +851,13 @@
"Pipelines Valves": "Comhlaí Píblíne",
"Plain text (.txt)": "Téacs simplí (.txt)",
"Playground": "Clós súgartha",
- "Playwright Timeout (ms)": "",
- "Playwright WebSocket URL": "",
+ "Playwright Timeout (ms)": "Teorainn Ama drámadóra (ms)",
+ "Playwright WebSocket URL": "URL drámadóir WebSocket",
"Please carefully review the following warnings:": "Déan athbhreithniú cúramach ar na rabhaidh seo a leanas le do thoil:",
"Please do not close the settings page while loading the model.": "Ná dún leathanach na socruithe agus an tsamhail á luchtú.",
"Please enter a prompt": "Cuir isteach leid",
- "Please enter a valid path": "",
- "Please enter a valid URL": "",
+ "Please enter a valid path": "Cuir isteach cosán bailí",
+ "Please enter a valid URL": "Cuir isteach URL bailí",
"Please fill in all fields.": "Líon isteach gach réimse le do thoil.",
"Please select a model first.": "Roghnaigh munla ar dtús le do thoil.",
"Please select a model.": "Roghnaigh múnla le do thoil.",
@@ -869,19 +869,19 @@
"Presence Penalty": "Pionós Láithreacht",
"Previous 30 days": "30 lá roimhe seo",
"Previous 7 days": "7 lá roimhe seo",
- "Private": "",
+ "Private": "Príobháideach",
"Profile Image": "Íomhá Próifíl",
"Prompt": "Leid",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Leid (m.sh. inis dom fíric spraíúil faoin Impireacht Rómhánach)",
- "Prompt Autocompletion": "",
+ "Prompt Autocompletion": "Uathchríochnú Pras",
"Prompt Content": "Ábhar Leid",
"Prompt created successfully": "Leid cruthaithe go rathúil",
"Prompt suggestions": "Moltaí leid",
"Prompt updated successfully": "D'éirigh leis an leid a nuashonrú",
"Prompts": "Leabhair",
"Prompts Access": "Rochtain ar Chuirí",
- "Prompts Public Sharing": "",
- "Public": "",
+ "Prompts Public Sharing": "Spreagann Roinnt Phoiblí",
+ "Public": "Poiblí",
"Pull \"{{searchValue}}\" from Ollama.com": "Tarraing \"{{searchValue}}\" ó Ollama.com",
"Pull a model from Ollama.com": "Tarraing múnla ó Ollama.com",
"Query Generation Prompt": "Cuirí Ginearáil Ceisteanna",
@@ -893,16 +893,16 @@
"Reasoning Effort": "Iarracht Réasúnúcháin",
"Record voice": "Taifead guth",
"Redirecting you to Open WebUI Community": "Tú a atreorú chuig OpenWebUI Community",
- "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
+ "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Laghdaíonn sé an dóchúlacht go giniúint nonsense. Tabharfaidh luach níos airde (m.sh. 100) freagraí níos éagsúla, agus beidh luach níos ísle (m.sh. 10) níos coimeádaí.",
"Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Tagairt duit féin mar \"Úsáideoir\" (m.sh., \"Tá an úsáideoir ag foghlaim Spáinnis\")",
"References from": "Tagairtí ó",
"Refused when it shouldn't have": "Diúltaíodh nuair nár chóir dó",
"Regenerate": "Athghiniúint",
- "Reindex": "",
- "Reindex Knowledge Base Vectors": "",
+ "Reindex": "Reindex",
+ "Reindex Knowledge Base Vectors": "Veicteoirí Bonn Eolais a ath-innéacsú",
"Release Notes": "Nótaí Scaoilte",
"Relevance": "Ábharthacht",
- "Relevance Threshold": "",
+ "Relevance Threshold": "Tairseach Ábharthaíochta",
"Remove": "Bain",
"Remove Model": "Bain Múnla",
"Rename": "Athainmnigh",
@@ -1005,22 +1005,22 @@
"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Socraigh líon na snáitheanna oibrithe a úsáidtear le haghaidh ríomh. Rialaíonn an rogha seo cé mhéad snáithe a úsáidtear chun iarratais a thagann isteach a phróiseáil i gcomhthráth. D'fhéadfadh méadú ar an luach seo feidhmíocht a fheabhsú faoi ualaí oibre comhairgeadra ard ach féadfaidh sé níos mó acmhainní LAP a úsáid freisin.",
"Set Voice": "Socraigh Guth",
"Set whisper model": "Socraigh múnla cogar",
- "Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "",
- "Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "",
- "Sets how far back for the model to look back to prevent repetition.": "",
- "Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "",
- "Sets the size of the context window used to generate the next token.": "",
+ "Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Socraíonn sé claonadh cothrom i gcoinne comharthaí a tháinig chun solais uair amháin ar a laghad. Cuirfidh luach níos airde (m.sh., 1.5) pionós níos láidre ar athrá, agus beidh luach níos ísle (m.sh., 0.9) níos boige. Ag 0, tá sé díchumasaithe.",
+ "Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Socraíonn sé laofacht scálaithe i gcoinne comharthaí chun pionós a ghearradh ar athrá, bunaithe ar cé mhéad uair a tháinig siad chun solais. Cuirfidh luach níos airde (m.sh., 1.5) pionós níos láidre ar athrá, agus beidh luach níos ísle (m.sh., 0.9) níos boige. Ag 0, tá sé díchumasaithe.",
+ "Sets how far back for the model to look back to prevent repetition.": "Socraíonn sé cé chomh fada siar is atá an tsamhail le breathnú siar chun athrá a chosc.",
+ "Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "Socraíonn sé an síol uimhir randamach a úsáid le haghaidh giniúna. Má shocraítear é seo ar uimhir shainiúil, ginfidh an tsamhail an téacs céanna don leid céanna.",
+ "Sets the size of the context window used to generate the next token.": "Socraíonn sé méid na fuinneoige comhthéacs a úsáidtear chun an chéad chomhartha eile a ghiniúint.",
"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Socraíonn sé na stadanna le húsáid. Nuair a thagtar ar an bpatrún seo, stopfaidh an LLM ag giniúint téacs agus ag filleadh. Is féidir patrúin stad iolracha a shocrú trí pharaiméadair stadanna iolracha a shonrú i gcomhad samhail.",
"Settings": "Socruithe",
"Settings saved successfully!": "Socruithe sábhálta go rathúil!",
"Share": "Comhroinn",
"Share Chat": "Comhroinn Comhrá",
"Share to Open WebUI Community": "Comhroinn le Pobal OpenWebUI",
- "Sharing Permissions": "",
+ "Sharing Permissions": "Ceadanna a Roinnt",
"Show": "Taispeáin",
"Show \"What's New\" modal on login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach",
"Show Admin Details in Account Pending Overlay": "Taispeáin Sonraí Riaracháin sa Chuntas ar Feitheamh Forleagan",
- "Show Model": "",
+ "Show Model": "Taispeáin Múnla",
"Show shortcuts": "Taispeáin aicearraí",
"Show your support!": "Taispeáin do thacaíocht!",
"Showcased creativity": "Cruthaitheacht léirithe",
@@ -1032,8 +1032,8 @@
"Sign up to {{WEBUI_NAME}}": "Cláraigh le {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Ag síniú isteach ar {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
- "Sougou Search API sID": "",
- "Sougou Search API SK": "",
+ "Sougou Search API sID": "Sougou Search API sID",
+ "Sougou Search API SK": "Sougou Search API SK",
"Source": "Foinse",
"Speech Playback Speed": "Luas Athsheinm Urlabhra",
"Speech recognition error: {{error}}": "Earráid aitheantais cainte: {{error}}",
@@ -1053,7 +1053,7 @@
"System": "Córas",
"System Instructions": "Treoracha Córas",
"System Prompt": "Córas Leid",
- "Tags": "",
+ "Tags": "Clibeanna",
"Tags Generation": "Giniúint Clibeanna",
"Tags Generation Prompt": "Clibeanna Giniúint Leid",
"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "Úsáidtear sampláil saor ó eireabaill chun tionchar na n-chomharthaí ón aschur nach bhfuil chomh dóchúil céanna a laghdú. Laghdóidh luach níos airde (m.sh., 2.0) an tionchar níos mó, agus díchumasaíonn luach 1.0 an socrú seo. (réamhshocraithe: 1)",
@@ -1061,7 +1061,7 @@
"Tap to interrupt": "Tapáil chun cur isteach",
"Tasks": "Tascanna",
"Tavily API Key": "Eochair API Tavily",
- "Tavily Extract Depth": "",
+ "Tavily Extract Depth": "Doimhneacht Sliocht Tavily",
"Tell us more:": "Inis dúinn níos mó:",
"Temperature": "Teocht",
"Template": "Teimpléad",
@@ -1072,7 +1072,7 @@
"Thanks for your feedback!": "Go raibh maith agat as do chuid aiseolas!",
"The Application Account DN you bind with for search": "An Cuntas Feidhmchláir DN a nascann tú leis le haghaidh cuardaigh",
"The base to search for users": "An bonn chun cuardach a dhéanamh ar úsáideoirí",
- "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "",
+ "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "Cinneann méid an bhaisc cé mhéad iarratas téacs a phróiseáiltear le chéile ag an am céanna. Is féidir le méid baisc níos airde feidhmíocht agus luas an mhúnla a mhéadú, ach éilíonn sé níos mó cuimhne freisin.",
"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Is deonacha paiseanta ón bpobal iad na forbróirí taobh thiar den bhreiseán seo. Má aimsíonn an breiseán seo cabhrach leat, smaoinigh ar rannchuidiú lena fhorbairt.",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "Tá an clár ceannairí meastóireachta bunaithe ar chóras rátála Elo agus déantar é a nuashonrú i bhfíor-am.",
"The LDAP attribute that maps to the mail that users use to sign in.": "An tréith LDAP a mhapálann don ríomhphost a úsáideann úsáideoirí chun síniú isteach.",
@@ -1081,16 +1081,16 @@
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Uasmhéid an chomhaid i MB. Má sháraíonn méid an chomhaid an teorainn seo, ní uaslódófar an comhad.",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "An líon uasta na gcomhaid is féidir a úsáid ag an am céanna i gcomhrá. Má sháraíonn líon na gcomhaid an teorainn seo, ní uaslódófar na comhaid.",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ba chóir go mbeadh an scór ina luach idir 0.0 (0%) agus 1.0 (100%).",
- "The temperature of the model. Increasing the temperature will make the model answer more creatively.": "",
+ "The temperature of the model. Increasing the temperature will make the model answer more creatively.": "Teocht an mhúnla. Déanfaidh méadú ar an teocht an freagra múnla níos cruthaithí.",
"Theme": "Téama",
"Thinking...": "Ag smaoineamh...",
"This action cannot be undone. Do you wish to continue?": "Ní féidir an gníomh seo a chur ar ais. Ar mhaith leat leanúint ar aghaidh?",
- "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
- "This chat won’t appear in history and your messages will not be saved.": "",
+ "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Cruthaíodh an cainéal seo ar {{createdAt}}. Seo tús an chainéil {{channelName}}.",
+ "This chat won’t appear in history and your messages will not be saved.": "Ní bheidh an comhrá seo le feiceáil sa stair agus ní shábhálfar do theachtaireachtaí.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cinntíonn sé seo go sábhálfar do chomhráite luachmhara go daingean i do bhunachar sonraí cúltaca Go raibh maith agat!",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Is gné turgnamhach í seo, b'fhéidir nach bhfeidhmeoidh sé mar a bhíothas ag súil leis agus tá sé faoi réir athraithe ag am ar bith.",
- "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "",
- "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "",
+ "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "Rialaíonn an rogha seo cé mhéad comhartha a chaomhnaítear agus an comhthéacs á athnuachan. Mar shampla, má shocraítear go 2 é, coinneofar an 2 chomhartha dheireanacha de chomhthéacs an chomhrá. Is féidir le comhthéacs a chaomhnú cabhrú le leanúnachas comhrá a choinneáil, ach d’fhéadfadh sé laghdú a dhéanamh ar an gcumas freagairt do thopaicí nua.",
+ "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "Socraíonn an rogha seo an t-uaslíon comharthaí is féidir leis an tsamhail a ghiniúint ina fhreagra. Tríd an teorainn seo a mhéadú is féidir leis an tsamhail freagraí níos faide a sholáthar, ach d’fhéadfadh go méadódh sé an dóchúlacht go nginfear ábhar neamhchabhrach nó nach mbaineann le hábhar.",
"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Scriosfaidh an rogha seo gach comhad atá sa bhailiúchán agus cuirfear comhaid nua-uaslódála ina n-ionad.",
"This response was generated by \"{{model}}\"": "Gin an freagra seo ag \"{{model}}\"",
"This will delete": "Scriosfaidh sé seo",
@@ -1103,7 +1103,7 @@
"Thought for {{DURATION}} seconds": "Smaoineamh ar feadh {{DURATION}} soicind",
"Tika": "Tika",
"Tika Server URL required.": "Teastaíonn URL Freastalaí Tika.",
- "Tiktoken": "Tictoken",
+ "Tiktoken": "Tiktoken",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Leid: Nuashonraigh sliotáin iolracha athróg as a chéile trí bhrú ar an eochair cluaisín san ionchur comhrá tar éis gach athsholáthair.",
"Title": "Teideal",
"Title (e.g. Tell me a fun fact)": "Teideal (m.sh. inis dom fíric spraíúil)",
@@ -1134,7 +1134,7 @@
"Tool ID": "ID Uirlis",
"Tool imported successfully": "Uirlis iompórtáilte",
"Tool Name": "Ainm Uirlis",
- "Tool Servers": "",
+ "Tool Servers": "Freastalaithe Uirlisí",
"Tool updated successfully": "An uirlis nuashonraithe",
"Tools": "Uirlisí",
"Tools Access": "Rochtain Uirlisí",
@@ -1142,9 +1142,9 @@
"Tools Function Calling Prompt": "Leid Glaonna Feidhm Uirlisí",
"Tools have a function calling system that allows arbitrary code execution": "Tá córas glaonna feidhme ag uirlisí a cheadaíonn forghníomhú cód treallach",
"Tools have a function calling system that allows arbitrary code execution.": "Tá córas glaonna feidhme ag uirlisí a cheadaíonn forghníomhú cód treallach.",
- "Tools Public Sharing": "",
+ "Tools Public Sharing": "Uirlisí Roinnte Poiblí",
"Top K": "Barr K",
- "Top K Reranker": "",
+ "Top K Reranker": "Barr K Reranker",
"Top P": "Barr P",
"Transformers": "Claochladáin",
"Trouble accessing Ollama?": "Deacracht teacht ar Ollama?",
@@ -1184,14 +1184,14 @@
"Use Gravatar": "Úsáid Gravatar",
"Use groups to group your users and assign permissions.": "Úsáid grúpaí chun d'úsáideoirí a ghrúpáil agus ceadanna a shannadh",
"Use Initials": "Úsáid ceannlitreacha",
- "Use no proxy to fetch page contents.": "",
- "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
+ "Use no proxy to fetch page contents.": "Ná húsáid seachfhreastalaí chun inneachar an leathanaigh a fháil.",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Úsáid seachfhreastalaí ainmnithe ag athróga timpeallachta http_proxy agus https_proxy chun inneachar an leathanaigh a fháil.",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "úsáideoir",
"User": "Úsáideoir",
"User location successfully retrieved.": "Fuarthas suíomh an úsáideora go rathúil.",
- "User Webhooks": "",
+ "User Webhooks": "Crúcaí Gréasáin Úsáideoir",
"Username": "Ainm Úsáideora",
"Users": "Úsáideoirí",
"Using the default arena model with all models. Click the plus button to add custom models.": "Ag baint úsáide as an múnla réimse réamhshocraithe le gach múnlaí. Cliceáil ar an gcnaipe móide chun múnlaí saincheaptha a chur leis.",
@@ -1202,12 +1202,12 @@
"Valves updated successfully": "Comhlaí nuashonraíodh",
"variable": "athraitheach",
"variable to have them replaced with clipboard content.": "athróg chun ábhar gearrthaisce a chur in ionad iad.",
- "Verify Connection": "",
- "Verify SSL Certificate": "",
+ "Verify Connection": "Fíoraigh Ceangal",
+ "Verify SSL Certificate": "Fíoraigh Deimhniú SSL",
"Version": "Leagan",
"Version {{selectedVersion}} of {{totalVersions}}": "Leagan {{selectedVersion}} de {{totalVersions}}",
"View Replies": "Féach ar Fhreagraí",
- "View Result from **{{NAME}}**": "",
+ "View Result from **{{NAME}}**": "Féach ar Thoradh ó **{{NAME}}**",
"Visibility": "Infheictheacht",
"Voice": "Guth",
"Voice Input": "Ionchur Gutha",
@@ -1218,7 +1218,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Rabhadh: Trí fhorghníomhú Jupyter is féidir cód a fhorghníomhú go treallach, rud a chruthaíonn mór-rioscaí slándála - bí fíorchúramach.",
"Web": "Gréasán",
"Web API": "API Gréasáin",
- "Web Loader Engine": "",
+ "Web Loader Engine": "Inneall Luchtaithe Gréasáin",
"Web Search": "Cuardach Gréasáin",
"Web Search Engine": "Inneall Cuardaigh Gréasáin",
"Web Search in Chat": "Cuardach Gréasáin i gComhrá",
@@ -1226,7 +1226,7 @@
"Webhook URL": "URL Webhook",
"WebUI Settings": "Socruithe WebUI",
"WebUI URL": "URL WebUI",
- "WebUI will make requests to \"{{url}}\"": "",
+ "WebUI will make requests to \"{{url}}\"": "Déanfaidh WebUI iarratais ar \"{{url}}\"",
"WebUI will make requests to \"{{url}}/api/chat\"": "Déanfaidh WebUI iarratais ar \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "Déanfaidh WebUI iarratais ar \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Cad atá tú ag iarraidh a bhaint amach?",
@@ -1238,7 +1238,7 @@
"Why?": "Cén fáth?",
"Widescreen Mode": "Mód Leathanscáileán",
"Won": "Bhuaigh",
- "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text.": "",
+ "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text.": "Oibríonn sé le barr-k. Beidh téacs níos éagsúla mar thoradh ar luach níos airde (m.sh., 0.95), agus ginfidh luach níos ísle (m.sh., 0.5) téacs níos dírithe agus níos coimeádaí.",
"Workspace": "Spás oibre",
"Workspace Permissions": "Ceadanna Spás Oibre",
"Write": "Scríobh",
@@ -1248,7 +1248,7 @@
"Write your model template content here": "Scríobh do mhúnla ábhar teimpléad anseo",
"Yesterday": "Inné",
"You": "Tú",
- "You are currently using a trial license. Please contact support to upgrade your license.": "",
+ "You are currently using a trial license. Please contact support to upgrade your license.": "Tá ceadúnas trialach á úsáid agat faoi láthair. Déan teagmháil leis an bhfoireann tacaíochta chun do cheadúnas a uasghrádú.",
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Ní féidir leat comhrá a dhéanamh ach le comhad {{maxCount}} ar a mhéad ag an am.",
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Is féidir leat do chuid idirghníomhaíochtaí le LLManna a phearsantú ach cuimhní cinn a chur leis tríd an gcnaipe 'Bainistigh' thíos, rud a fhágann go mbeidh siad níos cabhrach agus níos oiriúnaí duit.",
"You cannot upload an empty file.": "Ní féidir leat comhad folamh a uaslódáil.",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index f59326035..956fa7972 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -128,7 +128,7 @@
"Available list": "가능한 목록",
"Available Tools": "",
"available!": "사용 가능!",
- "Awful": "끔찍함",
+ "Awful": "형편없음",
"Azure AI Speech": "Azure AI 음성",
"Azure Region": "Azure 지역",
"Back": "뒤로가기",
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
index 32abbcc14..63d31e5c4 100644
--- a/src/lib/i18n/locales/lt-LT/translation.json
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -234,7 +234,7 @@
"Content Extraction Engine": "",
"Context Length": "Konteksto ilgis",
"Continue Response": "Tęsti atsakymą",
- "Continue with {{provider}}": "Tęstti su {{tiekėju}}",
+ "Continue with {{provider}}": "Tęsti su {{tiekėju}}",
"Continue with Email": "",
"Continue with LDAP": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index ab15e12c6..320a4cf10 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -43,7 +43,7 @@
"Add Reaction": "Dodaj reakcję",
"Add Tag": "Dodaj tag",
"Add Tags": "Dodaj tagi",
- "Add text content": "Dodaj tekstową zawartość",
+ "Add text content": "Dodaj zawartość tekstową",
"Add User": "Dodaj użytkownika",
"Add User Group": "Dodaj grupę użytkowników",
"Adjusting these settings will apply changes universally to all users.": "Dostosowanie tych ustawień spowoduje wprowadzenie zmian dla wszystkich użytkowników.",
@@ -54,7 +54,7 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorzy mają dostęp do wszystkich narzędzi przez cały czas; użytkownicy muszą mieć przydzielone narzędzia dla każdego modelu w przestrzeni roboczej.",
"Advanced Parameters": "Zaawansowane ustawienia",
"Advanced Params": "Zaawansowane ustawienia",
- "All": "",
+ "All": "Wszystkie",
"All Documents": "Wszystkie dokumenty",
"All models deleted successfully": "Wszystkie modele zostały usunięte pomyślnie.",
"Allow Call": "",
@@ -74,8 +74,8 @@
"Already have an account?": "Czy masz już konto?",
"Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "",
"Always": "Zawsze",
- "Always Collapse Code Blocks": "",
- "Always Expand Details": "",
+ "Always Collapse Code Blocks": "Zawsze zwijaj bloki kodu",
+ "Always Expand Details": "Zawsze rozwiń szczegóły",
"Amazing": "Niesamowite",
"an assistant": "asystent",
"Analyzed": "Przeanalizowane",
@@ -147,8 +147,8 @@
"By {{name}}": "Przez {{name}}",
"Bypass Embedding and Retrieval": "",
"Calendar": "Kalendarz",
- "Call": "Wywołanie",
- "Call feature is not supported when using Web STT engine": "Funkcja wywołania nie jest obsługiwana podczas korzystania z silnika Web STT",
+ "Call": "Rozmowa",
+ "Call feature is not supported when using Web STT engine": "Funkcja rozmowy nie jest obsługiwana podczas korzystania z silnika Web STT",
"Camera": "Kamera",
"Cancel": "Anuluj",
"Capabilities": "Możliwości",
@@ -193,14 +193,14 @@
"click here.": "kliknij tutaj.",
"Click on the user role button to change a user's role.": "Kliknij przycisk roli użytkownika, aby zmienić jego uprawnienia.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Nie można było skopiować do schowka. Sprawdź ustawienia przeglądarki, aby przyznać wymagany dostęp.",
- "Clone": "Sklonuj",
+ "Clone": "Duplikuj",
"Clone Chat": "Sklonuj czat",
"Clone of {{TITLE}}": "Klon {{TITLE}}",
"Close": "Zamknij",
"Code execution": "Wykonanie kodu",
"Code Execution": "Wykonanie kodu",
"Code Execution Engine": "Silnik wykonawczy kodu",
- "Code Execution Timeout": "Limit czasu wykonania kodu",
+ "Code Execution Timeout": "Limit czasu wykonywania kodu",
"Code formatted successfully": "Kod został sformatowany pomyślnie.",
"Code Interpreter": "Interpreter kodu",
"Code Interpreter Engine": "Silnik interpretatora kodu",
@@ -245,7 +245,7 @@
"Copied shared chat URL to clipboard!": "Skopiowano udostępniony URL czatu do schowka!",
"Copied to clipboard": "Skopiowane do schowka",
"Copy": "Skopiuj",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "Skopiuj sformatowany tekst",
"Copy last code block": "Skopiuj ostatni fragment kodu",
"Copy last response": "Skopiuj ostatnią wypowiedź",
"Copy Link": "Skopiuj link",
@@ -283,7 +283,7 @@
"Default Models": "Domyślne modele",
"Default permissions": "Domyślne uprawnienia",
"Default permissions updated successfully": "Domyślne uprawnienia zaktualizowane pomyślnie",
- "Default Prompt Suggestions": "Domyślne propozycje wpisów",
+ "Default Prompt Suggestions": "Domyślne propozycje promptów",
"Default to 389 or 636 if TLS is enabled": "Domyślnie użyj 389 lub 636, jeśli TLS jest włączony",
"Default to ALL": "Domyślne dla wszystkich",
"Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "",
@@ -316,12 +316,12 @@
"Direct Connections settings updated": "Ustawienia połączeń bezpośrednich zaktualizowane",
"Direct Tool Servers": "",
"Disabled": "Wyłączony",
- "Discover a function": "Odkryj funkcję",
- "Discover a model": "Odkryj model",
- "Discover a prompt": "Odkryj prompty",
- "Discover a tool": "Odkryj narzędzie",
+ "Discover a function": "Odkrywaj funkcję",
+ "Discover a model": "Odkrywaj model",
+ "Discover a prompt": "Odkrywaj prompty",
+ "Discover a tool": "Odkrywaj narzędzia",
"Discover how to use Open WebUI and seek support from the community.": "Odkryj, jak korzystać z Open WebUI i szukaj wsparcia w społeczności.",
- "Discover wonders": "Odkryj cuda",
+ "Discover wonders": "Odkrywaj cuda",
"Discover, download, and explore custom functions": "Odkryj, pobierz i eksploruj niestandardowe funkcje",
"Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty",
"Discover, download, and explore custom tools": "Odkryj, pobierz i eksploruj niestandardowe narzędzia",
@@ -425,7 +425,7 @@
"Enter Jupyter Token": "Wprowadź token Jupyter",
"Enter Jupyter URL": "Podaj adres URL Jupytera",
"Enter Kagi Search API Key": "Wprowadź klucz wyszukiwania Kagi",
- "Enter Key Behavior": "",
+ "Enter Key Behavior": "Zachowanie klawisza Enter",
"Enter language codes": "Wprowadź kody języków",
"Enter Mistral API Key": "",
"Enter Model ID": "Wprowadź ID modelu",
@@ -455,7 +455,7 @@
"Enter Sougou Search API sID": "",
"Enter Sougou Search API SK": "",
"Enter stop sequence": "Wprowadź sekwencję stop",
- "Enter system prompt": "Wprowadź polecenie systemowe",
+ "Enter system prompt": "Wprowadź prompt systemowy",
"Enter system prompt here": "",
"Enter Tavily API Key": "Wprowadź klucz API Tavily",
"Enter Tavily Extract Depth": "",
@@ -624,7 +624,7 @@
"Import Models": "Importowanie modeli",
"Import Presets": "Importuj ustawienia",
"Import Prompts": "Importuj prompty",
- "Import Tools": "Import narzędzi",
+ "Import Tools": "Importuj narzędzia",
"Include": "Włączyć",
"Include `--api-auth` flag when running stable-diffusion-webui": "Użyj flagi `--api-auth` podczas uruchamiania stable-diffusion-webui",
"Include `--api` flag when running stable-diffusion-webui": "Użyj flagi `--api` podczas uruchamiania stable-diffusion-webui.",
@@ -792,14 +792,14 @@
"num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "Identyfikator OAuth",
"October": "Październik",
- "Off": "Wyłączony",
+ "Off": "Wyłączone",
"Okay, Let's Go!": "Okej, do dzieła!",
"OLED Dark": "Ciemny OLED",
"Ollama": "Ollama",
"Ollama API": "Interfejs API Ollama",
"Ollama API settings updated": "Ustawienia API Ollama zostały zaktualizowane",
"Ollama Version": "Wersja Ollama",
- "On": "Włączony",
+ "On": "Włączone",
"OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Dozwolone są tylko znaki alfanumeryczne i myślniki",
"Only alphanumeric characters and hyphens are allowed in the command string.": "W komendzie dozwolone są wyłącznie znaki alfanumeryczne i myślniki.",
@@ -855,7 +855,7 @@
"Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Proszę uważnie przejrzeć poniższe ostrzeżenia:",
"Please do not close the settings page while loading the model.": "Proszę nie zamykać strony ustawień podczas ładowania modelu.",
- "Please enter a prompt": "Proszę podać promp",
+ "Please enter a prompt": "Proszę podać prompt",
"Please enter a valid path": "",
"Please enter a valid URL": "",
"Please fill in all fields.": "Proszę wypełnić wszystkie pola.",
@@ -874,7 +874,7 @@
"Prompt": "Wprowadź prompt: ",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (np. podaj ciekawostkę o Imperium Rzymskim)",
"Prompt Autocompletion": "",
- "Prompt Content": "Treść podpowiedzi",
+ "Prompt Content": "Treść promptu",
"Prompt created successfully": "Prompt został utworzony pomyślnie",
"Prompt suggestions": "Sugestie promptów",
"Prompt updated successfully": "Prompt został zaktualizowany pomyślnie.",
@@ -894,7 +894,7 @@
"Record voice": "Nagraj swój głos",
"Redirecting you to Open WebUI Community": "Przekierowujemy Cię do społeczności Open WebUI",
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
- "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Odnosić się do siebie jako \"Użytkownik\" (np. \"Użytkownik uczy się hiszpańskiego\")",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Odnoś się do mnie jako \"Użytkownik\" (np. \"Użytkownik uczy się hiszpańskiego\")",
"References from": "Odniesienia do",
"Refused when it shouldn't have": "Odmówił, gdy nie powinien",
"Regenerate": "Wygeneruj ponownie",
@@ -948,18 +948,18 @@
"Search Filters": "Filtry wyszukiwania",
"search for tags": "wyszukiwanie tagów",
"Search Functions": "Funkcje wyszukiwania",
- "Search Knowledge": "Wyszukaj wiedzę",
+ "Search Knowledge": "Przeszukaj wiedzę",
"Search Models": "Wyszukiwanie modeli",
"Search options": "Opcje wyszukiwania",
- "Search Prompts": "Prompty wyszukiwania",
+ "Search Prompts": "Szukaj promptów",
"Search Result Count": "Liczba wyników wyszukiwania",
"Search the internet": "Przeszukaj internet",
- "Search Tools": "Narzędzia wyszukiwania",
+ "Search Tools": "Szukaj narzędzi",
"SearchApi API Key": "Klucz API SearchApi",
"SearchApi Engine": "Search API Engine",
"Searched {{count}} sites": "Przeszukano {{count}} stron",
"Searching \"{{searchQuery}}\"": "Wyszukiwanie \"{{searchQuery}}\"",
- "Searching Knowledge for \"{{searchQuery}}\"": "Wyszukiwanie wiedzy dla \"{{searchQuery}}\"",
+ "Searching Knowledge for \"{{searchQuery}}\"": "Przeszukiwanie wiedzy dla \"{{searchQuery}}\"",
"Searxng Query URL": "Adres URL zapytania Searxng",
"See readme.md for instructions": "Sprawdź readme.md dla instrukcji",
"See what's new": "Sprawdź nowości",
@@ -998,7 +998,7 @@
"Set Image Size": "Ustaw rozmiar obrazu",
"Set reranking model (e.g. {{model}})": "Skonfiguruj model ponownego rankingu (np. {{model}})",
"Set Sampler": "Próbnik samplera",
- "Set Scheduler": "Ustawiacz harmonogramu",
+ "Set Scheduler": "Ustaw harmonogram",
"Set Steps": "Ustaw kroki",
"Set Task Model": "Konfiguracja modelu zadań",
"Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "Ustaw liczbę warstw, które zostaną przeniesione na GPU. Zwiększenie tej wartości może znacząco poprawić wydajność dla modeli optymalizowanych pod kątem akceleracji GPU, ale także może zużywać więcej energii i zasobów GPU.",
@@ -1038,7 +1038,7 @@
"Speech Playback Speed": "Prędkość odtwarzania mowy",
"Speech recognition error: {{error}}": "Błąd rozpoznawania mowy: {{error}}",
"Speech-to-Text Engine": "Silnik konwersji mowy na tekst",
- "Stop": "Zatrzymaj się",
+ "Stop": "Zatrzymaj",
"Stop Sequence": "Zatrzymaj sekwencję",
"Stream Chat Response": "Strumieniowanie odpowiedzi z czatu",
"STT Model": "Model STT",
@@ -1108,7 +1108,7 @@
"Title": "Tytuł",
"Title (e.g. Tell me a fun fact)": "Tytuł (na przykład {e.g.} Powiedz mi jakiś zabawny fakt)",
"Title Auto-Generation": "Automatyczne tworzenie tytułu",
- "Title cannot be an empty string.": "Tytuł nie może być pustą stringiem.",
+ "Title cannot be an empty string.": "Tytuł nie może być pustym stringiem.",
"Title Generation": "Generowanie tytułów",
"Title Generation Prompt": "Prompt do generowania tytułu",
"TLS": "TLS",
@@ -1202,8 +1202,8 @@
"Valves updated successfully": "Zawory zaktualizowane pomyślnie",
"variable": "zmienna",
"variable to have them replaced with clipboard content.": "Zmienna, która ma zostać zastąpiona zawartością schowka.",
- "Verify Connection": "",
- "Verify SSL Certificate": "",
+ "Verify Connection": "Sprawdź połączenie",
+ "Verify SSL Certificate": "Sprawdź certyfikat SSL",
"Version": "Wersja",
"Version {{selectedVersion}} of {{totalVersions}}": "Wersja {{selectedVersion}} z {{totalVersions}}",
"View Replies": "Wyświetl odpowiedzi",
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index f775849a4..af8211709 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -57,20 +57,20 @@
"All": "全部",
"All Documents": "所有文档",
"All models deleted successfully": "所有模型删除成功",
- "Allow Call": "",
- "Allow Chat Controls": "允许对话高级设置",
+ "Allow Call": "允许通话",
+ "Allow Chat Controls": "允许使用对话高级设置",
"Allow Chat Delete": "允许删除对话记录",
"Allow Chat Deletion": "允许删除对话记录",
"Allow Chat Edit": "允许编辑对话记录",
"Allow File Upload": "允许上传文件",
- "Allow Multiple Models in Chat": "",
+ "Allow Multiple Models in Chat": "允许同时与多个模型聊天",
"Allow non-local voices": "允许调用非本地音色",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "允许语音转文本",
"Allow Temporary Chat": "允许临时对话",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "允许文本转语音",
"Allow User Location": "允许获取您的位置",
"Allow Voice Interruption in Call": "允许通话中的打断语音",
- "Allowed Endpoints": "允许的端点",
+ "Allowed Endpoints": "允许的 API 端点",
"Already have an account?": "已经拥有账号了?",
"Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out.": "top_p 的替代方法,旨在确保质量和多样性之间的平衡。参数 p 表示相对于最可能令牌的概率,一个令牌被考虑的最小概率。例如,当 p=0.05 且最可能的令牌概率为 0.9 时,概率值小于 0.045 的词元将被过滤掉。",
"Always": "保持",
@@ -83,7 +83,7 @@
"and": "和",
"and {{COUNT}} more": "还有 {{COUNT}} 个",
"and create a new shared link.": "并创建一个新的分享链接。",
- "Android": "",
+ "Android": "Android",
"API Base URL": "API 请求地址",
"API Key": "API 密钥",
"API Key created.": "API 密钥已创建。",
@@ -245,7 +245,7 @@
"Copied shared chat URL to clipboard!": "已复制此对话分享链接至剪贴板!",
"Copied to clipboard": "已复制到剪贴板",
"Copy": "复制",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "复制格式化文本",
"Copy last code block": "复制最后一个代码块中的代码",
"Copy last response": "复制最后一次回复内容",
"Copy Link": "复制链接",
@@ -308,7 +308,7 @@
"Deleted User": "已删除用户",
"Describe your knowledge base and objectives": "描述您的知识库和目标",
"Description": "描述",
- "Detect Artifacts Automatically": "",
+ "Detect Artifacts Automatically": "自动检测 Artifacts",
"Didn't fully follow instructions": "没有完全遵照指示",
"Direct": "直接",
"Direct Connections": "直接连接",
@@ -364,7 +364,7 @@
"e.g. my_filter": "例如:my_filter",
"e.g. my_tools": "例如:my_tools",
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
- "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "例如,'en-US,ja-JP'(留空以便自动检测)",
"Edit": "编辑",
"Edit Arena Model": "编辑竞技场模型",
"Edit Channel": "编辑频道",
@@ -605,8 +605,8 @@
"Hybrid Search": "混合搜索",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "我已阅读并理解我的行为所带来的影响,明白执行任意代码所涉及的风险。且我已验证代码来源可信度。",
"ID": "ID",
- "iframe Sandbox Allow Forms": "",
- "iframe Sandbox Allow Same Origin": "",
+ "iframe Sandbox Allow Forms": "iframe 沙盒允许表单提交",
+ "iframe Sandbox Allow Same Origin": "iframe 沙盒允许同源访问",
"Ignite curiosity": "点燃好奇心",
"Image": "图像生成",
"Image Compression": "图像压缩",
@@ -667,7 +667,7 @@
"Label": "标签",
"Landing Page Mode": "默认主页样式",
"Language": "语言",
- "Language Locales": "",
+ "Language Locales": "语言环境",
"Last Active": "最后在线时间",
"Last Modified": "最后修改时间",
"Last reply": "最后回复",
@@ -902,7 +902,7 @@
"Reindex Knowledge Base Vectors": "重建知识库向量",
"Release Notes": "更新日志",
"Relevance": "相关性",
- "Relevance Threshold": "",
+ "Relevance Threshold": "相关性阈值",
"Remove": "移除",
"Remove Model": "移除模型",
"Rename": "重命名",
@@ -1203,7 +1203,7 @@
"variable": "变量",
"variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换。",
"Verify Connection": "验证连接",
- "Verify SSL Certificate": "",
+ "Verify SSL Certificate": "验证 SSL 证书",
"Version": "版本",
"Version {{selectedVersion}} of {{totalVersions}}": "版本 {{selectedVersion}}/{{totalVersions}}",
"View Replies": "查看回复",
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index 4eb153550..1268ac800 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -57,7 +57,7 @@
"All": "全部",
"All Documents": "所有文件",
"All models deleted successfully": "成功刪除所有模型",
- "Allow Call": "",
+ "Allow Call": "允許通話",
"Allow Chat Controls": "允許控制對話",
"Allow Chat Delete": "允許刪除對話",
"Allow Chat Deletion": "允許刪除對話紀錄",
@@ -65,9 +65,9 @@
"Allow File Upload": "允許上傳檔案",
"Allow Multiple Models in Chat": "允許在聊天中使用多個模型",
"Allow non-local voices": "允許非本機語音",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "允許語音轉文字",
"Allow Temporary Chat": "允許暫時對話",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "允許文字轉語音",
"Allow User Location": "允許使用者位置",
"Allow Voice Interruption in Call": "允許在通話中打斷語音",
"Allowed Endpoints": "允許的端點",
@@ -245,7 +245,7 @@
"Copied shared chat URL to clipboard!": "已複製共用對話 URL 到剪貼簿!",
"Copied to clipboard": "已複製到剪貼簿",
"Copy": "複製",
- "Copy Formatted Text": "",
+ "Copy Formatted Text": "複製格式化文字",
"Copy last code block": "複製最後一個程式碼區塊",
"Copy last response": "複製最後一個回應",
"Copy Link": "複製連結",
diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts
index 022a901c1..2dbca7759 100644
--- a/src/lib/utils/index.ts
+++ b/src/lib/utils/index.ts
@@ -1243,58 +1243,80 @@ export const convertOpenApiToToolPayload = (openApiSpec) => {
for (const [path, methods] of Object.entries(openApiSpec.paths)) {
for (const [method, operation] of Object.entries(methods)) {
- const tool = {
- type: 'function',
- name: operation.operationId,
- description: operation.description || operation.summary || 'No description available.',
- parameters: {
- type: 'object',
- properties: {},
- required: []
- }
- };
-
- // Extract path and query parameters
- if (operation.parameters) {
- operation.parameters.forEach((param) => {
- tool.parameters.properties[param.name] = {
- type: param.schema.type,
- description: param.schema.description || ''
- };
-
- if (param.required) {
- tool.parameters.required.push(param.name);
+ if (operation?.operationId) {
+ const tool = {
+ type: 'function',
+ name: operation.operationId,
+ description: operation.description || operation.summary || 'No description available.',
+ parameters: {
+ type: 'object',
+ properties: {},
+ required: []
}
- });
- }
+ };
- // Extract and recursively resolve requestBody if available
- if (operation.requestBody) {
- const content = operation.requestBody.content;
- if (content && content['application/json']) {
- const requestSchema = content['application/json'].schema;
- const resolvedRequestSchema = resolveSchema(requestSchema, openApiSpec.components);
-
- if (resolvedRequestSchema.properties) {
- tool.parameters.properties = {
- ...tool.parameters.properties,
- ...resolvedRequestSchema.properties
+ // Extract path and query parameters
+ if (operation.parameters) {
+ operation.parameters.forEach((param) => {
+ let description = param.schema.description || param.description || '';
+ if (param.schema.enum && Array.isArray(param.schema.enum)) {
+ description += `. Possible values: ${param.schema.enum.join(', ')}`;
+ }
+ tool.parameters.properties[param.name] = {
+ type: param.schema.type,
+ description: description
};
- if (resolvedRequestSchema.required) {
- tool.parameters.required = [
- ...new Set([...tool.parameters.required, ...resolvedRequestSchema.required])
- ];
+ if (param.required) {
+ tool.parameters.required.push(param.name);
+ }
+ });
+ }
+
+ // Extract and recursively resolve requestBody if available
+ if (operation.requestBody) {
+ const content = operation.requestBody.content;
+ if (content && content['application/json']) {
+ const requestSchema = content['application/json'].schema;
+ const resolvedRequestSchema = resolveSchema(requestSchema, openApiSpec.components);
+
+ if (resolvedRequestSchema.properties) {
+ tool.parameters.properties = {
+ ...tool.parameters.properties,
+ ...resolvedRequestSchema.properties
+ };
+
+ if (resolvedRequestSchema.required) {
+ tool.parameters.required = [
+ ...new Set([...tool.parameters.required, ...resolvedRequestSchema.required])
+ ];
+ }
+ } else if (resolvedRequestSchema.type === 'array') {
+ tool.parameters = resolvedRequestSchema; // special case when root schema is an array
}
- } else if (resolvedRequestSchema.type === 'array') {
- tool.parameters = resolvedRequestSchema; // special case when root schema is an array
}
}
- }
- toolPayload.push(tool);
+ toolPayload.push(tool);
+ }
}
}
return toolPayload;
};
+
+export const slugify = (str: string): string => {
+ return (
+ str
+ // 1. Normalize: separate accented letters into base + combining marks
+ .normalize('NFD')
+ // 2. Remove all combining marks (the accents)
+ .replace(/[\u0300-\u036f]/g, '')
+ // 3. Replace any sequence of whitespace with a single hyphen
+ .replace(/\s+/g, '-')
+ // 4. Remove all characters except alphanumeric characters and hyphens
+ .replace(/[^a-zA-Z0-9-]/g, '')
+ // 5. Convert to lowercase
+ .toLowerCase()
+ );
+};
diff --git a/src/lib/utils/onedrive-file-picker.ts b/src/lib/utils/onedrive-file-picker.ts
index 60d2bb13c..47b4e9627 100644
--- a/src/lib/utils/onedrive-file-picker.ts
+++ b/src/lib/utils/onedrive-file-picker.ts
@@ -2,70 +2,128 @@ import { PublicClientApplication } from '@azure/msal-browser';
import type { PopupRequest } from '@azure/msal-browser';
import { v4 as uuidv4 } from 'uuid';
-let CLIENT_ID = '';
+class OneDriveConfig {
+ private static instance: OneDriveConfig;
+ private clientId: string = '';
+ private sharepointUrl: string = '';
+ private msalInstance: PublicClientApplication | null = null;
+ private currentAuthorityType: 'personal' | 'organizations' = 'personal';
-async function getCredentials() {
- if (CLIENT_ID) return;
+ private constructor() {}
- const response = await fetch('/api/config');
- if (!response.ok) {
- throw new Error('Failed to fetch OneDrive credentials');
- }
- const config = await response.json();
- CLIENT_ID = config.onedrive?.client_id;
- if (!CLIENT_ID) {
- throw new Error('OneDrive client ID not configured');
- }
-}
-
-let msalInstance: PublicClientApplication | null = null;
-
-// Initialize MSAL authentication
-async function initializeMsal() {
- try {
- if (!CLIENT_ID) {
- await getCredentials();
+ public static getInstance(): OneDriveConfig {
+ if (!OneDriveConfig.instance) {
+ OneDriveConfig.instance = new OneDriveConfig();
}
+ return OneDriveConfig.instance;
+ }
- const msalParams = {
- auth: {
- authority: 'https://login.microsoftonline.com/consumers',
- clientId: CLIENT_ID
- }
+ public async initialize(authorityType?: 'personal' | 'organizations'): Promise {
+ if (authorityType && this.currentAuthorityType !== authorityType) {
+ this.currentAuthorityType = authorityType;
+ this.msalInstance = null;
+ }
+ await this.getCredentials();
+ }
+
+ public async ensureInitialized(authorityType?: 'personal' | 'organizations'): Promise {
+ await this.initialize(authorityType);
+ }
+
+ private async getCredentials(): Promise {
+
+ const headers: HeadersInit = {
+ 'Content-Type': 'application/json'
};
- if (!msalInstance) {
- msalInstance = new PublicClientApplication(msalParams);
- if (msalInstance.initialize) {
- await msalInstance.initialize();
+ const response = await fetch('/api/config', {
+ headers,
+ credentials: 'include'
+ });
+
+ if (!response.ok) {
+ throw new Error('Failed to fetch OneDrive credentials');
+ }
+
+ const config = await response.json();
+
+ const newClientId = config.onedrive?.client_id;
+ const newSharepointUrl = config.onedrive?.sharepoint_url;
+
+ if (!newClientId) {
+ throw new Error('OneDrive configuration is incomplete');
+ }
+
+ this.clientId = newClientId;
+ this.sharepointUrl = newSharepointUrl;
+ }
+
+ public async getMsalInstance(authorityType?: 'personal' | 'organizations'): Promise {
+ await this.ensureInitialized(authorityType);
+
+ if (!this.msalInstance) {
+ const authorityEndpoint = this.currentAuthorityType === 'organizations' ? 'common' : 'consumers';
+ const msalParams = {
+ auth: {
+ authority: `https://login.microsoftonline.com/${authorityEndpoint}`,
+ clientId: this.clientId
+ }
+ };
+
+ this.msalInstance = new PublicClientApplication(msalParams);
+ if (this.msalInstance.initialize) {
+ await this.msalInstance.initialize();
}
}
- return msalInstance;
- } catch (error) {
- throw new Error(
- 'MSAL initialization failed: ' + (error instanceof Error ? error.message : String(error))
- );
+ return this.msalInstance;
+ }
+
+ public getAuthorityType(): 'personal' | 'organizations' {
+ return this.currentAuthorityType;
+ }
+
+ public getSharepointUrl(): string {
+ return this.sharepointUrl;
+ }
+
+ public getBaseUrl(): string {
+ if (this.currentAuthorityType === 'organizations') {
+ if (!this.sharepointUrl || this.sharepointUrl === '') {
+ throw new Error('Sharepoint URL not configured');
+ }
+
+ let sharePointBaseUrl = this.sharepointUrl.replace(/^https?:\/\//, '');
+ sharePointBaseUrl = sharePointBaseUrl.replace(/\/$/, '');
+
+ return `https://${sharePointBaseUrl}`;
+ } else {
+ return 'https://onedrive.live.com/picker';
+ }
}
}
-// Retrieve OneDrive access token
-async function getToken(): Promise {
- const authParams: PopupRequest = { scopes: ['OneDrive.ReadWrite'] };
- let accessToken = '';
- try {
- msalInstance = await initializeMsal();
- if (!msalInstance) {
- throw new Error('MSAL not initialized');
- }
+// Retrieve OneDrive access token
+async function getToken(resource?: string, authorityType?: 'personal' | 'organizations'): Promise {
+ const config = OneDriveConfig.getInstance();
+ await config.ensureInitialized(authorityType);
+
+ const currentAuthorityType = config.getAuthorityType();
+
+ const scopes = currentAuthorityType === 'organizations'
+ ? [`${resource || config.getBaseUrl()}/.default`]
+ : ['OneDrive.ReadWrite'];
+
+ const authParams: PopupRequest = { scopes };
+ let accessToken = '';
+
+ try {
+ const msalInstance = await config.getMsalInstance(authorityType);
const resp = await msalInstance.acquireTokenSilent(authParams);
accessToken = resp.accessToken;
} catch (err) {
- if (!msalInstance) {
- throw new Error('MSAL not initialized');
- }
-
+ const msalInstance = await config.getMsalInstance(authorityType);
try {
const resp = await msalInstance.loginPopup(authParams);
msalInstance.setActiveAccount(resp.account);
@@ -88,60 +146,121 @@ async function getToken(): Promise {
return accessToken;
}
-const baseUrl = 'https://onedrive.live.com/picker';
-const params = {
- sdk: '8.0',
+interface PickerParams {
+ sdk: string;
entry: {
- oneDrive: {
- files: {}
- }
- },
- authentication: {},
+ oneDrive: Record;
+ };
+ authentication: Record;
messaging: {
- origin: window?.location?.origin,
- channelId: uuidv4()
- },
+ origin: string;
+ channelId: string;
+ };
typesAndSources: {
- mode: 'files',
- pivots: {
- oneDrive: true,
- recent: true
+ mode: string;
+ pivots: Record;
+ };
+}
+
+interface PickerResult {
+ command?: string;
+ items?: OneDriveFileInfo[];
+ [key: string]: any;
+}
+
+// Get picker parameters based on account type
+function getPickerParams(): PickerParams {
+ const channelId = uuidv4();
+ const config = OneDriveConfig.getInstance();
+
+ const params: PickerParams = {
+ sdk: '8.0',
+ entry: {
+ oneDrive: {}
+ },
+ authentication: {},
+ messaging: {
+ origin: window?.location?.origin || '',
+ channelId
+ },
+ typesAndSources: {
+ mode: 'files',
+ pivots: {
+ oneDrive: true,
+ recent: true
+ }
}
+ };
+
+ // For personal accounts, set files object in oneDrive
+ if (config.getAuthorityType() !== 'organizations') {
+ params.entry.oneDrive = { files: {} };
}
-};
+
+ return params;
+}
+
+interface OneDriveFileInfo {
+ id: string;
+ name: string;
+ parentReference: {
+ driveId: string;
+ };
+ '@sharePoint.endpoint': string;
+ [key: string]: any;
+}
// Download file from OneDrive
-async function downloadOneDriveFile(fileInfo: any): Promise {
- const accessToken = await getToken();
+async function downloadOneDriveFile(fileInfo: OneDriveFileInfo, authorityType?: 'personal' | 'organizations'): Promise {
+ const accessToken = await getToken(undefined, authorityType);
if (!accessToken) {
throw new Error('Unable to retrieve OneDrive access token.');
}
+
+ // The endpoint URL is provided in the file info
const fileInfoUrl = `${fileInfo['@sharePoint.endpoint']}/drives/${fileInfo.parentReference.driveId}/items/${fileInfo.id}`;
+
const response = await fetch(fileInfoUrl, {
headers: {
Authorization: `Bearer ${accessToken}`
}
});
+
if (!response.ok) {
- throw new Error('Failed to fetch file information.');
+ throw new Error(`Failed to fetch file information: ${response.status} ${response.statusText}`);
}
+
const fileData = await response.json();
const downloadUrl = fileData['@content.downloadUrl'];
- const downloadResponse = await fetch(downloadUrl);
- if (!downloadResponse.ok) {
- throw new Error('Failed to download file.');
+
+ if (!downloadUrl) {
+ throw new Error('Download URL not found in file data');
}
+
+ const downloadResponse = await fetch(downloadUrl);
+
+ if (!downloadResponse.ok) {
+ throw new Error(`Failed to download file: ${downloadResponse.status} ${downloadResponse.statusText}`);
+ }
+
return await downloadResponse.blob();
}
// Open OneDrive file picker and return selected file metadata
-export async function openOneDrivePicker(): Promise {
+export async function openOneDrivePicker(authorityType?: 'personal' | 'organizations'): Promise {
if (typeof window === 'undefined') {
throw new Error('Not in browser environment');
}
+
+ // Initialize OneDrive config with the specified authority type
+ const config = OneDriveConfig.getInstance();
+ await config.initialize(authorityType);
+
return new Promise((resolve, reject) => {
let pickerWindow: Window | null = null;
let channelPort: MessagePort | null = null;
+ const params = getPickerParams();
+ const baseUrl = config.getBaseUrl();
const handleWindowMessage = (event: MessageEvent) => {
if (event.source !== pickerWindow) return;
@@ -166,7 +285,9 @@ export async function openOneDrivePicker(): Promise {
switch (command.command) {
case 'authenticate': {
try {
- const newToken = await getToken();
+ // Pass the resource from the command for org accounts
+ const resource = config.getAuthorityType() === 'organizations' ? command.resource : undefined;
+ const newToken = await getToken(resource, authorityType);
if (newToken) {
channelPort?.postMessage({
type: 'result',
@@ -178,9 +299,12 @@ export async function openOneDrivePicker(): Promise {
}
} catch (err) {
channelPort?.postMessage({
- result: 'error',
- error: { code: 'tokenError', message: 'Failed to get token' },
- isExpected: true
+ type: 'result',
+ id: portData.id,
+ data: {
+ result: 'error',
+ error: { code: 'tokenError', message: 'Failed to get token' }
+ }
});
}
break;
@@ -227,7 +351,7 @@ export async function openOneDrivePicker(): Promise {
const initializePicker = async () => {
try {
- const authToken = await getToken();
+ const authToken = await getToken(undefined, authorityType);
if (!authToken) {
return reject(new Error('Failed to acquire access token'));
}
@@ -240,8 +364,14 @@ export async function openOneDrivePicker(): Promise {
const queryString = new URLSearchParams({
filePicker: JSON.stringify(params)
});
- const url = `${baseUrl}?${queryString.toString()}`;
+ let url = '';
+ if(config.getAuthorityType() === 'organizations') {
+ url = baseUrl + `/_layouts/15/FilePicker.aspx?${queryString}`;
+ } else {
+ url = baseUrl + `?${queryString}`;
+ }
+
const form = pickerWindow.document.createElement('form');
form.setAttribute('action', url);
form.setAttribute('method', 'POST');
@@ -268,17 +398,17 @@ export async function openOneDrivePicker(): Promise {
}
// Pick and download file from OneDrive
-export async function pickAndDownloadFile(): Promise<{ blob: Blob; name: string } | null> {
- const pickerResult = await openOneDrivePicker();
+export async function pickAndDownloadFile(authorityType?: 'personal' | 'organizations'): Promise<{ blob: Blob; name: string } | null> {
+ const pickerResult = await openOneDrivePicker(authorityType);
if (!pickerResult || !pickerResult.items || pickerResult.items.length === 0) {
return null;
}
const selectedFile = pickerResult.items[0];
- const blob = await downloadOneDriveFile(selectedFile);
+ const blob = await downloadOneDriveFile(selectedFile, authorityType);
return { blob, name: selectedFile.name };
}
-export { downloadOneDriveFile };
+export { downloadOneDriveFile };
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 6f349b791..a908fe20d 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -639,4 +639,5 @@
: 'light'}
richColors
position="top-right"
+ closeButton
/>