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
c869652e
Unverified
Commit
c869652e
authored
Aug 07, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Aug 07, 2024
Browse files
Merge pull request #4322 from open-webui/dev
0.3.12
parents
d3146d20
240a3014
Changes
86
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
737 additions
and
0 deletions
+737
-0
src/lib/i18n/locales/ja-JP/translation.json
src/lib/i18n/locales/ja-JP/translation.json
+1
-0
src/lib/i18n/locales/ka-GE/translation.json
src/lib/i18n/locales/ka-GE/translation.json
+1
-0
src/lib/i18n/locales/ko-KR/translation.json
src/lib/i18n/locales/ko-KR/translation.json
+1
-0
src/lib/i18n/locales/languages.json
src/lib/i18n/locales/languages.json
+4
-0
src/lib/i18n/locales/lt-LT/translation.json
src/lib/i18n/locales/lt-LT/translation.json
+1
-0
src/lib/i18n/locales/ms-MY/translation.json
src/lib/i18n/locales/ms-MY/translation.json
+715
-0
src/lib/i18n/locales/nb-NO/translation.json
src/lib/i18n/locales/nb-NO/translation.json
+1
-0
src/lib/i18n/locales/nl-NL/translation.json
src/lib/i18n/locales/nl-NL/translation.json
+1
-0
src/lib/i18n/locales/pa-IN/translation.json
src/lib/i18n/locales/pa-IN/translation.json
+1
-0
src/lib/i18n/locales/pl-PL/translation.json
src/lib/i18n/locales/pl-PL/translation.json
+1
-0
src/lib/i18n/locales/pt-BR/translation.json
src/lib/i18n/locales/pt-BR/translation.json
+1
-0
src/lib/i18n/locales/pt-PT/translation.json
src/lib/i18n/locales/pt-PT/translation.json
+1
-0
src/lib/i18n/locales/ro-RO/translation.json
src/lib/i18n/locales/ro-RO/translation.json
+1
-0
src/lib/i18n/locales/ru-RU/translation.json
src/lib/i18n/locales/ru-RU/translation.json
+1
-0
src/lib/i18n/locales/sr-RS/translation.json
src/lib/i18n/locales/sr-RS/translation.json
+1
-0
src/lib/i18n/locales/sv-SE/translation.json
src/lib/i18n/locales/sv-SE/translation.json
+1
-0
src/lib/i18n/locales/th-TH/translation.json
src/lib/i18n/locales/th-TH/translation.json
+1
-0
src/lib/i18n/locales/tk-TW/translation.json
src/lib/i18n/locales/tk-TW/translation.json
+1
-0
src/lib/i18n/locales/tr-TR/translation.json
src/lib/i18n/locales/tr-TR/translation.json
+1
-0
src/lib/i18n/locales/uk-UA/translation.json
src/lib/i18n/locales/uk-UA/translation.json
+1
-0
No files found.
src/lib/i18n/locales/ja-JP/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"スキャン"
,
"Scan complete!"
:
"スキャン完了!"
,
"Scan for documents from {{path}}"
:
"{{path}} からドキュメントをスキャン"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"検索"
,
"Search a model"
:
"モデルを検索"
,
"Search Chats"
:
"チャットの検索"
,
...
...
src/lib/i18n/locales/ka-GE/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"სკანირება"
,
"Scan complete!"
:
"სკანირება დასრულდა!"
,
"Scan for documents from {{path}}"
:
"დოკუმენტების სკანირება {{ path}}-დან"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"ძიება"
,
"Search a model"
:
"მოდელის ძიება"
,
"Search Chats"
:
"ჩატების ძებნა"
,
...
...
src/lib/i18n/locales/ko-KR/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"스캔"
,
"Scan complete!"
:
"스캔 완료!"
,
"Scan for documents from {{path}}"
:
"{{path}} 에서 문서 스캔"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"검색"
,
"Search a model"
:
"모델 검색"
,
"Search Chats"
:
"채팅 검색"
,
...
...
src/lib/i18n/locales/languages.json
View file @
c869652e
...
...
@@ -87,6 +87,10 @@
"code"
:
"lt-LT"
,
"title"
:
"Lithuanian (Lietuvių)"
},
{
"code"
:
"ms-MY"
,
"title"
:
"Malay (Bahasa Malaysia)"
},
{
"code"
:
"nb-NO"
,
"title"
:
"Norwegian Bokmål (Norway)"
...
...
src/lib/i18n/locales/lt-LT/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Skenuoti"
,
"Scan complete!"
:
"Skenavimas baigtas!"
,
"Scan for documents from {{path}}"
:
"Skenuoti dokumentus iš {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Ieškoti"
,
"Search a model"
:
"Ieškoti modelio"
,
"Search Chats"
:
""
,
...
...
src/lib/i18n/locales/ms-MY/translation.json
0 → 100644
View file @
c869652e
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/nb-NO/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Skann"
,
"Scan complete!"
:
"Skanning fullført!"
,
"Scan for documents from {{path}}"
:
"Skann etter dokumenter fra {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Søk"
,
"Search a model"
:
"Søk en modell"
,
"Search Chats"
:
"Søk chatter"
,
...
...
src/lib/i18n/locales/nl-NL/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Scan"
,
"Scan complete!"
:
"Scan voltooid!"
,
"Scan for documents from {{path}}"
:
"Scan voor documenten van {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Zoeken"
,
"Search a model"
:
"Zoek een model"
,
"Search Chats"
:
"Chats zoeken"
,
...
...
src/lib/i18n/locales/pa-IN/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"ਸਕੈਨ ਕਰੋ"
,
"Scan complete!"
:
"ਸਕੈਨ ਪੂਰਾ!"
,
"Scan for documents from {{path}}"
:
"{{path}} ਤੋਂ ਡਾਕੂਮੈਂਟਾਂ ਲਈ ਸਕੈਨ ਕਰੋ"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"ਖੋਜ"
,
"Search a model"
:
"ਇੱਕ ਮਾਡਲ ਖੋਜੋ"
,
"Search Chats"
:
"ਖੋਜ ਚੈਟਾਂ"
,
...
...
src/lib/i18n/locales/pl-PL/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Skanuj"
,
"Scan complete!"
:
"Skanowanie zakończone!"
,
"Scan for documents from {{path}}"
:
"Skanuj dokumenty z {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Szukaj"
,
"Search a model"
:
"Szukaj modelu"
,
"Search Chats"
:
"Szukaj w czatach"
,
...
...
src/lib/i18n/locales/pt-BR/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Escanear"
,
"Scan complete!"
:
"Escaneamento concluído!"
,
"Scan for documents from {{path}}"
:
"Escanear documentos de {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Pesquisar"
,
"Search a model"
:
"Pesquisar um modelo"
,
"Search Chats"
:
"Pesquisar Chats"
,
...
...
src/lib/i18n/locales/pt-PT/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Digitalizar"
,
"Scan complete!"
:
"Digitalização concluída!"
,
"Scan for documents from {{path}}"
:
"Digitalizar documentos de {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Pesquisar"
,
"Search a model"
:
"Pesquisar um modelo"
,
"Search Chats"
:
"Pesquisar Conversas"
,
...
...
src/lib/i18n/locales/ro-RO/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Scanează"
,
"Scan complete!"
:
"Scanare completă!"
,
"Scan for documents from {{path}}"
:
"Scanează pentru documente din {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Caută"
,
"Search a model"
:
"Caută un model"
,
"Search Chats"
:
"Caută în Conversații"
,
...
...
src/lib/i18n/locales/ru-RU/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Сканировать"
,
"Scan complete!"
:
"Сканирование завершено!"
,
"Scan for documents from {{path}}"
:
"Сканирование документов из {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Поиск"
,
"Search a model"
:
"Поиск модели"
,
"Search Chats"
:
"Поиск в чатах"
,
...
...
src/lib/i18n/locales/sr-RS/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Скенирај"
,
"Scan complete!"
:
"Скенирање завршено!"
,
"Scan for documents from {{path}}"
:
"Скенирај документе из {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Претражи"
,
"Search a model"
:
"Претражи модел"
,
"Search Chats"
:
"Претражи ћаскања"
,
...
...
src/lib/i18n/locales/sv-SE/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Skanna"
,
"Scan complete!"
:
"Skanning klar!"
,
"Scan for documents from {{path}}"
:
"Skanna efter dokument från {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Sök"
,
"Search a model"
:
"Sök efter en modell"
,
"Search Chats"
:
"Sök i chattar"
,
...
...
src/lib/i18n/locales/th-TH/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"สแกน"
,
"Scan complete!"
:
"การสแกนเสร็จสมบูรณ์!"
,
"Scan for documents from {{path}}"
:
"สแกนหาเอกสารจาก {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"ค้นหา"
,
"Search a model"
:
"ค้นหาโมเดล"
,
"Search Chats"
:
"ค้นหาแชท"
,
...
...
src/lib/i18n/locales/tk-TW/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
""
,
"Scan complete!"
:
""
,
"Scan for documents from {{path}}"
:
""
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
""
,
"Search a model"
:
""
,
"Search Chats"
:
""
,
...
...
src/lib/i18n/locales/tr-TR/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Tarama"
,
"Scan complete!"
:
"Tarama tamamlandı!"
,
"Scan for documents from {{path}}"
:
"{{path}} dizininden belgeleri tarayın"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Ara"
,
"Search a model"
:
"Bir model ara"
,
"Search Chats"
:
"Sohbetleri Ara"
,
...
...
src/lib/i18n/locales/uk-UA/translation.json
View file @
c869652e
...
...
@@ -509,6 +509,7 @@
"Scan"
:
"Сканування"
,
"Scan complete!"
:
"Сканування завершено!"
,
"Scan for documents from {{path}}"
:
"Сканування документів з {{path}}"
,
"Scroll to bottom when switching between branches"
:
""
,
"Search"
:
"Пошук"
,
"Search a model"
:
"Шукати модель"
,
"Search Chats"
:
"Пошук в чатах"
,
...
...
Prev
1
2
3
4
5
Next
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