Skip to content

Latest commit

 

History

History
474 lines (434 loc) · 24.7 KB

File metadata and controls

474 lines (434 loc) · 24.7 KB

Python 文件的在地化

切換語言

目次表

The goal of this project is to translate the Python documentation into multiple languages. 翻譯是在 Crowdin 平臺上進行貢獻,然後會自動與 GitHub 儲存庫進行同步,並且可以在 GitHub Pages 上進行預覽。

Note

The translation is unofficial and community-driven. If you find any inaccuracies, always refer to the official documentation or the source repository of the upstream project for the most reliable information.

專案連結
預覽翻譯
Crowdin
GitHub
GitCode
GitFlic
分支結構
分支
描述
main
儲存基礎設施的 CMake 腳本和 GitHub 工作流。
l10n
儲存從上游專案生成的 .pot.po 檔案。
pages
儲存部署到 GitHub Pages 的建置文件。
po/${VERSION}
Store version-specific .po files for reuse by the upstream project.
GitHub 工作流
狀態
描述
ci-sphinx-build-docs
透過 Sphinx 建置文件並上傳建置製品。
ci-sphinx-update-pot
透過 Sphinx 使用 gettext 建置器更新 .pot 檔案。
ci-gettext-update-po
透過 Gettext 工具組從 .pot 檔案更新 .po 檔案。
ci-gettext-compendium
透過 Gettext 工具組從編目檔更新 .po 檔案。
ci-gettext-statistics
透過 Gettext 工具組更新 .po 檔案的統計資訊。
ci-crowdin-upload-pot
透過 Crowdin CLI 工具上傳 .po 檔案到 Crowdin。
ci-crowdin-download-po
透過 Crowdin CLI 工具從 Crowdin 下載 .po 檔案。
ci-crowdin-update-readme
透過 Crowdin CLI 工具更新 README 翻譯。
ci-deploy-pages
下載並將建置製品部署到 pages 分支。
ci-deploy-po-version
.po 檔案部署到 po/${VERSION} 分支。
ci-update-contributors
將貢獻者 .svg 檔案更新至 static 分支。
ci-update-license-year
將 LICENSE 中的著作權年份更新為當前年份。
ci-update-submodule
將每個子模組更新至其最新送交。
Locale
英文名稱
在地名稱
翻譯進度
校對進度
zh_CN
Simplified Chinese
简体中文
zh-CN translation
zh-CN proofreading
zh_TW
Traditional Chinese
繁體中文
zh-TW translation
zh-TW proofreading

您可以在 GitHub Pages 中預覽翻譯:

您可以透過飛出式導航選單切換到其他可用的語言和版本。

This project is currently maintained by:

Name
GitHub 使用者名稱
Haowei Hsu
@hwhsu1231

您可以透過以下任何方式貢獻並支援這個專案:

  • 在 GitHub 或其他鏡像儲存庫上收藏這個專案。
  • Submit issues on GitHub if you found any bug.
  • 如果您知道如何修正臭蟲,請在 GitHub 上提交拉取請求。
  • Contribute your translations on Crowdin.
  • 如果您喜歡這種在地化專案,請考慮成為贊助者

這將有助於開源文件在地化專案的建立與持續維護。

您可以透過以下平臺來贊助這些專案:

Patreon
愛發電

專案的維護得以持續仰賴於贊助者的慷慨支持:

Localize The Docs
GitHub Contributors SVG
Crowdin Contributors SVG

All original and translated text in the .pot and.po files stored in the l10n branch is made available under the same license as the upstream project.

本專案中所有的 CMake 腳本檔案(例如:CMakeLists.txtCMakePresets.jsoncmake/**/* 檔案)、工作流檔案(例如:.github/workflows/*.yml 檔案)以及組態檔(versions.jsonlanguages.jsoncrowdin.yml 等等)皆採用 3-Clause BSD 授權。 詳情請參見 LICENSE-BSD

All document files (e.g., README.md) of this project are licensed under Creative Commons Attribution-ShareAlike 4.0 International license. 詳情請參見 LICENSE-CC

CC BY SA 4.0