[PR #2065] [CLOSED] Update zh-TW translations based on the latest EN language files #1739

Closed
opened 2026-02-04 20:11:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2065
Author: @BearLeonLight
Created: 1/4/2026
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • b29b717 Update Traditional Chinese (zh-TW) translations
  • edd817b Update Traditional Chinese (zh-TW) translations
  • 6ae6d87 Merge pull request #1 from BearLeonLight/update-zh-tw-translation

📊 Changes

36 files changed (+1951 additions, -156 deletions)

View changed files

lang/zh-TW/activity.php (+125 -0)
📝 lang/zh-TW/admin/apikey.php (+11 -11)
📝 lang/zh-TW/admin/dashboard.php (+17 -16)
lang/zh-TW/admin/databasehost.php (+74 -0)
lang/zh-TW/admin/egg.php (+108 -0)
📝 lang/zh-TW/admin/health.php (+21 -21)
lang/zh-TW/admin/log.php (+26 -0)
📝 lang/zh-TW/admin/mount.php (+11 -11)
lang/zh-TW/admin/node.php (+152 -0)
lang/zh-TW/admin/plugin.php (+61 -0)
📝 lang/zh-TW/admin/role.php (+6 -6)
lang/zh-TW/admin/server.php (+150 -0)
lang/zh-TW/admin/setting.php (+157 -0)
lang/zh-TW/admin/user.php (+24 -0)
lang/zh-TW/admin/webhook.php (+63 -0)
📝 lang/zh-TW/auth.php (+7 -7)
lang/zh-TW/command/messages.php (+54 -0)
lang/zh-TW/commands.php (+60 -0)
📝 lang/zh-TW/exceptions.php (+28 -28)
lang/zh-TW/installer.php (+114 -0)

...and 16 more files

📄 Description

Summary

This PR updates the Traditional Chinese (zh-TW) localization files to align with the latest English (EN) source strings.

Changes

  • Synchronized zh-TW translation files with the latest en updates.
  • Added missing translation keys.
  • Refined existing translations for consistency with the source.

Checklist

  • All new strings are translated.
  • Verified translation accuracy against the EN source.

🔄 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/pelican-dev/panel/pull/2065 **Author:** [@BearLeonLight](https://github.com/BearLeonLight) **Created:** 1/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`b29b717`](https://github.com/pelican-dev/panel/commit/b29b717f1b404294d5284434b39c5a27faa4869f) Update Traditional Chinese (zh-TW) translations - [`edd817b`](https://github.com/pelican-dev/panel/commit/edd817b49820b5f82c91fa0ac5bd7cc971eee6cc) Update Traditional Chinese (zh-TW) translations - [`6ae6d87`](https://github.com/pelican-dev/panel/commit/6ae6d87023ce56656d0e6ed63c9fe7d438b0912f) Merge pull request #1 from BearLeonLight/update-zh-tw-translation ### 📊 Changes **36 files changed** (+1951 additions, -156 deletions) <details> <summary>View changed files</summary> ➕ `lang/zh-TW/activity.php` (+125 -0) 📝 `lang/zh-TW/admin/apikey.php` (+11 -11) 📝 `lang/zh-TW/admin/dashboard.php` (+17 -16) ➕ `lang/zh-TW/admin/databasehost.php` (+74 -0) ➕ `lang/zh-TW/admin/egg.php` (+108 -0) 📝 `lang/zh-TW/admin/health.php` (+21 -21) ➕ `lang/zh-TW/admin/log.php` (+26 -0) 📝 `lang/zh-TW/admin/mount.php` (+11 -11) ➕ `lang/zh-TW/admin/node.php` (+152 -0) ➕ `lang/zh-TW/admin/plugin.php` (+61 -0) 📝 `lang/zh-TW/admin/role.php` (+6 -6) ➕ `lang/zh-TW/admin/server.php` (+150 -0) ➕ `lang/zh-TW/admin/setting.php` (+157 -0) ➕ `lang/zh-TW/admin/user.php` (+24 -0) ➕ `lang/zh-TW/admin/webhook.php` (+63 -0) 📝 `lang/zh-TW/auth.php` (+7 -7) ➕ `lang/zh-TW/command/messages.php` (+54 -0) ➕ `lang/zh-TW/commands.php` (+60 -0) 📝 `lang/zh-TW/exceptions.php` (+28 -28) ➕ `lang/zh-TW/installer.php` (+114 -0) _...and 16 more files_ </details> ### 📄 Description ## Summary This PR updates the Traditional Chinese (zh-TW) localization files to align with the latest English (EN) source strings. ## Changes - Synchronized `zh-TW` translation files with the latest `en` updates. - Added missing translation keys. - Refined existing translations for consistency with the source. ## Checklist - [x] All new strings are translated. - [x] Verified translation accuracy against the EN source. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:11:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1739