[PR #1414] [MERGED] add General Appearance and Chat setting zh translate #3672

Closed
opened 2026-02-22 18:34:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1414
Author: @KochabStar
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @timothycarambat

Base: i18n-en-zh-supportHead: remotes/origin/i18n-en-zh-support


📝 Commits (1)

  • f89edf9 add General Appearance and Chat setting zh translate

📊 Changes

17 files changed (+282 additions, -78 deletions)

View changed files

📝 frontend/src/locales/en/common.js (+96 -0)
📝 frontend/src/locales/zh/common.js (+98 -1)
📝 frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx (+3 -1)
📝 frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx (+3 -1)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatHistorySettings/index.jsx (+6 -6)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatModeSelection/index.jsx (+9 -10)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatModelSelection/index.jsx (+6 -7)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatPromptSettings/index.jsx (+4 -6)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatQueryRefusalResponse/index.jsx (+5 -5)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/ChatTemperatureSettings/index.jsx (+6 -5)
📝 frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx (+5 -5)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/DeleteWorkspace/index.jsx (+4 -3)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/SuggestedChatMessages/index.jsx (+12 -12)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/VectorCount/index.jsx (+6 -4)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspaceName/index.jsx (+6 -2)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspacePfp/index.jsx (+6 -5)
📝 frontend/src/pages/WorkspaceSettings/index.jsx (+7 -5)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/1414 **Author:** [@KochabStar](https://github.com/KochabStar) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `i18n-en-zh-support` ← **Head:** `remotes/origin/i18n-en-zh-support` --- ### 📝 Commits (1) - [`f89edf9`](https://github.com/Mintplex-Labs/anything-llm/commit/f89edf9b8a4ef4739ee893e1ade0fa83be624cc8) add General Appearance and Chat setting zh translate ### 📊 Changes **17 files changed** (+282 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/en/common.js` (+96 -0) 📝 `frontend/src/locales/zh/common.js` (+98 -1) 📝 `frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx` (+3 -1) 📝 `frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx` (+3 -1) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatHistorySettings/index.jsx` (+6 -6) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatModeSelection/index.jsx` (+9 -10) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatModelSelection/index.jsx` (+6 -7) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatPromptSettings/index.jsx` (+4 -6) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatQueryRefusalResponse/index.jsx` (+5 -5) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/ChatTemperatureSettings/index.jsx` (+6 -5) 📝 `frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx` (+5 -5) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/DeleteWorkspace/index.jsx` (+4 -3) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/SuggestedChatMessages/index.jsx` (+12 -12) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/VectorCount/index.jsx` (+6 -4) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspaceName/index.jsx` (+6 -2) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspacePfp/index.jsx` (+6 -5) 📝 `frontend/src/pages/WorkspaceSettings/index.jsx` (+7 -5) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:15 -05:00
yindo closed this issue 2026-02-22 18:34:16 -05:00
yindo changed title from [PR #1414] add General Appearance and Chat setting zh translate to [PR #1414] [MERGED] add General Appearance and Chat setting zh translate 2026-06-05 15:14:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3672