- 
                Notifications
    
You must be signed in to change notification settings  - Fork 89
 
Glossary
        Peng Jie edited this page Apr 13, 2019 
        ·
        37 revisions
      
    本文件翻譯遵循中文排版指南,翻譯前請先閱讀 Universal Style Guide 並遵循以下規範進行翻譯:
- 中英文之間需要增加空格
 - 中文與數字之間需要增加空格
 - 數字與單位之間需要增加空格
 - 全形標點與其他字符之間不加空格
 - 使用全形中文標點符號
 - 數字使用半形字符
 - 遇到完整的英文整句、特殊名詞,其內容使用半形標點符號
 - 檢查譯文與原文的總行數是否相符
 - 原文中的雙引號(
" ")請替換成中文的引號(「」) - 請勿自行增加譯註或是其他不存在於原文的內容
 - 部分詞彙可能是複數,請一律使用「小單數名詞」,若在開頭請使用大寫。例如:
Components請修改為Component - 部分詞彙可能是動詞,請一律去掉動詞的時態,例如:
re-rendered請修改為re-render - 原始類型如 
boolean、null、undefined等詞彙請一律使用英文 - 原文中的外部連結若是參考至 MDN 或是 Wikipedia,可以將連結換成繁體中文的連結,請參考 Universal Style Guide 的 External Links
 
詞彙的翻譯對照請參考 Glossary 的討論,若有任何問題歡迎在該 issue 提出討論。
以下詞彙請於翻譯中使用英文原文。
- array
 - attribute
 - API
 
- boilerplate
 
- component
 - children
 - constructor
 - class
 - call: 呼叫
 
- dev tools: 開發者工具
 
- element
 - event handler
 
- function
 
- higher-order component
 - helper
 
- instance:實例
 - immutable
 
- library: 函式庫
 
- mount/mounting
 
- node
 - number
 - null
 
- object
 - optimize: 最佳化
 
- prop
 - parent
 - pure
 - pure component
 - performance: 效能
 
- render/rendering
 - root
 - reusable/reusability
 - read-only
 - re-render: 重新 render
 - return: 回傳
 
- state
 - string
 
- tree
 
- UI
 - unmount/unmounting
 
- view