mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-26 17:30:27 -04:00
refac
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
}}
|
||||
>
|
||||
{#if pipelineFiles}
|
||||
{$i18n.t('{{count}} pipeline(s) selected', { count: pipelineFiles.length })}
|
||||
{$i18n.t('{{COUNT}} pipeline(s) selected', { COUNT: pipelineFiles.length })}
|
||||
{:else}
|
||||
{$i18n.t('Select a .py file')}
|
||||
{/if}
|
||||
|
||||
@@ -275,7 +275,7 @@
|
||||
}}
|
||||
>
|
||||
{#if inputFiles}
|
||||
{$i18n.t('{{count}} document(s) selected.', { count: inputFiles.length })}
|
||||
{$i18n.t('{{COUNT}} document(s) selected.', { COUNT: inputFiles.length })}
|
||||
{:else}
|
||||
{$i18n.t('Click here to select a csv file.')}
|
||||
{/if}
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
}}
|
||||
>
|
||||
<span class="truncate"
|
||||
>{$i18n.t('Enable all ({{count}})', { count: matchedVoices.length })}</span
|
||||
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedVoices.length })}</span
|
||||
>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
on:click={enableItems}
|
||||
>
|
||||
<span class="truncate"
|
||||
>{$i18n.t('Enable all ({{count}})', { count: matchedItems.length })}</span
|
||||
>{$i18n.t('Enable all ({{COUNT}})', { COUNT: matchedItems.length })}</span
|
||||
>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user