Argonaut790/dsh-zh-hant-hk0

dsh-zh-hant-hk

Hong Kong Traditional Chinese wording for DeepSeek Harness (會話 → 對話, 設置 → 設定, …)

AI 分析

将 DSH 官方简转繁的生硬字词替换为香港本地常用软件术语,并保留 Agent 等英文专业词汇。适合习惯香港繁体中文 UI 语境的用户。

パッケージ
dsh-zh-hant-hk
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Argonaut790/dsh-zh-hant-hk

ドキュメント

README 全文を読む ↗

dsh-zh-hant-hk

Hong Kong Traditional Chinese wording for DeepSeek Harness.

The official UI converts Simplified Chinese to Traditional character by character. That turns mainland software terms into strings Hong Kong people do not say:

Stock 繁體This plugin
新會話新對話
設置設定
保存儲存
加載中載入中
重命名重新命名
資料夾檔案夾
默認預設
Read Only唯讀
Workspace Write工作區寫入
Full access完整存取
子代理子 Agent

Product words stay English, as Hong Kong UI usually does: Agent, skill, Think, plan mode, API Key.

The Conversation tab is already 「對話」. After this plugin, “New session” matches it.

Requires a DeepSeek Harness build that already ships 繁體中文 (zh-Hant, npm @deepseek-ai/dsh ≥ 0.1.0-rc.6).

Install

From any directory:

dsh plugin --profile web add github:Argonaut790/dsh-zh-hant-hk

Or from a local checkout:

dsh plugin --profile web add /home/you/Programming/dsh-zh-hant-hk

Then restart (or refresh) dsh web and set the UI language to 繁體中文.

Remove with:

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

A checkout that already contains lib/ installs without a build step. After you edit sources, run npm test (that rebuilds lib/).

How it works

This package is a DeepSeek Harness profile bundle:

  1. cordis.patch.yml inserts the plugin into the composed loader tree.
  2. The browser half waits for locale, wraps locale.bind, and applies the Hong Kong phrase table only when the active locale is zh-Hant.
  3. Hardcoded English permission labels (Read Only, Workspace Write, Full access) are rewritten in the DOM, because those strings never go through locale.bind.
  4. Simplified Chinese and English are unchanged.

It does not fork the harness and does not rewrite every string by hand.

Develop

npm test

Publish

  1. Put this repo on GitHub.
  2. Add the topic dsh-plugin so other Harness users can find it.
  3. Point package.json repository.url at that repo if the owner differs.
  4. Tell people:
dsh plugin --profile web add github:Argonaut790/dsh-zh-hant-hk

中文

DeepSeek Harness 嘅繁體係逐個字由簡體轉過來,「会话」就變成「會話」。香港唔會咁講。裝呢個插件之後會改成港式用詞:新對話、設定、儲存、檔案夾。

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

License

MIT