vscode-qt-tools icon indicating copy to clipboard operation
vscode-qt-tools copied to clipboard

[feature] Provide International Translations of the plugin.

Open hwhsu1231 opened this issue 2 years ago • 0 comments

I translate the followings in "zh-tw(cht)" locale.

Command

  • Scan for Qt Kit: 掃描 Qt 套件
  • Launch Qt Creator: 啟動 Qt Creator
  • Launch Qt Designer: 啟動 Qt Designer
  • Launch Qt Assistant: 啟動 Qt Assistant
  • Launch workspace in Qt Creator: 在 Qt Creator 中啟動工作區
  • Launch in Visual Studio: 在 Visual Studio 中啟動
  • Delete natvis download cache: 刪除 natvis 下載快取
  • Online help: 線上說明文件
  • Search Online help: 搜索線上說明文件

Right Click Menu

  • Edit in Qt Creator: 在 Qt Creator 中編輯
  • Edit in Qt Designer: 在 Qt Designer 中編輯

Settings.json

  • Qttools: Creator

    • absolute filepath to the Qt Creator executable.
      • Qt Creator 執行檔的絕對路徑。
  • Qttools: Extra Directories

    • Extra search directories for Qt tools. Required when the Qt tools like designer are not installed next to qmake.
      • Qt 工具額外的搜索路徑。當 Qt 工具像是 designer 不是安裝在 qmake 旁邊時需要使用。
  • Qttools: Inject Natives File

    • automatically inject the natvis.xml of Qt into existing launch.json entries.
      • 自動注入 Qt 的 natvis.xml 到現有的 launch.json 項目。
  • Qttools: Loglevel

    • set the loglevel.
      • 設定記錄層級。
  • Qttools: Search Mode

    • Qt search mode.
      • Qt 搜索模式。
    • Search Qt based on cmake. The cmake project needs to be configured before Qt can be found.
      • 基於 CMake 搜索 Qt。必須先設定好 CMake 專案才能夠找到 Qt。
    • Search Qt in the PATH variable.
      • 在 PATH 變數中搜索 Qt。
  • Qttools: Use External Browser

    • use external browser for online help.
      • 使用外部瀏覽器來查看線上說明文件。
  • Qttools: Visualizer File

    • filepath or url to a natvis.xml file which will be used instead of the bundled one. You can use f.e. https://code.qt.io/cgit/qt-labs/vstools.git/plain/src/qtvstools/qt5.natvis.xml when you want to use the file from Qt Visual Studio tools
      • 使用的 natvis.xml 檔案的檔案路徑或 url 網址,而不是捆綁的選項。當你想要從 Qt Visual Studio tools 中使用它時,你可以使用像是 https://code.qt.io/cgit/qt-labs/vstools.git/plain/src/qtvstools/qt5.natvis.xml

hwhsu1231 avatar Apr 23 '22 12:04 hwhsu1231