Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我校对 12 #100

Merged
merged 23 commits into from
Oct 9, 2016
Merged

我校对 12 #100

merged 23 commits into from
Oct 9, 2016

Commits on Oct 8, 2016

  1. 原意有 英文 only, 所以中文加上

    原意有 英文 only, 所以中文加上
    在这里, 我们只会讲到 进入、离开和列表的过渡, 你也可以看下一节的 [管理过渡状态](transitioning-state.html).
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    a5b3c7d View commit details
    Browse the repository at this point in the history
  2. 个人觉得漏了 in the following contexts

    Vue provides a transition wrapper component, allowing you to add entering/leaving transitions for any element or component in the following contexts:
    Vue 提供了 `transition` 的封装组件,在下列情形中,您可以给任何元素和组件添加 entering/leaving 过渡
    
    个人觉得漏了 in the following context的翻译
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    a961032 View commit details
    Browse the repository at this point in the history
  3. 当插入或删除带有过渡的元素时,Vue 将

    When an element wrapped in a transition component is inserted or removed, this is what happens:
        当插入或删除带有过渡的元素时,Vue 将:
    ->元素封装成过渡组件之后,遇到插入或删除,Vue 将
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    4dcac81 View commit details
    Browse the repository at this point in the history
  4. update

    update
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    738afa5 View commit details
    Browse the repository at this point in the history
  5. 注意:这是一个浏览器动效框架

    (Note: this is a browser animation frame, different from Vue’s concept of nextTick).
    (注意:这是一个浏览器动效框架,和Vue的 `nextTick` 概念不同)
    →(注意:此指浏览逐帧动画机制,与 Vue,和Vue的 `nextTick` 概念不同)
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    ec1dd3d View commit details
    Browse the repository at this point in the history
  6. update

    update
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    11074cc View commit details
    Browse the repository at this point in the history
  7. 会有 4 个类名在 enter/leave 的过渡中切换

    会有 4 个(CSS)类名在 enter/leave 的过渡中切换
    因为…类名,太常见,写出来,会直观些
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    ad16bc6 View commit details
    Browse the repository at this point in the history
  8. 英中混杂

    移除英文,翻成中国人看得懂的意思
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    316c368 View commit details
    Browse the repository at this point in the history
  9. 我们可以通过以下特性来自定义过渡类名:

    You can also specify custom transition classes by providing the following attributes:
    规定:attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    5756ea4 View commit details
    Browse the repository at this point in the history
  10. 你就需要使用 type 特性

    规定:attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    afb785e View commit details
    Browse the repository at this point in the history
  11. Java script 钩子,代码为英文,改中文

    Java script 钩子,代码为英文,改中文
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    5d246db View commit details
    Browse the repository at this point in the history
  12. 规定:attribute 特性

    If you also want to apply a transition on the initial render of a node, you can add the appear attribute
    可以通过 `appear` 特性设置节点的在初始渲染的过渡
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    8418e1e View commit details
    Browse the repository at this point in the history
  13. key attributes

    术语翻译对照
    
    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    a1032c3 View commit details
    Browse the repository at this point in the history
  14. attribute 特性

    规定:术语翻译对照
    attribute 特性
    属性给  property 用比较好
    不然难以分辨
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    7a3f1e1 View commit details
    Browse the repository at this point in the history
  15. 同时生效的进入和离开的过渡不能满足所有要求

    同时生效的进入和离开不能总满足需求,这句好生硬
    且原文为:
    Simultaneous entering and leaving transitions aren’t always desirable though,
    所以改为
    同时生效的进入和离开的过渡不能满足所有要求
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    c1ff733 View commit details
    Browse the repository at this point in the history
  16. attribute 特性

    术语翻译对照
    
    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    f41e852 View commit details
    Browse the repository at this point in the history
  17. attribute 特性

    术语翻译对照
    
    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    227752d View commit details
    Browse the repository at this point in the history
  18. simultaneously

    simultaneously 同时
    同步、异步,有专门的单字
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    92545ae View commit details
    Browse the repository at this point in the history
  19. attribute 特性

    术语翻译对照
    
    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    e7f5bd9 View commit details
    Browse the repository at this point in the history
  20. Multiple nodes where only 1 is rendered at a time

    Multiple nodes where only 1 is rendered at a time
    原文:强调 at a time ,一次作业
    比较合乎原意
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    cb41d79 View commit details
    Browse the repository at this point in the history
  21. 特性、属性,这些有专有英文单字,不建议混合着,程序员很痛

    特性、属性,这些有专有英文单字,不建议混合着,程序员很痛
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    1e737d5 View commit details
    Browse the repository at this point in the history
  22. attribute 特性

    术语翻译对照
    
    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    ae2fd81 View commit details
    Browse the repository at this point in the history
  23. attribute 特性

    attribute 特性
    bhnddowinf committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    a4f2000 View commit details
    Browse the repository at this point in the history