fixed you var + added ua translation for the new playground

This commit is contained in:
Jannik Streidl 2024-03-05 14:06:27 +01:00
parent b5b860f575
commit 53f69ace6c
4 changed files with 17 additions and 5 deletions

View file

@ -67,13 +67,13 @@
{#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)} {#if $modelfiles.map((modelfile) => modelfile.tagName).includes(message.user)}
{$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title} {$modelfiles.find((modelfile) => modelfile.tagName === message.user)?.title}
{:else} {:else}
{$i18n.t('Sie')} {$i18n.t('You')}
<span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span> <span class=" text-gray-500 text-sm font-medium">{message?.user ?? ''}</span>
{/if} {/if}
{:else if $settings.showUsername} {:else if $settings.showUsername}
{user.name} {user.name}
{:else} {:else}
{$i18n.t('Sie')} {$i18n.t('You')}
{/if} {/if}
{#if message.timestamp} {#if message.timestamp}

View file

@ -322,5 +322,5 @@
"Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Prompt-Vorschlag (z.B. Wer bist du?)", "Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Prompt-Vorschlag (z.B. Wer bist du?)",
"Write a summary in 50 words that summarizes [topic or keyword]": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.", "Write a summary in 50 words that summarizes [topic or keyword]": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.", "You're a helpful assistant.": "Du bist ein hilfreicher Assistent.",
"You're now logged in.": "Sie sind jetzt angemeldet." "You": "Sie"
} }

View file

@ -322,5 +322,6 @@
"Add message": "Add message", "Add message": "Add message",
"Enter a user message here": "Enter a user message here", "Enter a user message here": "Enter a user message here",
"Enter an assistant message here": "Enter an assistant message here", "Enter an assistant message here": "Enter an assistant message here",
"Drop any files here to add to the conversation": "Drop any files here to add to the conversation" "Drop any files here to add to the conversation": "Drop any files here to add to the conversation",
"You": "You"
} }

View file

@ -311,5 +311,16 @@
"Whisper (Local)": "Шепіт (локально)", "Whisper (Local)": "Шепіт (локально)",
"Write a prompt suggestion (e.g. Who are you?)": "Напишіть запит (напр. Хто ти?)", "Write a prompt suggestion (e.g. Who are you?)": "Напишіть запит (напр. Хто ти?)",
"Write a summary in 50 words that summarizes [topic or keyword]": "Напишіть стислий зміст у 50 слів, який узагальнює [тему або ключове слово]", "Write a summary in 50 words that summarizes [topic or keyword]": "Напишіть стислий зміст у 50 слів, який узагальнює [тему або ключове слово]",
"You're now logged in.": "Ви увійшли в систему." "You're now logged in.": "Ви увійшли в систему.",
"You": "Ви",
"Playground": "Майданчик",
"Add message": "Додати повідомлення",
"Enter a user message here": "Введіть тут повідомлення користувача",
"Enter an assistant message here": "Введіть тут повідомлення асистента",
"Drop any files here to add to the conversation": "Перетягніть сюди файли, щоб додати до розмови",
"You're a helpful assistant.": "Ви корисний асистент.",
"assistant": "асистент",
"Submit": "Надіслати",
"Chat": "Чат",
"Text Completion": "Завершення тексту"
} }