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

Fix fuzzy strings in tutorial/introduction.po#15

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
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
5 changes: 2 additions & 3 deletionstutorial/introduction.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.6 TW\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
"PO-Revision-Date: 2018-06-10 04:13+0000\n"
"PO-Revision-Date: 2018-07-12 20:13+0800\n"
"Last-Translator: Ching-Hao Liu <chinghao.liu@gmail.com>\n"
"Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/"
"python-36-tw/language/zh-Hant/)\n"
Expand DownExpand Up@@ -564,7 +564,6 @@ msgid "First Steps Towards Programming"
msgstr "初探程式設計的前幾步"

#: ../../tutorial/introduction.rst:460
#, fuzzy
msgid ""
"Of course, we can use Python for more complicated tasks than adding two and "
"two together. For instance, we can write an initial sub-sequence of the "
Expand All@@ -573,7 +572,7 @@ msgid ""
msgstr ""
"當然,我們可以用 Python 來處理比 2 加 2 更複雜的工作。例如,我們可以印出費式"
"數列的首幾項序列:\n"
"\n"
" https://en.wikipedia.org/wiki/Fibonacci_number\n"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

增加連結的方式請遵照 rST 的外部超連結語法:http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases

可以參考看看原文的寫法,原文的寫法是這樣:

`Fibonacci series<https://en.wikipedia.org/wiki/Fibonacci_number>`_

這樣就會顯示出:

Fibonacci series

同理就可以把這個語法用在譯文中。

麻煩你了!

"::"

#: ../../tutorial/introduction.rst:480
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp