[PR #6004] [CLOSED] Up to date ja-JP translation. #60668

Closed
opened 2026-05-06 03:38:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6004
Author: @Kazu-zamasu
Created: 10/8/2024
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

62 files changed (+805 additions, -556 deletions)

View changed files

📝 backend/open_webui/apps/ollama/main.py (+29 -55)
📝 backend/open_webui/apps/retrieval/main.py (+12 -16)
📝 backend/open_webui/apps/retrieval/utils.py (+25 -17)
📝 backend/open_webui/config.py (+7 -4)
📝 backend/open_webui/env.py (+6 -0)
📝 backend/open_webui/main.py (+38 -5)
📝 src/lib/apis/retrieval/index.ts (+1 -1)
📝 src/lib/components/admin/Settings/Documents.svelte (+12 -6)
📝 src/lib/components/chat/Chat.svelte (+109 -7)
📝 src/lib/components/chat/MessageInput.svelte (+3 -0)
📝 src/lib/components/chat/MessageInput/Commands.svelte (+8 -67)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+1 -1)
📝 src/lib/components/chat/Placeholder.svelte (+3 -0)
📝 src/lib/components/layout/Navbar.svelte (+3 -2)
📝 src/lib/components/layout/Navbar/Menu.svelte (+41 -35)
📝 src/lib/components/workspace/Knowledge.svelte (+2 -1)
📝 src/lib/components/workspace/Knowledge/Collection.svelte (+87 -66)
📝 src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte (+2 -2)
📝 src/lib/i18n/locales/ar-BH/translation.json (+4 -1)

...and 42 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/6004 **Author:** [@Kazu-zamasu](https://github.com/Kazu-zamasu) **Created:** 10/8/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d255f5c`](https://github.com/open-webui/open-webui/commit/d255f5cf8da43478868495c8c21d1fec6108bde3) Update catalan translation.json - [`48e7f47`](https://github.com/open-webui/open-webui/commit/48e7f4755891462e04e60db8c9fb0ea1a573a58c) refac - [`958d882`](https://github.com/open-webui/open-webui/commit/958d882ff9793e6b21c5e8c27a9fd4e51b848f69) refac: knowledge file handling ui behaviour - [`d9ccef8`](https://github.com/open-webui/open-webui/commit/d9ccef8150af51037c4f852ef0625cfe5ac8550a) refac - [`fe872aa`](https://github.com/open-webui/open-webui/commit/fe872aa3fcc2dc708e1dac9403c2625f21148911) Merge pull request #5963 from aleixdorca/dev - [`854024c`](https://github.com/open-webui/open-webui/commit/854024cdf8f7894c2095f1274122a114d1c3558c) refac: show chat menu in temp chat - [`5a78f1d`](https://github.com/open-webui/open-webui/commit/5a78f1d9151f18749f1dc48bb85974b0320305f4) refac: collection styling - [`cf544b9`](https://github.com/open-webui/open-webui/commit/cf544b9e60b2fc3da6c85257f6811a0c5892bcd2) refac: styling - [`09f34a7`](https://github.com/open-webui/open-webui/commit/09f34a75619c07b35dce159baa75f42c55090ef5) refac - [`885b9f1`](https://github.com/open-webui/open-webui/commit/885b9f1ece8f0fc9a4de3390164592c9dbc67282) refactor: Update GenerateEmbeddingsForm to support batch processing ### 📊 Changes **62 files changed** (+805 additions, -556 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/ollama/main.py` (+29 -55) 📝 `backend/open_webui/apps/retrieval/main.py` (+12 -16) 📝 `backend/open_webui/apps/retrieval/utils.py` (+25 -17) 📝 `backend/open_webui/config.py` (+7 -4) 📝 `backend/open_webui/env.py` (+6 -0) 📝 `backend/open_webui/main.py` (+38 -5) 📝 `src/lib/apis/retrieval/index.ts` (+1 -1) 📝 `src/lib/components/admin/Settings/Documents.svelte` (+12 -6) 📝 `src/lib/components/chat/Chat.svelte` (+109 -7) 📝 `src/lib/components/chat/MessageInput.svelte` (+3 -0) 📝 `src/lib/components/chat/MessageInput/Commands.svelte` (+8 -67) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Placeholder.svelte` (+3 -0) 📝 `src/lib/components/layout/Navbar.svelte` (+3 -2) 📝 `src/lib/components/layout/Navbar/Menu.svelte` (+41 -35) 📝 `src/lib/components/workspace/Knowledge.svelte` (+2 -1) 📝 `src/lib/components/workspace/Knowledge/Collection.svelte` (+87 -66) 📝 `src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte` (+2 -2) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+4 -1) _...and 42 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 03:38:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#60668