Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: finish translate tkinter colorchooser#813

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 2 commits intopython:3.12fromrockleona:feat/tkinter/colorchooser
Feb 15, 2024
Merged
Changes fromall 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
15 changes: 10 additions & 5 deletionslibrary/tkinter.colorchooser.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,24 +3,24 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date:2024-02-15 12:16+0800\n"
"Last-Translator:Li-Hung Wang <therockleona@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4\n"

#: ../../library/tkinter.colorchooser.rst:2
msgid ":mod:`tkinter.colorchooser` --- Color choosing dialog"
msgstr ""
msgstr ":mod:`tkinter.colorchooser` --- 顏色選擇對話框"

#: ../../library/tkinter.colorchooser.rst:8
msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`"
Expand All@@ -33,18 +33,23 @@ msgid ""
"modal color choosing dialog window. The ``Chooser`` class inherits from the :"
"class:`~tkinter.commondialog.Dialog` class."
msgstr ""
":mod:`tkinter.colorchooser` 模組提供類別 :class:`Chooser` 當作與原生顏色選擇器"
"對話框的介面。``Chooser`` 實作了一個顏色選擇的互動視窗。類別 ``Chooser`` 繼承"
"了類別 :class:`~tkinter.commondialog.Dialog`。"

#: ../../library/tkinter.colorchooser.rst:21
msgid ""
"Create a color choosing dialog. A call to this method will show the window, "
"wait for the user to make a selection, and return the selected color (or "
"``None``) to the caller."
msgstr ""
"建立一個顏色選擇對話框。一旦呼叫這個方法便會顯示視窗,等待使用者做出選擇後,"
"回傳選擇的顏色(或者是 ``None``)給呼叫者。"

#: ../../library/tkinter.colorchooser.rst:28
msgid "Module :mod:`tkinter.commondialog`"
msgstr ":mod:`tkinter.commondialog` 模組"

#: ../../library/tkinter.colorchooser.rst:29
msgid "Tkinter standard dialog module"
msgstr ""
msgstr "Tkinter 標準對話框模組"

[8]ページ先頭

©2009-2025 Movatter.jp