mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
add key i18n
This commit is contained in:
@@ -176,9 +176,9 @@
|
||||
placeholder={$i18n.t('Enter Your Role')}
|
||||
required
|
||||
>
|
||||
<option value="pending"> pending </option>
|
||||
<option value="user"> user </option>
|
||||
<option value="admin"> admin </option>
|
||||
<option value="pending"> {$i18n.t('pending')} </option>
|
||||
<option value="user"> {$i18n.t('user')} </option>
|
||||
<option value="admin"> {$i18n.t('admin')} </option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -262,7 +262,7 @@
|
||||
class="underline dark:text-gray-200"
|
||||
href="{WEBUI_BASE_URL}/static/user-import.csv"
|
||||
>
|
||||
Click here to download user import template file.
|
||||
{$i18n.t('Click here to download user import template file.')}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -132,7 +132,9 @@
|
||||
<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
|
||||
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
||||
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
||||
{/if}{$i18n.t('Created by')}
|
||||
{/if}{
|
||||
$i18n.t('Created by')
|
||||
}
|
||||
<a
|
||||
class=" text-gray-500 dark:text-gray-300 font-medium"
|
||||
href="https://github.com/tjbck"
|
||||
|
||||
Reference in New Issue
Block a user