Update translations

This commit is contained in:
Ased Mammad 2024-03-07 16:35:56 +03:30
parent 03690de773
commit f7e10e1fb6
8 changed files with 1594 additions and 1614 deletions

View file

@ -562,9 +562,9 @@ SYSTEM """${system}"""`.replace(/^\s*\n/gm, '');
}}
>
{#if advanced}
<span class="ml-2 self-center">{$i18n.t(' Custom ')}</span>
<span class="ml-2 self-center">{$i18n.t('Custom')}</span>
{:else}
<span class="ml-2 self-center">{$i18n.t(' Default ')}</span>
<span class="ml-2 self-center">{$i18n.t('Default')}</span>
{/if}
</button>
</div>

View file

@ -181,7 +181,7 @@
<textarea
class="px-3 py-1.5 text-sm w-full bg-transparent border dark:border-gray-600 outline-none rounded-lg"
placeholder={$i18n.t(
'Write a summary in 50 words that summarizes [topic or keyword]'
'Write a summary in 50 words that summarizes [topic or keyword].'
)}
rows="6"
bind:value={content}