mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-03 23:25:21 +00:00
Merge pull request #15729 from rgaricano/dev-issues_15728
Fix: some FileItemModal.svelte strings to i18n
This commit is contained in:
commit
e03925ffc0
2 changed files with 4 additions and 2 deletions
|
|
@ -133,9 +133,9 @@
|
|||
>
|
||||
<div class="flex items-center gap-1.5 text-xs">
|
||||
{#if enableFullContent}
|
||||
Using Entire Document
|
||||
$i18n.t('Using Entire Document')
|
||||
{:else}
|
||||
Using Focused Retrieval
|
||||
$i18n.t(`Using Focused Retrieval')
|
||||
{/if}
|
||||
<Switch
|
||||
bind:state={enableFullContent}
|
||||
|
|
|
|||
|
|
@ -1396,6 +1396,8 @@
|
|||
"User Webhooks": "",
|
||||
"Username": "",
|
||||
"Users": "",
|
||||
"Using Entire Document": "",
|
||||
"Using Focused Retrieval": "",
|
||||
"Using the default arena model with all models. Click the plus button to add custom models.": "",
|
||||
"Utilize": "",
|
||||
"Valid time units:": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue