Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions using/editors.po
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-13 00:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date: 2026-01-31 12:12+0800\n"
"Last-Translator: Pi <oopzzozzo@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
Expand All @@ -27,6 +25,8 @@ msgid ""
"editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` "
"checks."
msgstr ""
"有許多 IDE 都支援 Python 程式語言。"
"許多編輯器和 IDE 有提供語法突顯、除錯工具和 :pep:`8` 語法檢查。"
Comment thread
mattwang44 marked this conversation as resolved.
Outdated

#: ../../using/editors.rst:14
msgid "IDLE --- Python editor and shell"
Expand All @@ -40,6 +40,9 @@ msgid ""
"<installing_idle_on_linux>`. For more information see the :ref:`IDLE docs "
"<idle>`."
msgstr ""
"IDLE 是 Python 的整合開發和學習環境,一般隨 Python 附帶安裝。"
"若您使用 Linux 且沒有安裝 IDLE,請見\ :ref:`安裝 IDLE <installing_idle_on_linux>`。"
Comment thread
mattwang44 marked this conversation as resolved.
Outdated
"更多資訊請見 :ref:`IDLE 文件 <idle>`。"

#: ../../using/editors.rst:22
msgid "Other Editors and IDEs"
Expand All @@ -53,3 +56,6 @@ msgid ""
"wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_ for a "
"comprehensive list."
msgstr ""
"Python 社群維基上有更多來自社群的編輯器和 IDE 相關資訊。"
"詳盡列表請見 `Python Editors <https://wiki.python.org/moin/PythonEditors>`_"
Comment thread
mattwang44 marked this conversation as resolved.
" 與 `Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_。"