summaryrefslogtreecommitdiff
path: root/po/zh_TW/random-bits.po
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2010-10-10 12:49:12 +0000
committerChristian Perrier <bubulle@debian.org>2010-10-10 12:49:12 +0000
commitde662b7e688e97b2f517e31b6d1b3663a1c777a1 (patch)
treed800bf4f956d8bdfd74cc2a80aedefb7b5dc5d85 /po/zh_TW/random-bits.po
parent402fd821b72dcd326051fc664419a5a8e33ae16b (diff)
downloadinstallation-guide-de662b7e688e97b2f517e31b6d1b3663a1c777a1.zip
Regenerate PO(T) files
Diffstat (limited to 'po/zh_TW/random-bits.po')
-rw-r--r--po/zh_TW/random-bits.po98
1 files changed, 61 insertions, 37 deletions
diff --git a/po/zh_TW/random-bits.po b/po/zh_TW/random-bits.po
index 1e71d5bde..04e9c683a 100644
--- a/po/zh_TW/random-bits.po
+++ b/po/zh_TW/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: 2010-10-05 18:28+0000\n"
+"POT-Creation-Date: 2010-10-10 12:35+0000\n"
"PO-Revision-Date: 2005-07-18 14:20+0800\n"
"Last-Translator: Jhang, Jia-Wei<dreamcryer@gmail.com>\n"
"Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n"
@@ -799,7 +799,16 @@ msgstr "透過 Unix/Linux 系統來安裝 &debian-gnu;"
#. Tag: para
#: random-bits.xml:360
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "This section explains how to install &debian-gnu; from an existing Unix "
+#| "or Linux system, without using the menu-driven installer as explained in "
+#| "the rest of the manual. This <quote>cross-install</quote> HOWTO has been "
+#| "requested by users switching to &debian-gnu; from Red Hat, Mandrake, and "
+#| "SUSE. In this section some familiarity with entering *nix commands and "
+#| "navigating the file system is assumed. In this section, <prompt>$</"
+#| "prompt> symbolizes a command to be entered in the user's current system, "
+#| "while <prompt>#</prompt> refers to a command entered in the Debian chroot."
msgid ""
"This section explains how to install &debian-gnu; from an existing Unix or "
"Linux system, without using the menu-driven installer as explained in the "
@@ -808,7 +817,7 @@ msgid ""
"SUSE. In this section some familiarity with entering *nix commands and "
"navigating the file system is assumed. In this section, <prompt>$</prompt> "
"symbolizes a command to be entered in the user's current system, while "
-"<prompt>#</prompt> refers to a command entered in the Debian chroot."
+"<prompt>#</prompt> refers to a command entered in the &debian; chroot."
msgstr ""
"本節說明了如何透過現有的 Unix 或 Linux 系統來安裝 &debian-gnu;,而非使用本手"
"冊後面要談到的基於 ncurses,由選單驅動的安裝軟體。這篇<quote>交叉安裝(cross-"
@@ -820,13 +829,19 @@ msgstr ""
#. Tag: para
#: random-bits.xml:372
-#, no-c-format
-msgid ""
-"Once you've got the new Debian system configured to your preference, you can "
-"migrate your existing user data (if any) to it, and keep on rolling. This is "
-"therefore a <quote>zero downtime</quote> &debian-gnu; install. It's also a "
-"clever way for dealing with hardware that otherwise doesn't play friendly "
-"with various boot or installation media."
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Once you've got the new Debian system configured to your preference, you "
+#| "can migrate your existing user data (if any) to it, and keep on rolling. "
+#| "This is therefore a <quote>zero downtime</quote> &debian-gnu; install. "
+#| "It's also a clever way for dealing with hardware that otherwise doesn't "
+#| "play friendly with various boot or installation media."
+msgid ""
+"Once you've got the new &debian; system configured to your preference, you "
+"can migrate your existing user data (if any) to it, and keep on rolling. "
+"This is therefore a <quote>zero downtime</quote> &debian-gnu; install. It's "
+"also a clever way for dealing with hardware that otherwise doesn't play "
+"friendly with various boot or installation media."
msgstr ""
"您一旦根據自己的需求設定好了新的 Debian 系統,就可以將您的原來系統中的使用者"
"資料(如果有的話)全部遷移到 Debian 裡去。然後就能繼續爽了。一言以蔽之,這是一"
@@ -839,7 +854,7 @@ msgstr ""
msgid ""
"As this is a mostly manual procedure, you should bear in mind that you will "
"need to do a lot of basic configuration of the system yourself, which will "
-"also require more knowledge of Debian and of &arch-kernel; in general than "
+"also require more knowledge of &debian; and of &arch-kernel; in general than "
"performing a regular installation. You cannot expect this procedure to "
"result in a system that is identical to a system from a regular "
"installation. You should also keep in mind that this procedure only gives "
@@ -890,7 +905,7 @@ msgstr ""
#, fuzzy, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your "
-"intended Debian swap partition): <informalexample><screen>\n"
+"intended &debian; swap partition): <informalexample><screen>\n"
"# mkswap /dev/<replaceable>hda5</replaceable>\n"
"# sync; sync; sync\n"
"# swapon /dev/<replaceable>hda5</replaceable>\n"
@@ -937,15 +952,15 @@ msgstr "安裝 <command>debootstrap</command>"
#: random-bits.xml:442
#, fuzzy, no-c-format
msgid ""
-"The utility used by the Debian installer, and recognized as the official way "
-"to install a Debian base system, is <command>debootstrap</command>. It uses "
-"<command>wget</command> and <command>ar</command>, but otherwise depends "
-"only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> "
-"<para> These include the GNU core utilities and commands like <command>sed</"
-"command>, <command>grep</command>, <command>tar</command> and <command>gzip</"
-"command>. </para> </footnote>. Install <command>wget</command> and "
-"<command>ar</command> if they aren't already on your current system, then "
-"download and install <command>debootstrap</command>."
+"The utility used by the &debian; installer, and recognized as the official "
+"way to install a &debian; base system, is <command>debootstrap</command>. It "
+"uses <command>wget</command> and <command>ar</command>, but otherwise "
+"depends only on <classname>/bin/sh</classname> and basic Unix/Linux "
+"tools<footnote> <para> These include the GNU core utilities and commands "
+"like <command>sed</command>, <command>grep</command>, <command>tar</command> "
+"and <command>gzip</command>. </para> </footnote>. Install <command>wget</"
+"command> and <command>ar</command> if they aren't already on your current "
+"system, then download and install <command>debootstrap</command>."
msgstr ""
"Debian 安裝程式使用的軟體,同時也為官方所採用,被用來安裝基系統的工具是 "
"<command>debootstrap</command>。它使用了 <command>wget</command> 和 "
@@ -962,7 +977,7 @@ msgid ""
"# mkdir work\n"
"# cd work\n"
"</screen></informalexample> The <command>debootstrap</command> binary is "
-"located in the Debian archive (be sure to select the proper file for your "
+"located in the &debian; archive (be sure to select the proper file for your "
"architecture). Download the <command>debootstrap</command> .deb from the "
"<ulink url=\"http://ftp.debian.org/debian/pool/main/d/debootstrap/\"> pool</"
"ulink>, copy the package to the work folder, and extract the files from it. "
@@ -1001,7 +1016,7 @@ msgstr "執行 <command>debootstrap</command>"
#, fuzzy, no-c-format
msgid ""
"<command>debootstrap</command> can download the needed files directly from "
-"the archive when you run it. You can substitute any Debian archive mirror "
+"the archive when you run it. You can substitute any &debian; archive mirror "
"for <userinput>&archive-mirror;/debian</userinput> in the command example "
"below, preferably a mirror close to you network-wise. Mirrors are listed at "
"<ulink url=\"http://www.debian.org/mirror/list\"></ulink>."
@@ -1064,11 +1079,11 @@ msgstr "基本系統的設定"
#: random-bits.xml:535
#, no-c-format
msgid ""
-"Now you've got a real Debian system, though rather lean, on disk. "
+"Now you've got a real &debian; system, though rather lean, on disk. "
"<command>chroot</command> into it: <informalexample><screen>\n"
"# LANG=C chroot /mnt/debinst /bin/bash\n"
"</screen></informalexample> After chrooting you may need to set the terminal "
-"definition to be compatible with the Debian base system, for example:"
+"definition to be compatible with the &debian; base system, for example:"
msgstr ""
#. Tag: screen
@@ -1167,7 +1182,7 @@ msgid ""
"the file systems you have specified in your <filename>/etc/fstab</filename>, "
"or, to mount file systems individually, use: <informalexample><screen>\n"
"# mount /path # e.g.: mount /usr\n"
-"</screen></informalexample> Current Debian systems have mountpoints for "
+"</screen></informalexample> Current &debian; systems have mountpoints for "
"removable media under <filename>/media</filename>, but keep compatibility "
"symlinks in <filename>/</filename>. Create these as as needed, for example: "
"<informalexample><screen>\n"
@@ -1487,7 +1502,7 @@ msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
"the installed kernel with your new root partition. Note that "
"<command>debootstrap</command> does not install a boot loader, though you "
-"can use <command>aptitude</command> inside your Debian chroot to do so."
+"can use <command>aptitude</command> inside your &debian; chroot to do so."
msgstr ""
"要讓您的 &debian-gnu; 系統能夠啟動,還要設定您的 boot loader,好讓它能已安裝"
"的核心並用上新的根分割區。注意 debootstrap 不會安裝 boot loader, 因此您要在 "
@@ -1499,8 +1514,8 @@ msgstr ""
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
"<userinput>man lilo.conf</userinput></phrase> for instructions on setting up "
-"the bootloader. If you are keeping the system you used to install Debian, "
-"just add an entry for the Debian install to your existing grub "
+"the bootloader. If you are keeping the system you used to install &debian;, "
+"just add an entry for the &debian; install to your existing grub "
"<filename>menu.lst</filename><phrase arch=\"x86\">or <filename>lilo.conf</"
"filename>. For <filename>lilo.conf</filename>, you could also copy it to the "
"new system and edit it there. After you are done editing, call "
@@ -1568,11 +1583,19 @@ msgstr ""
#. Tag: para
#: random-bits.xml:787
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Check <userinput>man yaboot.conf</userinput> for instructions on setting "
+#| "up the bootloader. If you are keeping the system you used to install "
+#| "Debian, just add an entry for the Debian install to your existing "
+#| "<filename>yaboot.conf</filename>. You could also copy it to the new "
+#| "system and edit it there. After you are done editing, call ybin (remember "
+#| "it will use <filename>yaboot.conf</filename> relative to the system you "
+#| "call it from)."
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
-"the bootloader. If you are keeping the system you used to install Debian, "
-"just add an entry for the Debian install to your existing <filename>yaboot."
+"the bootloader. If you are keeping the system you used to install &debian;, "
+"just add an entry for the &debian; install to your existing <filename>yaboot."
"conf</filename>. You could also copy it to the new system and edit it there. "
"After you are done editing, call ybin (remember it will use <filename>yaboot."
"conf</filename> relative to the system you call it from)."
@@ -1661,7 +1684,8 @@ msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
"Ethernet card, but with just a remote gateway computer attached via a Null-"
"Modem cable (also called Null-Printer cable). The gateway computer should be "
-"connected to a network that has a Debian mirror on it (e.g. to the Internet)."
+"connected to a network that has a &debian; mirror on it (e.g. to the "
+"Internet)."
msgstr ""
#. Tag: para
@@ -1704,8 +1728,8 @@ msgstr ""
#: random-bits.xml:875
#, no-c-format
msgid ""
-"A target computer, called <emphasis>target</emphasis>, where Debian will be "
-"installed."
+"A target computer, called <emphasis>target</emphasis>, where &debian; will "
+"be installed."
msgstr ""
#. Tag: para
@@ -2030,7 +2054,7 @@ msgstr ""
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
"is a special <quote>mini</quote> ISO image<footnote id=\"gtk-miniiso\"> "
-"<para> The mini ISO image can be downloaded from a Debian mirror as "
+"<para> The mini ISO image can be downloaded from a &debian; mirror as "
"described in <xref linkend=\"downloading-files\"/>. Look for "
"<filename>netboot/gtk/mini.iso</filename>. </para> </footnote>, which is "
"mainly useful for testing."
@@ -2042,7 +2066,7 @@ msgstr ""
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
"image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image "
-"can be downloaded from a Debian mirror as described in <xref linkend="
+"can be downloaded from a &debian; mirror as described in <xref linkend="
"\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</filename>. "
"</para> </footnote>. It should work on almost all PowerPC systems that have "
"an ATI graphical card, but is unlikely to work on other systems."