Merge pull request #15729 from rgaricano/dev-issues_15728
Fix: some FileItemModal.svelte strings to i18n
This commit is contained in:
@@ -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:": "",
|
||||
|
||||
Reference in New Issue
Block a user