DeepSeek Harness plugin

dsh-zh-hant-tw

Taiwan Traditional Chinese wording for DeepSeek Harness (設置 → 設定, 智能體 → 代理, 保存 → 儲存, …)

Jump to install

Source facts

Repository
chiyulogg-commits/dsh-zh-hant-tw
Latest update
Aug 16, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/chiyulogg-commits/dsh-zh-hant-tw
Plugin: dsh-zh-hant-tw
Author: chiyulogg-commits

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-zh-hant-tw

DeepSeek Harness 台灣繁體中文插件/Taiwan Traditional Chinese plugin for DeepSeek Harness

在官方 DeepSeek Harness(dsh)的語言選單加入「繁體中文」,並把介面文字轉成台灣慣用語(設置 → 設定、智能體 → 代理、保存 → 儲存、搜索 → 搜尋…)。一行安裝、可隨時移除,不需要 fork 整份程式碼。

This plugin adds 繁體中文 to the official DeepSeek Harness (dsh) Language menu and rewrites the UI copy into Taiwan usage (設置 → 設定, 智能體 → 代理, 保存 → 儲存, 搜索 → 搜尋, …). One-line install, removable anytime, no need to fork the harness.

> 本專案為一次性發布、不再維護(as-is)。基於 dsh-zh-hant-hk(MIT)改作,詞表改為台灣用語。 > This is a one-shot, unmaintained release (as-is), adapted from dsh-zh-hant-hk (MIT) with Taiwan wording.

---

關鍵字 Keywords

DeepSeek Harness dsh dsh-plugin 繁體中文 台灣繁體 zh-TW zh-Hant 中文化 語系 語言切換 台灣用語 Traditional Chinese Taiwan localization i18n 介面中文化

安裝 Install

dsh plugin --profile web add github:chiyulogg-commits/dsh-zh-hant-tw

或從本地 checkout:

dsh plugin --profile web add /path/to/dsh-zh-hant-tw

安裝後重新整理(或重啟)dsh web,到 設置 → 語言 → 繁體中文 即可切換。移除:

dsh plugin --profile web remove dsh-zh-hant-tw

特色 Features

  • 語言選單新增「繁體中文」,選擇後自動持久化(settings.yaml),重啟保留
  • 官方字轉繁後再套用台灣慣用詞表(約 90 條):設置→設定、智能體→代理、保存→儲存、搜索→搜尋、信息→資訊、網絡→網路、軟件→軟體、內存→記憶體、鼠標→滑鼠、文件→檔案、歸檔→封存、命令→指令、緩存→快取、隊列→佇列、折疊→摺疊、構建→建置、自定義→自訂、只讀→唯讀…
  • 產品詞保留英文(台灣 UI 慣例):Full accessAgentskillThinkplan modeAPI Key
  • 使用者訊息內容不受影響(只轉介面 chrome)
  • Adds 繁體中文 to the Language menu; the selection persists (settings.yaml)
  • Applies a ~90-entry Taiwan phrase table after the stock character conversion
  • Product words stay English, as Taiwan UI usually does: Full access, Agent, skill, Think, plan mode, API Key
  • User message content is never rewritten

運作方式 How it works

1. cordis.patch.yml 把插件插入組合後的 loader tree 2. 瀏覽器端等 locale 就緒後,在語言選單加入「繁體中文」 3. 包裝 locale.translate(所有 t() 的唯一路徑):當 active 語系為 zh-Hant 時,輸出先做字級簡轉繁,再套用台灣詞表 4. DOM 層另外修正少數硬編碼英文標籤(Read Only、Workspace Write、Default…)

授權 License

MIT。原始插件 dsh-zh-hant-hk(MIT,2026)版權保留,另加本改作版權。見 LICENSE。