Skip to content

Working on binary. #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion library/binary.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ msgstr ""

#: ../../library/binary.rst:5
msgid "Binary Data Services"
msgstr ""
msgstr "二進位資料服務"

#: ../../library/binary.rst:7
msgid ""
Expand All @@ -29,16 +29,21 @@ msgid ""
"specifically in relation to file formats and network protocols, are "
"described in the relevant sections."
msgstr ""
"本章所描述的模組提供了一些基本的二進位資料操作服務。而針對二進位資料的其他操"
"作──尤其是關於檔案格式和網路協定的部分──則會在相關章節中詳細描述。"

#: ../../library/binary.rst:12
msgid ""
"Some libraries described under :ref:`textservices` also work with either "
"ASCII-compatible binary formats (for example, :mod:`re`) or all binary data "
"(for example, :mod:`difflib`)."
msgstr ""
"一些在 :ref:`textservices` 中提及的函式庫也可處理 ASCII 相容的二進位格式(例"
"如,:mod:`re`)及所有的二進位資料(例如,:mod:`difflib`)。"

#: ../../library/binary.rst:16
msgid ""
"In addition, see the documentation for Python's built-in binary data types "
"in :ref:`binaryseq`."
msgstr ""
"此外,請參閱 Python 內建的二進位資料類型的文件,詳情請參考 :ref:`binaryseq`。"