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
e0ebd7ae
Unverified
Commit
e0ebd7ae
authored
Apr 17, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Apr 17, 2024
Browse files
Merge pull request #1590 from open-webui/dev
dev
parents
85175470
2ffe55f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/lib/i18n/locales/pl-pl/translation.json
src/lib/i18n/locales/pl-pl/translation.json
+3
-3
src/lib/i18n/locales/pt-BR/translation.json
src/lib/i18n/locales/pt-BR/translation.json
+1
-1
src/routes/(app)/+layout.svelte
src/routes/(app)/+layout.svelte
+1
-0
No files found.
src/lib/i18n/locales/pl-pl/translation.json
View file @
e0ebd7ae
...
...
@@ -158,7 +158,7 @@
"Full Screen Mode"
:
"Tryb pełnoekranowy"
,
"General"
:
"Ogólne"
,
"General Settings"
:
"Ogólne ustawienia"
,
"Hello, {{name}}"
:
"Witaj, {{na
zwa
}}"
,
"Hello, {{name}}"
:
"Witaj, {{na
me
}}"
,
"Hide"
:
"Ukryj"
,
"Hide Additional Params"
:
"Ukryj dodatkowe parametry"
,
"How can I help you today?"
:
"Jak mogę Ci dzisiaj pomóc?"
,
...
...
@@ -193,8 +193,8 @@
"Mirostat Eta"
:
"Mirostat Eta"
,
"Mirostat Tau"
:
"Mirostat Tau"
,
"MMMM DD, YYYY"
:
"MMMM DD, YYYY"
,
"Model '{{modelName}}' has been successfully downloaded."
:
"Model '{{
nazwaModelu
}}' został pomyślnie pobrany."
,
"Model '{{modelTag}}' is already in queue for downloading."
:
"Model '{{
nazwaM
odel
u
}}' jest już w kolejce do pobrania."
,
"Model '{{modelName}}' has been successfully downloaded."
:
"Model '{{
modelName
}}' został pomyślnie pobrany."
,
"Model '{{modelTag}}' is already in queue for downloading."
:
"Model '{{
m
odel
Tag
}}' jest już w kolejce do pobrania."
,
"Model {{embedding_model}} update complete!"
:
"Aktualizacja modelu {{embedding_model}} zakończona pomyślnie!"
,
"Model {{embedding_model}} update failed or not required!"
:
"Model {{embedding_model}} aktualizacja nie powiodła się lub nie jest wymagana!"
,
"Model {{modelId}} not found"
:
"Model {{modelId}} nie został znaleziony"
,
...
...
src/lib/i18n/locales/pt-BR/translation.json
View file @
e0ebd7ae
...
...
@@ -190,7 +190,7 @@
"Mirostat"
:
"Mirostat"
,
"Mirostat Eta"
:
"Mirostat Eta"
,
"Mirostat Tau"
:
"Mirostat Tau"
,
"MMMM DD, YYYY"
:
"
MMMM DD, AAAA
"
,
"MMMM DD, YYYY"
:
"
DD/MM/YYYY
"
,
"Model '{{modelName}}' has been successfully downloaded."
:
"O modelo '{{modelName}}' foi baixado com sucesso."
,
"Model '{{modelTag}}' is already in queue for downloading."
:
"O modelo '{{modelTag}}' já está na fila para download."
,
"Model {{modelId}} not found"
:
"Modelo {{modelId}} não encontrado"
,
...
...
src/routes/(app)/+layout.svelte
View file @
e0ebd7ae
...
...
@@ -106,6 +106,7 @@
// IndexedDB Not Found
}
await models.set(await getModels());
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
await modelfiles.set(await getModelfiles(localStorage.token));
...
...
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