Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork216
Translatelibrary/symtable.po
#573
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5d89aa0
to3522be9
Compare@rockleona 這個 PR 想請你幫忙 review 🙏🏽 |
library/symtable.po Outdated
#: ../../library/symtable.rst:59 | ||
msgid "Return ``True`` if the locals in this table can be optimized." | ||
msgstr "" | ||
msgstr "如果可以最佳化該表中的局部變數,則回傳 ``True``。" |
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.
locals == local variables ?
如果是的話是不是翻譯成區域變數比較好?
msgstr "如果可以最佳化該表中的局部變數,則回傳 ``True``。" | |
msgstr "如果可以最佳化該表中的區域變數,則回傳 ``True``。" |
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.
樂詞網是局部變數
那好吧XD
但我會覺得有點微妙,就是詞性對應的關係
e.g., Local Variable vs Global Variable;
區域變數 vs 全域變數 ;
局部變數 vs 全局變數
差不多是這樣的概念
mattwang44Aug 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
- 我先改成其中一組,然後開個 discussion
- 不過你這麼一說我才發覺
locals
!=local variable
,前者應該是專指 python 關鍵字 locals 所代表的東西,也就是儲存 local variables 的一個 dict;我會直接改成 locals
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.
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.
我會直接改成 locals
再看一下前後文發現他是指 local variables,就不改了
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.
我成功跪著看完這個 PR 了 XD
真的好強
rockleona commentedAug 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
LGTM! 手機版居然沒有approve |
* feat: translate `library/symtable.po`* fix(library/symtable): modify based on review comments
Uh oh!
There was an error while loading.Please reload this page.
Preview