mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
i18n: added some missing i18n keys
This commit is contained in:
parent
26bf1ef621
commit
f40aee9d2e
@ -39,14 +39,14 @@
|
||||
{/if}
|
||||
|
||||
<div>
|
||||
<div class="mb-1.5 font-medium">System Prompt</div>
|
||||
<div class="mb-1.5 font-medium">{$i18n.t('System Prompt')}</div>
|
||||
|
||||
<div>
|
||||
<textarea
|
||||
bind:value={params.system}
|
||||
class="w-full rounded-lg px-4 py-3 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-100 dark:border-gray-800 outline-none resize-none"
|
||||
rows="3"
|
||||
placeholder="Enter system prompt"
|
||||
placeholder={$i18n.t('Enter system prompt')}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -54,7 +54,7 @@
|
||||
<hr class="my-2 border-gray-100 dark:border-gray-800" />
|
||||
|
||||
<div>
|
||||
<div class="mb-1.5 font-medium">Advanced Params</div>
|
||||
<div class="mb-1.5 font-medium">{$i18n.t('Advanced Params')}</div>
|
||||
|
||||
<div>
|
||||
<AdvancedParams bind:params />
|
||||
|
Loading…
Reference in New Issue
Block a user