Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork216
[tutorial] Review fuzzy string#46
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
7 changes: 4 additions & 3 deletionstutorial/datastructures.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletionstutorial/introduction.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3.7\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-09-20 15:25+0800\n" | ||
"PO-Revision-Date: 2018-10-14 10:03+0800\n" | ||
"Last-Translator: Ching-Hao Liu <chinghao.liu@gmail.com>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
"tw)\n" | ||
@@ -594,7 +594,6 @@ msgstr "" | ||
"(evaluate),賦值再發生。右項的運算式由左至右依序被計算。" | ||
#: ../../tutorial/introduction.rst:494 | ||
msgid "" | ||
"The :keyword:`while` loop executes as long as the condition (here: ``a < " | ||
"10``) remains true. In Python, like in C, any non-zero integer value is " | ||
@@ -605,12 +604,13 @@ msgid "" | ||
"than), ``>`` (greater than), ``==`` (equal to), ``<=`` (less than or equal " | ||
"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)." | ||
msgstr "" | ||
":keyword:`while` 迴圈只要它的條件為真(此範例:``a < 10``),將會一直重覆執" | ||
"行。在 Python 中如同 C 語言,任何非零的整數值為真 (true);零為偽 (false)。條" | ||
Nienzu marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"件可以是字串、list、甚至是任何序列型別;任何非零長度的序列為真,空的序列即為" | ||
"假。本例子使用的條件是個簡單的比較。標準的比較運算子 (comparison operators) " | ||
"使用如同 C 語言一樣的符號:\\ ``<``\\ (小於)、\\ ``>``\\ (大於)、\\ " | ||
"``==``\\ (等於)、\\ ``<=``\\ (小於等於)、\\ ``>=``\\ (大於等於)以及 ``!" | ||
"=``\\ (不等於)。" | ||
#: ../../tutorial/introduction.rst:503 | ||
msgid "" | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.