summaryrefslogtreecommitdiff
path: root/po/zh_CN/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/zh_CN/random-bits.po')
-rw-r--r--po/zh_CN/random-bits.po188
1 files changed, 93 insertions, 95 deletions
diff --git a/po/zh_CN/random-bits.po b/po/zh_CN/random-bits.po
index 526b2ce19..b86294f25 100644
--- a/po/zh_CN/random-bits.po
+++ b/po/zh_CN/random-bits.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-08-26 20:40+0000\n"
+"POT-Creation-Date: 2014-10-05 18:15+0000\n"
"PO-Revision-Date: 2012-11-26 13:55+0800\n"
"Last-Translator: Ji YongGang <jungleji@gmail.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n"
@@ -1091,22 +1091,20 @@ msgstr ""
msgid ""
"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
"<command>debootstrap</command> command: <userinput>amd64</userinput>, "
-"<userinput>arm64</userinput>, <userinput>armel</userinput>, <userinput>armhf</userinput>, <userinput>i386</"
-"userinput>, <userinput>mips</userinput>, "
-"<userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
-"<userinput>ppc64el</userinput>, or "
-"<userinput>s390x</userinput>."
+"<userinput>arm64</userinput>, <userinput>armel</userinput>, "
+"<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>mips</"
+"userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
+"<userinput>ppc64el</userinput>, or <userinput>s390x</userinput>."
msgstr ""
"用下面其中一个架构替换 <command>debootstrap</command> 命令中的 "
"<replaceable>ARCH</replaceable> :<userinput>amd64</userinput>, "
-"<userinput>arm64</userinput>, <userinput>armel</userinput>, <userinput>armhf</userinput>, <userinput>i386</"
-"userinput>, <userinput>mips</userinput>, "
-"<userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
-"<userinput>ppc64el</userinput>, or "
-"<userinput>s390x</userinput>。"
+"<userinput>arm64</userinput>, <userinput>armel</userinput>, "
+"<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>mips</"
+"userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
+"<userinput>ppc64el</userinput>, or <userinput>s390x</userinput>。"
#. Tag: screen
-#: random-bits.xml:533
+#: random-bits.xml:532
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -1116,13 +1114,13 @@ msgstr ""
" /mnt/debinst http://ftp.us.debian.org/debian"
#. Tag: title
-#: random-bits.xml:539
+#: random-bits.xml:538
#, no-c-format
msgid "Configure The Base System"
msgstr "基本系统的配置"
#. Tag: para
-#: random-bits.xml:540
+#: random-bits.xml:539
#, fuzzy, no-c-format
#| msgid ""
#| "Now you've got a real &debian; system, though rather lean, on disk. "
@@ -1150,13 +1148,13 @@ msgstr ""
"义,例如:"
#. Tag: title
-#: random-bits.xml:558
+#: random-bits.xml:557
#, no-c-format
msgid "Create device files"
msgstr "创建设备文件"
#. Tag: para
-#: random-bits.xml:559
+#: random-bits.xml:558
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1173,13 +1171,13 @@ msgstr ""
"静态设备文件。"
#. Tag: para
-#: random-bits.xml:569
+#: random-bits.xml:568
#, no-c-format
msgid "A few of the available options are:"
msgstr "可以使用的选项有:"
#. Tag: para
-#: random-bits.xml:574
+#: random-bits.xml:573
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1187,7 +1185,7 @@ msgid ""
msgstr "安装 makedev 软件包,并创建默认的静态设备文件,使用(chroot 以后)"
#. Tag: screen
-#: random-bits.xml:578
+#: random-bits.xml:577
#, no-c-format
msgid ""
"# apt-get install makedev\n"
@@ -1201,14 +1199,14 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:581
+#: random-bits.xml:580
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
msgstr "手动创建指定的设备文件,使用 <command>MAKEDEV</command>"
#. Tag: para
-#: random-bits.xml:586
+#: random-bits.xml:585
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1219,13 +1217,13 @@ msgstr ""
"postinst 脚本会创建设备文件,所以要小心使用改选项。"
#. Tag: title
-#: random-bits.xml:599
+#: random-bits.xml:598
#, no-c-format
msgid "Mount Partitions"
msgstr "分区的挂载"
#. Tag: para
-#: random-bits.xml:600
+#: random-bits.xml:599
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1305,13 +1303,13 @@ msgstr ""
"<userinput>mount -a</userinput>,请在进入下一步前先将 proc 挂载:"
#. Tag: screen
-#: random-bits.xml:626
+#: random-bits.xml:625
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:628
+#: random-bits.xml:627
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1322,19 +1320,19 @@ msgstr ""
"chroot: 以外加载 proc。"
#. Tag: screen
-#: random-bits.xml:634
+#: random-bits.xml:633
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:640
+#: random-bits.xml:639
#, no-c-format
msgid "Setting Timezone"
msgstr "设置时区"
#. Tag: para
-#: random-bits.xml:641
+#: random-bits.xml:640
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1358,7 +1356,7 @@ msgstr ""
"间解释硬件时钟。下面命令可以让您设定和选择时区。"
#. Tag: screen
-#: random-bits.xml:655
+#: random-bits.xml:654
#, fuzzy, no-c-format
#| msgid ""
#| "# editor /etc/default/rcS\n"
@@ -1369,13 +1367,13 @@ msgstr ""
"# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:661
+#: random-bits.xml:660
#, no-c-format
msgid "Configure Networking"
msgstr "网络的配置"
#. Tag: para
-#: random-bits.xml:662
+#: random-bits.xml:661
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1497,13 +1495,13 @@ msgstr ""
"with the interface name (eth0, eth1, etc.) that you expect."
#. Tag: title
-#: random-bits.xml:703
+#: random-bits.xml:702
#, no-c-format
msgid "Configure Apt"
msgstr "配置 Apt"
#. Tag: para
-#: random-bits.xml:704
+#: random-bits.xml:703
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1528,13 +1526,13 @@ msgstr ""
"update</userinput>。"
#. Tag: title
-#: random-bits.xml:720
+#: random-bits.xml:719
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "本地化和键盘的配置"
#. Tag: para
-#: random-bits.xml:721
+#: random-bits.xml:720
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1552,7 +1550,7 @@ msgstr ""
"</screen></informalexample> 配置您的键盘(如果需要):"
#. Tag: screen
-#: random-bits.xml:731
+#: random-bits.xml:730
#, no-c-format
msgid ""
"# aptitude install console-setup\n"
@@ -1562,7 +1560,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:733
+#: random-bits.xml:732
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1570,13 +1568,13 @@ msgid ""
msgstr "注意,在 chroot 里面不能设置键盘,但重新启动以后可以。"
#. Tag: title
-#: random-bits.xml:743
+#: random-bits.xml:742
#, no-c-format
msgid "Install a Kernel"
msgstr "内核的安装"
#. Tag: para
-#: random-bits.xml:744
+#: random-bits.xml:743
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1586,31 +1584,31 @@ msgstr ""
"以用下面指令找到那些预先打包的内核:"
#. Tag: screen
-#: random-bits.xml:749
+#: random-bits.xml:748
#, no-c-format
msgid "# apt-cache search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:751
+#: random-bits.xml:750
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr "然后根据所选取的软件包名称安装内核软件包。"
#. Tag: screen
-#: random-bits.xml:755
+#: random-bits.xml:754
#, no-c-format
msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:761
+#: random-bits.xml:760
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Boot Loader 的设置"
#. Tag: para
-#: random-bits.xml:762
+#: random-bits.xml:761
#, no-c-format
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
@@ -1624,7 +1622,7 @@ msgstr ""
"成。"
#. Tag: para
-#: random-bits.xml:769
+#: random-bits.xml:768
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1647,7 +1645,7 @@ msgstr ""
"<filename>lilo.conf</filename> )</phrase>。"
#. Tag: para
-#: random-bits.xml:781
+#: random-bits.xml:780
#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1669,7 +1667,7 @@ msgstr ""
"boot/grub/grub.cfg</filename>。"
#. Tag: para
-#: random-bits.xml:791
+#: random-bits.xml:790
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1680,13 +1678,13 @@ msgstr ""
"是安装 <command>grub2</command>,但它不属于本附录讨论范围。"
#. Tag: para
-#: random-bits.xml:797
+#: random-bits.xml:796
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "下面有一个简单的<filename>/etc/lilo.conf</filename> 作为例子:"
#. Tag: screen
-#: random-bits.xml:801
+#: random-bits.xml:800
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1708,7 +1706,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:803
+#: random-bits.xml:802
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1725,7 +1723,7 @@ msgstr ""
"行 ybin (请记住,您在哪个系统里运行 <filename>yaboot.conf</filename> )。"
#. Tag: para
-#: random-bits.xml:813
+#: random-bits.xml:812
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1755,14 +1753,14 @@ msgstr ""
"userinput> 换成 <userinput>hd:</userinput>。"
#. Tag: title
-#: random-bits.xml:826
+#: random-bits.xml:825
#, fuzzy, no-c-format
#| msgid "Remote access: Installing SSH and setting a password"
msgid "Remote access: Installing SSH and setting up access"
msgstr "远程访问:安装 SSH 并设置密码"
#. Tag: para
-#: random-bits.xml:827
+#: random-bits.xml:826
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1788,7 +1786,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:851
+#: random-bits.xml:850
#, no-c-format
msgid ""
"# adduser joe\n"
@@ -1796,13 +1794,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:856
+#: random-bits.xml:855
#, no-c-format
msgid "Finishing touches"
msgstr "最后一笔"
#. Tag: para
-#: random-bits.xml:857
+#: random-bits.xml:856
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1821,7 +1819,7 @@ msgstr ""
"装单独的软件包。"
#. Tag: para
-#: random-bits.xml:868
+#: random-bits.xml:867
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1832,19 +1830,19 @@ msgstr ""
"件包。您可以运行下面命令释放空间:"
#. Tag: screen
-#: random-bits.xml:874
+#: random-bits.xml:873
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:885
+#: random-bits.xml:884
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "通过 Parallel Line IP (PLIP) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:887
+#: random-bits.xml:886
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1858,7 +1856,7 @@ msgstr ""
"接到具有 &debian; 镜像的网络(比如,互联网)。"
#. Tag: para
-#: random-bits.xml:895
+#: random-bits.xml:894
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1872,7 +1870,7 @@ msgstr ""
"IP 地址(这些地址在您的网络地址空间里面未被占用)。"
#. Tag: para
-#: random-bits.xml:903
+#: random-bits.xml:902
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1883,7 +1881,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:908
+#: random-bits.xml:907
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1895,13 +1893,13 @@ msgstr ""
"为 <literal>io=0x378</literal>,<literal>irq=7</literal>。"
#. Tag: title
-#: random-bits.xml:918
+#: random-bits.xml:917
#, no-c-format
msgid "Requirements"
msgstr "需求"
#. Tag: para
-#: random-bits.xml:921
+#: random-bits.xml:920
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1909,13 +1907,13 @@ msgid ""
msgstr "目标计算机,称为 <emphasis>target</emphasis>,将要安装 &debian;。"
#. Tag: para
-#: random-bits.xml:927
+#: random-bits.xml:926
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "系统安装介质;参阅 <xref linkend=\"installation-media\"/>。"
#. Tag: para
-#: random-bits.xml:932
+#: random-bits.xml:931
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1924,7 +1922,7 @@ msgstr ""
"另外一台连接到互联网的计算机,称为 <emphasis>source</emphasis>,功能是网关。"
#. Tag: para
-#: random-bits.xml:938
+#: random-bits.xml:937
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1935,13 +1933,13 @@ msgstr ""
"Install-HOWTO</ulink> 了解这种线的更多信息,以及如何自己制作。"
#. Tag: title
-#: random-bits.xml:950
+#: random-bits.xml:949
#, no-c-format
msgid "Setting up source"
msgstr "建立源"
#. Tag: para
-#: random-bits.xml:951
+#: random-bits.xml:950
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1951,7 +1949,7 @@ msgstr ""
"算机。"
#. Tag: screen
-#: random-bits.xml:956
+#: random-bits.xml:955
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1993,13 +1991,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:962
+#: random-bits.xml:961
#, no-c-format
msgid "Installing target"
msgstr "安装目标"
#. Tag: para
-#: random-bits.xml:963
+#: random-bits.xml:962
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2023,13 +2021,13 @@ msgstr ""
"</screen></informalexample> 下面是安装过程中各阶段所要提供的答案。"
#. Tag: guimenuitem
-#: random-bits.xml:982
+#: random-bits.xml:981
#, no-c-format
msgid "Load installer components from CD"
msgstr "从光盘加载安装组件"
#. Tag: para
-#: random-bits.xml:984
+#: random-bits.xml:983
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2039,13 +2037,13 @@ msgstr ""
"用 PLIP 驱动。"
#. Tag: guimenuitem
-#: random-bits.xml:992
+#: random-bits.xml:991
#, no-c-format
msgid "Detect network hardware"
msgstr "侦测网络硬件"
#. Tag: para
-#: random-bits.xml:997
+#: random-bits.xml:996
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2058,7 +2056,7 @@ msgstr ""
"系统没有网卡,安装程序不会显示该列表。"
#. Tag: para
-#: random-bits.xml:1006
+#: random-bits.xml:1005
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2069,19 +2067,19 @@ msgstr ""
"<userinput>plip</userinput> 模块。"
#. Tag: guimenuitem
-#: random-bits.xml:1018
+#: random-bits.xml:1017
#, no-c-format
msgid "Configure the network"
msgstr "配置网络"
#. Tag: para
-#: random-bits.xml:1021
+#: random-bits.xml:1020
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Auto-configure network with DHCP: No"
#. Tag: para
-#: random-bits.xml:1026
+#: random-bits.xml:1025
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -2089,7 +2087,7 @@ msgstr ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:1031
+#: random-bits.xml:1030
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2099,7 +2097,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1036
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2109,13 +2107,13 @@ msgstr ""
"resolv.conf</filename>)"
#. Tag: title
-#: random-bits.xml:1056
+#: random-bits.xml:1055
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "通过 PPP over Ethernet (PPPPoE) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:1058
+#: random-bits.xml:1057
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2129,7 +2127,7 @@ msgstr ""
"本节将说明操作方法。"
#. Tag: para
-#: random-bits.xml:1066
+#: random-bits.xml:1065
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2140,7 +2138,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:1071
+#: random-bits.xml:1070
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2153,7 +2151,7 @@ msgstr ""
"phrase>)。"
#. Tag: para
-#: random-bits.xml:1078
+#: random-bits.xml:1077
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2161,7 +2159,7 @@ msgid ""
msgstr "通过 PPPoE 进行安装,绝大部分与其他方式相同。下面步骤说明不同之处。"
#. Tag: para
-#: random-bits.xml:1086
+#: random-bits.xml:1085
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2176,7 +2174,7 @@ msgstr ""
"udeb</classname>) 会被加载并自动运行。"
#. Tag: para
-#: random-bits.xml:1101
+#: random-bits.xml:1100
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2194,7 +2192,7 @@ msgstr ""
"footnote>)。"
#. Tag: para
-#: random-bits.xml:1120
+#: random-bits.xml:1119
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2202,7 +2200,7 @@ msgid ""
msgstr "下一步是侦测网络硬件,目的是识别当前系统中的网卡。"
#. Tag: para
-#: random-bits.xml:1126
+#: random-bits.xml:1125
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2213,7 +2211,7 @@ msgstr ""
"处理 PPPoE 连接的服务器)。"
#. Tag: para
-#: random-bits.xml:1132
+#: random-bits.xml:1131
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2227,7 +2225,7 @@ msgstr ""
"<guimenuitem>Configure and start a PPPoE connection</guimenuitem>。"
#. Tag: para
-#: random-bits.xml:1141
+#: random-bits.xml:1140
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2235,7 +2233,7 @@ msgid ""
msgstr "连接找到之后,用户需要提供登录信息(PPPoE 用户名和密码)。"
#. Tag: para
-#: random-bits.xml:1147
+#: random-bits.xml:1146
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "