[PR #4913] [CLOSED] Add Chinese language 添加中文 #3991

Closed
opened 2026-02-26 08:32:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4913
Author: @Firfr
Created: 11/11/2025
Status: Closed

Base: developHead: develop


📝 Commits (4)

  • 1e75684 Add Chinese 中文
  • d58439b Merge branch 'NginxProxyManager:develop' into develop
  • f5330ac Add Chinese HelpDoc
  • 6999146 Add the new translation for "redirection-host.forward-http-code".

📊 Changes

13 files changed (+932 additions, -3 deletions)

View changed files

📝 frontend/src/locale/IntlProvider.tsx (+7 -1)
📝 frontend/src/locale/lang/lang-list.json (+2 -1)
frontend/src/locale/lang/zh.json (+216 -0)
📝 frontend/src/locale/src/HelpDoc/index.ts (+2 -1)
frontend/src/locale/src/HelpDoc/zh/AccessLists.md (+7 -0)
frontend/src/locale/src/HelpDoc/zh/Certificates.md (+21 -0)
frontend/src/locale/src/HelpDoc/zh/DeadHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/zh/ProxyHosts.md (+7 -0)
frontend/src/locale/src/HelpDoc/zh/RedirectionHosts.md (+5 -0)
frontend/src/locale/src/HelpDoc/zh/Streams.md (+5 -0)
frontend/src/locale/src/HelpDoc/zh/index.ts (+6 -0)
📝 frontend/src/locale/src/lang-list.json (+3 -0)
frontend/src/locale/src/zh.json (+644 -0)

📄 Description

添加了中文本地化
Added Chinese localization.


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/4913 **Author:** [@Firfr](https://github.com/Firfr) **Created:** 11/11/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`1e75684`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1e75684c535cc445155df0a2da557bcc6ec2a4f9) Add Chinese 中文 - [`d58439b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d58439bb0e997807f559d252ba45f27cf4d88824) Merge branch 'NginxProxyManager:develop' into develop - [`f5330ac`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f5330ac09d2d87c2af4c18348ebe5de3cd542839) Add Chinese HelpDoc - [`6999146`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6999146d8fd567b6a6d727f77062ba365e7eb69c) Add the new translation for "redirection-host.forward-http-code". ### 📊 Changes **13 files changed** (+932 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locale/IntlProvider.tsx` (+7 -1) 📝 `frontend/src/locale/lang/lang-list.json` (+2 -1) ➕ `frontend/src/locale/lang/zh.json` (+216 -0) 📝 `frontend/src/locale/src/HelpDoc/index.ts` (+2 -1) ➕ `frontend/src/locale/src/HelpDoc/zh/AccessLists.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/Certificates.md` (+21 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/DeadHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/ProxyHosts.md` (+7 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/RedirectionHosts.md` (+5 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/Streams.md` (+5 -0) ➕ `frontend/src/locale/src/HelpDoc/zh/index.ts` (+6 -0) 📝 `frontend/src/locale/src/lang-list.json` (+3 -0) ➕ `frontend/src/locale/src/zh.json` (+644 -0) </details> ### 📄 Description 添加了中文本地化 Added Chinese localization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3991
No description provided.