RadicalGitter/dsh-ui-translate0

dsh-ui-translate

Privacy-first browser-local Chinese UI and content translation for DeepSeek Harness Web

AI 分析

核心用途是提供本地化的 UI 和内容翻译。适合需要中文界面或内容翻译,且注重隐私、不希望数据上传的 DSH 用户。

パッケージ
dsh-ui-translate
バージョン
0.4.0
ライセンス
MIT
最終更新
2026/08/20

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RadicalGitter/dsh-ui-translate

ドキュメント

README 全文を読む ↗

Configuration

The settings page exposes:

  • enable/disable (default: disabled);
  • target language (default: English);
  • backend (default: offline glossary), including the opt-in browser-local OPUS-MT engine;
  • local-model download/initialization status when OPUS-MT is selected;
  • translation marker style: purple overlay (default), dashed underline, both, or none;
  • delayed-hover per-text original/re-translate controls for translated content;
  • OpenAI-compatible endpoint, model, and public-endpoint opt-in when that backend is selected.

The same values can be supplied in a later Cordis patch:

- id: ui-translate
  config:
    enabled: true
    targetLanguage: en
    backend: openai-compatible
    markerStyle: overlay
    endpoint: http://127.0.0.1:11434/v1
    model: qwen2.5:7b
    allowRemoteEndpoint: false
    apiKeyEnv: DSH_UI_TRANSLATE_API_KEY