mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #23616] [CLOSED] i18n: Update translation.json (ja-JP) #42908
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23616
Author: @zolgear
Created: 4/12/2026
Status: ❌ Closed
Base:
main← Head:translation_ja-JP📝 Commits (10+)
bcb71bbfeat: tasks2388dd7refac2040095enh: shortcode emojis6c2b2f2refac012ce95enh: swipe to reply64da99arefacedb8971refac1b1d85frefac4777f4frefaca06685arefac📊 Changes
182 files changed (+14016 additions, -2768 deletions)
View changed files
📝
README.md(+0 -2)📝
backend/open_webui/config.py(+37 -6)📝
backend/open_webui/env.py(+36 -6)📝
backend/open_webui/functions.py(+1 -12)📝
backend/open_webui/main.py(+55 -4)➕
backend/open_webui/migrations/versions/a3dd5bedd151_add_tasks_and_summary_to_chat.py(+28 -0)➕
backend/open_webui/migrations/versions/b7c8d9e0f1a2_add_last_read_at_to_chat.py(+27 -0)➕
backend/open_webui/migrations/versions/d4e5f6a7b8c9_add_automation_tables.py(+55 -0)➕
backend/open_webui/models/automations.py(+375 -0)📝
backend/open_webui/models/chat_messages.py(+15 -11)📝
backend/open_webui/models/chats.py(+132 -18)📝
backend/open_webui/models/feedbacks.py(+16 -0)📝
backend/open_webui/models/models.py(+15 -0)📝
backend/open_webui/models/users.py(+3 -8)📝
backend/open_webui/routers/audio.py(+103 -0)📝
backend/open_webui/routers/auths.py(+14 -1)➕
backend/open_webui/routers/automations.py(+317 -0)📝
backend/open_webui/routers/channels.py(+22 -20)📝
backend/open_webui/routers/chats.py(+3 -2)📝
backend/open_webui/routers/evaluations.py(+15 -1)...and 80 more files
📄 Description
Changelog Entry
Description
Update ja-JP translation.
Add translations for the Automations feature and other missing texts.
Additional Information
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.