mirror of
https://github.com/open-webui/open-webui
synced 2025-04-04 21:03:18 +00:00
[FEAT]-Adjust Translations for temporary chat
This commit is contained in:
parent
e0ec2cdeb0
commit
abba7c128c
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
$: models = modelIds.map((id) => $_models.find((m) => m.id === id));
|
$: models = modelIds.map((id) => $_models.find((m) => m.id === id));
|
||||||
|
|
||||||
|
const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.';
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
mounted = true;
|
mounted = true;
|
||||||
});
|
});
|
||||||
@ -67,15 +69,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $temporaryChatEnabled}
|
{#if $temporaryChatEnabled}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content="This chat won't appear in history and your messages will not be saved."
|
content={$i18n.t(tempChatTooltipText)}
|
||||||
className="w-fit"
|
className="w-full flex justify-center mb-0.5"
|
||||||
placement="top-start"
|
placement="top"
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-2 text-gray-500 font-medium text-lg my-2 w-fit">
|
<div class="flex items-center gap-2 text-gray-500 font-medium text-lg my-2 w-fit">
|
||||||
<EyeSlash strokeWidth="2.5" className="size-5" /> Temporary Chat
|
<EyeSlash strokeWidth="2.5" className="size-5" />{$i18n.t('Temporary Chat')}
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
@ -87,20 +87,22 @@
|
|||||||
|
|
||||||
$: models = selectedModels.map((id) => $_models.find((m) => m.id === id));
|
$: models = selectedModels.map((id) => $_models.find((m) => m.id === id));
|
||||||
|
|
||||||
|
const tempChatTooltipText = 'This chat won’t appear in history and your messages will not be saved.';
|
||||||
|
|
||||||
onMount(() => {});
|
onMount(() => {});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="m-auto w-full max-w-6xl px-2 @2xl:px-20 translate-y-6 py-24 text-center">
|
<div class="m-auto w-full max-w-6xl px-2 @2xl:px-20 translate-y-6 py-24 text-center">
|
||||||
{#if $temporaryChatEnabled}
|
{#if $temporaryChatEnabled}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content="This chat won't appear in history and your messages will not be saved."
|
content={$i18n.t(tempChatTooltipText)}
|
||||||
className="w-full flex justify-center mb-0.5"
|
className="w-full flex justify-center mb-0.5"
|
||||||
placement="top"
|
placement="top"
|
||||||
>
|
>
|
||||||
<div class="flex items-center gap-2 text-gray-500 font-medium text-lg my-2 w-fit">
|
<div class="flex items-center gap-2 text-gray-500 font-medium text-lg my-2 w-fit">
|
||||||
<EyeSlash strokeWidth="2.5" className="size-5" /> Temporary Chat
|
<EyeSlash strokeWidth="2.5" className="size-5" />{$i18n.t('Temporary Chat')}
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
@ -379,7 +379,7 @@
|
|||||||
"Enable Mirostat sampling for controlling perplexity.": "",
|
"Enable Mirostat sampling for controlling perplexity.": "",
|
||||||
"Enable New Sign Ups": "Registrierung erlauben",
|
"Enable New Sign Ups": "Registrierung erlauben",
|
||||||
"Enabled": "Aktiviert",
|
"Enabled": "Aktiviert",
|
||||||
"Enforce Temporary Chat": "",
|
"Enforce Temporary Chat": "Temporären Chat erzwingen",
|
||||||
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
|
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
|
||||||
"Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein",
|
"Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein",
|
||||||
"Enter a detail about yourself for your LLMs to recall": "Geben Sie ein Detail über sich selbst ein, das Ihre Sprachmodelle (LLMs) sich merken sollen",
|
"Enter a detail about yourself for your LLMs to recall": "Geben Sie ein Detail über sich selbst ein, das Ihre Sprachmodelle (LLMs) sich merken sollen",
|
||||||
@ -1021,7 +1021,8 @@
|
|||||||
"Tell us more:": "Erzähl uns mehr",
|
"Tell us more:": "Erzähl uns mehr",
|
||||||
"Temperature": "Temperatur",
|
"Temperature": "Temperatur",
|
||||||
"Template": "Vorlage",
|
"Template": "Vorlage",
|
||||||
"Temporary Chat": "Temporärer Chat",
|
"Temporary Chat": "Temporäre Unterhaltung",
|
||||||
|
"This chat won’t appear in history and your messages will not be saved.": "Diese Unterhaltung erscheint nicht in deinem Chat-Verlauf. Alle Nachrichten sind privat und werden nicht gespeichert.",
|
||||||
"Text Splitter": "Text-Splitter",
|
"Text Splitter": "Text-Splitter",
|
||||||
"Text-to-Speech Engine": "Text-zu-Sprache-Engine",
|
"Text-to-Speech Engine": "Text-zu-Sprache-Engine",
|
||||||
"Tfs Z": "Tfs Z",
|
"Tfs Z": "Tfs Z",
|
||||||
|
@ -1022,6 +1022,7 @@
|
|||||||
"Temperature": "",
|
"Temperature": "",
|
||||||
"Template": "",
|
"Template": "",
|
||||||
"Temporary Chat": "",
|
"Temporary Chat": "",
|
||||||
|
"This chat won’t appear in history and your messages will not be saved.": "",
|
||||||
"Text Splitter": "",
|
"Text Splitter": "",
|
||||||
"Text-to-Speech Engine": "",
|
"Text-to-Speech Engine": "",
|
||||||
"Tfs Z": "",
|
"Tfs Z": "",
|
||||||
|
@ -1022,6 +1022,7 @@
|
|||||||
"Temperature": "",
|
"Temperature": "",
|
||||||
"Template": "",
|
"Template": "",
|
||||||
"Temporary Chat": "",
|
"Temporary Chat": "",
|
||||||
|
"This chat won’t appear in history and your messages will not be saved.": "",
|
||||||
"Text Splitter": "",
|
"Text Splitter": "",
|
||||||
"Text-to-Speech Engine": "",
|
"Text-to-Speech Engine": "",
|
||||||
"Tfs Z": "",
|
"Tfs Z": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user