DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

I18n Zh Hant — DeepSeek Harness 插件(DSH Plugin)
← Plugins
I

dsh-i18n-zh-hant

I18n Zh Hant

DSH Web GUI 的繁体中文(香港)语言包:在语言选择器中添加繁体中文,并为每个核心插件和社区插件的 locale 命名空间提供 zh-Hant 词典。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:jimbb/dsh-i18n-zh-hant#778d4ba7d2ec4677b9a63315ab25188ebaa41935
README兼容性版本

兼容性与来源证明

I18n Zh Hant 以 dsh-i18n-zh-hant 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/11

版本

1.0.0stable
2026/9/11

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
Apache-2.0
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。

README

dsh-i18n-zh-hant

繁體中文(香港)語言包 for the DeepSeek Harness (DSH) web GUI.

Adds Traditional Chinese to the language selector and carries zh-Hant dictionaries for every core and community plugin locale namespace, so the whole interface reads in Traditional Chinese instead of falling back to English.

The shipped Simplified Chinese (zh) locale is not modified — the two coexist and you can switch between them at any time.


What it does

DSH's web GUI is localised through a per-namespace locale registry. Each client plugin registers dictionaries for its own namespace, and the registry resolves a lookup by walking the active language's fallback chain, then repeating it in the shared common namespace, then showing the key itself.

This package is a pure browser plugin (its host half is intentionally a no-op). On page load it:

  1. Registers the language definition zh-Hant — label 繁體中文, fallback en — through ctx.locale.addLanguage, which is what makes it appear in Settings → General → Language.
  2. Registers one zh-Hant dictionary per covered namespace using the single-locale form ctx.locale.register(ns, 'zh-Hant', dict).

Registration is additive per locale. Each namespace keeps the zh and en dictionaries its owning package already registered, so Simplified Chinese is untouched and remains fully selectable. Any namespace or key this pack does not cover falls through to English, exactly as the source packages behave.

Coverage

Namespaces56
Keys2,860
ScopeCore harness client packages + community plugin families

Covered namespaces:

Click to expand the full list
approval                  betterSidebar             chat
command                   common                    conversation
cordis                    deliverables              describe-image
documentHtml              documentMarkdown          dsh-skill-explorer
dsh-ssh                   dsh-web-ui-market         dsh-web-ui-preset-center
dsh-web-ui-session-archive dsh-web-ui-usage         feedback
git-graph                 goal                      job
model                     model-caps                open-in-app
permission.access         pet                       plan
question                  reference                 remote
schedule.catalog          session-log-download      setting-restart
settings                  settings.agentPreset      settings.locale
settings.models           settings.permission       settings.pluginInventory
settings.plugins          settings.theme            sidebar
sidebarDocumentPreview    sidebarFiles              sidebarImage
sidebarPdf                sidebarRight              skill
skinCenter                slash.menu                subagent
task-board                trajectory                web-ui-plugins
workflowRun               workspace

Requirements

  • DSH >= 0.1.5-rc.1 with the web profile.
  • Node.js 20+ only if you intend to run the maintainer tooling.

Install

From a local checkout

git clone https://github.com/jimbb/dsh-i18n-zh-hant.git
dsh plugin --profile web add link:./dsh-i18n-zh-hant

From a directory inside your profile

Copy or symlink this package into your profile's node_modules:

mkdir -p ~/.dsh/profiles/web/node_modules
cp -r dsh-i18n-zh-hant ~/.dsh/profiles/web/node_modules/

Then add the row to ~/.dsh/profiles/web/cordis.patch.yml:

- insert:
    - id: web-ui-i18n-zh-hant
      name: 'dsh-i18n-zh-hant'

Activate

Restart the host — client package metadata is cached per loader entry until restart, so a running dsh web will not serve a newly added bundle:

dsh web

Reload the page, then choose 繁體中文 in Settings → General → Language.

Verify it is working

With the host running:

npm run check     # bundle structure + consistency with dictionaries.json
npm run verify    # OpenCC script audit (requires: pip install opencc)

npm run check loads lib/client.js in a sandbox against a mock locale service and asserts it registers exactly one language (zh-Hant, fallback en) plus one dictionary per namespace, with contents identical to lib/dictionaries.json.

npm run verify derives the Simplified-only character set from OpenCC's Simplified→Traditional map and asserts no Simplified character survives in any translated string, and that no value is empty.

Repository layout

lib/client.js          the browser bundle (generated — do not hand-edit)
lib/index.js           host half (intentional no-op)
lib/dictionaries.json  the translation data, namespace -> { key: text }
cordis.patch.yml       profile bundle patch that inserts the plugin row
dev/                   maintainer tooling (see below)
verify/                bundle + script verification

Regenerating after a plugin update

When an upstream plugin adds or changes its Chinese strings, those keys fall back to English until this pack is regenerated. The toolchain is four steps:

# 1. Read every installed client plugin half and collect its zh/en dictionaries.
node dev/extract-dictionaries.mjs \
  ~/.dsh/profiles/web/node_modules \
  <dsh-install>/node_modules \
  --out /tmp/upstream.json

# 2. Build translatable batches (namespace, key, Simplified source, English ref).
node dev/make-batches.mjs /tmp/upstream.json /tmp/translation

# 3. Translate /tmp/translation/batches/NN.json into out/NN.json as
#    [{ "id": <number>, "zhHant": "<Traditional Chinese>" }, ...]
#    Placeholders such as {count} must be preserved byte-for-byte.

# 4. Merge the translations and rebuild the bundle.
node dev/merge-translations.mjs /tmp/translation --out lib/dictionaries.json
node dev/build-bundle.mjs
node verify/check-bundle.mjs

lib/client.js is generated from lib/dictionaries.json; npm run check fails if the two ever drift, so commit both together.

Translation notes

  • Variant: Traditional Chinese with Hong Kong terminology — 檔案, 設定, 網絡, 專案, 軟件, 列印, 儲存, 螢幕, 快取, 伺服器.
  • Placeholders ({count}, {total}, {error}, …) are preserved verbatim and are checked at every stage.
  • Strings are machine-generated and then validated for script correctness with OpenCC. Wording can still be imperfect — corrections are welcome.

Known limitations

  • dsh-web-ui-market/online is empty in the upstream Simplified and English dictionaries. The key is deliberately omitted here so the registry's fallback chain handles it exactly as it does for the Simplified locale.
  • Six characters (台, 群, 峰, 划, 游, 床) are reported by the verifier as "ambiguous" because OpenCC's s2t map prefers an archaism or a Taiwan variant (臺, 羣, 峯, 劃, 遊, 牀). They are legitimate Traditional forms in Hong Kong usage (後台, 社群, 高峰, 划選, 上游, 起床) and are excluded from the hard check.
  • Not every string in the GUI is localised by the source packages themselves; copy that bypasses the locale registry is out of reach for any language pack.

Contributing

Corrections to wording are the most valuable contribution. Edit lib/dictionaries.json, run npm run check && npm run verify, then node dev/build-bundle.mjs and include both files in your pull request.

Uninstall

Delete the row from ~/.dsh/profiles/web/cordis.patch.yml and remove the package directory, then restart dsh web.

License

Apache-2.0.