forked from open-webui/open-webui
more translations
This commit is contained in:
parent
304006aa8c
commit
3fe5f00114
24 changed files with 173 additions and 60 deletions
|
|
@ -219,7 +219,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class=" text-gray-500 text-xs mt-1">
|
||||
ⓘ Use '#' in the prompt input to load and select your documents.
|
||||
ⓘ {$i18n.t("Use '#' in the prompt input to load and select your documents.")}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<input
|
||||
class=" w-full text-sm pr-4 py-1 rounded-r-xl outline-none bg-transparent"
|
||||
bind:value={query}
|
||||
placeholder="Search Document"
|
||||
placeholder={$i18n.t('Search Documents')}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue