-
-
Notifications
You must be signed in to change notification settings - Fork 216
Translate library/tkinter.po #1119
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
base: 3.13
Are you sure you want to change the base?
Conversation
"上提供了更好的外觀。從 Tk 8.5 版開始,Ttk 作為 Tk 的一部分發行。Python 的綁定" | ||
"(bindings)則在一個獨立的模組 :mod:`tkinter.ttk` 中提供。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
binding 有些地方好像翻成「繫結」,能幫忙想想看哪個比較合適嗎?
|
||
#: ../../library/tkinter.rst:323 | ||
msgid "" | ||
"A Tkinter user interface is made up of individual *widgets*. Each widget is " | ||
"represented as a Python object, instantiated from classes like :class:`ttk." | ||
"Frame`, :class:`ttk.Label`, and :class:`ttk.Button`." | ||
msgstr "" | ||
"一個 Tkinter 使用者介面是由個別的*元件*所組成。每個元件都表示為一個 Python 物" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"一個 Tkinter 使用者介面是由個別的*元件*所組成。每個元件都表示為一個 Python 物" | |
"一個 Tkinter 使用者介面是由個別的\\ *元件*\\ 所組成。每個元件都表示為一個 Python 物" |
"元件被安排在一個*階層*中。標籤和按鈕被包含在一個框架內,而框架又被包含在根視" | ||
"窗內。在建立每個*子*元件時,其*父*元件會作為第一個引數傳遞給元件的建構函式。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto, please also fix other occurence
|
||
#: ../../library/tkinter.rst:338 | ||
msgid "geometry management" | ||
msgstr "" | ||
msgstr "佈局管理(geometry management)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
前面的「佈局」是指 layout,這邊是指 geometry;有沒有更合適的對應翻譯呢?
沒有的話能否在各處至少附上原文以免混淆
@@ -769,6 +900,9 @@ msgid "" | |||
"interactive Python shell or with :func:`print`, can help you identify what " | |||
"you need." | |||
msgstr "" | |||
"在搜尋如何使用 API 時,知道你正在使用的類別、選項或方法的確切名稱會很有幫助。" | |||
"自省,無論是在互動式 Python shell 中還是使用 :func:`print`,都可以幫助你識別" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introspection 附上原文好了
@@ -1466,123 +1771,146 @@ msgid "" | |||
"``m`` for millimetres, ``p`` for printer's points. For example, 3.5 inches " | |||
"is expressed as ``\"3.5i\"``." | |||
msgstr "" | |||
"螢幕距離可以以像素或絕對距離指定。像素以數字給出,絕對距離以字串給出,尾隨字" | |||
"元表示單位:``c`` 代表公分,``i`` 代表英寸,``m`` 代表毫米,``p`` 代表印表機" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
printer 應該不是指印表機?
|
||
#: ../../library/tkinter.rst:1007 | ||
msgid "" | ||
"Tk allows you to register and unregister a callback function which will be " | ||
"called from the Tk mainloop when I/O is possible on a file descriptor. Only " | ||
"one handler may be registered per file descriptor. Example code::" | ||
msgstr "" | ||
"Tk 允許你註冊和取消註冊一個回呼函式,當檔案描述符上可以進行 I/O 時,該函式將" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
descriptor -> 描述器
No description provided.