├── .github ├── DISCUSSION_TEMPLATE │ └── add-term.yml ├── dependabot.yml └── workflows │ ├── ci.yml │ ├── deploy-gh-page.yml │ ├── py313-sync-cpython.yml │ └── summarize_progress.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .scripts ├── README.md ├── from_cn.sh ├── google_translate.sh ├── google_translate │ ├── main.py │ └── utils.py ├── poetry.lock ├── pyproject.toml ├── summarize_progress.sh ├── summarize_progress │ └── main.py └── utils │ └── install_poetry.sh ├── .tx └── config ├── Makefile ├── README.rst ├── TRANSLATORS ├── about.po ├── bugs.po ├── c-api ├── abstract.po ├── allocation.po ├── apiabiversion.po ├── arg.po ├── bool.po ├── buffer.po ├── bytearray.po ├── bytes.po ├── call.po ├── capsule.po ├── cell.po ├── code.po ├── codec.po ├── complex.po ├── concrete.po ├── contextvars.po ├── conversion.po ├── coro.po ├── datetime.po ├── descriptor.po ├── dict.po ├── exceptions.po ├── file.po ├── float.po ├── frame.po ├── function.po ├── gcsupport.po ├── gen.po ├── hash.po ├── import.po ├── index.po ├── init.po ├── init_config.po ├── intro.po ├── iter.po ├── iterator.po ├── list.po ├── long.po ├── mapping.po ├── marshal.po ├── memory.po ├── memoryview.po ├── method.po ├── module.po ├── monitoring.po ├── none.po ├── number.po ├── object.po ├── objimpl.po ├── perfmaps.po ├── refcounting.po ├── reflection.po ├── sequence.po ├── set.po ├── slice.po ├── stable.po ├── structures.po ├── sys.po ├── time.po ├── tuple.po ├── type.po ├── typehints.po ├── typeobj.po ├── unicode.po ├── utilities.po ├── veryhigh.po └── weakref.po ├── contents.po ├── copyright.po ├── deprecations ├── c-api-pending-removal-in-3.14.po ├── c-api-pending-removal-in-3.15.po ├── c-api-pending-removal-in-future.po ├── index.po ├── pending-removal-in-3.13.po ├── pending-removal-in-3.14.po ├── pending-removal-in-3.15.po ├── pending-removal-in-3.16.po └── pending-removal-in-future.po ├── distributing └── index.po ├── extending ├── building.po ├── embedding.po ├── extending.po ├── index.po ├── newtypes.po ├── newtypes_tutorial.po └── windows.po ├── faq ├── design.po ├── extending.po ├── general.po ├── gui.po ├── index.po ├── installed.po ├── library.po ├── programming.po └── windows.po ├── glossary.po ├── howto ├── annotations.po ├── argparse-optparse.po ├── argparse.po ├── clinic.po ├── cporting.po ├── curses.po ├── descriptor.po ├── enum.po ├── free-threading-extensions.po ├── free-threading-python.po ├── functional.po ├── gdb_helpers.po ├── index.po ├── instrumentation.po ├── ipaddress.po ├── isolating-extensions.po ├── logging-cookbook.po ├── logging.po ├── mro.po ├── perf_profiling.po ├── pyporting.po ├── regex.po ├── sockets.po ├── sorting.po ├── timerfd.po ├── unicode.po └── urllib2.po ├── installing └── index.po ├── library ├── __future__.po ├── __main__.po ├── _thread.po ├── abc.po ├── aifc.po ├── allos.po ├── archiving.po ├── argparse.po ├── array.po ├── ast.po ├── asynchat.po ├── asyncio-api-index.po ├── asyncio-dev.po ├── asyncio-eventloop.po ├── asyncio-exceptions.po ├── asyncio-extending.po ├── asyncio-future.po ├── asyncio-llapi-index.po ├── asyncio-platforms.po ├── asyncio-policy.po ├── asyncio-protocol.po ├── asyncio-queue.po ├── asyncio-runner.po ├── asyncio-stream.po ├── asyncio-subprocess.po ├── asyncio-sync.po ├── asyncio-task.po ├── asyncio.po ├── asyncore.po ├── atexit.po ├── audioop.po ├── audit_events.po ├── base64.po ├── bdb.po ├── binary.po ├── binascii.po ├── bisect.po ├── builtins.po ├── bz2.po ├── calendar.po ├── cgi.po ├── cgitb.po ├── chunk.po ├── cmath.po ├── cmd.po ├── cmdline.po ├── cmdlinelibs.po ├── code.po ├── codecs.po ├── codeop.po ├── collections.abc.po ├── collections.po ├── colorsys.po ├── compileall.po ├── concurrency.po ├── concurrent.futures.po ├── concurrent.po ├── configparser.po ├── constants.po ├── contextlib.po ├── contextvars.po ├── copy.po ├── copyreg.po ├── crypt.po ├── crypto.po ├── csv.po ├── ctypes.po ├── curses.ascii.po ├── curses.panel.po ├── curses.po ├── custominterp.po ├── dataclasses.po ├── datatypes.po ├── datetime.po ├── dbm.po ├── debug.po ├── decimal.po ├── development.po ├── devmode.po ├── dialog.po ├── difflib.po ├── dis.po ├── distribution.po ├── distutils.po ├── doctest.po ├── email.charset.po ├── email.compat32-message.po ├── email.contentmanager.po ├── email.encoders.po ├── email.errors.po ├── email.examples.po ├── email.generator.po ├── email.header.po ├── email.headerregistry.po ├── email.iterators.po ├── email.message.po ├── email.mime.po ├── email.parser.po ├── email.po ├── email.policy.po ├── email.utils.po ├── ensurepip.po ├── enum.po ├── errno.po ├── exceptions.po ├── faulthandler.po ├── fcntl.po ├── filecmp.po ├── fileformats.po ├── fileinput.po ├── filesys.po ├── fnmatch.po ├── fractions.po ├── frameworks.po ├── ftplib.po ├── functional.po ├── functions.po ├── functools.po ├── gc.po ├── getopt.po ├── getpass.po ├── gettext.po ├── glob.po ├── graphlib.po ├── grp.po ├── gzip.po ├── hashlib.po ├── heapq.po ├── hmac.po ├── html.entities.po ├── html.parser.po ├── html.po ├── http.client.po ├── http.cookiejar.po ├── http.cookies.po ├── http.po ├── http.server.po ├── i18n.po ├── idle.po ├── imaplib.po ├── imghdr.po ├── imp.po ├── importlib.metadata.po ├── importlib.po ├── importlib.resources.abc.po ├── importlib.resources.po ├── index.po ├── inspect.po ├── internet.po ├── intro.po ├── io.po ├── ipaddress.po ├── ipc.po ├── itertools.po ├── json.po ├── keyword.po ├── language.po ├── linecache.po ├── locale.po ├── logging.config.po ├── logging.handlers.po ├── logging.po ├── lzma.po ├── mailbox.po ├── mailcap.po ├── markup.po ├── marshal.po ├── math.po ├── mimetypes.po ├── mm.po ├── mmap.po ├── modulefinder.po ├── modules.po ├── msilib.po ├── msvcrt.po ├── multiprocessing.po ├── multiprocessing.shared_memory.po ├── netdata.po ├── netrc.po ├── nis.po ├── nntplib.po ├── numbers.po ├── numeric.po ├── operator.po ├── optparse.po ├── os.path.po ├── os.po ├── ossaudiodev.po ├── pathlib.po ├── pdb.po ├── persistence.po ├── pickle.po ├── pickletools.po ├── pipes.po ├── pkgutil.po ├── platform.po ├── plistlib.po ├── poplib.po ├── posix.po ├── pprint.po ├── profile.po ├── pty.po ├── pwd.po ├── py_compile.po ├── pyclbr.po ├── pydoc.po ├── pyexpat.po ├── python.po ├── queue.po ├── quopri.po ├── random.po ├── re.po ├── readline.po ├── removed.po ├── reprlib.po ├── resource.po ├── rlcompleter.po ├── runpy.po ├── sched.po ├── secrets.po ├── security_warnings.po ├── select.po ├── selectors.po ├── shelve.po ├── shlex.po ├── shutil.po ├── signal.po ├── site.po ├── smtpd.po ├── smtplib.po ├── sndhdr.po ├── socket.po ├── socketserver.po ├── spwd.po ├── sqlite3.po ├── ssl.po ├── stat.po ├── statistics.po ├── stdtypes.po ├── string.po ├── stringprep.po ├── struct.po ├── subprocess.po ├── sunau.po ├── superseded.po ├── symtable.po ├── sys.monitoring.po ├── sys.po ├── sys_path_init.po ├── sysconfig.po ├── syslog.po ├── tabnanny.po ├── tarfile.po ├── telnetlib.po ├── tempfile.po ├── termios.po ├── test.po ├── text.po ├── textwrap.po ├── threading.po ├── time.po ├── timeit.po ├── tk.po ├── tkinter.colorchooser.po ├── tkinter.dnd.po ├── tkinter.font.po ├── tkinter.messagebox.po ├── tkinter.po ├── tkinter.scrolledtext.po ├── tkinter.ttk.po ├── token.po ├── tokenize.po ├── tomllib.po ├── trace.po ├── traceback.po ├── tracemalloc.po ├── tty.po ├── turtle.po ├── types.po ├── typing.po ├── unicodedata.po ├── unittest.mock-examples.po ├── unittest.mock.po ├── unittest.po ├── unix.po ├── urllib.error.po ├── urllib.parse.po ├── urllib.po ├── urllib.request.po ├── urllib.robotparser.po ├── uu.po ├── uuid.po ├── venv.po ├── warnings.po ├── wave.po ├── weakref.po ├── webbrowser.po ├── windows.po ├── winreg.po ├── winsound.po ├── wsgiref.po ├── xdrlib.po ├── xml.dom.minidom.po ├── xml.dom.po ├── xml.dom.pulldom.po ├── xml.etree.elementtree.po ├── xml.po ├── xml.sax.handler.po ├── xml.sax.po ├── xml.sax.reader.po ├── xml.sax.utils.po ├── xmlrpc.client.po ├── xmlrpc.po ├── xmlrpc.server.po ├── zipapp.po ├── zipfile.po ├── zipimport.po ├── zlib.po └── zoneinfo.po ├── license.po ├── reference ├── compound_stmts.po ├── datamodel.po ├── executionmodel.po ├── expressions.po ├── grammar.po ├── import.po ├── index.po ├── introduction.po ├── lexical_analysis.po ├── simple_stmts.po └── toplevel_components.po ├── sphinx.po ├── tutorial ├── appendix.po ├── appetite.po ├── classes.po ├── controlflow.po ├── datastructures.po ├── errors.po ├── floatingpoint.po ├── index.po ├── inputoutput.po ├── interactive.po ├── interpreter.po ├── introduction.po ├── modules.po ├── stdlib.po ├── stdlib2.po ├── venv.po └── whatnow.po ├── using ├── android.po ├── cmdline.po ├── configure.po ├── editors.po ├── index.po ├── ios.po ├── mac.po ├── unix.po └── windows.po └── whatsnew ├── 2.0.po ├── 2.1.po ├── 2.2.po ├── 2.3.po ├── 2.4.po ├── 2.5.po ├── 2.6.po ├── 2.7.po ├── 3.0.po ├── 3.1.po ├── 3.10.po ├── 3.11.po ├── 3.12.po ├── 3.13.po ├── 3.2.po ├── 3.3.po ├── 3.4.po ├── 3.5.po ├── 3.6.po ├── 3.7.po ├── 3.8.po ├── 3.9.po ├── changelog.po └── index.po /.github/DISCUSSION_TEMPLATE/add-term.yml: -------------------------------------------------------------------------------- 1 | body: 2 | - type: markdown 3 | attributes: 4 | value: | 5 | 感謝你參與本翻譯計畫 🚀 6 | 7 | 謝謝你願意補充術語,讓志工們的翻譯流程更順暢 🙏 8 | 9 | 接下來請麻煩依照下列的步驟完成術語補充,我們將在下一次的 meetup 討論新增的術語,並整理至術語表當中。 10 | 11 | - type: checkboxes 12 | id: steps_check 13 | attributes: 14 | label: 初步確認 15 | description: 請確認下列每個步驟都已經完成。 16 | options: 17 | - label: 我已經確認過 [術語列表](https://github.com/python/python-docs-zh-tw/wiki/%E8%A1%93%E8%AA%9E%E5%88%97%E8%A1%A8) 中沒有相關術語。 18 | required: true 19 | - label: 我已經確認過 [Python 官方術語列表](https://docs.python.org/zh-tw/3/glossary.html) 中沒有相關術語。 20 | required: true 21 | 22 | - type: input 23 | id: term_eng 24 | attributes: 25 | label: 術語原文 26 | validations: 27 | required: true 28 | 29 | - type: input 30 | id: term_zh 31 | attributes: 32 | label: 術語翻譯 33 | validations: 34 | required: true 35 | 36 | - type: textarea 37 | id: description 38 | attributes: 39 | label: 說明 40 | description: | 41 | 請補充說明原文出處和想新增詞彙的原因。 42 | 43 | validations: 44 | required: true 45 | 46 | 47 | - type: textarea 48 | id: reference 49 | attributes: 50 | label: 參考資料 51 | description: 若有其他參考資料,也請麻煩附上,可以加速 reviewer 的作業流程喔。 -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: monthly 7 | -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: build 2 | 3 | on: 4 | pull_request: 5 | 6 | jobs: 7 | ci: 8 | runs-on: ubuntu-22.04 9 | steps: 10 | - uses: actions/checkout@v4 11 | 12 | - uses: actions/setup-python@v5 13 | with: 14 | python-version: "3.13" 15 | 16 | - name: Install Dependencies 17 | run: sudo apt-get install gettext 18 | 19 | - name: Install uv 20 | uses: astral-sh/setup-uv@v6 21 | 22 | - name: Validate 23 | run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all 24 | -------------------------------------------------------------------------------- /.github/workflows/deploy-gh-page.yml: -------------------------------------------------------------------------------- 1 | name: deploy-gh-page 2 | 3 | on: 4 | push: 5 | branches: 6 | - "3.13" 7 | 8 | jobs: 9 | cd: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v4 13 | 14 | - name: Install Dependencies 15 | run: sudo apt-get install gettext 16 | 17 | - name: Install uv 18 | uses: astral-sh/setup-uv@v6 19 | 20 | - name: Build 21 | run: JOBS=4 MODE=html make all 22 | 23 | - name: Deploy to gh page 24 | uses: JamesIves/github-pages-deploy-action@v4.7.3 25 | with: 26 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 27 | BRANCH: gh-pages 28 | FOLDER: ../cpython/Doc/build/html 29 | CLEAN: true 30 | -------------------------------------------------------------------------------- /.github/workflows/py313-sync-cpython.yml: -------------------------------------------------------------------------------- 1 | name: python-3.13-sync-with-cpython 2 | 3 | on: 4 | push: 5 | branches: 6 | - "3.13" 7 | schedule: 8 | - cron: "0 0 * * *" 9 | 10 | jobs: 11 | sync: 12 | runs-on: ubuntu-latest 13 | env: 14 | VERSION: "3.13" 15 | BRANCH: "cron/sync/3.13" 16 | steps: 17 | - uses: actions/checkout@v4 18 | with: 19 | ref: ${{ env.VERSION }} 20 | 21 | - name: Get the changes on branch (if exists) 22 | continue-on-error: true 23 | run: | 24 | git fetch origin ${{ env.BRANCH }}:${{ env.BRANCH }} 25 | git reset --hard ${{ env.BRANCH }} 26 | 27 | - name: Set env 28 | run: echo "LATEST_COMMIT_ID=$(git ls-remote https://github.com/python/CPython.git $VERSION | head -c 8)" >> $GITHUB_ENV 29 | 30 | - name: Install Dependencies 31 | run: sudo apt-get install gettext 32 | 33 | - name: Install uv 34 | uses: astral-sh/setup-uv@v6 35 | 36 | - name: Sync with CPython 37 | run: make clone merge rm_cpython wrap 38 | 39 | - uses: tibdex/github-app-token@v2 40 | id: generate-token 41 | with: 42 | app_id: ${{ secrets.APP_ID }} 43 | private_key: ${{ secrets.APP_PRIVATE_KEY }} 44 | 45 | - name: Create Pull Request 46 | id: cpr 47 | uses: peter-evans/create-pull-request@v6 48 | with: 49 | token: ${{ steps.generate-token.outputs.token }} 50 | commit-message: sync with cpython ${{ env.LATEST_COMMIT_ID }} 51 | committer: GitHub 52 | author: github-actions[bot] 53 | base: ${{ env.VERSION }} 54 | branch: ${{ env.BRANCH }} 55 | delete-branch: false 56 | title: "Sync with CPython ${{ env.VERSION }}" 57 | body: | 58 | Sync with CPython ${{ env.VERSION }} 59 | draft: true 60 | labels: | 61 | sync-cpython 62 | automation 63 | 64 | - name: Check outputs 65 | run: | 66 | echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" 67 | echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" 68 | -------------------------------------------------------------------------------- /.github/workflows/summarize_progress.yml: -------------------------------------------------------------------------------- 1 | name: summarize_progress 2 | 3 | on: 4 | schedule: 5 | - cron: '30 23 * * 5' 6 | 7 | jobs: 8 | ci: 9 | if: github.repository == 'python/python-docs-zh-tw' 10 | runs-on: ubuntu-latest 11 | permissions: 12 | # Give the default GITHUB_TOKEN write permission to commit and push the 13 | # added or changed files to the repository. 14 | contents: write 15 | steps: 16 | - uses: actions/checkout@v4 17 | 18 | - name: Install poetry 19 | uses: abatilo/actions-poetry@v4 20 | 21 | - name: Execute Check Process 22 | run: | 23 | chmod +x .scripts/summarize_progress.sh 24 | .scripts/summarize_progress.sh 25 | shell: bash 26 | 27 | 28 | - name: Checkout wiki code 29 | uses: actions/checkout@v4 30 | with: 31 | repository: ${{github.repository}}.wiki 32 | path: markdown 33 | 34 | - name: Copy content 35 | run: | 36 | cp .scripts/summarize_progress/result.md markdown/各檔案翻譯進度清單.md 37 | shell: bash 38 | 39 | - name: Commit wiki code 40 | uses: stefanzweifel/git-auto-commit-action@v5 41 | with: 42 | commit_message: Weekly Update -- Summarize Progress 43 | repository: markdown -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.mo 2 | __pycache__ 3 | .DS_Store 4 | 5 | # Environments 6 | .env 7 | .venv 8 | env/ 9 | venv/ 10 | ENV/ 11 | env.bak/ 12 | venv.bak/ 13 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- 1 | # Install the pre-commit hooks below with 2 | # 'pre-commit install' 3 | 4 | # Auto-update the version of the hooks with 5 | # 'pre-commit autoupdate' 6 | 7 | repos: 8 | - repo: https://git.afpy.org/AFPy/powrap 9 | # there's no release tag in repo, use the latest commit hash id instead 10 | rev: v1.0.2 11 | hooks: 12 | - id: powrap -------------------------------------------------------------------------------- /.scripts/README.md: -------------------------------------------------------------------------------- 1 | # Scripts 2 | 3 | Useful scripts for the translation. 4 | 5 | ## From Google Translation 6 | 7 | Translate all untranslated entries of the given .po file with Google Translate. 8 | 9 | 10 | ```sh 11 | .scripts/google_translate.sh library/csv.po 12 | ``` 13 | 14 | ## From zh_CN Translation 15 | 16 | If a specific doc has been translated into Simplified Chinese (zh_CN) and you'd like to adopt it as a base, you can insert the command: 17 | 18 | ```sh 19 | .scripts/from_cn.sh library/csv.po 20 | ``` 21 | -------------------------------------------------------------------------------- /.scripts/from_cn.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd .scripts 3 | source utils/install_poetry.sh 4 | 5 | # check if OpenCC is installed 6 | if [[ ! -x "`which opencc 2>/dev/null`" ]] 7 | then 8 | echo "You do not have OpenCC installed. Please install it first." 9 | echo "Instruction: https://github.com/BYVoid/OpenCC/wiki/Download" 10 | exit 1 11 | fi 12 | 13 | # clone pydoc zh_CN repo and pull from remote 14 | CN_REPO=.python-docs-zh-cn 15 | if [[ ! -d $CN_REPO ]] 16 | then 17 | read -p "You do not have a clone of zh_CN repo. Clone now? (y/N)" choice 18 | case "$choice" in 19 | y|Y ) git clone --depth 1 --no-single-branch https://github.com/python/python-docs-zh-cn $CN_REPO ;; 20 | n|N|* ) echo "Aborted"; exit 1 ;; 21 | esac 22 | fi 23 | git -C $CN_REPO checkout 3.10 # the current latest version of CN repo 24 | git -C $CN_REPO pull 25 | 26 | 27 | # convert zh_CN po content and merge into zh_TW po 28 | TARGET=$1 29 | CN_PATH=$CN_REPO/$TARGET 30 | TW_PATH=../$TARGET 31 | 32 | poetry lock 33 | poetry install 34 | poetry run bash -c " 35 | opencc -i $CN_PATH -c s2twp.json -o /tmp/tmp.po 36 | pofilter --nonotes --excludefilter unchanged --excludefilter untranslated /tmp/tmp.po | msgattrib --set-fuzzy -o /tmp/tmp.po 37 | pomerge -t $CN_PATH -i /tmp/tmp.po -o /tmp/tmp.po 38 | 39 | pofilter --nonotes --excludefilter untranslated $TW_PATH /tmp/tmp2.po 40 | pomerge -t /tmp/tmp.po -i /tmp/tmp2.po -o /tmp/tmp3.po 41 | msgcat --lang zh_TW /tmp/tmp3.po -o $TW_PATH 42 | " 43 | 44 | rm /tmp/tmp.po /tmp/tmp2.po /tmp/tmp3.po 45 | -------------------------------------------------------------------------------- /.scripts/google_translate.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | WORK_DIR=.scripts 4 | cd $WORK_DIR 5 | 6 | source utils/install_poetry.sh 7 | 8 | TEMP=tmp.po 9 | TARGET=../$1 10 | 11 | poetry lock 12 | poetry install 13 | poetry run bash -c " 14 | python google_translate/main.py $TARGET > $TEMP 15 | pomerge -t $TARGET -i $TEMP -o $TARGET 16 | " 17 | rm $TEMP 18 | -------------------------------------------------------------------------------- /.scripts/google_translate/main.py: -------------------------------------------------------------------------------- 1 | import argparse 2 | import logging 3 | from pathlib import Path 4 | from typing import List 5 | 6 | import polib 7 | from googletrans import Translator 8 | 9 | from utils import refine_translations 10 | 11 | 12 | def _get_po_paths(path: Path) -> List[Path]: 13 | """Find all .po files in given path""" 14 | if not path.exists(): 15 | logging.error(f"The path '{path.absolute()}' does not exist!") 16 | 17 | # return 1-element list if it's a file 18 | if path.is_file(): 19 | return [path.resolve()] 20 | 21 | # find all .po files 22 | po_paths = [p.resolve() for p in path.glob("**/*.po")] 23 | return po_paths 24 | 25 | 26 | if __name__ == '__main__': 27 | parser = argparse.ArgumentParser() 28 | parser.add_argument( 29 | "path", 30 | help="the path of a PO file or a directory containing PO files" 31 | ) 32 | args = parser.parse_args() 33 | 34 | translator = Translator() 35 | po_files = _get_po_paths(Path(args.path).resolve()) 36 | errors = [] 37 | for path in po_files: 38 | try: 39 | pofile = polib.pofile(path) 40 | except OSError: 41 | errors.append(f"{path} doesn't seem to be a .po file") 42 | continue 43 | 44 | for entry in pofile.untranslated_entries()[::-1]: 45 | translation = translator.translate(entry.msgid, src='en', dest='zh-TW') 46 | 47 | print( 48 | '#, fuzzy\n' 49 | f'msgid "{repr(entry.msgid)[1:-1]}"\n' 50 | f'msgstr "{repr(refine_translations(translation.text))[1:-1]}"\n' 51 | ) 52 | -------------------------------------------------------------------------------- /.scripts/google_translate/utils.py: -------------------------------------------------------------------------------- 1 | MAPPING_ZH_TW_COMMON_TRANSLATION_ERROR = { 2 | '創建': '建立', # create 3 | '代碼': '程式碼', # code 4 | '信息': '資訊', # information 5 | '模塊': '模組', # module 6 | '標誌': '旗標', # flag 7 | '異常': '例外', # exception 8 | '解釋器': '直譯器', # interpreter 9 | '頭文件': '標頭檔', # header 10 | '對象': '物件', # objetc 11 | '支持': '支援', # support 12 | '默認': '預設', # default 13 | '兼容': '相容', # compatible 14 | '字符串': '字串', # string 15 | '宏': '巨集', # macro 16 | '描述符': '描述器', # descriptor 17 | '字節': '位元組', # bytes 18 | '緩存': '快取', # cache 19 | '調用': '呼叫', # call 20 | '哈希': '雜湊', # hash 21 | '類型': '型別', # type 22 | '子類': '子類別', # subclass 23 | '實現': '實作', # implement 24 | '數據': '資料', # data 25 | '返回': '回傳', # return 26 | '指針': '指標', # pointer 27 | '字段': '欄位', # field 28 | '擴展': '擴充', # extension 29 | '遞歸': '遞迴', # recursive 30 | '用戶': '使用者', # user 31 | '算法': '演算法', # algorithm 32 | '優化': '最佳化', # optimize 33 | '字符': '字元', # character 34 | '設置': '設定', # setting/configure 35 | '線程': '執行緒', # thread 36 | '進程': '行程', # process 37 | '迭代': '疊代', # iterate 38 | '內存': '記憶體', # memory 39 | '打印': '印出', # print 40 | '異步': '非同步', # async 41 | '調試': '除錯', # debug 42 | '堆棧': '堆疊', # stack 43 | '回調': '回呼', # callback 44 | '公共': '公開', # public 45 | '函數': '函式', # function 46 | '變量': '變數', # variable 47 | '常量': '常數', # constant 48 | '添加': '新增', # add 49 | '基類': '基底類別', # base class 50 | } 51 | 52 | 53 | def refine_translations(s: str) -> str: 54 | for original, target in MAPPING_ZH_TW_COMMON_TRANSLATION_ERROR.items(): 55 | s = s.replace(original, target) 56 | return s 57 | -------------------------------------------------------------------------------- /.scripts/pyproject.toml: -------------------------------------------------------------------------------- 1 | [tool.poetry] 2 | name = "pydoc-zhtw-scripts" 3 | version = "0.1.0" 4 | description = "" 5 | authors = [] 6 | readme = "README.md" 7 | 8 | [tool.poetry.dependencies] 9 | python = "^3.10" 10 | polib = "1.1.1" 11 | googletrans = "3.1.0a0" 12 | translate-toolkit = "3.8.1" 13 | requests = "2.31.0" 14 | 15 | [build-system] 16 | requires = ["poetry-core"] 17 | build-backend = "poetry.core.masonry.api" 18 | -------------------------------------------------------------------------------- /.scripts/summarize_progress.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | WORK_DIR=.scripts 4 | cd $WORK_DIR 5 | 6 | source utils/install_poetry.sh 7 | 8 | poetry lock 9 | poetry install 10 | poetry run bash -c " 11 | python summarize_progress/main.py 12 | " 13 | -------------------------------------------------------------------------------- /.scripts/utils/install_poetry.sh: -------------------------------------------------------------------------------- 1 | if [[ ! -x "`which poetry 2>/dev/null`" ]] 2 | then 3 | read -p "You do not have poetry installed. Install now? (y/N)" choice 4 | case "$choice" in 5 | y|Y ) python -m pip install poetry;; 6 | n|N|* ) echo "Aborted"; exit 1 ;; 7 | esac 8 | fi 9 | -------------------------------------------------------------------------------- /TRANSLATORS: -------------------------------------------------------------------------------- 1 | Translators 2 | ----------- 3 | 4 | This list collects all the translators who've contributed to this translation 5 | project, it may not be complete but you're always welcome to add your name 6 | here by making a pull request if you've contributed this project in any way. 7 | Kudos to any one who've contributed to this project! 8 | 9 | Adrian Liaw (Wey-Han Liaw) 10 | Allen Wu (allen91wu) 11 | Benson Chen 12 | Grimmer 13 | Liang Bo Wang 14 | Patina Ho 15 | Scott Chang 16 | Sonia Wu 17 | Steven Hsu (StevenHsuYL) 18 | Taihsiang Ho (tai271828) 19 | Tsai, Chia-Wen 20 | Wei-Hsiang (Matt) Wang 21 | Wilson Wang (Josix) 22 | Yu Chun Yang 23 | Jason (chairco) 24 | chinghao.liu (chinghao-tw) 25 | jordanSu 26 | meowmeowcat 27 | nickbanana 28 | nienzu 29 | ttnppedr 30 | yichung 31 | zztin 32 | 戴靖 33 | 34 | 35 | This list below includes those who contributed on Transifex before May 2018, 36 | which is before the transition of the workflow from Transifex to GitHub. The 37 | names listed here are followed by the translator's Transifex user ID quoted 38 | using angle brackets, feel free to remove it if you prefer not to disclose it. 39 | 40 | 41 | Liang-Bo Wang 42 | 周 忠毅 43 | Ching-Lung Chuang 44 | Evan Gui 45 | Jason 46 | KentHsu 47 | jerrychen 48 | Leon H. 49 | hsiao yi 50 | Phate 51 | 文俊 高 52 | Adrian Liaw 53 | woodrow-shen 54 | aminzai 55 | Frank Jheng 56 | Asoul Yang 57 | Renyuan Lyu 58 | Noah Chen 59 | Cecil Sheng 60 | Inndy 61 | splasky Chang 62 | Albin Sun 63 | Kai-han Chang 64 | 豆豆 (Tommy Lin) 65 | Nkeys Syu 66 | Andy Dai 67 | sammy huang 68 | -------------------------------------------------------------------------------- /about.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Adrian Liaw , 2015 6 | # Ching-Lung Chuang, 2015 7 | # hsiao yi , 2016 8 | # aminzai , 2015 9 | # Liang-Bo Wang , 2015 10 | # Frank Jheng , 2015 11 | # hsiao yi , 2015 12 | msgid "" 13 | msgstr "" 14 | "Project-Id-Version: Python 3.13\n" 15 | "Report-Msgid-Bugs-To: \n" 16 | "POT-Creation-Date: 2025-01-01 00:15+0000\n" 17 | "PO-Revision-Date: 2022-05-12 00:11+0800\n" 18 | "Last-Translator: hsiao yi \n" 19 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 20 | "tw)\n" 21 | "Language: zh_TW\n" 22 | "MIME-Version: 1.0\n" 23 | "Content-Type: text/plain; charset=UTF-8\n" 24 | "Content-Transfer-Encoding: 8bit\n" 25 | "Plural-Forms: nplurals=1; plural=0;\n" 26 | "X-Generator: Poedit 3.0.1\n" 27 | 28 | #: ../../about.rst:3 29 | msgid "About this documentation" 30 | msgstr "關於這份說明文件" 31 | 32 | #: ../../about.rst:6 33 | msgid "" 34 | "Python's documentation is generated from `reStructuredText`_ sources using " 35 | "`Sphinx`_, a documentation generator originally created for Python and now " 36 | "maintained as an independent project." 37 | msgstr "" 38 | "Python 說明文件是透過使用 `Sphinx`_\\ (一個原為 Python 而生的文件產生器、目" 39 | "前是以獨立專案形式來維護)將使用 `reStructuredText`_ 撰寫的原始檔轉換而成。" 40 | 41 | #: ../../about.rst:16 42 | msgid "" 43 | "Development of the documentation and its toolchain is an entirely volunteer " 44 | "effort, just like Python itself. If you want to contribute, please take a " 45 | "look at the :ref:`reporting-bugs` page for information on how to do so. New " 46 | "volunteers are always welcome!" 47 | msgstr "" 48 | "如同 Python 自身,透過自願者的努力下產出文件與封裝後自動化執行工具。若想要回" 49 | "報臭蟲,請見 :ref:`reporting-bugs` 頁面,內含相關資訊。我們永遠歡迎新的自願者" 50 | "加入!" 51 | 52 | #: ../../about.rst:21 53 | msgid "Many thanks go to:" 54 | msgstr "致謝:" 55 | 56 | #: ../../about.rst:23 57 | msgid "" 58 | "Fred L. Drake, Jr., the creator of the original Python documentation toolset " 59 | "and author of much of the content;" 60 | msgstr "" 61 | "Fred L. Drake, Jr.,原始 Python 文件工具集的創造者以及一大部份內容的作者;" 62 | 63 | #: ../../about.rst:25 64 | msgid "" 65 | "the `Docutils `_ project for creating " 66 | "reStructuredText and the Docutils suite;" 67 | msgstr "" 68 | "創造 reStructuredText 和 Docutils 工具組的 `Docutils `_ 專案;" 70 | 71 | #: ../../about.rst:27 72 | msgid "" 73 | "Fredrik Lundh for his Alternative Python Reference project from which Sphinx " 74 | "got many good ideas." 75 | msgstr "" 76 | "Fredrik Lundh 先生,Sphinx 從他的 Alternative Python Reference 計劃中獲得許多" 77 | "的好主意。" 78 | 79 | #: ../../about.rst:32 80 | msgid "Contributors to the Python documentation" 81 | msgstr "Python 文件的貢獻者們" 82 | 83 | #: ../../about.rst:34 84 | msgid "" 85 | "Many people have contributed to the Python language, the Python standard " 86 | "library, and the Python documentation. See :source:`Misc/ACKS` in the " 87 | "Python source distribution for a partial list of contributors." 88 | msgstr "" 89 | "許多人都曾為 Python 這門語言、Python 標準函式庫和 Python 說明文件貢獻過。" 90 | "Python 所發佈的原始碼中含有部份貢獻者的清單,請見 :source:`Misc/ACKS` 。" 91 | 92 | #: ../../about.rst:38 93 | msgid "" 94 | "It is only with the input and contributions of the Python community that " 95 | "Python has such wonderful documentation -- Thank You!" 96 | msgstr "" 97 | "正因為 Python 社群的撰寫與貢獻才有這份這麼棒的說明文件 -- 感謝所有貢獻過的人" 98 | "們!" 99 | -------------------------------------------------------------------------------- /c-api/abstract.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # aminzai , 2017 7 | # Matt Wang , 2021 8 | # 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 14 | "PO-Revision-Date: 2021-12-09 21:20+0800\n" 15 | "Last-Translator: Matt Wang \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0\n" 24 | 25 | #: ../../c-api/abstract.rst:7 26 | msgid "Abstract Objects Layer" 27 | msgstr "抽象物件層 (Abstract Objects Layer)" 28 | 29 | #: ../../c-api/abstract.rst:9 30 | msgid "" 31 | "The functions in this chapter interact with Python objects regardless of " 32 | "their type, or with wide classes of object types (e.g. all numerical types, " 33 | "or all sequence types). When used on object types for which they do not " 34 | "apply, they will raise a Python exception." 35 | msgstr "" 36 | "本章中的函式與 Python 物件相互作用,無論其型別、或具有廣泛類別的物件型別(例" 37 | "如所有數值型別或所有序列型別)。當使用於不適用的物件型別時,他們會引發一個 " 38 | "Python 異常 (exception)。" 39 | 40 | #: ../../c-api/abstract.rst:14 41 | msgid "" 42 | "It is not possible to use these functions on objects that are not properly " 43 | "initialized, such as a list object that has been created by :c:func:" 44 | "`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` " 45 | "value yet." 46 | msgstr "" 47 | "這些函式是不可能用於未正確初始化的物件(例如一個由 :c:func:`PyList_New` 建立" 48 | "的 list 物件),而其中的項目沒有被設為一些非 ``NULL`` 的值。" 49 | -------------------------------------------------------------------------------- /c-api/bool.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Ching-Lung Chuang, 2015 7 | # Matt Wang , 2021 8 | # 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 14 | "PO-Revision-Date: 2021-12-09 20:47+0800\n" 15 | "Last-Translator: Matt Wang \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0\n" 24 | 25 | #: ../../c-api/bool.rst:6 26 | msgid "Boolean Objects" 27 | msgstr "Boolean(布林)物件" 28 | 29 | #: ../../c-api/bool.rst:8 30 | msgid "" 31 | "Booleans in Python are implemented as a subclass of integers. There are " 32 | "only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the " 33 | "normal creation and deletion functions don't apply to booleans. The " 34 | "following macros are available, however." 35 | msgstr "" 36 | "Python 中的 boolean 是以整數子類別化來實現的。只有 :c:data:`Py_False` 和 :c:" 37 | "data:`Py_True` 兩個 boolean。因此一般的建立和刪除函式並不適用於 boolean。但下" 38 | "列巨集 (macro) 是可用的。" 39 | 40 | #: ../../c-api/bool.rst:16 41 | msgid "" 42 | "This instance of :c:type:`PyTypeObject` represents the Python boolean type; " 43 | "it is the same object as :class:`bool` in the Python layer." 44 | msgstr "" 45 | 46 | #: ../../c-api/bool.rst:22 47 | msgid "" 48 | "Return true if *o* is of type :c:data:`PyBool_Type`. This function always " 49 | "succeeds." 50 | msgstr "" 51 | "如果 *o* 的型別為 :c:data:`PyBool_Type` 則回傳真值。此函式總是會成功執行。" 52 | 53 | #: ../../c-api/bool.rst:28 54 | msgid "" 55 | "The Python ``False`` object. This object has no methods and is :term:" 56 | "`immortal`." 57 | msgstr "" 58 | "Python 的 ``False`` 物件。此物件沒有任何方法且為\\ :term:`不滅的 (immortal) " 59 | "`。" 60 | 61 | #: ../../c-api/bool.rst:31 62 | msgid ":c:data:`Py_False` is :term:`immortal`." 63 | msgstr ":c:data:`Py_False` 為\\ :term:`不滅的 `。" 64 | 65 | #: ../../c-api/bool.rst:37 66 | msgid "" 67 | "The Python ``True`` object. This object has no methods and is :term:" 68 | "`immortal`." 69 | msgstr "" 70 | "Python 的 ``True`` 物件。此物件沒有任何方法且為\\ :term:`不滅的 `。" 71 | 72 | #: ../../c-api/bool.rst:40 73 | msgid ":c:data:`Py_True` is :term:`immortal`." 74 | msgstr ":c:data:`Py_True` 為\\ :term:`不滅的 `。" 75 | 76 | #: ../../c-api/bool.rst:46 77 | msgid "Return :c:data:`Py_False` from a function." 78 | msgstr "從函式回傳 :c:data:`Py_False`。" 79 | 80 | #: ../../c-api/bool.rst:51 81 | msgid "Return :c:data:`Py_True` from a function." 82 | msgstr "從函式回傳 :c:data:`Py_True`。" 83 | 84 | #: ../../c-api/bool.rst:56 85 | msgid "" 86 | "Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value " 87 | "of *v*." 88 | msgstr "根據 *v* 的實際值來回傳 :c:data:`Py_True` 或者 :c:data:`Py_False`。" 89 | -------------------------------------------------------------------------------- /c-api/concrete.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Matt Wang , 2022 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-05-09 00:15+0000\n" 12 | "PO-Revision-Date: 2022-11-13 20:37+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.2\n" 22 | 23 | #: ../../c-api/concrete.rst:8 24 | msgid "Concrete Objects Layer" 25 | msgstr "具體物件層" 26 | 27 | #: ../../c-api/concrete.rst:10 28 | msgid "" 29 | "The functions in this chapter are specific to certain Python object types. " 30 | "Passing them an object of the wrong type is not a good idea; if you receive " 31 | "an object from a Python program and you are not sure that it has the right " 32 | "type, you must perform a type check first; for example, to check that an " 33 | "object is a dictionary, use :c:func:`PyDict_Check`. The chapter is " 34 | "structured like the \"family tree\" of Python object types." 35 | msgstr "" 36 | "此章節列出的函式僅能接受某些特定的 Python 物件型別,將錯誤型別的物件傳遞給它" 37 | "們並不是什麼好事,如果你從 Python 程式當中接收到一個不確定是否為正確型別的物" 38 | "件,那麼請一定要先做型別檢查。例如使用 :c:func:`PyDict_Check` 來確認一個物件" 39 | "是否為字典。本章結構類似於 Python 物件型別的\"族譜圖 (family tree)\"。" 40 | 41 | #: ../../c-api/concrete.rst:19 42 | msgid "" 43 | "While the functions described in this chapter carefully check the type of " 44 | "the objects which are passed in, many of them do not check for ``NULL`` " 45 | "being passed instead of a valid object. Allowing ``NULL`` to be passed in " 46 | "can cause memory access violations and immediate termination of the " 47 | "interpreter." 48 | msgstr "" 49 | "雖然本章所述之函式仔細地檢查了傳入物件的型別,但大多並無檢查是否為 ``NULL``。" 50 | "允許 ``NULL`` 的傳入可能造成記憶體的不合法存取和直譯器的立即中止。" 51 | 52 | #: ../../c-api/concrete.rst:28 53 | msgid "Fundamental Objects" 54 | msgstr "基礎物件" 55 | 56 | #: ../../c-api/concrete.rst:30 57 | msgid "" 58 | "This section describes Python type objects and the singleton object ``None``." 59 | msgstr "此段落描述 Python 型別物件與單例 (singleton) 物件 ``None``。" 60 | 61 | #: ../../c-api/concrete.rst:41 62 | msgid "Numeric Objects" 63 | msgstr "數值物件" 64 | 65 | #: ../../c-api/concrete.rst:56 66 | msgid "Sequence Objects" 67 | msgstr "序列物件" 68 | 69 | #: ../../c-api/concrete.rst:60 70 | msgid "" 71 | "Generic operations on sequence objects were discussed in the previous " 72 | "chapter; this section deals with the specific kinds of sequence objects that " 73 | "are intrinsic to the Python language." 74 | msgstr "" 75 | "序列物件的一般操作在前一章節討論過了;此段落將討論 Python 語言特有的特定型別" 76 | "序列物件。" 77 | 78 | #: ../../c-api/concrete.rst:78 79 | msgid "Container Objects" 80 | msgstr "容器物件" 81 | 82 | #: ../../c-api/concrete.rst:91 83 | msgid "Function Objects" 84 | msgstr "函式物件" 85 | 86 | #: ../../c-api/concrete.rst:102 87 | msgid "Other Objects" 88 | msgstr "其他物件" 89 | 90 | #: ../../c-api/concrete.rst:43 ../../c-api/concrete.rst:58 91 | #: ../../c-api/concrete.rst:80 92 | msgid "object" 93 | msgstr "object(物件)" 94 | 95 | #: ../../c-api/concrete.rst:43 96 | msgid "numeric" 97 | msgstr "numeric(數值)" 98 | 99 | #: ../../c-api/concrete.rst:58 100 | msgid "sequence" 101 | msgstr "sequence(序列)" 102 | 103 | #: ../../c-api/concrete.rst:80 104 | msgid "mapping" 105 | msgstr "mapping(對映)" 106 | -------------------------------------------------------------------------------- /c-api/coro.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Liang-Bo Wang , 2015 7 | # Matt Wang , 2021 8 | # 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2021-09-13 00:11+0000\n" 14 | "PO-Revision-Date: 2021-12-09 21:15+0800\n" 15 | "Last-Translator: Matt Wang \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0\n" 24 | 25 | #: ../../c-api/coro.rst:6 26 | msgid "Coroutine Objects" 27 | msgstr "Coroutine(協程)物件" 28 | 29 | #: ../../c-api/coro.rst:10 30 | msgid "" 31 | "Coroutine objects are what functions declared with an ``async`` keyword " 32 | "return." 33 | msgstr "Coroutine 物件是那些以 ``async`` 關鍵字來宣告的函式所回傳的物件。" 34 | 35 | #: ../../c-api/coro.rst:16 36 | msgid "The C structure used for coroutine objects." 37 | msgstr "用於 coroutine 物件的 C 結構。" 38 | 39 | #: ../../c-api/coro.rst:21 40 | msgid "The type object corresponding to coroutine objects." 41 | msgstr "與 coroutine 物件對應的型別物件。" 42 | 43 | #: ../../c-api/coro.rst:26 44 | msgid "" 45 | "Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be " 46 | "``NULL``. This function always succeeds." 47 | msgstr "" 48 | "如果 *ob* 的型別是 :c:type:`PyCoro_Type` 則回傳真值;*ob* 必須不為 ``NULL``。" 49 | "此函式總是會執行成功。" 50 | 51 | #: ../../c-api/coro.rst:32 52 | msgid "" 53 | "Create and return a new coroutine object based on the *frame* object, with " 54 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 55 | "to *frame* is stolen by this function. The *frame* argument must not be " 56 | "``NULL``." 57 | msgstr "" 58 | "基於 *frame* 物件來建立並回傳一個新的 coroutine 物件,其中 ``__name__`` 和 " 59 | "``__qualname__`` 被設為 *name* 和 *qualname*。此函式會取得一個對 *frame* 的參" 60 | "照 (reference)。*frame* 引數必須不為 ``NULL``。" 61 | -------------------------------------------------------------------------------- /c-api/descriptor.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | # Matt Wang , 2021 8 | # 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2021-10-26 16:47+0000\n" 14 | "PO-Revision-Date: 2021-12-09 20:56+0800\n" 15 | "Last-Translator: Matt Wang \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0\n" 24 | 25 | #: ../../c-api/descriptor.rst:6 26 | msgid "Descriptor Objects" 27 | msgstr "Descriptor(描述器)物件" 28 | 29 | #: ../../c-api/descriptor.rst:8 30 | msgid "" 31 | "\"Descriptors\" are objects that describe some attribute of an object. They " 32 | "are found in the dictionary of type objects." 33 | msgstr "" 34 | "\"Descriptor\" 是描述物件某些屬性的物件,它們存在於型別物件的 dictionary(字" 35 | "典)中。" 36 | 37 | #: ../../c-api/descriptor.rst:15 38 | msgid "The type object for the built-in descriptor types." 39 | msgstr "內建 descriptor 型別的型別物件。" 40 | 41 | #: ../../c-api/descriptor.rst:35 42 | msgid "" 43 | "Return non-zero if the descriptor objects *descr* describes a data " 44 | "attribute, or ``0`` if it describes a method. *descr* must be a descriptor " 45 | "object; there is no error checking." 46 | msgstr "" 47 | "如果 descriptor 物件 *descr* 描述的是一個資料屬性則回傳非零值,或者如果它描述" 48 | "的是一個方法則返回 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。" 49 | -------------------------------------------------------------------------------- /c-api/gen.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | # Matt Wang , 2021 8 | # 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2021-09-13 00:11+0000\n" 14 | "PO-Revision-Date: 2022-10-16 15:33+0800\n" 15 | "Last-Translator: Matt Wang \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.1.1\n" 24 | 25 | #: ../../c-api/gen.rst:6 26 | msgid "Generator Objects" 27 | msgstr "產生器 (Generator) 物件" 28 | 29 | #: ../../c-api/gen.rst:8 30 | msgid "" 31 | "Generator objects are what Python uses to implement generator iterators. " 32 | "They are normally created by iterating over a function that yields values, " 33 | "rather than explicitly calling :c:func:`PyGen_New` or :c:func:" 34 | "`PyGen_NewWithQualName`." 35 | msgstr "" 36 | "產生器物件是 Python 用來實現產生器疊代器 (generator iterator) 的物件。它們通" 37 | "常透過疊代會產生值的函式來建立,而不是顯式呼叫 :c:func:`PyGen_New` 或 :c:" 38 | "func:`PyGen_NewWithQualName`。" 39 | 40 | #: ../../c-api/gen.rst:15 41 | msgid "The C structure used for generator objects." 42 | msgstr "用於產生器物件的 C 結構。" 43 | 44 | #: ../../c-api/gen.rst:20 45 | msgid "The type object corresponding to generator objects." 46 | msgstr "與產生器物件對應的型別物件。" 47 | 48 | #: ../../c-api/gen.rst:25 49 | msgid "" 50 | "Return true if *ob* is a generator object; *ob* must not be ``NULL``. This " 51 | "function always succeeds." 52 | msgstr "" 53 | "如果 *ob* 是一個產生器 (generator) 物件則回傳真值;*ob* 必須不為 ``NULL``。此" 54 | "函式總是會成功執行。" 55 | 56 | #: ../../c-api/gen.rst:31 57 | msgid "" 58 | "Return true if *ob*'s type is :c:type:`PyGen_Type`; *ob* must not be " 59 | "``NULL``. This function always succeeds." 60 | msgstr "" 61 | "如果 *ob* 的型別是 :c:type:`PyGen_Type` 則回傳真值;*ob* 必須不為 ``NULL``。" 62 | "此函式總是會成功執行。" 63 | 64 | #: ../../c-api/gen.rst:37 65 | msgid "" 66 | "Create and return a new generator object based on the *frame* object. A " 67 | "reference to *frame* is stolen by this function. The argument must not be " 68 | "``NULL``." 69 | msgstr "" 70 | "基於 *frame* 物件建立並回傳一個新的產生器物件。此函式會取走一個對 *frame* 的" 71 | "參照 (reference)。引數必須不為 ``NULL``。" 72 | 73 | #: ../../c-api/gen.rst:43 74 | msgid "" 75 | "Create and return a new generator object based on the *frame* object, with " 76 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 77 | "to *frame* is stolen by this function. The *frame* argument must not be " 78 | "``NULL``." 79 | msgstr "" 80 | "基於 *frame* 物件建立並回傳一個新的產生器物件,其中 ``__name__`` 和 " 81 | "``__qualname__`` 設為 *name* 和 *qualname*。此函式會取走一個對 *frame* 的參" 82 | "照。*frame* 引數必須不為 ``NULL``。" 83 | -------------------------------------------------------------------------------- /c-api/hash.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2024 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 11 | "PO-Revision-Date: 2024-04-30 00:20+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ../../c-api/hash.rst:4 21 | msgid "PyHash API" 22 | msgstr "PyHash API" 23 | 24 | #: ../../c-api/hash.rst:6 25 | msgid "" 26 | "See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`." 27 | msgstr "另請參閱 :c:member:`PyTypeObject.tp_hash` 成員和 :ref:`numeric-hash`。" 28 | 29 | #: ../../c-api/hash.rst:10 30 | msgid "Hash value type: signed integer." 31 | msgstr "雜湊值型別:有符號整數。" 32 | 33 | #: ../../c-api/hash.rst:16 34 | msgid "Hash value type: unsigned integer." 35 | msgstr "雜湊值型別:無符號整數。" 36 | 37 | #: ../../c-api/hash.rst:22 38 | msgid "" 39 | "The `Mersenne prime `_ ``P = " 40 | "2**n -1``, used for numeric hash scheme." 41 | msgstr "" 42 | 43 | #: ../../c-api/hash.rst:28 44 | msgid "The exponent ``n`` of ``P`` in :c:macro:`PyHASH_MODULUS`." 45 | msgstr "" 46 | 47 | #: ../../c-api/hash.rst:34 48 | msgid "Prime multiplier used in string and various other hashes." 49 | msgstr "" 50 | 51 | #: ../../c-api/hash.rst:40 52 | msgid "The hash value returned for a positive infinity." 53 | msgstr "" 54 | 55 | #: ../../c-api/hash.rst:46 56 | msgid "The multiplier used for the imaginary part of a complex number." 57 | msgstr "" 58 | 59 | #: ../../c-api/hash.rst:52 60 | msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`." 61 | msgstr ":c:func:`PyHash_GetFuncDef` 所使用的雜湊函式定義。" 62 | 63 | #: ../../c-api/hash.rst:60 64 | msgid "Hash function name (UTF-8 encoded string)." 65 | msgstr "雜湊函式名稱(UTF-8 編碼字串)。" 66 | 67 | #: ../../c-api/hash.rst:64 68 | msgid "Internal size of the hash value in bits." 69 | msgstr "雜湊值的內部大小(以位元為單位)。" 70 | 71 | #: ../../c-api/hash.rst:68 72 | msgid "Size of seed input in bits." 73 | msgstr "Seed 輸入的大小(以位元為單位)。" 74 | 75 | #: ../../c-api/hash.rst:75 76 | msgid "Get the hash function definition." 77 | msgstr "取得雜湊函式定義。" 78 | 79 | #: ../../c-api/hash.rst:78 80 | msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"." 81 | msgstr "" 82 | ":pep:`456`\\ 「安全且可交替使用的雜湊演算法 (Secure and interchangeable hash " 83 | "algorithm)」。" 84 | 85 | #: ../../c-api/hash.rst:85 86 | msgid "" 87 | "Hash a pointer value: process the pointer value as an integer (cast it to " 88 | "``uintptr_t`` internally). The pointer is not dereferenced." 89 | msgstr "" 90 | 91 | #: ../../c-api/hash.rst:88 92 | msgid "The function cannot fail: it cannot return ``-1``." 93 | msgstr "" 94 | 95 | #: ../../c-api/hash.rst:94 96 | msgid "" 97 | "Generic hashing function that is meant to be put into a type object's " 98 | "``tp_hash`` slot. Its result only depends on the object's identity." 99 | msgstr "" 100 | 101 | #: ../../c-api/hash.rst:99 102 | msgid "In CPython, it is equivalent to :c:func:`Py_HashPointer`." 103 | msgstr "" 104 | -------------------------------------------------------------------------------- /c-api/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | # 豆豆 (Tommy Lin) , 2017 8 | # Steven Hsu , 2021 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 14 | "PO-Revision-Date: 2021-07-05 21:11+0800\n" 15 | "Last-Translator: 豆豆 (Tommy Lin) \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 2.4.3\n" 24 | 25 | #: ../../c-api/index.rst:5 26 | msgid "Python/C API Reference Manual" 27 | msgstr "Python/C API 參考手冊" 28 | 29 | #: ../../c-api/index.rst:7 30 | msgid "" 31 | "This manual documents the API used by C and C++ programmers who want to " 32 | "write extension modules or embed Python. It is a companion to :ref:" 33 | "`extending-index`, which describes the general principles of extension " 34 | "writing but does not document the API functions in detail." 35 | msgstr "" 36 | "對於想要編寫擴充模組或是嵌入 Python 的 C 和 C++ 程式設計師們,這份手冊記錄了" 37 | "可使用的 API(應用程式介面)。在\\ :ref:`extending-index`\\ 中也有相關的內" 38 | "容,它描述了編寫擴充的一般原則,但並沒有詳細說明 API 函式。" 39 | -------------------------------------------------------------------------------- /c-api/iter.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2023, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2015 6 | # Matt Wang , 2023 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-01 22:24+0800\n" 12 | "PO-Revision-Date: 2023-07-01 03:44+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.2.2\n" 22 | 23 | #: ../../c-api/iter.rst:6 24 | msgid "Iterator Protocol" 25 | msgstr "疊代器協議" 26 | 27 | #: ../../c-api/iter.rst:8 28 | msgid "There are two functions specifically for working with iterators." 29 | msgstr "有兩個專門用於疊代器的函式。" 30 | 31 | #: ../../c-api/iter.rst:12 32 | msgid "" 33 | "Return non-zero if the object *o* can be safely passed to :c:func:" 34 | "`PyIter_Next`, and ``0`` otherwise. This function always succeeds." 35 | msgstr "" 36 | "如果物件 *o* 可以安全地傳遞給 :c:func:`PyIter_Next` 則回傳非零 (non-zero),否" 37 | "則回傳 0。這個函式一定會執行成功。" 38 | 39 | #: ../../c-api/iter.rst:17 40 | msgid "" 41 | "Return non-zero if the object *o* provides the :class:`AsyncIterator` " 42 | "protocol, and ``0`` otherwise. This function always succeeds." 43 | msgstr "" 44 | "如果物件 *o* 有提供 :class:`AsyncIterator` 協議,則回傳非零,否則回傳 0。這個" 45 | "函式一定會執行成功。" 46 | 47 | #: ../../c-api/iter.rst:24 48 | msgid "" 49 | "Return the next value from the iterator *o*. The object must be an iterator " 50 | "according to :c:func:`PyIter_Check` (it is up to the caller to check this). " 51 | "If there are no remaining values, returns ``NULL`` with no exception set. If " 52 | "an error occurs while retrieving the item, returns ``NULL`` and passes along " 53 | "the exception." 54 | msgstr "" 55 | "回傳疊代器 *o* 的下一個值。根據 :c:func:`PyIter_Check`,該物件必須是一個疊代" 56 | "器(由呼叫者檢查)。如果沒有剩餘值,則回傳 ``NULL`` 且不設定例外。如果檢索項" 57 | "目時發生錯誤,則回傳 ``NULL`` 並傳遞例外。" 58 | 59 | #: ../../c-api/iter.rst:30 60 | msgid "" 61 | "To write a loop which iterates over an iterator, the C code should look " 62 | "something like this::" 63 | msgstr "要編寫一個疊代於疊代器的迴圈,C 程式碼應該會像這樣:" 64 | 65 | #: ../../c-api/iter.rst:33 66 | msgid "" 67 | "PyObject *iterator = PyObject_GetIter(obj);\n" 68 | "PyObject *item;\n" 69 | "\n" 70 | "if (iterator == NULL) {\n" 71 | " /* propagate error */\n" 72 | "}\n" 73 | "\n" 74 | "while ((item = PyIter_Next(iterator))) {\n" 75 | " /* do something with item */\n" 76 | " ...\n" 77 | " /* release reference when done */\n" 78 | " Py_DECREF(item);\n" 79 | "}\n" 80 | "\n" 81 | "Py_DECREF(iterator);\n" 82 | "\n" 83 | "if (PyErr_Occurred()) {\n" 84 | " /* propagate error */\n" 85 | "}\n" 86 | "else {\n" 87 | " /* continue doing useful work */\n" 88 | "}" 89 | msgstr "" 90 | 91 | #: ../../c-api/iter.rst:59 92 | msgid "" 93 | "The enum value used to represent different results of :c:func:`PyIter_Send`." 94 | msgstr "用於表示 :c:func:`PyIter_Send` 不同結果的列舉 (enum) 值。" 95 | 96 | #: ../../c-api/iter.rst:66 97 | msgid "Sends the *arg* value into the iterator *iter*. Returns:" 98 | msgstr "將 *arg* 值發送到疊代器 *iter* 中。回傳:" 99 | 100 | #: ../../c-api/iter.rst:68 101 | msgid "" 102 | "``PYGEN_RETURN`` if iterator returns. Return value is returned via *presult*." 103 | msgstr "如果疊代器有回傳則為 ``PYGEN_RETURN``。回傳值透過 *presult* 回傳。" 104 | 105 | #: ../../c-api/iter.rst:69 106 | msgid "" 107 | "``PYGEN_NEXT`` if iterator yields. Yielded value is returned via *presult*." 108 | msgstr "" 109 | "如果疊代器有產生 (yield) 則為 ``PYGEN_NEXT``。產生值透過 *presult* 回傳。" 110 | 111 | #: ../../c-api/iter.rst:70 112 | msgid "" 113 | "``PYGEN_ERROR`` if iterator has raised and exception. *presult* is set to " 114 | "``NULL``." 115 | msgstr "如果疊代器引發例外則為 ``PYGEN_ERROR``。 *presult* 被設定為 ``NULL``。" 116 | -------------------------------------------------------------------------------- /c-api/iterator.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-07-24 00:03+0000\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../c-api/iterator.rst:6 23 | msgid "Iterator Objects" 24 | msgstr "疊代器(Iterator)物件" 25 | 26 | #: ../../c-api/iterator.rst:8 27 | msgid "" 28 | "Python provides two general-purpose iterator objects. The first, a sequence " 29 | "iterator, works with an arbitrary sequence supporting the :meth:`~object." 30 | "__getitem__` method. The second works with a callable object and a sentinel " 31 | "value, calling the callable for each item in the sequence, and ending the " 32 | "iteration when the sentinel value is returned." 33 | msgstr "" 34 | "Python 提供了兩種通用的疊代器 (iterator) 物件,第一種是序列疊代器 (sequence " 35 | "iterator),適用於支援 :meth:`~object.__getitem__` 方法的任意序列,第二種是與" 36 | "可呼叫 (callable) 物件和哨兵值 (sentinel value) 一起使用,會呼叫序列中的每個" 37 | "可呼叫物件,當回傳哨兵值時就結束疊代。" 38 | 39 | #: ../../c-api/iterator.rst:17 40 | msgid "" 41 | "Type object for iterator objects returned by :c:func:`PySeqIter_New` and the " 42 | "one-argument form of the :func:`iter` built-in function for built-in " 43 | "sequence types." 44 | msgstr "" 45 | "此型別物件用於由 :c:func:`PySeqIter_New` 所回傳的疊代器物件以及用於內建序列型" 46 | "別的內建函式 :func:`iter` 的單引數形式。" 47 | 48 | #: ../../c-api/iterator.rst:24 49 | msgid "" 50 | "Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function " 51 | "always succeeds." 52 | msgstr "" 53 | 54 | #: ../../c-api/iterator.rst:30 55 | msgid "" 56 | "Return an iterator that works with a general sequence object, *seq*. The " 57 | "iteration ends when the sequence raises :exc:`IndexError` for the " 58 | "subscripting operation." 59 | msgstr "" 60 | 61 | #: ../../c-api/iterator.rst:37 62 | msgid "" 63 | "Type object for iterator objects returned by :c:func:`PyCallIter_New` and " 64 | "the two-argument form of the :func:`iter` built-in function." 65 | msgstr "" 66 | 67 | #: ../../c-api/iterator.rst:43 68 | msgid "" 69 | "Return true if the type of *op* is :c:data:`PyCallIter_Type`. This function " 70 | "always succeeds." 71 | msgstr "" 72 | 73 | #: ../../c-api/iterator.rst:49 74 | msgid "" 75 | "Return a new iterator. The first parameter, *callable*, can be any Python " 76 | "callable object that can be called with no parameters; each call to it " 77 | "should return the next item in the iteration. When *callable* returns a " 78 | "value equal to *sentinel*, the iteration will be terminated." 79 | msgstr "" 80 | -------------------------------------------------------------------------------- /c-api/memoryview.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-01-30 00:03+0000\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../c-api/memoryview.rst:9 22 | msgid "MemoryView objects" 23 | msgstr "MemoryView 物件" 24 | 25 | #: ../../c-api/memoryview.rst:11 26 | msgid "" 27 | "A :class:`memoryview` object exposes the C level :ref:`buffer interface " 28 | "` as a Python object which can then be passed around like any " 29 | "other object." 30 | msgstr "" 31 | 32 | #: ../../c-api/memoryview.rst:18 33 | msgid "" 34 | "Create a memoryview object from an object that provides the buffer " 35 | "interface. If *obj* supports writable buffer exports, the memoryview object " 36 | "will be read/write, otherwise it may be either read-only or read/write at " 37 | "the discretion of the exporter." 38 | msgstr "" 39 | 40 | #: ../../c-api/memoryview.rst:26 41 | msgid "Flag to request a readonly buffer." 42 | msgstr "" 43 | 44 | #: ../../c-api/memoryview.rst:31 45 | msgid "Flag to request a writable buffer." 46 | msgstr "" 47 | 48 | #: ../../c-api/memoryview.rst:36 49 | msgid "" 50 | "Create a memoryview object using *mem* as the underlying buffer. *flags* can " 51 | "be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 52 | msgstr "" 53 | 54 | #: ../../c-api/memoryview.rst:43 55 | msgid "" 56 | "Create a memoryview object wrapping the given buffer structure *view*. For " 57 | "simple byte buffers, :c:func:`PyMemoryView_FromMemory` is the preferred " 58 | "function." 59 | msgstr "" 60 | 61 | #: ../../c-api/memoryview.rst:49 62 | msgid "" 63 | "Create a memoryview object to a :term:`contiguous` chunk of memory (in " 64 | "either 'C' or 'F'ortran *order*) from an object that defines the buffer " 65 | "interface. If memory is contiguous, the memoryview object points to the " 66 | "original memory. Otherwise, a copy is made and the memoryview points to a " 67 | "new bytes object." 68 | msgstr "" 69 | 70 | #: ../../c-api/memoryview.rst:55 71 | msgid "" 72 | "*buffertype* can be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 73 | msgstr "" 74 | 75 | #: ../../c-api/memoryview.rst:60 76 | msgid "" 77 | "Return true if the object *obj* is a memoryview object. It is not currently " 78 | "allowed to create subclasses of :class:`memoryview`. This function always " 79 | "succeeds." 80 | msgstr "" 81 | 82 | #: ../../c-api/memoryview.rst:67 83 | msgid "" 84 | "Return a pointer to the memoryview's private copy of the exporter's buffer. " 85 | "*mview* **must** be a memoryview instance; this macro doesn't check its " 86 | "type, you must do it yourself or you will risk crashes." 87 | msgstr "" 88 | 89 | #: ../../c-api/memoryview.rst:73 90 | msgid "" 91 | "Return either a pointer to the exporting object that the memoryview is based " 92 | "on or ``NULL`` if the memoryview has been created by one of the functions :c:" 93 | "func:`PyMemoryView_FromMemory` or :c:func:`PyMemoryView_FromBuffer`. *mview* " 94 | "**must** be a memoryview instance." 95 | msgstr "" 96 | 97 | #: ../../c-api/memoryview.rst:5 98 | msgid "object" 99 | msgstr "object(物件)" 100 | 101 | #: ../../c-api/memoryview.rst:5 102 | msgid "memoryview" 103 | msgstr "memoryview(記憶體視圖)" 104 | -------------------------------------------------------------------------------- /c-api/none.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 12 | "PO-Revision-Date: 2018-05-23 14:07+0000\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../c-api/none.rst:6 23 | msgid "The ``None`` Object" 24 | msgstr "``None`` 物件" 25 | 26 | #: ../../c-api/none.rst:10 27 | msgid "" 28 | "Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in " 29 | "the Python/C API. Since ``None`` is a singleton, testing for object " 30 | "identity (using ``==`` in C) is sufficient. There is no :c:func:`!" 31 | "PyNone_Check` function for the same reason." 32 | msgstr "" 33 | 34 | #: ../../c-api/none.rst:18 35 | msgid "" 36 | "The Python ``None`` object, denoting lack of value. This object has no " 37 | "methods and is :term:`immortal`." 38 | msgstr "" 39 | 40 | #: ../../c-api/none.rst:21 41 | msgid ":c:data:`Py_None` is :term:`immortal`." 42 | msgstr ":c:data:`Py_None` 為\\ :term:`不滅的 (immortal) `。" 43 | 44 | #: ../../c-api/none.rst:26 45 | msgid "Return :c:data:`Py_None` from a function." 46 | msgstr "" 47 | 48 | #: ../../c-api/none.rst:8 49 | msgid "object" 50 | msgstr "object(物件)" 51 | 52 | #: ../../c-api/none.rst:8 53 | msgid "None" 54 | msgstr "None" 55 | -------------------------------------------------------------------------------- /c-api/objimpl.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../c-api/objimpl.rst:7 22 | msgid "Object Implementation Support" 23 | msgstr "" 24 | 25 | #: ../../c-api/objimpl.rst:9 26 | msgid "" 27 | "This chapter describes the functions, types, and macros used when defining " 28 | "new object types." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /c-api/typehints.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | # 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-01 22:24+0800\n" 12 | "PO-Revision-Date: 2022-10-16 16:16+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "X-Generator: Poedit 3.1.1\n" 21 | 22 | #: ../../c-api/typehints.rst:6 23 | msgid "Objects for Type Hinting" 24 | msgstr "型別提示物件" 25 | 26 | #: ../../c-api/typehints.rst:8 27 | msgid "" 28 | "Various built-in types for type hinting are provided. Currently, two types " 29 | "exist -- :ref:`GenericAlias ` and :ref:`Union `. Only ``GenericAlias`` is exposed to C." 31 | msgstr "" 32 | "提供了數個用於型別提示的內建型別。目前有兩種 -- :ref:`GenericAlias ` 和 :ref:`Union `。只有 ``GenericAlias`` 有公開 " 34 | "(expose) 給 C。" 35 | 36 | #: ../../c-api/typehints.rst:14 37 | msgid "" 38 | "Create a :ref:`GenericAlias ` object. Equivalent to " 39 | "calling the Python class :class:`types.GenericAlias`. The *origin* and " 40 | "*args* arguments set the ``GenericAlias``\\ 's ``__origin__`` and " 41 | "``__args__`` attributes respectively. *origin* should be a :c:expr:" 42 | "`PyTypeObject*`, and *args* can be a :c:expr:`PyTupleObject*` or any " 43 | "``PyObject*``. If *args* passed is not a tuple, a 1-tuple is automatically " 44 | "constructed and ``__args__`` is set to ``(args,)``. Minimal checking is done " 45 | "for the arguments, so the function will succeed even if *origin* is not a " 46 | "type. The ``GenericAlias``\\ 's ``__parameters__`` attribute is constructed " 47 | "lazily from ``__args__``. On failure, an exception is raised and ``NULL`` " 48 | "is returned." 49 | msgstr "" 50 | "建立一個 :ref:`GenericAlias ` 物件,等同於呼叫 Python " 51 | "的 :class:`types.GenericAlias` class。 *origin* 和 *args* 引數分別設定了 " 52 | "``GenericAlias`` 的 ``__origin__`` 與 ``__args__`` 屬性。*origin* 應該要是" 53 | "個 :c:expr:`PyTypeObject*` 且 *args* 可以是個 :c:expr:`PyTupleObject*` 或任" 54 | "意 ``PyObject*``。如果傳入的 *args* 不是個 tuple(元組),則會自動建立一個長" 55 | "度為 1 的 tuple 且 ``__args__`` 會被設為 ``(args,)``。只會進行最少的引數檢" 56 | "查,所以即便 *origin* 不是個型別,函式也會不會失敗。 ``GenericAlias`` 的 " 57 | "``__parameters__`` 屬性會自 ``__args__`` 惰性地建立 (constructed lazily)。當" 58 | "失敗時,會引發一個例外並回傳 ``NULL``。" 59 | 60 | #: ../../c-api/typehints.rst:28 61 | msgid "Here's an example of how to make an extension type generic::" 62 | msgstr "以下是個讓一個擴充型別泛用化 (generic) 的例子: ::" 63 | 64 | #: ../../c-api/typehints.rst:30 65 | msgid "" 66 | "...\n" 67 | "static PyMethodDef my_obj_methods[] = {\n" 68 | " // Other methods.\n" 69 | " ...\n" 70 | " {\"__class_getitem__\", Py_GenericAlias, METH_O|METH_CLASS, \"See PEP " 71 | "585\"}\n" 72 | " ...\n" 73 | "}" 74 | msgstr "" 75 | 76 | #: ../../c-api/typehints.rst:38 77 | msgid "The data model method :meth:`~object.__class_getitem__`." 78 | msgstr "資料模型方法 :meth:`~object.__class_getitem__`。" 79 | 80 | #: ../../c-api/typehints.rst:44 81 | msgid "" 82 | "The C type of the object returned by :c:func:`Py_GenericAlias`. Equivalent " 83 | "to :class:`types.GenericAlias` in Python." 84 | msgstr "" 85 | ":c:func:`Py_GenericAlias` 所回傳該物件的 C 型別。等價於 Python 中的 :class:" 86 | "`types.GenericAlias`。" 87 | -------------------------------------------------------------------------------- /c-api/utilities.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | # Matt Wang , 2021 8 | # Phil Lin , 2022 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 14 | "PO-Revision-Date: 2022-01-31 17:38+0800\n" 15 | "Last-Translator: Phil Lin \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0.1\n" 24 | 25 | #: ../../c-api/utilities.rst:7 26 | msgid "Utilities" 27 | msgstr "工具" 28 | 29 | #: ../../c-api/utilities.rst:9 30 | msgid "" 31 | "The functions in this chapter perform various utility tasks, ranging from " 32 | "helping C code be more portable across platforms, using Python modules from " 33 | "C, and parsing function arguments and constructing Python values from C " 34 | "values." 35 | msgstr "" 36 | "本章中的函式可用來執行各種工具任務,包括幫助 C 程式碼提升跨平臺可攜性 " 37 | "(portable)、在 C 中使用 Python module(模組)、以及剖析函式引數並基於 C 中的" 38 | "值來構建 Python 中的值等。" 39 | -------------------------------------------------------------------------------- /contents.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Ching-Lung Chuang, 2015 7 | # Liang-Bo Wang , 2015 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 13 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 14 | "Last-Translator: Liang-Bo Wang \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | 23 | #: ../../contents.rst:3 24 | msgid "Python Documentation contents" 25 | msgstr "Python 說明文件內容" 26 | -------------------------------------------------------------------------------- /copyright.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2023, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Adrian Liaw , 2015 7 | # Ching-Lung Chuang, 2015 8 | # Liang-Bo Wang , 2016 9 | # meowmeowcat , 2021 10 | msgid "" 11 | msgstr "" 12 | "Project-Id-Version: Python 3.13\n" 13 | "Report-Msgid-Bugs-To: \n" 14 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 15 | "PO-Revision-Date: 2021-06-25 20:17+0800\n" 16 | "Last-Translator: meowmeowcat \n" 17 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 18 | "tw)\n" 19 | "Language: zh_TW\n" 20 | "MIME-Version: 1.0\n" 21 | "Content-Type: text/plain; charset=UTF-8\n" 22 | "Content-Transfer-Encoding: 8bit\n" 23 | "Plural-Forms: nplurals=1; plural=0;\n" 24 | "X-Generator: Poedit 2.4.3\n" 25 | 26 | #: ../../copyright.rst:3 27 | msgid "Copyright" 28 | msgstr "版權宣告" 29 | 30 | #: ../../copyright.rst:5 31 | msgid "Python and this documentation is:" 32 | msgstr "Python 和這份說明文件的版權:" 33 | 34 | #: ../../copyright.rst:7 35 | msgid "Copyright © 2001-2024 Python Software Foundation. All rights reserved." 36 | msgstr "Copyright © 2001-2024 Python Software Foundation. All rights reserved." 37 | 38 | #: ../../copyright.rst:9 39 | msgid "Copyright © 2000 BeOpen.com. All rights reserved." 40 | msgstr "Copyright © 2000 BeOpen.com 保留一切權利。" 41 | 42 | #: ../../copyright.rst:11 43 | msgid "" 44 | "Copyright © 1995-2000 Corporation for National Research Initiatives. All " 45 | "rights reserved." 46 | msgstr "" 47 | "Copyright © 1995-2000 Corporation for National Research Initiatives 保留一切" 48 | "權利。" 49 | 50 | #: ../../copyright.rst:14 51 | msgid "" 52 | "Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved." 53 | msgstr "Copyright © 1991-1995 Stichting Mathematisch Centrum 保留一切權利。" 54 | 55 | #: ../../copyright.rst:18 56 | msgid "" 57 | "See :ref:`history-and-license` for complete license and permissions " 58 | "information." 59 | msgstr "完整的授權條款資訊請參見\\ :ref:`history-and-license`。" 60 | -------------------------------------------------------------------------------- /deprecations/c-api-pending-removal-in-3.15.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | msgid "" 5 | msgstr "" 6 | "Project-Id-Version: Python 3.13\n" 7 | "Report-Msgid-Bugs-To: \n" 8 | "POT-Creation-Date: 2024-10-22 00:13+0000\n" 9 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 10 | "Last-Translator: FULL NAME \n" 11 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 12 | "tw)\n" 13 | "Language: zh_TW\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | 18 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:2 19 | msgid "Pending Removal in Python 3.15" 20 | msgstr "Python 3.15 中待移除的項目" 21 | 22 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:4 23 | msgid "The bundled copy of ``libmpdecimal``." 24 | msgstr "``libmpdecimal`` 的打包副本 (bundled copy)。" 25 | 26 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:5 27 | msgid "" 28 | "The :c:func:`PyImport_ImportModuleNoBlock`: " 29 | "Use :c:func:`PyImport_ImportModule` instead." 30 | msgstr "" 31 | ":c:func:`PyImport_ImportModuleNoBlock`:請改" 32 | "用 :c:func:`PyImport_ImportModule`。" 33 | 34 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:7 35 | msgid "" 36 | ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: " 37 | "Use :c:func:`PyWeakref_GetRef` instead." 38 | msgstr "" 39 | ":c:func:`PyWeakref_GetObject` 和 :c:func:`PyWeakref_GET_OBJECT`:請改" 40 | "用 :c:func:`PyWeakref_GetRef`。" 41 | 42 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:9 43 | msgid "" 44 | ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: " 45 | "Use :c:type:`wchar_t` instead." 46 | msgstr "" 47 | ":c:type:`Py_UNICODE` 型別與 :c:macro:`!Py_UNICODE_WIDE` 巨集:請改" 48 | "用 :c:type:`wchar_t`。" 49 | 50 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:11 51 | msgid "Python initialization functions:" 52 | msgstr "Python 初始化函式:" 53 | 54 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:13 55 | msgid "" 56 | ":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!" 57 | "warnings.filters` instead." 58 | msgstr "" 59 | ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` " 60 | "和 :data:`!warnings.filters`。" 61 | 62 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:15 63 | msgid "" 64 | ":c:func:`Py_GetExecPrefix`: Get :data:`sys.base_exec_prefix` " 65 | "and :data:`sys.exec_prefix` instead." 66 | msgstr "" 67 | ":c:func:`Py_GetExecPrefix`:請改用 :data:`sys.base_exec_prefix` " 68 | "與 :data:`sys.exec_prefix`。" 69 | 70 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:17 71 | msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead." 72 | msgstr ":c:func:`Py_GetPath`:請改用 :data:`sys.path`。" 73 | 74 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:19 75 | msgid "" 76 | ":c:func:`Py_GetPrefix`: Get :data:`sys.base_prefix` and :data:`sys.prefix` " 77 | "instead." 78 | msgstr "" 79 | ":c:func:`Py_GetPrefix`:請改用 :data:`sys.base_prefix` " 80 | "與 :data:`sys.prefix`。" 81 | 82 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:21 83 | msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead." 84 | msgstr ":c:func:`Py_GetProgramFullPath`:請改用 :data:`sys.executable`。" 85 | 86 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:23 87 | msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead." 88 | msgstr ":c:func:`Py_GetProgramName`:請改用 :data:`sys.executable`。" 89 | 90 | #: ../../deprecations/c-api-pending-removal-in-3.15.rst:25 91 | msgid "" 92 | ":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or " 93 | "the :envvar:`PYTHONHOME` environment variable instead." 94 | msgstr "" 95 | ":c:func:`Py_GetPythonHome`:請改用 :c:member:`PyConfig.home` " 96 | "或 :envvar:`PYTHONHOME` 環境變數。" 97 | -------------------------------------------------------------------------------- /distributing/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | # Steven Hsu , 2021 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2023-08-18 00:03+0000\n" 13 | "PO-Revision-Date: 2021-07-04 18:06+0800\n" 14 | "Last-Translator: Adrian Liaw \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | "X-Generator: Poedit 3.2.2\n" 23 | 24 | #: ../../distributing/index.rst:10 25 | msgid "Distributing Python Modules" 26 | msgstr "發布 Python 模組" 27 | 28 | #: ../../distributing/index.rst:14 29 | msgid "" 30 | "Information and guidance on distributing Python modules and packages has " 31 | "been moved to the `Python Packaging User Guide`_, and the tutorial on " 32 | "`packaging Python projects`_." 33 | msgstr "" 34 | "有關發布 Python 模組和套件的資訊和指南已移至 `Python Packaging User Guide`_," 35 | "而相關教學已經移至 `packaging Python projects`_。" 36 | -------------------------------------------------------------------------------- /faq/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Adrian Liaw , 2015 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../faq/index.rst:5 23 | msgid "Python Frequently Asked Questions" 24 | msgstr "Python 常見問題" 25 | -------------------------------------------------------------------------------- /howto/clinic.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2023, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2023-10-13 00:03+0000\n" 11 | "PO-Revision-Date: 2018-05-23 14:36+0000\n" 12 | "Last-Translator: Adrian Liaw \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../howto/clinic.rst:8 22 | msgid "Argument Clinic How-To" 23 | msgstr "Argument Clinic 指南" 24 | 25 | #: ../../howto/clinic.rst:13 26 | msgid "" 27 | "The Argument Clinic How-TO has been moved to the `Python Developer's Guide " 28 | "`__." 29 | msgstr "" 30 | "Argument Clinic 操作方法已移至「`Python 開發人員指南 `__」。" 32 | -------------------------------------------------------------------------------- /howto/cporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-06-20 18:08+0800\n" 12 | "PO-Revision-Date: 2018-05-23 14:36+0000\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../howto/cporting.rst:7 23 | msgid "Porting Extension Modules to Python 3" 24 | msgstr "遷移延伸模組到 Python 3" 25 | 26 | #: ../../howto/cporting.rst:9 27 | msgid "" 28 | "We recommend the following resources for porting extension modules to Python " 29 | "3:" 30 | msgstr "" 31 | 32 | #: ../../howto/cporting.rst:11 33 | msgid "" 34 | "The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth " 35 | "guide*, a book on moving from Python 2 to Python 3 in general, guides the " 36 | "reader through porting an extension module." 37 | msgstr "" 38 | 39 | #: ../../howto/cporting.rst:15 40 | msgid "" 41 | "The `Porting guide`_ from the *py3c* project provides opinionated " 42 | "suggestions with supporting code." 43 | msgstr "" 44 | 45 | #: ../../howto/cporting.rst:17 46 | msgid "" 47 | "The `Cython`_ and `CFFI`_ libraries offer abstractions over Python's C API. " 48 | "Extensions generally need to be re-written to use one of them, but the " 49 | "library then handles differences between various Python versions and " 50 | "implementations." 51 | msgstr "" 52 | -------------------------------------------------------------------------------- /howto/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Steven Hsu , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-10-04 00:13+0000\n" 12 | "PO-Revision-Date: 2021-07-05 12:45+0800\n" 13 | "Last-Translator: Liang-Bo Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 2.4.3\n" 22 | 23 | #: ../../howto/index.rst:3 24 | msgid "Python HOWTOs" 25 | msgstr "Python 如何達成任務" 26 | 27 | #: ../../howto/index.rst:5 28 | msgid "" 29 | "Python HOWTOs are documents that cover a specific topic in-depth. Modeled on " 30 | "the Linux Documentation Project's HOWTO collection, this collection is an " 31 | "effort to foster documentation that's more detailed than the Python Library " 32 | "Reference." 33 | msgstr "" 34 | "「Python 如何達成任務 (HOWTOs)」是一系列的說明文件,其內容會深度地涵蓋某些特" 35 | "定的主題。以 Linux 說明文件專案的 HOWTO 系列為模範,本系列的目標是提供比 " 36 | "Python 函式庫參考手冊更實用的說明文件。" 37 | 38 | #: ../../howto/index.rst:38 39 | msgid "General:" 40 | msgstr "" 41 | 42 | #: ../../howto/index.rst:40 43 | msgid ":ref:`annotations-howto`" 44 | msgstr ":ref:`annotations-howto`" 45 | 46 | #: ../../howto/index.rst:41 47 | msgid ":ref:`argparse-tutorial`" 48 | msgstr ":ref:`argparse-tutorial`" 49 | 50 | #: ../../howto/index.rst:42 51 | msgid ":ref:`descriptorhowto`" 52 | msgstr ":ref:`descriptorhowto`" 53 | 54 | #: ../../howto/index.rst:43 55 | msgid ":ref:`enum-howto`" 56 | msgstr ":ref:`enum-howto`" 57 | 58 | #: ../../howto/index.rst:44 59 | msgid ":ref:`functional-howto`" 60 | msgstr ":ref:`functional-howto`" 61 | 62 | #: ../../howto/index.rst:45 63 | msgid ":ref:`ipaddress-howto`" 64 | msgstr ":ref:`ipaddress-howto`" 65 | 66 | #: ../../howto/index.rst:46 67 | msgid ":ref:`logging-howto`" 68 | msgstr ":ref:`logging-howto`" 69 | 70 | #: ../../howto/index.rst:47 71 | msgid ":ref:`logging-cookbook`" 72 | msgstr ":ref:`logging-cookbook`" 73 | 74 | #: ../../howto/index.rst:48 75 | msgid ":ref:`regex-howto`" 76 | msgstr ":ref:`regex-howto`" 77 | 78 | #: ../../howto/index.rst:49 79 | msgid ":ref:`sortinghowto`" 80 | msgstr ":ref:`sortinghowto`" 81 | 82 | #: ../../howto/index.rst:50 83 | msgid ":ref:`unicode-howto`" 84 | msgstr ":ref:`unicode-howto`" 85 | 86 | #: ../../howto/index.rst:51 87 | msgid ":ref:`urllib-howto`" 88 | msgstr ":ref:`urllib-howto`" 89 | 90 | #: ../../howto/index.rst:53 91 | msgid "Advanced development:" 92 | msgstr "" 93 | 94 | #: ../../howto/index.rst:55 95 | msgid ":ref:`curses-howto`" 96 | msgstr ":ref:`curses-howto`" 97 | 98 | #: ../../howto/index.rst:56 99 | msgid ":ref:`freethreading-python-howto`" 100 | msgstr ":ref:`freethreading-python-howto`" 101 | 102 | #: ../../howto/index.rst:57 103 | msgid ":ref:`freethreading-extensions-howto`" 104 | msgstr ":ref:`freethreading-extensions-howto`" 105 | 106 | #: ../../howto/index.rst:58 107 | msgid ":ref:`isolating-extensions-howto`" 108 | msgstr ":ref:`isolating-extensions-howto`" 109 | 110 | #: ../../howto/index.rst:59 111 | msgid ":ref:`python_2.3_mro`" 112 | msgstr ":ref:`python_2.3_mro`" 113 | 114 | #: ../../howto/index.rst:60 115 | msgid ":ref:`socket-howto`" 116 | msgstr ":ref:`socket-howto`" 117 | 118 | #: ../../howto/index.rst:61 119 | msgid ":ref:`timerfd-howto`" 120 | msgstr ":ref:`timerfd-howto`" 121 | 122 | #: ../../howto/index.rst:62 123 | msgid ":ref:`cporting-howto`" 124 | msgstr ":ref:`cporting-howto`" 125 | 126 | #: ../../howto/index.rst:64 127 | msgid "Debugging and profiling:" 128 | msgstr "" 129 | 130 | #: ../../howto/index.rst:66 131 | msgid ":ref:`gdb`" 132 | msgstr ":ref:`gdb`" 133 | 134 | #: ../../howto/index.rst:67 135 | msgid ":ref:`instrumentation`" 136 | msgstr ":ref:`instrumentation`" 137 | 138 | #: ../../howto/index.rst:68 139 | msgid ":ref:`perf_profiling`" 140 | msgstr ":ref:`perf_profiling`" 141 | -------------------------------------------------------------------------------- /howto/pyporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # jerrychen , 2016 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-05-31 00:03+0000\n" 12 | "PO-Revision-Date: 2018-05-23 14:37+0000\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../howto/pyporting.rst:7 23 | msgid "How to port Python 2 Code to Python 3" 24 | msgstr "如何將 Python 2 的程式碼移植到 Python 3" 25 | 26 | #: ../../howto/pyporting.rst:0 27 | msgid "author" 28 | msgstr "作者" 29 | 30 | #: ../../howto/pyporting.rst:9 31 | msgid "Brett Cannon" 32 | msgstr "Brett Cannon" 33 | 34 | #: ../../howto/pyporting.rst:11 35 | msgid "" 36 | "Python 2 reached its official end-of-life at the start of 2020. This means " 37 | "that no new bug reports, fixes, or changes will be made to Python 2 - it's " 38 | "no longer supported: see :pep:`373` and `status of Python versions `_." 40 | msgstr "" 41 | 42 | #: ../../howto/pyporting.rst:16 43 | msgid "" 44 | "If you are looking to port an extension module instead of pure Python code, " 45 | "please see :ref:`cporting-howto`." 46 | msgstr "" 47 | 48 | #: ../../howto/pyporting.rst:19 49 | msgid "" 50 | "The archived python-porting_ mailing list may contain some useful guidance." 51 | msgstr "" 52 | 53 | #: ../../howto/pyporting.rst:21 54 | msgid "" 55 | "Since Python 3.11 the original porting guide was discontinued. You can find " 56 | "the old guide in the `archive `_." 58 | msgstr "" 59 | 60 | #: ../../howto/pyporting.rst:27 61 | msgid "Third-party guides" 62 | msgstr "" 63 | 64 | #: ../../howto/pyporting.rst:29 65 | msgid "There are also multiple third-party guides that might be useful:" 66 | msgstr "" 67 | 68 | #: ../../howto/pyporting.rst:31 69 | msgid "`Guide by Fedora `_" 70 | msgstr "" 71 | 72 | #: ../../howto/pyporting.rst:32 73 | msgid "`PyCon 2020 tutorial `_" 74 | msgstr "" 75 | 76 | #: ../../howto/pyporting.rst:33 77 | msgid "" 78 | "`Guide by DigitalOcean `_" 80 | msgstr "" 81 | 82 | #: ../../howto/pyporting.rst:34 83 | msgid "" 84 | "`Guide by ActiveState `_" 86 | msgstr "" 87 | -------------------------------------------------------------------------------- /library/aifc.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/aifc.rst:2 20 | msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files" 21 | msgstr ":mod:`!aifc` --- 讀寫 AIFF 與 AIFC 檔案" 22 | 23 | #: ../../library/aifc.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/aifc.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!aifc` module was `Python " 36 | "3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!aifc` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/allos.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2022-02-15 17:54+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/allos.rst:5 23 | msgid "Generic Operating System Services" 24 | msgstr "通用作業系統服務" 25 | 26 | #: ../../library/allos.rst:7 27 | msgid "" 28 | "The modules described in this chapter provide interfaces to operating system " 29 | "features that are available on (almost) all operating systems, such as files " 30 | "and a clock. The interfaces are generally modeled after the Unix or C " 31 | "interfaces, but they are available on most other systems as well. Here's an " 32 | "overview:" 33 | msgstr "" 34 | "此章節所描述的模組 (module) 提供了作業系統特性的使用介面,例如檔案與時鐘," 35 | "(幾乎)在所有作業系統上皆能使用。這些介面通常是參考 Unix 或 C 的介面來實作," 36 | "不過在其他大多數系統上也能使用。以下為概述:" 37 | -------------------------------------------------------------------------------- /library/archiving.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2023-02-18 14:22+0800\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.2.2\n" 22 | 23 | #: ../../library/archiving.rst:5 24 | msgid "Data Compression and Archiving" 25 | msgstr "資料壓縮與保存" 26 | 27 | #: ../../library/archiving.rst:7 28 | msgid "" 29 | "The modules described in this chapter support data compression with the " 30 | "zlib, gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-" 31 | "format archives. See also :ref:`archiving-operations` provided by the :mod:" 32 | "`shutil` module." 33 | msgstr "" 34 | "本章中描述的模組支援使用 zlib、gzip、bzip2 和 lzma 演算法進行資料壓縮,以及建" 35 | "立 ZIP 和 tar 格式的存檔。另請參閱 :mod:`shutil` 模組提供的 :ref:`archiving-" 36 | "operations`。" 37 | -------------------------------------------------------------------------------- /library/asynchat.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/asynchat.rst:2 20 | msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler" 21 | msgstr ":mod:`!asynchat` --- 非同步 socket 指令/回應處理函式" 22 | 23 | #: ../../library/asynchat.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.6 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.12 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/asynchat.rst:14 34 | msgid "Applications should use the :mod:`asyncio` module instead." 35 | msgstr "應用程式應改用 :mod:`asyncio` 模組。" 36 | 37 | #: ../../library/asynchat.rst:16 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!asynchat` module was " 40 | "`Python 3.11 `_." 41 | msgstr "" 42 | "最後提供 :mod:`!asynchat` 模組的 Python 版本是 `Python 3.11 `_。" 44 | -------------------------------------------------------------------------------- /library/asyncore.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/asyncore.rst:2 20 | msgid ":mod:`!asyncore` --- Asynchronous socket handler" 21 | msgstr ":mod:`!asyncore` --- 非同步 socket 處理函式" 22 | 23 | #: ../../library/asyncore.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.6 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.12 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/asyncore.rst:14 34 | msgid "Applications should use the :mod:`asyncio` module instead." 35 | msgstr "應用程式應改用 :mod:`asyncio` 模組。" 36 | 37 | #: ../../library/asyncore.rst:16 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!asyncore` module was " 40 | "`Python 3.11 `_." 41 | msgstr "" 42 | "最後提供 :mod:`!asyncore` 模組的 Python 版本是 `Python 3.11 `_。" 44 | -------------------------------------------------------------------------------- /library/audioop.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/audioop.rst:2 20 | msgid ":mod:`!audioop` --- Manipulate raw audio data" 21 | msgstr ":mod:`!audioop` --- 操作原始聲音檔案" 22 | 23 | #: ../../library/audioop.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/audioop.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!audioop` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!audioop` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/binary.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/binary.rst:5 22 | msgid "Binary Data Services" 23 | msgstr "二進位資料服務" 24 | 25 | #: ../../library/binary.rst:7 26 | msgid "" 27 | "The modules described in this chapter provide some basic services operations " 28 | "for manipulation of binary data. Other operations on binary data, " 29 | "specifically in relation to file formats and network protocols, are " 30 | "described in the relevant sections." 31 | msgstr "" 32 | "本章所描述的模組提供了一些基本的二進位資料操作服務。而針對二進位資料的其他操" 33 | "作──尤其是關於檔案格式和網路協定的部分──則會在相關章節中詳細描述。" 34 | 35 | #: ../../library/binary.rst:12 36 | msgid "" 37 | "Some libraries described under :ref:`textservices` also work with either " 38 | "ASCII-compatible binary formats (for example, :mod:`re`) or all binary data " 39 | "(for example, :mod:`difflib`)." 40 | msgstr "" 41 | "一些在 :ref:`textservices` 中提及的函式庫也可處理 ASCII 相容的二進位格式(例" 42 | "如,:mod:`re`)及所有的二進位資料(例如,:mod:`difflib`)。" 43 | 44 | #: ../../library/binary.rst:16 45 | msgid "" 46 | "In addition, see the documentation for Python's built-in binary data types " 47 | "in :ref:`binaryseq`." 48 | msgstr "" 49 | "此外,請參閱 Python 內建的二進位資料類型的文件,詳情請參考 :ref:`binaryseq`。" 50 | -------------------------------------------------------------------------------- /library/builtins.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Adrian Liaw , 2018 6 | # Matt Wang , 2022-2024 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-10-22 00:13+0000\n" 12 | "PO-Revision-Date: 2022-02-15 20:55+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0.1\n" 22 | 23 | #: ../../library/builtins.rst:2 24 | msgid ":mod:`!builtins` --- Built-in objects" 25 | msgstr ":mod:`!builtins` --- 內建物件" 26 | 27 | #: ../../library/builtins.rst:9 28 | msgid "" 29 | "This module provides direct access to all 'built-in' identifiers of Python; " 30 | "for example, ``builtins.open`` is the full name for the built-in function :" 31 | "func:`open`." 32 | msgstr "" 33 | "該模組提供對 Python 所有'內建'識別符號的直接存取;例如 ``builtins.open`` 是內" 34 | "建函式 :func:`open` 的全名。" 35 | 36 | #: ../../library/builtins.rst:12 37 | msgid "" 38 | "This module is not normally accessed explicitly by most applications, but " 39 | "can be useful in modules that provide objects with the same name as a built-" 40 | "in value, but in which the built-in of that name is also needed. For " 41 | "example, in a module that wants to implement an :func:`open` function that " 42 | "wraps the built-in :func:`open`, this module can be used directly::" 43 | msgstr "" 44 | "大多數應用程式通常不會顯式地存取此模組,但在提供與內建值同名之物件的模組中可" 45 | "能很有用,不過其中還會需要內建該名稱。例如,在一個將內建 :func:`open` 包裝起" 46 | "來以實現另一版本 :func:`open` 函式的模組中,這個模組可以直接被使用: ::" 47 | 48 | #: ../../library/builtins.rst:18 49 | msgid "" 50 | "import builtins\n" 51 | "\n" 52 | "def open(path):\n" 53 | " f = builtins.open(path, 'r')\n" 54 | " return UpperCaser(f)\n" 55 | "\n" 56 | "class UpperCaser:\n" 57 | " '''Wrapper around a file that converts output to uppercase.'''\n" 58 | "\n" 59 | " def __init__(self, f):\n" 60 | " self._f = f\n" 61 | "\n" 62 | " def read(self, count=-1):\n" 63 | " return self._f.read(count).upper()\n" 64 | "\n" 65 | " # ..." 66 | msgstr "" 67 | "import builtins\n" 68 | "\n" 69 | "def open(path):\n" 70 | " f = builtins.open(path, 'r')\n" 71 | " return UpperCaser(f)\n" 72 | "\n" 73 | "class UpperCaser:\n" 74 | " '''將輸出轉換成大寫的檔案包裝器'''\n" 75 | "\n" 76 | " def __init__(self, f):\n" 77 | " self._f = f\n" 78 | "\n" 79 | " def read(self, count=-1):\n" 80 | " return self._f.read(count).upper()\n" 81 | "\n" 82 | " # ..." 83 | 84 | #: ../../library/builtins.rst:35 85 | msgid "" 86 | "As an implementation detail, most modules have the name ``__builtins__`` " 87 | "made available as part of their globals. The value of ``__builtins__`` is " 88 | "normally either this module or the value of this module's :attr:`~object." 89 | "__dict__` attribute. Since this is an implementation detail, it may not be " 90 | "used by alternate implementations of Python." 91 | msgstr "" 92 | "有個實作細節是,大多數模組都將名稱 ``__builtins__`` 作為其全域性變數的一部分" 93 | "以提使用。``__builtins__`` 的值通常是這個模組或者這個模組的 :attr:`~object." 94 | "__dict__` 屬性值。由於這是一個實作細節,因此 Python 的其他實作可能不會使用" 95 | "它。" 96 | 97 | #: ../../library/builtins.rst:43 98 | msgid ":ref:`built-in-consts`" 99 | msgstr ":ref:`built-in-consts`" 100 | 101 | #: ../../library/builtins.rst:44 102 | msgid ":ref:`bltin-exceptions`" 103 | msgstr ":ref:`bltin-exceptions`" 104 | 105 | #: ../../library/builtins.rst:45 106 | msgid ":ref:`built-in-funcs`" 107 | msgstr ":ref:`built-in-funcs`" 108 | 109 | #: ../../library/builtins.rst:46 110 | msgid ":ref:`bltin-types`" 111 | msgstr ":ref:`bltin-types`" 112 | -------------------------------------------------------------------------------- /library/cgi.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/cgi.rst:2 20 | msgid ":mod:`!cgi` --- Common Gateway Interface support" 21 | msgstr ":mod:`!cgi` --- 通用閘道器介面支援" 22 | 23 | #: ../../library/cgi.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/cgi.rst:14 34 | msgid "" 35 | "A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. This " 36 | "is a copy of the cgi module, no longer maintained or supported by the core " 37 | "Python team." 38 | msgstr "" 39 | "可以改用 PyPI 上的模組 fork::pypi:`legacy-cgi`。這是 cgi 模組的一個副本,不" 40 | "再由 Python 核心團隊維護或支援。" 41 | 42 | #: ../../library/cgi.rst:18 43 | msgid "" 44 | "The last version of Python that provided the :mod:`!cgi` module was `Python " 45 | "3.12 `_." 46 | msgstr "" 47 | "最後提供 :mod:`!cgi` 模組的 Python 版本是 `Python 3.12 `_。" 49 | -------------------------------------------------------------------------------- /library/cgitb.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/cgitb.rst:2 20 | msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts" 21 | msgstr ":mod:`!cgitb` --- CGI 腳本的回溯管理器 (traceback manager)" 22 | 23 | #: ../../library/cgitb.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/cgitb.rst:14 34 | msgid "" 35 | "A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. " 36 | "This is a copy of the cgi module, no longer maintained or supported by the " 37 | "core Python team." 38 | msgstr "" 39 | "可以改用 PyPI 上的模組 fork::pypi:`legacy-cgi`。這是 cgi 模組的一個複本,不" 40 | "再由 Python 核心團隊維護或支援。" 41 | 42 | #: ../../library/cgitb.rst:18 43 | msgid "" 44 | "The last version of Python that provided the :mod:`!cgitb` module was " 45 | "`Python 3.12 `_." 46 | msgstr "" 47 | "最後提供 :mod:`!cgitb` 模組的 Python 版本是 `Python 3.12 `_。" 49 | -------------------------------------------------------------------------------- /library/chunk.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/chunk.rst:2 20 | msgid ":mod:`!chunk` --- Read IFF chunked data" 21 | msgstr ":mod:`!chunk` --- 讀取 IFF 分塊資料" 22 | 23 | #: ../../library/chunk.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/chunk.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!chunk` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!chunk` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/cmdlinelibs.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # FIRST AUTHOR , YEAR. 4 | # 5 | #, fuzzy 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-12-29 11:18+0000\n" 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ../../library/cmdlinelibs.rst:5 21 | msgid "Command Line Interface Libraries" 22 | msgstr "命令列介面函式庫" 23 | 24 | #: ../../library/cmdlinelibs.rst:7 25 | msgid "" 26 | "The modules described in this chapter assist with implementing command line " 27 | "and terminal interfaces for applications." 28 | msgstr "本章節所描述的模組協助實作應用程式的命令列與終端介面。" 29 | 30 | #: ../../library/cmdlinelibs.rst:10 31 | msgid "Here's an overview:" 32 | msgstr "以下為概覽:" 33 | -------------------------------------------------------------------------------- /library/colorsys.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2016 6 | # Matt Wang , 2022 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-03 11:11+0800\n" 12 | "PO-Revision-Date: 2022-02-15 20:58+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0.1\n" 22 | 23 | #: ../../library/colorsys.rst:2 24 | msgid ":mod:`!colorsys` --- Conversions between color systems" 25 | msgstr ":mod:`!colorsys` --- 顏色系統間的轉換" 26 | 27 | #: ../../library/colorsys.rst:9 28 | msgid "**Source code:** :source:`Lib/colorsys.py`" 29 | msgstr "**原始碼:**\\ :source:`Lib/colorsys.py`" 30 | 31 | #: ../../library/colorsys.rst:13 32 | msgid "" 33 | "The :mod:`colorsys` module defines bidirectional conversions of color values " 34 | "between colors expressed in the RGB (Red Green Blue) color space used in " 35 | "computer monitors and three other coordinate systems: YIQ, HLS (Hue " 36 | "Lightness Saturation) and HSV (Hue Saturation Value). Coordinates in all of " 37 | "these color spaces are floating-point values. In the YIQ space, the Y " 38 | "coordinate is between 0 and 1, but the I and Q coordinates can be positive " 39 | "or negative. In all other spaces, the coordinates are all between 0 and 1." 40 | msgstr "" 41 | ":mod:`colorsys` 模組 (module) 定義了電腦顯示器所用的 RGB (紅綠藍)色彩空間與" 42 | "三種其他色彩座標系統:YIQ、HLS (色相、亮度、飽和度) 和 HSV (色相、 飽和度、 " 43 | "明度) 所表示的顏色值之間的雙向轉換。所有這些色彩空間的座標都使用浮點數值 " 44 | "(floating-point) 來表示。在 YIQ 空間中,Y 座標值為 0 和 1 之間,而 I 和 Q 座" 45 | "標均可以為正數或負數。在所有其他空間中,座標值均為 0 和 1 之間。" 46 | 47 | #: ../../library/colorsys.rst:23 48 | msgid "" 49 | "More information about color spaces can be found at https://poynton.ca/" 50 | "ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces." 51 | "htm." 52 | msgstr "" 53 | "有關色彩空間的更多資訊請見 https://poynton.ca/ColorFAQ.html 和 https://www." 54 | "cambridgeincolour.com/tutorials/color-spaces.htm。" 55 | 56 | #: ../../library/colorsys.rst:27 57 | msgid "The :mod:`colorsys` module defines the following functions:" 58 | msgstr ":mod:`colorsys` 模組定義了以下函式:" 59 | 60 | #: ../../library/colorsys.rst:32 61 | msgid "Convert the color from RGB coordinates to YIQ coordinates." 62 | msgstr "將顏色自 RGB 座標轉換至 YIQ 座標。" 63 | 64 | #: ../../library/colorsys.rst:37 65 | msgid "Convert the color from YIQ coordinates to RGB coordinates." 66 | msgstr "將顏色自 YIQ 座標轉換至 RGB 座標。" 67 | 68 | #: ../../library/colorsys.rst:42 69 | msgid "Convert the color from RGB coordinates to HLS coordinates." 70 | msgstr "將顏色自 RGB 座標轉換至 HLS 座標。" 71 | 72 | #: ../../library/colorsys.rst:47 73 | msgid "Convert the color from HLS coordinates to RGB coordinates." 74 | msgstr "將顏色自 HLS 座標轉換至 RGB 座標。" 75 | 76 | #: ../../library/colorsys.rst:52 77 | msgid "Convert the color from RGB coordinates to HSV coordinates." 78 | msgstr "將顏色自 RGB 座標轉換至 HSV 座標。" 79 | 80 | #: ../../library/colorsys.rst:57 81 | msgid "Convert the color from HSV coordinates to RGB coordinates." 82 | msgstr "將顏色自 HSV 座標轉換至 RGB 座標。" 83 | 84 | #: ../../library/colorsys.rst:59 85 | msgid "Example::" 86 | msgstr "範例: ::" 87 | 88 | #: ../../library/colorsys.rst:61 89 | msgid "" 90 | ">>> import colorsys\n" 91 | ">>> colorsys.rgb_to_hsv(0.2, 0.4, 0.4)\n" 92 | "(0.5, 0.5, 0.4)\n" 93 | ">>> colorsys.hsv_to_rgb(0.5, 0.5, 0.4)\n" 94 | "(0.2, 0.4, 0.4)" 95 | msgstr "" 96 | ">>> import colorsys\n" 97 | ">>> colorsys.rgb_to_hsv(0.2, 0.4, 0.4)\n" 98 | "(0.5, 0.5, 0.4)\n" 99 | ">>> colorsys.hsv_to_rgb(0.5, 0.5, 0.4)\n" 100 | "(0.2, 0.4, 0.4)" 101 | -------------------------------------------------------------------------------- /library/concurrency.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Matt Wang , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2021-09-13 00:11+0000\n" 12 | "PO-Revision-Date: 2021-11-23 13:36+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0\n" 22 | 23 | #: ../../library/concurrency.rst:5 24 | msgid "Concurrent Execution" 25 | msgstr "並行執行 (Concurrent Execution)" 26 | 27 | #: ../../library/concurrency.rst:7 28 | msgid "" 29 | "The modules described in this chapter provide support for concurrent " 30 | "execution of code. The appropriate choice of tool will depend on the task to " 31 | "be executed (CPU bound vs IO bound) and preferred style of development " 32 | "(event driven cooperative multitasking vs preemptive multitasking). Here's " 33 | "an overview:" 34 | msgstr "" 35 | "本章節描述的模組在程式的並行執行上提供支援。選擇要使用哪一個工具則取決於是執" 36 | "行什麼樣的任務(CPU 密集或 IO 密集)與偏好的開發風格(事件驅動協作式多工處理" 37 | "或搶占式多工處理)。以下為此章節總覽:" 38 | 39 | #: ../../library/concurrency.rst:27 40 | msgid "The following are support modules for some of the above services:" 41 | msgstr "以下是支援部份上述服務的模組:" 42 | -------------------------------------------------------------------------------- /library/concurrent.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Matt Wang , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2023-07-29 10:36+0000\n" 12 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/concurrent.rst:2 23 | msgid "The :mod:`!concurrent` package" 24 | msgstr ":mod:`!concurrent` 套件" 25 | 26 | #: ../../library/concurrent.rst:4 27 | msgid "Currently, there is only one module in this package:" 28 | msgstr "目前此套件只有一個模組:" 29 | 30 | #: ../../library/concurrent.rst:6 31 | msgid ":mod:`concurrent.futures` -- Launching parallel tasks" 32 | msgstr ":mod:`concurrent.futures` -- 啟動平行任務" 33 | -------------------------------------------------------------------------------- /library/copyreg.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2023, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2016 6 | # Matt Wang , 2023 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 12 | "PO-Revision-Date: 2023-12-29 00:29+0000\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/copyreg.rst:2 23 | msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions" 24 | msgstr ":mod:`!copyreg` --- 註冊 :mod:`pickle` 支援函式" 25 | 26 | #: ../../library/copyreg.rst:7 27 | msgid "**Source code:** :source:`Lib/copyreg.py`" 28 | msgstr "**原始碼:**\\ :source:`Lib/copyreg.py`" 29 | 30 | #: ../../library/copyreg.rst:15 31 | msgid "" 32 | "The :mod:`copyreg` module offers a way to define functions used while " 33 | "pickling specific objects. The :mod:`pickle` and :mod:`copy` modules use " 34 | "those functions when pickling/copying those objects. The module provides " 35 | "configuration information about object constructors which are not classes. " 36 | "Such constructors may be factory functions or class instances." 37 | msgstr "" 38 | ":mod:`copyreg` 模組提供了一種用以定義在 pickle 特定物件時使用之函式的方式。:" 39 | "mod:`pickle` 和 :mod:`copy` 模組在 pickle/copy 這些物件時使用這些函式。此模組" 40 | "提供有關非類別物件之建構函式的配置資訊。此類建構函式可以是工廠函式 (factory " 41 | "function) 或類別實例。" 42 | 43 | #: ../../library/copyreg.rst:24 44 | msgid "" 45 | "Declares *object* to be a valid constructor. If *object* is not callable " 46 | "(and hence not valid as a constructor), raises :exc:`TypeError`." 47 | msgstr "" 48 | "宣告 *object* 是一個有效的建構函式。如果 *object* 不可呼叫(因此不可作為有效" 49 | "的建構函式),則會引發 :exc:`TypeError`。" 50 | 51 | #: ../../library/copyreg.rst:30 52 | msgid "" 53 | "Declares that *function* should be used as a \"reduction\" function for " 54 | "objects of type *type*. *function* must return either a string or a tuple " 55 | "containing between two and six elements. See the :attr:`~pickle.Pickler." 56 | "dispatch_table` for more details on the interface of *function*." 57 | msgstr "" 58 | "宣告 *function* 應該用作 *type* 型別之物件的「歸約 (\"reduction\")」函式。" 59 | "*function* 必須回傳字串或包含 2 到 6 個元素的元組。有關 *function* 介面的更多" 60 | "詳細資訊,請參閱 :attr:`~pickle.Pickler.dispatch_table`。" 61 | 62 | #: ../../library/copyreg.rst:35 63 | msgid "" 64 | "The *constructor_ob* parameter is a legacy feature and is now ignored, but " 65 | "if passed it must be a callable." 66 | msgstr "" 67 | "*constructor_ob* 參數是一個遺留功能,現在已被忽略,但如果要傳遞它的話則必須是" 68 | "個可呼叫物件。" 69 | 70 | #: ../../library/copyreg.rst:38 71 | msgid "" 72 | "Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a pickler " 73 | "object or subclass of :class:`pickle.Pickler` can also be used for declaring " 74 | "reduction functions." 75 | msgstr "" 76 | "請注意,pickler 物件或 :class:`pickle.Pickler` 子類別的 :attr:`~pickle." 77 | "Pickler.dispatch_table` 屬性也可用於宣告歸約函式。" 78 | 79 | #: ../../library/copyreg.rst:43 80 | msgid "Example" 81 | msgstr "範例" 82 | 83 | #: ../../library/copyreg.rst:45 84 | msgid "" 85 | "The example below would like to show how to register a pickle function and " 86 | "how it will be used:" 87 | msgstr "下面範例展示如何註冊一個 pickle 函式以及如何使用它:" 88 | 89 | #: ../../library/copyreg.rst:9 90 | msgid "module" 91 | msgstr "module(模組)" 92 | 93 | #: ../../library/copyreg.rst:9 94 | msgid "pickle" 95 | msgstr "pickle" 96 | 97 | #: ../../library/copyreg.rst:9 98 | msgid "copy" 99 | msgstr "copy(複製)" 100 | -------------------------------------------------------------------------------- /library/crypt.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/crypt.rst:2 20 | msgid ":mod:`!crypt` --- Function to check Unix passwords" 21 | msgstr ":mod:`!crypt` --- 用於檢查 Unix 密碼的函式" 22 | 23 | #: ../../library/crypt.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/crypt.rst:14 34 | msgid "" 35 | "Applications can use the :mod:`hashlib` module from the standard library. " 36 | "Other possible replacements are third-party libraries from PyPI: :pypi:" 37 | "`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. " 38 | "These are not supported or maintained by the Python core team." 39 | msgstr "" 40 | "應用程式可以改用標準函式庫中的 :mod:`hashlib` 模組。其他可能的替代方案是 " 41 | "PyPI 上的第三方庫::pypi:`legacycrypt`、:pypi:`bcrypt`、:pypi:`argon2-cffi` " 42 | "或 :pypi:`passlib`。這些函式庫並不受 Python 核心團隊支援或維護。" 43 | 44 | #: ../../library/crypt.rst:19 45 | msgid "" 46 | "The last version of Python that provided the :mod:`!crypt` module was " 47 | "`Python 3.12 `_." 48 | msgstr "" 49 | "最後提供 :mod:`!crypt` 模組的 Python 版本是 `Python 3.12 `_。" 51 | -------------------------------------------------------------------------------- /library/crypto.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 11 | "PO-Revision-Date: 2022-02-15 18:06+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/crypto.rst:5 23 | msgid "Cryptographic Services" 24 | msgstr "加密服務" 25 | 26 | #: ../../library/crypto.rst:9 27 | msgid "" 28 | "The modules described in this chapter implement various algorithms of a " 29 | "cryptographic nature. They are available at the discretion of the " 30 | "installation. Here's an overview:" 31 | msgstr "" 32 | "本章所描述的模組實作了多種加密演算法。它們可以在安裝時選擇是否一同安裝。以下" 33 | "為概述:" 34 | 35 | #: ../../library/crypto.rst:7 36 | msgid "cryptography" 37 | msgstr "cryptography(密碼學)" 38 | -------------------------------------------------------------------------------- /library/custominterp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2022-07-06 00:17+0000\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/custominterp.rst:5 22 | msgid "Custom Python Interpreters" 23 | msgstr "自訂 Python 直譯器" 24 | 25 | #: ../../library/custominterp.rst:7 26 | msgid "" 27 | "The modules described in this chapter allow writing interfaces similar to " 28 | "Python's interactive interpreter. If you want a Python interpreter that " 29 | "supports some special feature in addition to the Python language, you should " 30 | "look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " 31 | "used to support compiling a possibly incomplete chunk of Python code.)" 32 | msgstr "" 33 | 34 | #: ../../library/custominterp.rst:13 35 | msgid "The full list of modules described in this chapter is:" 36 | msgstr "本章節所描述的模組清單為:" 37 | -------------------------------------------------------------------------------- /library/datatypes.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2020-06-20 18:08+0800\n" 10 | "PO-Revision-Date: 2022-02-11 12:12+0800\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | "X-Generator: Poedit 3.0.1\n" 20 | 21 | #: ../../library/datatypes.rst:5 22 | msgid "Data Types" 23 | msgstr "資料型別" 24 | 25 | #: ../../library/datatypes.rst:7 26 | msgid "" 27 | "The modules described in this chapter provide a variety of specialized data " 28 | "types such as dates and times, fixed-type arrays, heap queues, double-ended " 29 | "queues, and enumerations." 30 | msgstr "" 31 | "本章節所描述的模組 (module) 提供了多樣的專門資料型別,例如日期與時間、固定型" 32 | "別陣列 (fixed-type arrays)、堆積佇列 (heap queues)、雙端佇列 (double-ended " 33 | "queues) 與列舉 (enumerations)。" 34 | 35 | #: ../../library/datatypes.rst:11 36 | msgid "" 37 | "Python also provides some built-in data types, in particular, :class:" 38 | "`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:" 39 | "`tuple`. The :class:`str` class is used to hold Unicode strings, and the :" 40 | "class:`bytes` and :class:`bytearray` classes are used to hold binary data." 41 | msgstr "" 42 | "Python 也有提供一些內建資料型別,特別是 :class:`dict`、:class:`list`、:class:" 43 | "`set` 與 :class:`frozenset` 和 :class:`tuple`。:class:`str` 類別是用來儲存 " 44 | "Unicode 字串,:class:`bytes` 與 :class:`bytearray` 類別則是用來儲存二進位制資" 45 | "料。" 46 | 47 | #: ../../library/datatypes.rst:17 48 | msgid "The following modules are documented in this chapter:" 49 | msgstr "本章節包含下列模組的文件:" 50 | -------------------------------------------------------------------------------- /library/debug.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Liang-Bo Wang , 2015 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-06-20 18:08+0800\n" 12 | "PO-Revision-Date: 2021-12-08 00:47+0800\n" 13 | "Last-Translator: Jordan Su \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0\n" 22 | 23 | #: ../../library/debug.rst:3 24 | msgid "Debugging and Profiling" 25 | msgstr "除錯與效能分析" 26 | 27 | #: ../../library/debug.rst:5 28 | msgid "" 29 | "These libraries help you with Python development: the debugger enables you " 30 | "to step through code, analyze stack frames and set breakpoints etc., and the " 31 | "profilers run code and give you a detailed breakdown of execution times, " 32 | "allowing you to identify bottlenecks in your programs. Auditing events " 33 | "provide visibility into runtime behaviors that would otherwise require " 34 | "intrusive debugging or patching." 35 | msgstr "" 36 | "這些函式庫幫助你進行 Python 程式開發:除錯器允許你在程式碼中單步 (step) 執" 37 | "行、分析堆疊框 (stack frames) 以及設置中斷點 (breakpoints) 等,效能分析工具執" 38 | "行程式碼並提供關於執行時間的詳細分析,讓你找到程式中的瓶頸 (bottlenecks)。事" 39 | "件稽核 (auditing events) 提供執行時期行為的可見性,否則的話可能需要更侵入性的" 40 | "除錯或修補。" 41 | -------------------------------------------------------------------------------- /library/development.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/development.rst:5 23 | msgid "Development Tools" 24 | msgstr "開發工具" 25 | 26 | #: ../../library/development.rst:7 27 | msgid "" 28 | "The modules described in this chapter help you write software. For example, " 29 | "the :mod:`pydoc` module takes a module and generates documentation based on " 30 | "the module's contents. The :mod:`doctest` and :mod:`unittest` modules " 31 | "contains frameworks for writing unit tests that automatically exercise code " 32 | "and verify that the expected output is produced." 33 | msgstr "" 34 | "本章所描述的模組可以幫助你編寫軟體。例如 :mod:`pydoc` 模組可以根據模組的內容" 35 | "生成文件;:mod:`doctest` 和 :mod:`unittest` 模組則包含編寫單元測試的框架,這" 36 | "些測試程式碼會自動執行並驗證輸出結果是否正確。" 37 | 38 | #: ../../library/development.rst:13 39 | msgid "The list of modules described in this chapter is:" 40 | msgstr "本章節所描述的模組列表為:" 41 | -------------------------------------------------------------------------------- /library/distribution.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2018-05-23 14:43+0000\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/distribution.rst:3 23 | msgid "Software Packaging and Distribution" 24 | msgstr "軟體封裝與發布" 25 | 26 | #: ../../library/distribution.rst:5 27 | msgid "" 28 | "These libraries help you with publishing and installing Python software. " 29 | "While these modules are designed to work in conjunction with the `Python " 30 | "Package Index `__, they can also be used with a local " 31 | "index server, or without any index server at all." 32 | msgstr "" 33 | "這些函式庫可以幫助你發布和安裝 Python 軟體。雖然這些模組設計是為了與 `Python " 34 | "套件索引 (Python Package Index) `__ 結合使用,但它們也可以" 35 | "搭配本地索引伺服器,甚至可以在沒有任何索引伺服器的情況下使用。" 36 | -------------------------------------------------------------------------------- /library/distutils.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/distutils.rst:2 20 | msgid ":mod:`!distutils` --- Building and installing Python modules" 21 | msgstr ":mod:`!distutils` --- 建置與安裝 Python 模組" 22 | 23 | #: ../../library/distutils.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.10. The removal was decided in :pep:`632`, which has " 28 | "`migration advice `_." 29 | msgstr "" 30 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.10 中被棄用,並\\ :" 31 | "ref:`已在 Python 3.12 中被移除 `。它的移除是" 32 | "在 :pep:`632` 中決定的,該 PEP 附有\\ `遷移建議 `_。" 34 | 35 | #: ../../library/distutils.rst:16 36 | msgid "" 37 | "The last version of Python that provided the :mod:`!distutils` module was " 38 | "`Python 3.11 `_." 39 | msgstr "" 40 | "最後提供 :mod:`!distutils` 模組的 Python 版本是 `Python 3.11 `_。" 42 | -------------------------------------------------------------------------------- /library/fileformats.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/fileformats.rst:5 23 | msgid "File Formats" 24 | msgstr "檔案格式" 25 | 26 | #: ../../library/fileformats.rst:7 27 | msgid "" 28 | "The modules described in this chapter parse various miscellaneous file " 29 | "formats that aren't markup languages and are not related to e-mail." 30 | msgstr "" 31 | -------------------------------------------------------------------------------- /library/filesys.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Leon H., 2017 6 | # Allen Wu , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-12-29 11:18+0000\n" 12 | "PO-Revision-Date: 2021-11-22 20:13+0800\n" 13 | "Last-Translator: Allen Wu \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0\n" 22 | 23 | #: ../../library/filesys.rst:5 24 | msgid "File and Directory Access" 25 | msgstr "檔案與目錄存取" 26 | 27 | #: ../../library/filesys.rst:7 28 | msgid "" 29 | "The modules described in this chapter deal with disk files and directories. " 30 | "For example, there are modules for reading the properties of files, " 31 | "manipulating paths in a portable way, and creating temporary files. The " 32 | "full list of modules in this chapter is:" 33 | msgstr "" 34 | "本章中描述的 module(模組)用於處理硬碟檔案和目錄。例如,有一些 module 用於讀" 35 | "取檔案的屬性、以可攜 (portable) 方式操作路徑以及建立暫存檔。本章中的完整 " 36 | "module 清單是:" 37 | 38 | #: ../../library/filesys.rst:28 39 | msgid "Module :mod:`os`" 40 | msgstr "Module :mod:`os`" 41 | 42 | #: ../../library/filesys.rst:29 43 | msgid "" 44 | "Operating system interfaces, including functions to work with files at a " 45 | "lower level than Python :term:`file objects `." 46 | msgstr "" 47 | "作業系統介面,包括處理比 Python :term:`檔案物件 `\\ 更低階檔案的" 48 | "函式。" 49 | 50 | #: ../../library/filesys.rst:32 51 | msgid "Module :mod:`io`" 52 | msgstr "Module :mod:`io`" 53 | 54 | #: ../../library/filesys.rst:33 55 | msgid "" 56 | "Python's built-in I/O library, including both abstract classes and some " 57 | "concrete classes such as file I/O." 58 | msgstr "" 59 | "Python 的內建 I/O 函式庫,包含抽象類別和一些具體類別 (concrete class),如檔" 60 | "案 I/O。" 61 | 62 | #: ../../library/filesys.rst:36 63 | msgid "Built-in function :func:`open`" 64 | msgstr "內建函式 :func:`open`" 65 | 66 | #: ../../library/filesys.rst:37 67 | msgid "The standard way to open files for reading and writing with Python." 68 | msgstr "使用 Python 打開檔案以進行讀寫檔案的標準方法。" 69 | -------------------------------------------------------------------------------- /library/frameworks.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/frameworks.rst:5 23 | msgid "Program Frameworks" 24 | msgstr "程式框架" 25 | 26 | #: ../../library/frameworks.rst:7 27 | msgid "" 28 | "The modules described in this chapter are frameworks that will largely " 29 | "dictate the structure of your program. Currently the modules described " 30 | "here are all oriented toward writing command-line interfaces." 31 | msgstr "" 32 | 33 | #: ../../library/frameworks.rst:11 34 | msgid "The full list of modules described in this chapter is:" 35 | msgstr "完整的模組列表為:" 36 | -------------------------------------------------------------------------------- /library/functional.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Leon H., 2017 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 12 | "Last-Translator: Leon H.\n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/functional.rst:3 22 | msgid "Functional Programming Modules" 23 | msgstr "函式程式設計模組" 24 | 25 | #: ../../library/functional.rst:5 26 | msgid "" 27 | "The modules described in this chapter provide functions and classes that " 28 | "support a functional programming style, and general operations on callables." 29 | msgstr "" 30 | "本章節所描述的模組提供了支援函式程式設計風格的函式和類別,以及對可呼叫物件的" 31 | "一般操作。" 32 | 33 | #: ../../library/functional.rst:8 34 | msgid "The following modules are documented in this chapter:" 35 | msgstr "本章包含下列的模組:" 36 | -------------------------------------------------------------------------------- /library/grp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-10-11 00:13+0000\n" 11 | "PO-Revision-Date: 2018-05-23 16:02+0000\n" 12 | "Last-Translator: Adrian Liaw \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/grp.rst:2 22 | msgid ":mod:`!grp` --- The group database" 23 | msgstr ":mod:`!grp` --- 群組資料庫" 24 | 25 | #: ../../library/grp.rst:10 26 | msgid "" 27 | "This module provides access to the Unix group database. It is available on " 28 | "all Unix versions." 29 | msgstr "" 30 | 31 | #: ../../library/grp.rst:13 32 | msgid "Availability" 33 | msgstr "" 34 | 35 | #: ../../library/grp.rst:15 36 | msgid "" 37 | "Group database entries are reported as a tuple-like object, whose attributes " 38 | "correspond to the members of the ``group`` structure (Attribute field below, " 39 | "see ````):" 40 | msgstr "" 41 | 42 | #: ../../library/grp.rst:20 43 | msgid "Index" 44 | msgstr "" 45 | 46 | #: ../../library/grp.rst:20 47 | msgid "Attribute" 48 | msgstr "屬性" 49 | 50 | #: ../../library/grp.rst:20 51 | msgid "Meaning" 52 | msgstr "含義" 53 | 54 | #: ../../library/grp.rst:22 55 | msgid "0" 56 | msgstr "0" 57 | 58 | #: ../../library/grp.rst:22 59 | msgid "gr_name" 60 | msgstr "gr_name" 61 | 62 | #: ../../library/grp.rst:22 63 | msgid "the name of the group" 64 | msgstr "" 65 | 66 | #: ../../library/grp.rst:24 67 | msgid "1" 68 | msgstr "1" 69 | 70 | #: ../../library/grp.rst:24 71 | msgid "gr_passwd" 72 | msgstr "gr_passwd" 73 | 74 | #: ../../library/grp.rst:24 75 | msgid "the (encrypted) group password; often empty" 76 | msgstr "" 77 | 78 | #: ../../library/grp.rst:27 79 | msgid "2" 80 | msgstr "2" 81 | 82 | #: ../../library/grp.rst:27 83 | msgid "gr_gid" 84 | msgstr "gr_gid" 85 | 86 | #: ../../library/grp.rst:27 87 | msgid "the numerical group ID" 88 | msgstr "" 89 | 90 | #: ../../library/grp.rst:29 91 | msgid "3" 92 | msgstr "3" 93 | 94 | #: ../../library/grp.rst:29 95 | msgid "gr_mem" 96 | msgstr "gr_mem" 97 | 98 | #: ../../library/grp.rst:29 99 | msgid "all the group member's user names" 100 | msgstr "" 101 | 102 | #: ../../library/grp.rst:33 103 | msgid "" 104 | "The gid is an integer, name and password are strings, and the member list is " 105 | "a list of strings. (Note that most users are not explicitly listed as " 106 | "members of the group they are in according to the password database. Check " 107 | "both databases to get complete membership information. Also note that a " 108 | "``gr_name`` that starts with a ``+`` or ``-`` is likely to be a YP/NIS " 109 | "reference and may not be accessible via :func:`getgrnam` or :func:" 110 | "`getgrgid`.)" 111 | msgstr "" 112 | 113 | #: ../../library/grp.rst:40 114 | msgid "It defines the following items:" 115 | msgstr "" 116 | 117 | #: ../../library/grp.rst:45 118 | msgid "" 119 | "Return the group database entry for the given numeric group ID. :exc:" 120 | "`KeyError` is raised if the entry asked for cannot be found." 121 | msgstr "" 122 | 123 | #: ../../library/grp.rst:48 124 | msgid "" 125 | ":exc:`TypeError` is raised for non-integer arguments like floats or strings." 126 | msgstr "" 127 | 128 | #: ../../library/grp.rst:53 129 | msgid "" 130 | "Return the group database entry for the given group name. :exc:`KeyError` is " 131 | "raised if the entry asked for cannot be found." 132 | msgstr "" 133 | 134 | #: ../../library/grp.rst:59 135 | msgid "Return a list of all available group entries, in arbitrary order." 136 | msgstr "" 137 | 138 | #: ../../library/grp.rst:64 139 | msgid "Module :mod:`pwd`" 140 | msgstr ":mod:`pwd` 模組" 141 | 142 | #: ../../library/grp.rst:65 143 | msgid "An interface to the user database, similar to this." 144 | msgstr "" 145 | -------------------------------------------------------------------------------- /library/html.entities.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2017 6 | # Matt Wang , 2022 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 12 | "PO-Revision-Date: 2022-06-27 09:38+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.1\n" 22 | 23 | #: ../../library/html.entities.rst:2 24 | msgid ":mod:`!html.entities` --- Definitions of HTML general entities" 25 | msgstr ":mod:`!html.entities` --- HTML 一般實體的定義" 26 | 27 | #: ../../library/html.entities.rst:9 28 | msgid "**Source code:** :source:`Lib/html/entities.py`" 29 | msgstr "**原始碼:**\\ :source:`Lib/html/entities.py`" 30 | 31 | #: ../../library/html.entities.rst:13 32 | msgid "" 33 | "This module defines four dictionaries, :data:`html5`, :data:" 34 | "`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`." 35 | msgstr "" 36 | "該 module(模組)定義了四個字典::data:`html5`、:data:`name2codepoint`、:" 37 | "data:`codepoint2name` 以及 :data:`entitydefs`。" 38 | 39 | #: ../../library/html.entities.rst:19 40 | msgid "" 41 | "A dictionary that maps HTML5 named character references [#]_ to the " 42 | "equivalent Unicode character(s), e.g. ``html5['gt;'] == '>'``. Note that the " 43 | "trailing semicolon is included in the name (e.g. ``'gt;'``), however some of " 44 | "the names are accepted by the standard even without the semicolon: in this " 45 | "case the name is present with and without the ``';'``. See also :func:`html." 46 | "unescape`." 47 | msgstr "" 48 | "將 HTML5 命名字元引用 [#]_ 對映到同等 Unicode 字元的字典,例如 " 49 | "``html5['gt;'] == '>'``。請注意,後面的的分號包含在名稱中(例如 ``'gt;'``)," 50 | "但有些名稱即使沒有分號也會被此標準接受:在這種情況下,名稱可帶有或不帶有 " 51 | "``';'``。請見 :func:`html.unescape`。" 52 | 53 | #: ../../library/html.entities.rst:31 54 | msgid "" 55 | "A dictionary mapping XHTML 1.0 entity definitions to their replacement text " 56 | "in ISO Latin-1." 57 | msgstr "將 XHTML 1.0 實體定義對映到 ISO Latin-1 中的替換文字的字典。" 58 | 59 | #: ../../library/html.entities.rst:37 60 | msgid "A dictionary that maps HTML4 entity names to the Unicode code points." 61 | msgstr "將 HTML4 實體名稱對映到 Unicode 程式點的字典。" 62 | 63 | #: ../../library/html.entities.rst:42 64 | msgid "A dictionary that maps Unicode code points to HTML4 entity names." 65 | msgstr "將 Unicode 程式點對映到 HTML4 實體名稱的字典。" 66 | 67 | #: ../../library/html.entities.rst:46 68 | msgid "Footnotes" 69 | msgstr "註解" 70 | 71 | #: ../../library/html.entities.rst:47 72 | msgid "" 73 | "See https://html.spec.whatwg.org/multipage/named-characters.html#named-" 74 | "character-references" 75 | msgstr "" 76 | "請見 https://html.spec.whatwg.org/multipage/named-characters.html#named-" 77 | "character-references" 78 | -------------------------------------------------------------------------------- /library/html.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/html.rst:2 22 | msgid ":mod:`!html` --- HyperText Markup Language support" 23 | msgstr ":mod:`!html` --- 超文本標記語言 (HTML) 支援" 24 | 25 | #: ../../library/html.rst:7 26 | msgid "**Source code:** :source:`Lib/html/__init__.py`" 27 | msgstr "**原始碼:**\\ :source:`Lib/html/__init__.py`" 28 | 29 | #: ../../library/html.rst:11 30 | msgid "This module defines utilities to manipulate HTML." 31 | msgstr "此模組定義了操作 HTML 的工具。" 32 | 33 | #: ../../library/html.rst:15 34 | msgid "" 35 | "Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe " 36 | "sequences. Use this if you need to display text that might contain such " 37 | "characters in HTML. If the optional flag *quote* is true, the characters " 38 | "(``\"``) and (``'``) are also translated; this helps for inclusion in an " 39 | "HTML attribute value delimited by quotes, as in ````." 40 | msgstr "" 41 | "將字串 *s* 中的 ``&``、``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列 " 42 | "(sequence)。如果你需要在 HTML 中顯示可能包含這些字元的文字,可以使用這個函" 43 | "式。如果選擇性的旗標 *quote* 為 true,則 (``\"``) 與 (``'``) 字元也會被轉換;" 44 | "這樣能包含在 HTML 中,被引號分隔的屬性值,如 ```` 。" 45 | 46 | #: ../../library/html.rst:26 47 | msgid "" 48 | "Convert all named and numeric character references (e.g. ``>``, " 49 | "``>``, ``>``) in the string *s* to the corresponding Unicode " 50 | "characters. This function uses the rules defined by the HTML 5 standard for " 51 | "both valid and invalid character references, and the :data:`list of HTML 5 " 52 | "named character references `." 53 | msgstr "" 54 | "將字串 *s* 中所有附名 (named) 且為數值的 (numeric) 字元參照(如: ``>``、 " 55 | "``>``、``>`` )轉換為對應的 Unicode 字元。此函式針對有效及無效的字元" 56 | "參照,皆使用 HTML 5 標準所定義的規則,以及 :data:`HTML 5 附名字元參照清單 " 57 | "` 。" 58 | 59 | #: ../../library/html.rst:36 60 | msgid "Submodules in the ``html`` package are:" 61 | msgstr "``html`` 套件中的子模組為:" 62 | 63 | #: ../../library/html.rst:38 64 | msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode" 65 | msgstr ":mod:`html.parser` -- 帶有寬鬆剖析模式的 HTML/XHTML 剖析器" 66 | 67 | #: ../../library/html.rst:39 68 | msgid ":mod:`html.entities` -- HTML entity definitions" 69 | msgstr ":mod:`html.entities` -- HTML 實體的定義" 70 | -------------------------------------------------------------------------------- /library/i18n.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:26+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/i18n.rst:5 23 | msgid "Internationalization" 24 | msgstr "國際化" 25 | 26 | #: ../../library/i18n.rst:7 27 | msgid "" 28 | "The modules described in this chapter help you write software that is " 29 | "independent of language and locale by providing mechanisms for selecting a " 30 | "language to be used in program messages or by tailoring output to match " 31 | "local conventions." 32 | msgstr "" 33 | "本章所描述的模組透過提供用於程式訊息中語言的選擇機制或是調整輸出以符合當地慣" 34 | "例,來幫助你編寫不依賴語言和地區設定的軟體" 35 | 36 | #: ../../library/i18n.rst:12 37 | msgid "The list of modules described in this chapter is:" 38 | msgstr "本章節所描述的模組列表為:" 39 | -------------------------------------------------------------------------------- /library/imghdr.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/imghdr.rst:2 20 | msgid ":mod:`!imghdr` --- Determine the type of an image" 21 | msgstr ":mod:`imghdr` --- 判定圖片種類" 22 | 23 | #: ../../library/imghdr.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/imghdr.rst:14 34 | msgid "" 35 | "Possible replacements are third-party libraries from PyPI: :pypi:" 36 | "`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These are not " 37 | "supported or maintained by the Python core team." 38 | msgstr "" 39 | "可能的替代方案是 PyPI 上的第三方函式庫::pypi:`filetype`、:pypi:`puremagic` " 40 | "或 :pypi:`python-magic`。它們並不受 Python 核心團隊支援或維護。" 41 | 42 | #: ../../library/imghdr.rst:18 43 | msgid "" 44 | "The last version of Python that provided the :mod:`!imghdr` module was " 45 | "`Python 3.12 `_." 46 | msgstr "" 47 | "最後提供 :mod:`!imghdr` 模組的 Python 版本是 `Python 3.12 `_。" 49 | -------------------------------------------------------------------------------- /library/imp.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/imp.rst:2 20 | msgid ":mod:`!imp` --- Access the import internals" 21 | msgstr ":mod:`!imp` --- 存取引入系統內層" 22 | 23 | #: ../../library/imp.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.4." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.4 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.12 中被移除 `。" 31 | 32 | #: ../../library/imp.rst:14 33 | msgid "" 34 | "The :ref:`removal notice ` includes guidance for " 35 | "migrating code from :mod:`!imp` to :mod:`importlib`." 36 | msgstr "" 37 | "其\\ :ref:`移除通知 `\\ 包含了從 :mod:`!imp` 遷移" 38 | "至 :mod:`importlib` 的指引。" 39 | 40 | #: ../../library/imp.rst:17 41 | msgid "" 42 | "The last version of Python that provided the :mod:`!imp` module was `Python " 43 | "3.11 `_." 44 | msgstr "" 45 | "最後提供 :mod:`!imp` 模組的 Python 版本是 `Python 3.11 `_。" 47 | -------------------------------------------------------------------------------- /library/index.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2015-2016 6 | # Frank Jheng , 2015 7 | # Steven Hsu , 2021 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2022-11-10 00:19+0000\n" 13 | "PO-Revision-Date: 2021-07-04 22:55+0800\n" 14 | "Last-Translator: Adrian Liaw \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | "X-Generator: Poedit 2.4.3\n" 23 | 24 | #: ../../library/index.rst:5 25 | msgid "The Python Standard Library" 26 | msgstr "Python 標準函式庫 (Standard Library)" 27 | 28 | #: ../../library/index.rst:7 29 | msgid "" 30 | "While :ref:`reference-index` describes the exact syntax and semantics of the " 31 | "Python language, this library reference manual describes the standard " 32 | "library that is distributed with Python. It also describes some of the " 33 | "optional components that are commonly included in Python distributions." 34 | msgstr "" 35 | ":ref:`reference-index`\\ 說明 Python 這門語言確切的文法及語意,而這份函式庫參" 36 | "考手冊則是說明隨著 Python 一起發佈的標準函式庫,除此之外,其內容也包含一些時" 37 | "常出現在 Python 發佈版本中的非必要套件。" 38 | 39 | #: ../../library/index.rst:13 40 | msgid "" 41 | "Python's standard library is very extensive, offering a wide range of " 42 | "facilities as indicated by the long table of contents listed below. The " 43 | "library contains built-in modules (written in C) that provide access to " 44 | "system functionality such as file I/O that would otherwise be inaccessible " 45 | "to Python programmers, as well as modules written in Python that provide " 46 | "standardized solutions for many problems that occur in everyday programming. " 47 | "Some of these modules are explicitly designed to encourage and enhance the " 48 | "portability of Python programs by abstracting away platform-specifics into " 49 | "platform-neutral APIs." 50 | msgstr "" 51 | "Python 的標準函式庫是非常龐大的,其提供了如下所述極多且涵蓋用途極廣的許多模" 52 | "組。包含一些用 C 語言撰寫,可以操作像是檔案讀寫等系統相關功能的內建模組,當然" 53 | "也有用 Python 撰寫,並使用標準解法解決許多常見問題的模組。其中有些模組則是特" 54 | "別針對 Python 的可攜性去設計的,為此特地將一些平台特殊相依性的功能抽象化成可" 55 | "跨平台的 API。" 56 | 57 | #: ../../library/index.rst:23 58 | msgid "" 59 | "The Python installers for the Windows platform usually include the entire " 60 | "standard library and often also include many additional components. For Unix-" 61 | "like operating systems Python is normally provided as a collection of " 62 | "packages, so it may be necessary to use the packaging tools provided with " 63 | "the operating system to obtain some or all of the optional components." 64 | msgstr "" 65 | "Python 的 Windows 安裝檔基本上包含整個標準函式庫,且通常也包含許多附加的組" 66 | "件;而在類 Unix 作業系統方面,Python 通常是以一系列的套件被安裝,因此對於某些" 67 | "或全部的可選組件,可能都必須使用該作業系統提供的套件管理工具來安裝。" 68 | 69 | #: ../../library/index.rst:30 70 | msgid "" 71 | "In addition to the standard library, there is an active collection of " 72 | "hundreds of thousands of components (from individual programs and modules to " 73 | "packages and entire application development frameworks), available from the " 74 | "`Python Package Index `_." 75 | msgstr "" 76 | "在標準函式庫之外,還有成千上萬且不斷增加的組件(從個別的程式、模組、套件到完" 77 | "整的應用程式開發框架),可以從 `Python 套件索引 (Python Package Index) " 78 | "`_ 中取得。" 79 | -------------------------------------------------------------------------------- /library/internet.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2023-05-09 00:15+0000\n" 11 | "PO-Revision-Date: 2023-08-15 22:14+0800\n" 12 | "Last-Translator: Griiid \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.3.2\n" 21 | 22 | #: ../../library/internet.rst:5 23 | msgid "Internet Protocols and Support" 24 | msgstr "網路協定 (Internet protocols) 及支援" 25 | 26 | #: ../../library/internet.rst:14 27 | msgid "" 28 | "The modules described in this chapter implement internet protocols and " 29 | "support for related technology. They are all implemented in Python. Most of " 30 | "these modules require the presence of the system-dependent module :mod:" 31 | "`socket`, which is currently supported on most popular platforms. Here is " 32 | "an overview:" 33 | msgstr "" 34 | "這個章節講述的模組實作了網路協定及相關技術的支援;他們全都是用 Python 實作" 35 | "的。這裡的大多數模組都需要相依於系統的模組 :mod:`socket`,目前普遍的平台都支" 36 | "援該模組。 以下為概述:" 37 | 38 | #: ../../library/internet.rst:7 39 | msgid "WWW" 40 | msgstr "WWW" 41 | 42 | #: ../../library/internet.rst:7 43 | msgid "Internet" 44 | msgstr "Internet(網際網路)" 45 | 46 | #: ../../library/internet.rst:7 47 | msgid "World Wide Web" 48 | msgstr "World Wide Web (全球資訊網)" 49 | 50 | #: ../../library/internet.rst:12 51 | msgid "module" 52 | msgstr "module(模組)" 53 | 54 | #: ../../library/internet.rst:12 55 | msgid "socket" 56 | msgstr "socket" 57 | -------------------------------------------------------------------------------- /library/ipc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-09-20 15:25+0800\n" 11 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/ipc.rst:5 22 | msgid "Networking and Interprocess Communication" 23 | msgstr "" 24 | 25 | #: ../../library/ipc.rst:7 26 | msgid "" 27 | "The modules described in this chapter provide mechanisms for networking and " 28 | "inter-processes communication." 29 | msgstr "" 30 | 31 | #: ../../library/ipc.rst:10 32 | msgid "" 33 | "Some modules only work for two processes that are on the same machine, e.g. :" 34 | "mod:`signal` and :mod:`mmap`. Other modules support networking protocols " 35 | "that two or more processes can use to communicate across machines." 36 | msgstr "" 37 | 38 | #: ../../library/ipc.rst:14 39 | msgid "The list of modules described in this chapter is:" 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /library/keyword.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2015 6 | # Matt Wang , 2022 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 12 | "PO-Revision-Date: 2022-01-18 14:55+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.0.1\n" 22 | 23 | #: ../../library/keyword.rst:2 24 | msgid ":mod:`!keyword` --- Testing for Python keywords" 25 | msgstr ":mod:`!keyword` --- 檢驗 Python 關鍵字" 26 | 27 | #: ../../library/keyword.rst:7 28 | msgid "**Source code:** :source:`Lib/keyword.py`" 29 | msgstr "**原始碼:**\\ :source:`Lib/keyword.py`" 30 | 31 | #: ../../library/keyword.rst:11 32 | msgid "" 33 | "This module allows a Python program to determine if a string is a :ref:" 34 | "`keyword ` or :ref:`soft keyword `." 35 | msgstr "" 36 | "此模組允許 Python 程式確定某個字串是否為\\ :ref:`關鍵字 ` 或\\ :" 37 | "ref:`軟關鍵字 (soft keyword) `。" 38 | 39 | #: ../../library/keyword.rst:17 40 | msgid "Return ``True`` if *s* is a Python :ref:`keyword `." 41 | msgstr "如果 *s* 是一個 Python :ref:`關鍵字 `\\ 則回傳 ``True``。" 42 | 43 | #: ../../library/keyword.rst:22 44 | msgid "" 45 | "Sequence containing all the :ref:`keywords ` defined for the " 46 | "interpreter. If any keywords are defined to only be active when particular :" 47 | "mod:`__future__` statements are in effect, these will be included as well." 48 | msgstr "" 49 | "包含直譯器定義的所有 :ref:`關鍵字 ` 的序列。如果所定義的任何關鍵字" 50 | "僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。" 51 | 52 | #: ../../library/keyword.rst:29 53 | msgid "Return ``True`` if *s* is a Python :ref:`soft keyword `." 54 | msgstr "" 55 | "如果 *s* 是一個 Python :ref:`軟關鍵字 ` 則回傳 ``True``。" 56 | 57 | #: ../../library/keyword.rst:36 58 | msgid "" 59 | "Sequence containing all the :ref:`soft keywords ` defined for " 60 | "the interpreter. If any soft keywords are defined to only be active when " 61 | "particular :mod:`__future__` statements are in effect, these will be " 62 | "included as well." 63 | msgstr "" 64 | "包含直譯器定義的所有 :ref:`軟關鍵字 ` 的序列。如果所定義的任何" 65 | "軟關鍵字僅在特定 :mod:`__future__` 陳述式生效時被啟用,它們也將被包含在內。" 66 | -------------------------------------------------------------------------------- /library/language.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 10 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../../library/language.rst:5 21 | msgid "Python Language Services" 22 | msgstr "Python 語言服務" 23 | 24 | #: ../../library/language.rst:7 25 | msgid "" 26 | "Python provides a number of modules to assist in working with the Python " 27 | "language. These modules support tokenizing, parsing, syntax analysis, " 28 | "bytecode disassembly, and various other facilities." 29 | msgstr "" 30 | "Python 提供了許多模組來協助處理 Python 語言。這些模組支援標記化、剖析、語法分" 31 | "析、位元碼反組譯,以及其他各種設施。" 32 | 33 | #: ../../library/language.rst:11 34 | msgid "These modules include:" 35 | msgstr "這些模組包括:" 36 | -------------------------------------------------------------------------------- /library/mailcap.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/mailcap.rst:2 20 | msgid ":mod:`!mailcap` --- Mailcap file handling" 21 | msgstr ":mod:`!mailcap` --- Mailcap 檔案處理" 22 | 23 | #: ../../library/mailcap.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/mailcap.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!mailcap` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!mailcap` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/markup.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 10 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../../library/markup.rst:5 21 | msgid "Structured Markup Processing Tools" 22 | msgstr "結構化標記處理工具" 23 | 24 | #: ../../library/markup.rst:7 25 | msgid "" 26 | "Python supports a variety of modules to work with various forms of " 27 | "structured data markup. This includes modules to work with the Standard " 28 | "Generalized Markup Language (SGML) and the Hypertext Markup Language (HTML), " 29 | "and several interfaces for working with the Extensible Markup Language (XML)." 30 | msgstr "" 31 | "Python 支援多種模組來處理各種形式的結構化資料標記。這包括用於處理標準通用標記" 32 | "語言 (SGML, Standard Generalized Markup Language) 和超文本標記語言 (HTML, " 33 | "Hypertext Markup Language) 的模組,以及用於處理可擴展標記語言 (XML, " 34 | "Extensible Markup Language) 的幾個介面。" 35 | -------------------------------------------------------------------------------- /library/mm.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2022-01-18 14:54+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/mm.rst:5 23 | msgid "Multimedia Services" 24 | msgstr "多媒體服務" 25 | 26 | #: ../../library/mm.rst:7 27 | msgid "" 28 | "The modules described in this chapter implement various algorithms or " 29 | "interfaces that are mainly useful for multimedia applications. They are " 30 | "available at the discretion of the installation. Here's an overview:" 31 | msgstr "" 32 | "此章節所描述的模組 (module) 實作了多種在多媒體服務中相當有用的演算法和介面," 33 | "並可在安裝時決定是否要使用它們。以下為綜述:" 34 | -------------------------------------------------------------------------------- /library/modules.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 10 | "PO-Revision-Date: 2017-09-22 18:27+0000\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../../library/modules.rst:5 21 | msgid "Importing Modules" 22 | msgstr "引入模組" 23 | 24 | #: ../../library/modules.rst:7 25 | msgid "" 26 | "The modules described in this chapter provide new ways to import other " 27 | "Python modules and hooks for customizing the import process." 28 | msgstr "" 29 | "本章節所描述的模組提供了引入其他 Python 模組的新方法,以及用於自訂引入過程的 " 30 | "hook。" 31 | 32 | #: ../../library/modules.rst:10 33 | msgid "The full list of modules described in this chapter is:" 34 | msgstr "本章節所描述的完整模組列表為:" 35 | -------------------------------------------------------------------------------- /library/msilib.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/msilib.rst:2 20 | msgid ":mod:`!msilib` --- Read and write Microsoft Installer files" 21 | msgstr ":mod:`!msilib` --- 讀寫 Microsoft Installer 檔案" 22 | 23 | #: ../../library/msilib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/msilib.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!msilib` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!msilib` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/netdata.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2023, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2023 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2021-10-26 16:47+0000\n" 11 | "PO-Revision-Date: 2023-01-23 23:33+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.2.2\n" 21 | 22 | #: ../../library/netdata.rst:6 23 | msgid "Internet Data Handling" 24 | msgstr "網際網路資料處理" 25 | 26 | #: ../../library/netdata.rst:8 27 | msgid "" 28 | "This chapter describes modules which support handling data formats commonly " 29 | "used on the internet." 30 | msgstr "本章描述了支援網際網路上處理常用資料格式的模組。" 31 | -------------------------------------------------------------------------------- /library/nis.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/nis.rst:2 20 | msgid ":mod:`!nis` --- Interface to Sun’s NIS (Yellow Pages)" 21 | msgstr ":mod:`!nis` --- Sun NIS (Yellow Pages) 介面" 22 | 23 | #: ../../library/nis.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/nis.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!nis` module was `Python " 36 | "3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!nis` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/nntplib.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/nntplib.rst:2 20 | msgid ":mod:`!nntplib` --- NNTP protocol client" 21 | msgstr ":mod:`!nntplib` --- NNTP 協定客戶端" 22 | 23 | #: ../../library/nntplib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/nntplib.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!nntplib` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!nntplib` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/numeric.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Leon H., 2017 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2017-09-22 18:27+0000\n" 13 | "Last-Translator: Leon H.\n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | 22 | #: ../../library/numeric.rst:6 23 | msgid "Numeric and Mathematical Modules" 24 | msgstr "數值與數學模組" 25 | 26 | #: ../../library/numeric.rst:8 27 | msgid "" 28 | "The modules described in this chapter provide numeric and math-related " 29 | "functions and data types. The :mod:`numbers` module defines an abstract " 30 | "hierarchy of numeric types. The :mod:`math` and :mod:`cmath` modules contain " 31 | "various mathematical functions for floating-point and complex numbers. The :" 32 | "mod:`decimal` module supports exact representations of decimal numbers, " 33 | "using arbitrary precision arithmetic." 34 | msgstr "" 35 | "本章所描述的模組提供了數值和與數學相關的函式和資料型別。:mod:`numbers` 模組定" 36 | "義了數值型別的抽象階層結構。:mod:`math` 和 :mod:`cmath` 模組包含了用於浮點數" 37 | "和複數的各種數學函式。:mod:`decimal` 模組支援對十進位數字的精確表示以及任意精" 38 | "度的算術運算。" 39 | 40 | #: ../../library/numeric.rst:15 41 | msgid "The following modules are documented in this chapter:" 42 | msgstr "本章節包含下列的模組:" 43 | -------------------------------------------------------------------------------- /library/ossaudiodev.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/ossaudiodev.rst:2 20 | msgid ":mod:`!ossaudiodev` --- Access to OSS-compatible audio devices" 21 | msgstr ":mod:`!ossaudiodev` --- 對 OSS 相容聲音裝置的存取" 22 | 23 | #: ../../library/ossaudiodev.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/ossaudiodev.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!ossaudiodev` module was " 36 | "`Python 3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!ossaudiodev` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/persistence.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 10 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../../library/persistence.rst:5 21 | msgid "Data Persistence" 22 | msgstr "資料持久性 (Data Persistence)" 23 | 24 | #: ../../library/persistence.rst:7 25 | msgid "" 26 | "The modules described in this chapter support storing Python data in a " 27 | "persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can " 28 | "turn many Python data types into a stream of bytes and then recreate the " 29 | "objects from the bytes. The various DBM-related modules support a family of " 30 | "hash-based file formats that store a mapping of strings to other strings." 31 | msgstr "" 32 | "本章節所描述的模組支援將 Python 資料以持久形式儲存在磁碟上。:mod:`pickle` " 33 | "和 :mod:`marshal` 模組可以將許多 Python 資料型別轉換為位元串流,然後再從位元" 34 | "串流重建物件。各種與 DBM 有關的模組支援一系列基於雜湊的檔案格式,用來儲存字串" 35 | "對字串的對映。" 36 | 37 | #: ../../library/persistence.rst:13 38 | msgid "The list of modules described in this chapter is:" 39 | msgstr "本章節所描述的模組列表為:" 40 | -------------------------------------------------------------------------------- /library/pipes.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/pipes.rst:2 20 | msgid ":mod:`!pipes` --- Interface to shell pipelines" 21 | msgstr ":mod:`!pipes` --- shell pipelines 介面" 22 | 23 | #: ../../library/pipes.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/pipes.rst:14 34 | msgid "Applications should use the :mod:`subprocess` module instead." 35 | msgstr "應用程式應改用 :mod:`subprocess` 模組。" 36 | 37 | #: ../../library/pipes.rst:16 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!pipes` module was " 40 | "`Python 3.12 `_." 41 | msgstr "" 42 | "最後提供 :mod:`!pipes` 模組的 Python 版本是 `Python 3.12 `_。" 44 | -------------------------------------------------------------------------------- /library/python.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2025, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 10 | "PO-Revision-Date: 2015-12-09 17:51+0000\n" 11 | "Last-Translator: Liang-Bo Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../../library/python.rst:5 21 | msgid "Python Runtime Services" 22 | msgstr "Python Runtime 服務" 23 | 24 | #: ../../library/python.rst:7 25 | msgid "" 26 | "The modules described in this chapter provide a wide range of services " 27 | "related to the Python interpreter and its interaction with its environment. " 28 | "Here's an overview:" 29 | msgstr "" 30 | "本章節所描述的模組提供了與 Python 直譯器及其與環境互動相關的廣泛服務。以下是" 31 | "概觀:" 32 | -------------------------------------------------------------------------------- /library/removed.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/removed.rst:7 20 | msgid "Removed Modules" 21 | msgstr "已移除的模組" 22 | 23 | #: ../../library/removed.rst:9 24 | msgid "" 25 | "The modules described in this chapter have been removed from the Python " 26 | "standard library. They are documented here to help people find replacements." 27 | msgstr "" 28 | "本章描述的模組已從 Python 標準函式庫中移除。這裡提供文件以協助尋找替代方案。" 29 | -------------------------------------------------------------------------------- /library/smtpd.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/smtpd.rst:2 20 | msgid ":mod:`!smtpd` --- SMTP Server" 21 | msgstr ":mod:`!smtpd` --- SMTP 伺服器" 22 | 23 | #: ../../library/smtpd.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.12 ` after being deprecated in " 27 | "Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.6 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.12 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/smtpd.rst:14 34 | msgid "" 35 | "A possible replacement is the third-party :pypi:`aiosmtpd` library. This " 36 | "library is not maintained or supported by the Python core team." 37 | msgstr "" 38 | "一個可能的替代方案是第三方 :pypi:`aiosmtpd` 函式庫。這個函式庫並不是由 " 39 | "Python 核心團隊維護或支援。" 40 | 41 | #: ../../library/smtpd.rst:17 42 | msgid "" 43 | "The last version of Python that provided the :mod:`!smtpd` module was " 44 | "`Python 3.11 `_." 45 | msgstr "" 46 | "最後提供 :mod:`!smtpd` 模組的 Python 版本是 `Python 3.11 `_。" 48 | -------------------------------------------------------------------------------- /library/sndhdr.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/sndhdr.rst:2 20 | msgid ":mod:`!sndhdr` --- Determine type of sound file" 21 | msgstr ":mod:`!sndhdr` --- 判定聲音檔案的種類" 22 | 23 | #: ../../library/sndhdr.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/sndhdr.rst:14 34 | msgid "" 35 | "Possible replacements are third-party modules from PyPI: :pypi:`filetype`, :" 36 | "pypi:`puremagic`, or :pypi:`python-magic`. These are not supported or " 37 | "maintained by the Python core team." 38 | msgstr "" 39 | "可能的替代方案是 PyPI 上的第三方模組::pypi:`filetype`、:pypi:`puremagic` " 40 | "或 :pypi:`python-magic`。它們並不受 Python 核心團隊支援或維護。" 41 | 42 | #: ../../library/sndhdr.rst:18 43 | msgid "" 44 | "The last version of Python that provided the :mod:`!sndhdr` module was " 45 | "`Python 3.12 `_." 46 | msgstr "" 47 | "最後提供 :mod:`!sndhdr` 模組的 Python 版本是 `Python 3.12 `_。" 49 | -------------------------------------------------------------------------------- /library/spwd.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/spwd.rst:2 20 | msgid ":mod:`!spwd` --- The shadow password database" 21 | msgstr ":mod:`!spwd` --- shadow 密碼資料庫" 22 | 23 | #: ../../library/spwd.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/spwd.rst:14 34 | msgid "" 35 | "A possible replacement is the third-party library :pypi:`python-pam`. This " 36 | "library is not supported or maintained by the Python core team." 37 | msgstr "" 38 | "可能的替代方案是 PyPI 上的第三方函式庫::pypi:`python-pam`。這並不受 Python " 39 | "核心團隊支援或維護。" 40 | 41 | #: ../../library/spwd.rst:17 42 | msgid "" 43 | "The last version of Python that provided the :mod:`!spwd` module was `Python " 44 | "3.12 `_." 45 | msgstr "" 46 | "最後提供 :mod:`!spwd` 模組的 Python 版本是 `Python 3.12 `_。" 48 | -------------------------------------------------------------------------------- /library/sunau.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # FIRST AUTHOR , YEAR. 4 | # 5 | #, fuzzy 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ../../library/sunau.rst:2 21 | msgid ":mod:`!sunau` --- Read and write Sun AU files" 22 | msgstr ":mod:`!sunau` --- 讀寫 Sun AU 檔案" 23 | 24 | #: ../../library/sunau.rst:10 25 | msgid "" 26 | "This module is no longer part of the Python standard library. It was :ref:" 27 | "`removed in Python 3.13 ` after being deprecated in " 28 | "Python 3.11. The removal was decided in :pep:`594`." 29 | msgstr "" 30 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 31 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 32 | "`594` 中決定的。" 33 | 34 | #: ../../library/sunau.rst:14 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!sunau` module was " 37 | "`Python 3.12 `_." 38 | msgstr "" 39 | "最後提供 :mod:`!sunau` 模組的 Python 版本是 `Python 3.12 `_。" 41 | -------------------------------------------------------------------------------- /library/superseded.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-12-29 11:18+0000\n" 11 | "PO-Revision-Date: 2022-02-15 20:45+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/superseded.rst:5 23 | msgid "Superseded Modules" 24 | msgstr "已被取代的模組" 25 | 26 | #: ../../library/superseded.rst:7 27 | msgid "" 28 | "The modules described in this chapter have been superseded by other modules " 29 | "for most use cases, and are retained primarily to preserve backwards " 30 | "compatibility." 31 | msgstr "" 32 | "此章節所描述的模組在大多數使用情況下已被其他模組取代,僅為了向後相容性而被保" 33 | "留下來。" 34 | 35 | #: ../../library/superseded.rst:10 36 | msgid "" 37 | "Modules may appear in this chapter because they only cover a limited subset " 38 | "of a problem space, and a more generally applicable solution is available " 39 | "elsewhere in the standard library (for example, :mod:`getopt` covers the " 40 | "very specific task of \"mimic the C :c:func:`!getopt` API in Python\", " 41 | "rather than the broader command line option parsing and argument parsing " 42 | "capabilities offered by :mod:`optparse` and :mod:`argparse`)." 43 | msgstr "" 44 | 45 | #: ../../library/superseded.rst:17 46 | msgid "" 47 | "Alternatively, modules may appear in this chapter because they are " 48 | "deprecated outright, and awaiting removal in a future release, or they are :" 49 | "term:`soft deprecated` and their use is actively discouraged in new " 50 | "projects. With the removal of various obsolete modules through :pep:`594`, " 51 | "there are currently no modules in this latter category." 52 | msgstr "" 53 | -------------------------------------------------------------------------------- /library/tabnanny.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Adrian Liaw , 2018 7 | # Matt Wang , 2022 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 13 | "PO-Revision-Date: 2022-11-17 21:19+0800\n" 14 | "Last-Translator: Matt Wang \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | "X-Generator: Poedit 3.2\n" 23 | 24 | #: ../../library/tabnanny.rst:2 25 | msgid ":mod:`!tabnanny` --- Detection of ambiguous indentation" 26 | msgstr ":mod:`!tabnanny` --- 偵測不良縮排" 27 | 28 | #: ../../library/tabnanny.rst:13 29 | msgid "**Source code:** :source:`Lib/tabnanny.py`" 30 | msgstr "**原始碼:**\\ :source:`Lib/tabnanny.py`" 31 | 32 | #: ../../library/tabnanny.rst:17 33 | msgid "" 34 | "For the time being this module is intended to be called as a script. However " 35 | "it is possible to import it into an IDE and use the function :func:`check` " 36 | "described below." 37 | msgstr "" 38 | "目前現況是此模組打算以腳本方式被呼叫使用,但也可以將其引入於 IDE 中並使用下方" 39 | "敘述的 :func:`check` 函式。" 40 | 41 | #: ../../library/tabnanny.rst:23 42 | msgid "" 43 | "The API provided by this module is likely to change in future releases; such " 44 | "changes may not be backward compatible." 45 | msgstr "" 46 | "此模組所提供的 API 很有可能會在未來的發佈版本中有所變更,且有可能不具有向後相" 47 | "容性。" 48 | 49 | #: ../../library/tabnanny.rst:29 50 | msgid "" 51 | "If *file_or_dir* is a directory and not a symbolic link, then recursively " 52 | "descend the directory tree named by *file_or_dir*, checking all :file:`.py` " 53 | "files along the way. If *file_or_dir* is an ordinary Python source file, it " 54 | "is checked for whitespace related problems. The diagnostic messages are " 55 | "written to standard output using the :func:`print` function." 56 | msgstr "" 57 | "如果 *file_or_dir* 是個目錄且並非符號鏈接 (symbolic link),則會遞迴地在名為 " 58 | "*file_or_dir* 的目錄樹 (directory tree) 中不斷下行檢查所有 :file:`.py` 檔案。" 59 | "如果 *file_or_dir* 是個一般 Python 原始檔案,則為其檢查空格相關問題。診斷訊息" 60 | "會以 :func:`print` 函式輸出至標準輸出 (standard output) 當中。" 61 | 62 | #: ../../library/tabnanny.rst:38 63 | msgid "" 64 | "Flag indicating whether to print verbose messages. This is incremented by " 65 | "the ``-v`` option if called as a script." 66 | msgstr "" 67 | "標示是否要印出詳細訊息 (verbose message) 的旗標,若是以腳本方式呼叫的話則可以" 68 | "用 ``-v`` 選項來增加。" 69 | 70 | #: ../../library/tabnanny.rst:44 71 | msgid "" 72 | "Flag indicating whether to print only the filenames of files containing " 73 | "whitespace related problems. This is set to true by the ``-q`` option if " 74 | "called as a script." 75 | msgstr "" 76 | "標示是否要只印出那些有空白相關問題檔案之檔名的旗標,若是以腳本方式呼叫的話則" 77 | "可以用 ``-q`` 選項來設為真值。" 78 | 79 | #: ../../library/tabnanny.rst:51 80 | msgid "" 81 | "Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured " 82 | "and handled in :func:`check`." 83 | msgstr "" 84 | "當偵測到不良縮排時,此例外會被 :func:`process_tokens` 引發,會在 :func:" 85 | "`check` 中捕獲與處理。" 86 | 87 | #: ../../library/tabnanny.rst:57 88 | msgid "" 89 | "This function is used by :func:`check` to process tokens generated by the :" 90 | "mod:`tokenize` module." 91 | msgstr "此函式被 :func:`check` 用來處理由 :mod:`tokenize` 產生的標記 (token)。" 92 | 93 | #: ../../library/tabnanny.rst:66 94 | msgid "Module :mod:`tokenize`" 95 | msgstr ":mod:`tokenize` 模組" 96 | 97 | #: ../../library/tabnanny.rst:67 98 | msgid "Lexical scanner for Python source code." 99 | msgstr "Python 原始程式碼的詞彙掃描器 (lexical scanner)。" 100 | -------------------------------------------------------------------------------- /library/telnetlib.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/telnetlib.rst:2 20 | msgid ":mod:`!telnetlib` --- Telnet client" 21 | msgstr ":mod:`!telnetlib` --- Telnet 客戶端" 22 | 23 | #: ../../library/telnetlib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/telnetlib.rst:14 34 | msgid "" 35 | "Possible replacements are third-party libraries from PyPI: :pypi:" 36 | "`telnetlib3` or :pypi:`Exscript`. These are not supported or maintained by " 37 | "the Python core team." 38 | msgstr "" 39 | "可能的替代方案是 PyPI 上的第三方函式庫::pypi:`telnetlib3` 或 :pypi:" 40 | "`Exscript`。它們並不受 Python 核心團隊支援或維護。" 41 | 42 | #: ../../library/telnetlib.rst:18 43 | msgid "" 44 | "The last version of Python that provided the :mod:`!telnetlib` module was " 45 | "`Python 3.12 `_." 46 | msgstr "" 47 | "最後提供 :mod:`!telnetlib` 模組的 Python 版本是 `Python 3.12 `_。" 49 | -------------------------------------------------------------------------------- /library/text.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Liang-Bo Wang , 2015 7 | # Jordan Su , 2021 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 13 | "PO-Revision-Date: 2021-10-17 22:18+0800\n" 14 | "Last-Translator: Jordan Su \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | "X-Generator: Poedit 3.0\n" 23 | 24 | #: ../../library/text.rst:6 25 | msgid "Text Processing Services" 26 | msgstr "文本處理 (Text Processing) 服務" 27 | 28 | #: ../../library/text.rst:8 29 | msgid "" 30 | "The modules described in this chapter provide a wide range of string " 31 | "manipulation operations and other text processing services." 32 | msgstr "本章節介紹的模組 (module) 提供了廣泛的字串操作與其他文本處理服務。" 33 | 34 | #: ../../library/text.rst:11 35 | msgid "" 36 | "The :mod:`codecs` module described under :ref:`binaryservices` is also " 37 | "highly relevant to text processing. In addition, see the documentation for " 38 | "Python's built-in string type in :ref:`textseq`." 39 | msgstr "" 40 | "在 :ref:`binaryservices` 下所描述的 :mod:`codecs` 模組也與文本處理高度相關。" 41 | "另外也請參閱在 :ref:`textseq` 中所描述的 Python 內建字串型別。" 42 | -------------------------------------------------------------------------------- /library/tk.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2023, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Leon H., 2017 6 | # Matt Wang , 2023 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 12 | "PO-Revision-Date: 2023-06-24 17:09+0800\n" 13 | "Last-Translator: Matt Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 3.3.1\n" 22 | 23 | #: ../../library/tk.rst:5 24 | msgid "Graphical User Interfaces with Tk" 25 | msgstr "以 Tk 打造圖形使用者介面 (Graphical User Interfaces)" 26 | 27 | #: ../../library/tk.rst:13 28 | msgid "" 29 | "Tk/Tcl has long been an integral part of Python. It provides a robust and " 30 | "platform independent windowing toolkit, that is available to Python " 31 | "programmers using the :mod:`tkinter` package, and its extension, " 32 | "the :mod:`tkinter.ttk` module." 33 | msgstr "" 34 | "Tk/Tcl 長期以來一直是 Python 不可或缺的一部分。它提供了一個強大且獨立於平台的" 35 | "視窗工具包,可供使用 :mod:`tkinter` 套件及其擴充套件 :mod:`tkinter.ttk` 模組" 36 | "的 Python 開發者使用。" 37 | 38 | #: ../../library/tk.rst:17 39 | msgid "" 40 | "The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. " 41 | "To use :mod:`tkinter`, you don't need to write Tcl code, but you will need " 42 | "to consult the Tk documentation, and occasionally the Tcl " 43 | "documentation. :mod:`tkinter` is a set of wrappers that implement the Tk " 44 | "widgets as Python classes." 45 | msgstr "" 46 | ":mod:`tkinter` 套件是 Tcl/Tk 之上的一個輕薄物件導向層。要使" 47 | "用 :mod:`tkinter`,你不需要編寫 Tcl 程式,但會需要查閱 Tk 文件和部份 Tcl 文" 48 | "件。:mod:`tkinter` 是一組將 Tk 小工具 (widget) 實作為 Python 類別的包裝器。" 49 | 50 | #: ../../library/tk.rst:23 51 | msgid "" 52 | ":mod:`tkinter`'s chief virtues are that it is fast, and that it usually " 53 | "comes bundled with Python. Although its standard documentation is weak, good " 54 | "material is available, which includes: references, tutorials, a book and " 55 | "others. :mod:`tkinter` is also famous for having an outdated look and feel, " 56 | "which has been vastly improved in Tk 8.5. Nevertheless, there are many other " 57 | "GUI libraries that you could be interested in. The Python wiki lists several " 58 | "alternative `GUI frameworks and tools `_." 60 | msgstr "" 61 | ":mod:`tkinter` 的主要優點是速度快,而且通常與 Python 捆綁 (bundle) 在一起。儘" 62 | "管其標準文件不是很完整,但還是有些不錯的材料,包括:參考資料、教學、書籍" 63 | "等。:mod:`tkinter` 曾因其過時的外觀而眾所皆知,但這在 Tk 8.5 中得到了極大的改" 64 | "進。此外,還有許多其他你可能會感興趣的 GUI 函式庫。Python wiki 列出了幾個替代" 65 | "的 `GUI 框架和工具 `_。" 66 | 67 | #: ../../library/tk.rst:7 68 | msgid "GUI" 69 | msgstr "GUI" 70 | 71 | #: ../../library/tk.rst:7 72 | msgid "Graphical User Interface" 73 | msgstr "Graphical User Interface(圖形使用者介面)" 74 | 75 | #: ../../library/tk.rst:7 76 | msgid "Tkinter" 77 | msgstr "Tkinter" 78 | 79 | #: ../../library/tk.rst:7 80 | msgid "Tk" 81 | msgstr "Tk" 82 | -------------------------------------------------------------------------------- /library/tkinter.colorchooser.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # FIRST AUTHOR , YEAR. 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 10 | "PO-Revision-Date: 2024-02-15 12:16+0800\n" 11 | "Last-Translator: Li-Hung Wang \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "X-Generator: Poedit 3.4\n" 19 | 20 | #: ../../library/tkinter.colorchooser.rst:2 21 | msgid ":mod:`!tkinter.colorchooser` --- Color choosing dialog" 22 | msgstr ":mod:`!tkinter.colorchooser` --- 顏色選擇對話框" 23 | 24 | #: ../../library/tkinter.colorchooser.rst:8 25 | msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`" 26 | msgstr "**原始碼:**\\ :source:`Lib/tkinter/colorchooser.py`" 27 | 28 | #: ../../library/tkinter.colorchooser.rst:12 29 | msgid "" 30 | "The :mod:`tkinter.colorchooser` module provides the :class:`Chooser` class " 31 | "as an interface to the native color picker dialog. ``Chooser`` implements a " 32 | "modal color choosing dialog window. The ``Chooser`` class inherits from the :" 33 | "class:`~tkinter.commondialog.Dialog` class." 34 | msgstr "" 35 | ":mod:`tkinter.colorchooser` 模組提供類別 :class:`Chooser` 當作與原生顏色選擇" 36 | "器對話框的介面。``Chooser`` 實作了一個顏色選擇的互動視窗。類別 ``Chooser`` 繼" 37 | "承了類別 :class:`~tkinter.commondialog.Dialog`。" 38 | 39 | #: ../../library/tkinter.colorchooser.rst:21 40 | msgid "" 41 | "Create a color choosing dialog. A call to this method will show the window, " 42 | "wait for the user to make a selection, and return the selected color (or " 43 | "``None``) to the caller." 44 | msgstr "" 45 | "建立一個顏色選擇對話框。一旦呼叫這個方法便會顯示視窗,等待使用者做出選擇後," 46 | "回傳選擇的顏色(或者是 ``None``)給呼叫者。" 47 | 48 | #: ../../library/tkinter.colorchooser.rst:28 49 | msgid "Module :mod:`tkinter.commondialog`" 50 | msgstr ":mod:`tkinter.commondialog` 模組" 51 | 52 | #: ../../library/tkinter.colorchooser.rst:29 53 | msgid "Tkinter standard dialog module" 54 | msgstr "Tkinter 標準對話框模組" 55 | -------------------------------------------------------------------------------- /library/tkinter.dnd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | 21 | #: ../../library/tkinter.dnd.rst:2 22 | msgid ":mod:`!tkinter.dnd` --- Drag and drop support" 23 | msgstr ":mod:`!tkinter.dnd` --- 拖放支援" 24 | 25 | #: ../../library/tkinter.dnd.rst:8 26 | msgid "**Source code:** :source:`Lib/tkinter/dnd.py`" 27 | msgstr "**原始碼:**\\ :source:`Lib/tkinter/dnd.py`" 28 | 29 | #: ../../library/tkinter.dnd.rst:12 30 | msgid "" 31 | "This is experimental and due to be deprecated when it is replaced with the " 32 | "Tk DND." 33 | msgstr "" 34 | 35 | #: ../../library/tkinter.dnd.rst:15 36 | msgid "" 37 | "The :mod:`tkinter.dnd` module provides drag-and-drop support for objects " 38 | "within a single application, within the same window or between windows. To " 39 | "enable an object to be dragged, you must create an event binding for it that " 40 | "starts the drag-and-drop process. Typically, you bind a ButtonPress event to " 41 | "a callback function that you write (see :ref:`Bindings-and-Events`). The " 42 | "function should call :func:`dnd_start`, where 'source' is the object to be " 43 | "dragged, and 'event' is the event that invoked the call (the argument to " 44 | "your callback function)." 45 | msgstr "" 46 | 47 | #: ../../library/tkinter.dnd.rst:23 48 | msgid "Selection of a target object occurs as follows:" 49 | msgstr "" 50 | 51 | #: ../../library/tkinter.dnd.rst:25 52 | msgid "Top-down search of area under mouse for target widget" 53 | msgstr "" 54 | 55 | #: ../../library/tkinter.dnd.rst:27 56 | msgid "Target widget should have a callable *dnd_accept* attribute" 57 | msgstr "" 58 | 59 | #: ../../library/tkinter.dnd.rst:28 60 | msgid "" 61 | "If *dnd_accept* is not present or returns ``None``, search moves to parent " 62 | "widget" 63 | msgstr "" 64 | 65 | #: ../../library/tkinter.dnd.rst:29 66 | msgid "If no target widget is found, then the target object is ``None``" 67 | msgstr "" 68 | 69 | #: ../../library/tkinter.dnd.rst:31 70 | msgid "Call to *.dnd_leave(source, event)*" 71 | msgstr "" 72 | 73 | #: ../../library/tkinter.dnd.rst:32 74 | msgid "Call to *.dnd_enter(source, event)*" 75 | msgstr "" 76 | 77 | #: ../../library/tkinter.dnd.rst:33 78 | msgid "Call to *.dnd_commit(source, event)* to notify of drop" 79 | msgstr "" 80 | 81 | #: ../../library/tkinter.dnd.rst:34 82 | msgid "" 83 | "Call to *.dnd_end(target, event)* to signal end of drag-and-drop" 84 | msgstr "" 85 | 86 | #: ../../library/tkinter.dnd.rst:39 87 | msgid "" 88 | "The *DndHandler* class handles drag-and-drop events tracking Motion and " 89 | "ButtonRelease events on the root of the event widget." 90 | msgstr "" 91 | 92 | #: ../../library/tkinter.dnd.rst:44 93 | msgid "Cancel the drag-and-drop process." 94 | msgstr "" 95 | 96 | #: ../../library/tkinter.dnd.rst:48 97 | msgid "Execute end of drag-and-drop functions." 98 | msgstr "" 99 | 100 | #: ../../library/tkinter.dnd.rst:52 101 | msgid "Inspect area below mouse for target objects while drag is performed." 102 | msgstr "" 103 | 104 | #: ../../library/tkinter.dnd.rst:56 105 | msgid "Signal end of drag when the release pattern is triggered." 106 | msgstr "" 107 | 108 | #: ../../library/tkinter.dnd.rst:60 109 | msgid "Factory function for drag-and-drop process." 110 | msgstr "" 111 | 112 | #: ../../library/tkinter.dnd.rst:64 113 | msgid ":ref:`Bindings-and-Events`" 114 | msgstr ":ref:`Bindings-and-Events`" 115 | -------------------------------------------------------------------------------- /library/tkinter.scrolledtext.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 11 | "PO-Revision-Date: 2016-11-19 00:35+0000\n" 12 | "Last-Translator: Liang-Bo Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | 21 | #: ../../library/tkinter.scrolledtext.rst:2 22 | msgid ":mod:`!tkinter.scrolledtext` --- Scrolled Text Widget" 23 | msgstr ":mod:`!tkinter.scrolledtext` --- 捲動文字小工具" 24 | 25 | #: ../../library/tkinter.scrolledtext.rst:10 26 | msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`" 27 | msgstr "**原始碼:**\\ :source:`Lib/tkinter/scrolledtext.py`" 28 | 29 | #: ../../library/tkinter.scrolledtext.rst:14 30 | msgid "" 31 | "The :mod:`tkinter.scrolledtext` module provides a class of the same name " 32 | "which implements a basic text widget which has a vertical scroll bar " 33 | "configured to do the \"right thing.\" Using the :class:`ScrolledText` class " 34 | "is a lot easier than setting up a text widget and scroll bar directly." 35 | msgstr "" 36 | 37 | #: ../../library/tkinter.scrolledtext.rst:19 38 | msgid "" 39 | "The text widget and scrollbar are packed together in a :class:`Frame`, and " 40 | "the methods of the :class:`Grid` and :class:`Pack` geometry managers are " 41 | "acquired from the :class:`Frame` object. This allows the :class:" 42 | "`ScrolledText` widget to be used directly to achieve most normal geometry " 43 | "management behavior." 44 | msgstr "" 45 | 46 | #: ../../library/tkinter.scrolledtext.rst:24 47 | msgid "" 48 | "Should more specific control be necessary, the following attributes are " 49 | "available:" 50 | msgstr "" 51 | 52 | #: ../../library/tkinter.scrolledtext.rst:32 53 | msgid "The frame which surrounds the text and scroll bar widgets." 54 | msgstr "" 55 | 56 | #: ../../library/tkinter.scrolledtext.rst:37 57 | msgid "The scroll bar widget." 58 | msgstr "" 59 | -------------------------------------------------------------------------------- /library/unix.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2022-02-15 18:42+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/unix.rst:5 23 | msgid "Unix Specific Services" 24 | msgstr "Unix 特有服務" 25 | 26 | #: ../../library/unix.rst:7 27 | msgid "" 28 | "The modules described in this chapter provide interfaces to features that " 29 | "are unique to the Unix operating system, or in some cases to some or many " 30 | "variants of it. Here's an overview:" 31 | msgstr "" 32 | "此章節所描述的模組 (module) 提供了針對 Unix 作業系統獨有特性的介面,或在某些" 33 | "情況下可用於其他 Unix 變形版本。以下為概述:" 34 | -------------------------------------------------------------------------------- /library/urllib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Liang-Bo Wang , 2018 7 | # Jordan Su , 2021 8 | # Phil Lin , 2022 9 | msgid "" 10 | msgstr "" 11 | "Project-Id-Version: Python 3.13\n" 12 | "Report-Msgid-Bugs-To: \n" 13 | "POT-Creation-Date: 2024-05-09 00:03+0000\n" 14 | "PO-Revision-Date: 2022-01-31 18:04+0800\n" 15 | "Last-Translator: Phil Lin \n" 16 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 17 | "tw)\n" 18 | "Language: zh_TW\n" 19 | "MIME-Version: 1.0\n" 20 | "Content-Type: text/plain; charset=UTF-8\n" 21 | "Content-Transfer-Encoding: 8bit\n" 22 | "Plural-Forms: nplurals=1; plural=0;\n" 23 | "X-Generator: Poedit 3.0.1\n" 24 | 25 | #: ../../library/urllib.rst:2 26 | msgid ":mod:`!urllib` --- URL handling modules" 27 | msgstr ":mod:`!urllib` --- URL 處理模組" 28 | 29 | #: ../../library/urllib.rst:6 30 | msgid "**Source code:** :source:`Lib/urllib/`" 31 | msgstr "**原始碼:**\\ :source:`Lib/urllib/`" 32 | 33 | #: ../../library/urllib.rst:10 34 | msgid "" 35 | "``urllib`` is a package that collects several modules for working with URLs:" 36 | msgstr "" 37 | "``urllib`` 是一個蒐集了許多處理 URLs 的 module(模組)的 package(套件):" 38 | 39 | #: ../../library/urllib.rst:12 40 | msgid ":mod:`urllib.request` for opening and reading URLs" 41 | msgstr ":mod:`urllib.request` 用來開啟和讀取 URLs" 42 | 43 | #: ../../library/urllib.rst:13 44 | msgid "" 45 | ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`" 46 | msgstr ":mod:`urllib.error` 包含了 :mod:`urllib.request` 所引發的例外" 47 | 48 | #: ../../library/urllib.rst:14 49 | msgid ":mod:`urllib.parse` for parsing URLs" 50 | msgstr ":mod:`urllib.parse` 用來剖析 URLs" 51 | 52 | #: ../../library/urllib.rst:15 53 | msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files" 54 | msgstr ":mod:`urllib.robotparser` 用來剖析 ``robots.txt`` 檔案" 55 | -------------------------------------------------------------------------------- /library/uu.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | #, fuzzy 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Python 3.13\n" 8 | "Report-Msgid-Bugs-To: \n" 9 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 11 | "Last-Translator: FULL NAME \n" 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 13 | "tw)\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ../../library/uu.rst:2 20 | msgid ":mod:`!uu` --- Encode and decode uuencode files" 21 | msgstr ":mod:`!uu` --- uuencode 檔案的編碼與解碼" 22 | 23 | #: ../../library/uu.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It was :ref:" 26 | "`removed in Python 3.13 ` after being deprecated in " 27 | "Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 30 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 31 | "`594` 中決定的。" 32 | 33 | #: ../../library/uu.rst:14 34 | msgid "" 35 | "The last version of Python that provided the :mod:`!uu` module was `Python " 36 | "3.12 `_." 37 | msgstr "" 38 | "最後提供 :mod:`!uu` 模組的 Python 版本是 `Python 3.12 `_。" 40 | -------------------------------------------------------------------------------- /library/windows.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 11 | "PO-Revision-Date: 2022-02-15 18:37+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/windows.rst:5 23 | msgid "MS Windows Specific Services" 24 | msgstr "MS Windows 特有服務" 25 | 26 | #: ../../library/windows.rst:7 27 | msgid "" 28 | "This chapter describes modules that are only available on MS Windows " 29 | "platforms." 30 | msgstr "此章節描述僅在 MS Windows 系統上可用的模組 (module)。" 31 | -------------------------------------------------------------------------------- /library/xdrlib.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2024, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # FIRST AUTHOR , YEAR. 4 | # 5 | #, fuzzy 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-11-18 00:15+0000\n" 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ../../library/xdrlib.rst:2 21 | msgid ":mod:`!xdrlib` --- Encode and decode XDR data" 22 | msgstr ":mod:`!xdrlib` --- XDR 資料的編碼與解碼" 23 | 24 | #: ../../library/xdrlib.rst:10 25 | msgid "" 26 | "This module is no longer part of the Python standard library. It was :ref:" 27 | "`removed in Python 3.13 ` after being deprecated in " 28 | "Python 3.11. The removal was decided in :pep:`594`." 29 | msgstr "" 30 | "這個模組已不再是 Python 標準函式庫的一部分。它在 Python 3.11 中被棄用,並\\ :" 31 | "ref:`已在 Python 3.13 中被移除 `。它的移除是在 :pep:" 32 | "`594` 中決定的。" 33 | 34 | #: ../../library/xdrlib.rst:14 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!xdrlib` module was " 37 | "`Python 3.12 `_." 38 | msgstr "" 39 | "最後提供 :mod:`!xdrlib` 模組的 Python 版本是 `Python 3.12 `_。" 41 | -------------------------------------------------------------------------------- /library/xmlrpc.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Matt Wang , 2022 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Python 3.13\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2024-12-11 00:14+0000\n" 11 | "PO-Revision-Date: 2022-02-16 01:58+0800\n" 12 | "Last-Translator: Matt Wang \n" 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 14 | "tw)\n" 15 | "Language: zh_TW\n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=UTF-8\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | "Plural-Forms: nplurals=1; plural=0;\n" 20 | "X-Generator: Poedit 3.0.1\n" 21 | 22 | #: ../../library/xmlrpc.rst:2 23 | msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules" 24 | msgstr ":mod:`!xmlrpc` --- XMLRPC 伺服器與用戶模組" 25 | 26 | #: ../../library/xmlrpc.rst:7 27 | msgid "" 28 | "XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a " 29 | "transport. With it, a client can call methods with parameters on a remote " 30 | "server (the server is named by a URI) and get back structured data." 31 | msgstr "" 32 | "XML-RPC 是一種遠端程序呼叫 (Remote Procedure Call) 方法,它使用通過 HTTP 傳輸" 33 | "(transport)的 XML 來做傳遞。有了它,用戶端可以在遠端伺服器上呼叫帶有參數的" 34 | "方法(伺服器以 URI 命名)並取得結構化的資料。" 35 | 36 | #: ../../library/xmlrpc.rst:11 37 | msgid "" 38 | "``xmlrpc`` is a package that collects server and client modules implementing " 39 | "XML-RPC. The modules are:" 40 | msgstr "" 41 | "``xmlrpc`` 是一個集合了 XML-RPC 伺服器與用戶端模組實作的套件。這些模組是:" 42 | 43 | #: ../../library/xmlrpc.rst:14 44 | msgid ":mod:`xmlrpc.client`" 45 | msgstr ":mod:`xmlrpc.client`" 46 | 47 | #: ../../library/xmlrpc.rst:15 48 | msgid ":mod:`xmlrpc.server`" 49 | msgstr ":mod:`xmlrpc.server`" 50 | -------------------------------------------------------------------------------- /reference/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Steven Hsu , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2021-07-06 22:07+0800\n" 13 | "Last-Translator: Liang-Bo Wang \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 2.4.3\n" 22 | 23 | #: ../../reference/index.rst:5 24 | msgid "The Python Language Reference" 25 | msgstr "Python 語言參考手冊" 26 | 27 | #: ../../reference/index.rst:7 28 | msgid "" 29 | "This reference manual describes the syntax and \"core semantics\" of the " 30 | "language. It is terse, but attempts to be exact and complete. The semantics " 31 | "of non-essential built-in object types and of the built-in functions and " 32 | "modules are described in :ref:`library-index`. For an informal introduction " 33 | "to the language, see :ref:`tutorial-index`. For C or C++ programmers, two " 34 | "additional manuals exist: :ref:`extending-index` describes the high-level " 35 | "picture of how to write a Python extension module, and the :ref:`c-api-" 36 | "index` describes the interfaces available to C/C++ programmers in detail." 37 | msgstr "" 38 | "這份參考手冊會描述 Python 語言的語法及「核心語意」。它雖然簡潔,但也盡量保持" 39 | "精確並完整。關於非必要的 (non-essential) 內建物件型別、內建函式及模組的語意," 40 | "則在 :ref:`library-index` 中說明。關於此語言的非正式介紹,請參閱 :ref:" 41 | "`tutorial-index`。對於 C 或 C++ 程式設計師,還有另外兩個手冊::ref:" 42 | "`extending-index`\\ 以高階的視野說明如何編寫 Python 擴充模組,而 :ref:`c-api-" 43 | "index`\\ 則詳細說明 C/C++ 程式設計師可用的介面。" 44 | -------------------------------------------------------------------------------- /using/editors.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-02-13 00:13+0000\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | 21 | #: ../../using/editors.rst:7 22 | msgid "Editors and IDEs" 23 | msgstr "編輯器與 IDE" 24 | 25 | #: ../../using/editors.rst:9 26 | msgid "" 27 | "There are a number of IDEs that support Python programming language. Many " 28 | "editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` " 29 | "checks." 30 | msgstr "" 31 | 32 | #: ../../using/editors.rst:14 33 | msgid "IDLE --- Python editor and shell" 34 | msgstr "IDLE --- Python 編輯器與 shell" 35 | 36 | #: ../../using/editors.rst:16 37 | msgid "" 38 | "IDLE is Python’s Integrated Development and Learning Environment and is " 39 | "generally bundled with Python installs. If you are on Linux and do not have " 40 | "IDLE installed see :ref:`Installing IDLE on Linux " 41 | "`. For more information see the :ref:`IDLE docs " 42 | "`." 43 | msgstr "" 44 | 45 | #: ../../using/editors.rst:22 46 | msgid "Other Editors and IDEs" 47 | msgstr "其他編輯器與 IDE" 48 | 49 | #: ../../using/editors.rst:24 50 | msgid "" 51 | "Python's community wiki has information submitted by the community on " 52 | "Editors and IDEs. Please go to `Python Editors `_ and `Integrated Development Environments `_ for a " 55 | "comprehensive list." 56 | msgstr "" 57 | -------------------------------------------------------------------------------- /using/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001-2022, Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # 5 | # Translators: 6 | # Steven Hsu , 2021 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.13\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2018-06-26 18:54+0800\n" 12 | "PO-Revision-Date: 2021-07-06 22:21+0800\n" 13 | "Last-Translator: Adrian Liaw \n" 14 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 15 | "tw)\n" 16 | "Language: zh_TW\n" 17 | "MIME-Version: 1.0\n" 18 | "Content-Type: text/plain; charset=UTF-8\n" 19 | "Content-Transfer-Encoding: 8bit\n" 20 | "Plural-Forms: nplurals=1; plural=0;\n" 21 | "X-Generator: Poedit 2.4.3\n" 22 | 23 | #: ../../using/index.rst:5 24 | msgid "Python Setup and Usage" 25 | msgstr "Python 的設置與使用" 26 | 27 | #: ../../using/index.rst:8 28 | msgid "" 29 | "This part of the documentation is devoted to general information on the " 30 | "setup of the Python environment on different platforms, the invocation of " 31 | "the interpreter and things that make working with Python easier." 32 | msgstr "" 33 | "這部分的說明文件是關於在不同平台上設定 Python 環境的綜合資訊、直譯器的呼叫," 34 | "以及讓 Python 更容易使用的一些方法。" 35 | -------------------------------------------------------------------------------- /whatsnew/changelog.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Ching-Lung Chuang, 2015 6 | # Liang-Bo Wang , 2016 7 | # Noah Chen , 2016 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2025-02-03 00:14+0000\n" 13 | "PO-Revision-Date: 2018-05-23 16:21+0000\n" 14 | "Last-Translator: Adrian Liaw \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | 23 | #: ../../whatsnew/changelog.rst:7 24 | msgid "Changelog" 25 | msgstr "Changelog(更動日誌)" 26 | -------------------------------------------------------------------------------- /whatsnew/index.po: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2001-2022, Python Software Foundation 2 | # This file is distributed under the same license as the Python package. 3 | # 4 | # Translators: 5 | # Liang-Bo Wang , 2016 6 | # Noah Chen , 2016 7 | # Steven Hsu , 2022 8 | msgid "" 9 | msgstr "" 10 | "Project-Id-Version: Python 3.13\n" 11 | "Report-Msgid-Bugs-To: \n" 12 | "POT-Creation-Date: 2024-09-23 07:52+0800\n" 13 | "PO-Revision-Date: 2022-07-07 11:37+0800\n" 14 | "Last-Translator: Steven Hsu \n" 15 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" 16 | "tw)\n" 17 | "Language: zh_TW\n" 18 | "MIME-Version: 1.0\n" 19 | "Content-Type: text/plain; charset=UTF-8\n" 20 | "Content-Transfer-Encoding: 8bit\n" 21 | "Plural-Forms: nplurals=1; plural=0;\n" 22 | "X-Generator: Poedit 3.1\n" 23 | 24 | #: ../../whatsnew/index.rst:5 25 | msgid "What's New in Python" 26 | msgstr "Python 有什麼新功能?" 27 | 28 | #: ../../whatsnew/index.rst:7 29 | msgid "" 30 | "The \"What's New in Python\" series of essays takes tours through the most " 31 | "important changes between major Python versions. They are a \"must read\" " 32 | "for anyone wishing to stay up-to-date after a new release." 33 | msgstr "" 34 | "「Python 有什麼新功能」這系列的說明是讓使用者知道 Python 各個主要更新版本之間" 35 | "的重大改變的地方。對於希望在新版本釋出時立即了解版本差異的使用者們來說,這些" 36 | "說明被歸類為「必讀」的等級。" 37 | 38 | #: ../../whatsnew/index.rst:37 39 | msgid "" 40 | "The \"Changelog\" is an HTML version of the :pypi:`file built` from " 41 | "the contents of the :source:`Misc/NEWS.d` directory tree, which contains " 42 | "*all* nontrivial changes to Python for the current version." 43 | msgstr "" 44 | "「Changelog(更動日誌)」是從 :source:`Misc/NEWS.d` 目錄樹內容\\ :pypi:`檔案" 45 | "建置 `\\ 的一個 HTML 版本,其中包含了 Python 目前版本中的\\ *所有*\\ " 46 | "重要變更。" 47 | --------------------------------------------------------------------------------