Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
f7e10e1f
Commit
f7e10e1f
authored
Mar 07, 2024
by
Ased Mammad
Browse files
Update translations
parent
03690de7
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1594 additions
and
1614 deletions
+1594
-1614
src/lib/components/chat/Settings/Advanced.svelte
src/lib/components/chat/Settings/Advanced.svelte
+1
-1
src/lib/i18n/locales/de/translation.json
src/lib/i18n/locales/de/translation.json
+318
-322
src/lib/i18n/locales/en/translation.json
src/lib/i18n/locales/en/translation.json
+318
-322
src/lib/i18n/locales/fa/translation.json
src/lib/i18n/locales/fa/translation.json
+318
-322
src/lib/i18n/locales/fr/translation.json
src/lib/i18n/locales/fr/translation.json
+318
-322
src/lib/i18n/locales/uk/translation.json
src/lib/i18n/locales/uk/translation.json
+318
-322
src/routes/(app)/modelfiles/create/+page.svelte
src/routes/(app)/modelfiles/create/+page.svelte
+2
-2
src/routes/(app)/prompts/create/+page.svelte
src/routes/(app)/prompts/create/+page.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Advanced.svelte
View file @
f7e10e1f
...
...
@@ -116,7 +116,7 @@
d="M10 2a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 2zM10 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 15zM10 7a3 3 0 100 6 3 3 0 000-6zM15.657 5.404a.75.75 0 10-1.06-1.06l-1.061 1.06a.75.75 0 001.06 1.06l1.06-1.06zM6.464 14.596a.75.75 0 10-1.06-1.06l-1.06 1.06a.75.75 0 001.06 1.06l1.06-1.06zM18 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0118 10zM5 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 015 10zM14.596 15.657a.75.75 0 001.06-1.06l-1.06-1.061a.75.75 0 10-1.06 1.06l1.06 1.06zM5.404 6.464a.75.75 0 001.06-1.06l-1.06-1.06a.75.75 0 10-1.061 1.06l1.06 1.06z"
/>
</svg> -->
<span class="ml-2 self-center">{$i18n.t('
JSON
')}</span>
<span class="ml-2 self-center">{$i18n.t('JSON')}</span>
{/if}
</button>
</div>
...
...
src/lib/i18n/locales/de/translation.json
View file @
f7e10e1f
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/en/translation.json
View file @
f7e10e1f
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/fa/translation.json
View file @
f7e10e1f
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/fr/translation.json
View file @
f7e10e1f
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/uk/translation.json
View file @
f7e10e1f
This diff is collapsed.
Click to expand it.
src/routes/(app)/modelfiles/create/+page.svelte
View file @
f7e10e1f
...
...
@@ -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>
...
...
src/routes/(app)/prompts/create/+page.svelte
View file @
f7e10e1f
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment