hgbook

changeset 1084:136342c64c09

2.4.2 zh translated finished
author Zhaoping Sun <zhaopingsun@gmail.com>
date Fri Nov 20 07:44:53 2009 -0500 (2009-11-20)
parents b7be47b4caeb
children b71b3f734904 8ce6c7a3ebd2
files po/zh.po
line diff
     1.1 --- a/po/zh.po	Fri Nov 20 07:28:03 2009 -0500
     1.2 +++ b/po/zh.po	Fri Nov 20 07:44:53 2009 -0500
     1.3 @@ -4187,7 +4187,7 @@
     1.4  "some other reason (for example, in a bug report), use the hexadecimal "
     1.5  "identifier."
     1.6  msgstr "Mercurial使用版本号纯粹是为了有些命令的方便,如果你要和别人讨论变更集,"
     1.7 -"或者由于某些原因为一个变更集做记录(例如,bug报告),请使用十六进制标识符。"
     1.8 +"或者由于某些原因为一个变更集做记录(如在bug报告中),请使用十六进制标识符。"
     1.9  
    1.10  #. type: Content of: <book><chapter><sect1><sect2><title>
    1.11  #: ../en/ch02-tour-basic.xml:318
    1.12 @@ -4202,8 +4202,9 @@
    1.13  "role=\"hg-opt-log\">--rev</option>) option.  You can use either a revision "
    1.14  "number or a hexadecimal identifier, and you can provide as many revisions as "
    1.15  "you want."
    1.16 -msgstr ""
    1.17 -
    1.18 +msgstr "如果只想用<command role=\"hg-cmd\">hg log</command>查看一个版本的日志"
    1.19 +"使用<option role=\"hg-opt-log\">-r</option>(或者<optionrole=\"hg-opt-log\">--rev</option>)"
    1.20 +"选项。版本号和十六进制标识符都可以来指定版本,可以一次指定任意多个版本。"
    1.21  #. type: Content of: <book><chapter><sect1><sect2><para>
    1.22  #: ../en/ch02-tour-basic.xml:329
    1.23  msgid ""
    1.24 @@ -4211,15 +4212,16 @@
    1.25  "each one, you can use <emphasis>range notation</emphasis>; this lets you "
    1.26  "express the idea <quote>I want all revisions between <literal>abc</literal> "
    1.27  "and <literal>def</literal>, inclusive</quote>."
    1.28 -msgstr ""
    1.29 -
    1.30 +msgstr "如果你想显示几个版本历史,但是不想一个一个的列出来,可以使用 <emphasis>范围标记</emphasis>;"
    1.31 +"它会显示包括<literal>abc</literal>和<literal>def</literal>,以及它们之间的所有版本的版本历史。"
    1.32  #. type: Content of: <book><chapter><sect1><sect2><para>
    1.33  #: ../en/ch02-tour-basic.xml:337
    1.34  msgid ""
    1.35  "Mercurial also honours the order in which you specify revisions, so <command "
    1.36  "role=\"hg-cmd\">hg log -r 2:4</command> prints 2, 3, and 4. while <command "
    1.37  "role=\"hg-cmd\">hg log -r 4:2</command> prints 4, 3, and 2."
    1.38 -msgstr ""
    1.39 +msgstr "Mercurial还可以指定版本的输出顺序,如"<command role=\"hg-cmd\">hg log -r 2:4</command>"
    1.40 +"输出2,3,4。而<command role=\"hg-cmd\">hg log -r 4:2</command>"则输出4,3,2。
    1.41  
    1.42  #. type: Content of: <book><chapter><sect1><sect2><title>
    1.43  #: ../en/ch02-tour-basic.xml:344