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
ec8f229f
Commit
ec8f229f
authored
Mar 04, 2024
by
Ased Mammad
Browse files
fix: make translation key naming consistent
parent
d4fd6c5a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/lib/i18n/locales/de/common.json
src/lib/i18n/locales/de/common.json
+1
-1
src/lib/i18n/locales/en/common.json
src/lib/i18n/locales/en/common.json
+1
-1
src/lib/i18n/locales/fa/common.json
src/lib/i18n/locales/fa/common.json
+1
-1
src/routes/error/+page.svelte
src/routes/error/+page.svelte
+1
-1
No files found.
src/lib/i18n/locales/de/common.json
View file @
ec8f229f
...
...
@@ -3,7 +3,7 @@
"(e.g. `sh webui.sh --api`)"
:
"(z.B. `sh webui.sh --api`)"
,
"{{item}} not provided"
:
"{{item}} nicht angegeben"
,
"{{modelName}} is thinking..."
:
"{{modelName}} denkt nach..."
,
"{{web
ui_n
ame}} Backend Required"
:
"{{web
ui_n
ame}}-Backend erforderlich"
,
"{{web
UIN
ame}} Backend Required"
:
"{{web
UIN
ame}}-Backend erforderlich"
,
"About"
:
"Über"
,
"Account"
:
"Account"
,
"Action"
:
"Aktion"
,
...
...
src/lib/i18n/locales/en/common.json
View file @
ec8f229f
...
...
@@ -3,7 +3,7 @@
"(e.g. `sh webui.sh --api`)"
:
"(e.g. `sh webui.sh --api`)"
,
"{{item}} not provided"
:
"{{item}} not provided"
,
"{{modelName}} is thinking..."
:
"{{modelName}} is thinking..."
,
"{{web
ui_n
ame}} Backend Required"
:
"{{web
ui_n
ame}} Backend Required"
,
"{{web
UIN
ame}} Backend Required"
:
"{{web
UIN
ame}} Backend Required"
,
"About"
:
"About"
,
"Account"
:
"Account"
,
"Action"
:
"Action"
,
...
...
src/lib/i18n/locales/fa/common.json
View file @
ec8f229f
...
...
@@ -241,7 +241,7 @@
"Users"
:
"کاربران"
,
"User"
:
"کاربر"
,
"WebUI Add-ons"
:
"WebUI Add-ons"
,
"{{web
ui_n
ame}} Backend Required"
:
"{{web
ui_n
ame}} Backend Required"
,
"{{web
UIN
ame}} Backend Required"
:
"{{web
UIN
ame}} Backend Required"
,
"WebUI Settings"
:
"تنظیمات WebUI"
,
"Web"
:
"وب"
,
"Whisper (Local)"
:
"Whisper (Local)"
,
...
...
src/routes/error/+page.svelte
View file @
ec8f229f
...
...
@@ -22,7 +22,7 @@
<div class="m-auto pb-44 flex flex-col justify-center">
<div class="max-w-md">
<div class="text-center text-2xl font-medium z-50">
{$i18n.t('{{web
ui_n
ame}} Backend Required', { web
ui_n
ame: $WEBUI_NAME })}
{$i18n.t('{{web
UIN
ame}} Backend Required', { web
UIN
ame: $WEBUI_NAME })}
</div>
<div class=" mt-4 text-center text-sm w-full">
...
...
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