8000 Update faq/windows.po by StevenHsuYL · Pull Request #324 · python/python-docs-zh-tw · GitHub
[go: up one dir, main page]

Skip to content

Update faq/windows.po #324

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 2 commits into from
Oct 5, 2022
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
10 changes: 7 additions & 3 deletions faq/windows.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-24 00:21+0000\n"
"PO-Revision-Date: 2022-06-30 23:53+0800\n"
"PO-Revision-Date: 2022-10-05 10:57+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -19,7 +19,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.1\n"
"X-Generator: Poedit 3.1.1\n"

#: ../../faq/windows.rst:9
msgid "Python on Windows FAQ"
Expand Down Expand Up @@ -465,7 +465,7 @@ msgstr ""

#: ../../faq/windows.rst:281
msgid "How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error?"
msgstr ""
msgstr "如何解決遺漏 api-ms-win-crt-runtime-l1-1-0.dll 的錯誤?"

#: ../../faq/windows.rst:283
msgid ""
Expand All @@ -475,6 +475,10 @@ msgid ""
"issue, visit the `Microsoft support page <https://support.microsoft.com/en-"
"us/help/3118401/>`_ for guidance on manually installing the C Runtime update."
msgstr ""
"使用 Windows 8.1 或更早版本時,若尚未安裝所有的更新,則可能會在 Python 3.5 以"
"上的版本發生這種情況。首先要確保你的作業系統仍受支援並且是最新的,如果這無法"
"解決問題,請造訪 `Microsoft 支援頁面 <https://support.microsoft.com/en-us/"
"help/3118401/>`_\\ 以取得關於手動安裝 C Runtime 更新的指南。"

#~ msgid "or::"
#~ msgstr ""
Expand Down
0