From fa0efb43d2bca091b6cbb1248c716daff2b0b623 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sat, 13 Feb 2021 20:00:16 +0100 Subject: Introduce entity with list of supported archs + refresh po|pot files + sync (most) translations --- po/zh_TW/random-bits.po | 176 +++++++++++++++++++++++------------------------- 1 file changed, 86 insertions(+), 90 deletions(-) (limited to 'po/zh_TW/random-bits.po') diff --git a/po/zh_TW/random-bits.po b/po/zh_TW/random-bits.po index 344ff7e89..10ce94fb2 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: 2020-04-05 16:28+0000\n" +"POT-Creation-Date: 2021-02-13 16:19+0000\n" "PO-Revision-Date: 2005-07-18 14:20+0800\n" "Last-Translator: Jhang, Jia-Wei\n" "Language-Team: debian-chinese-big5 \n" @@ -842,12 +842,8 @@ msgstr "" #| "s390x." msgid "" "Substitute one of the following for ARCH in the " -"debootstrap command: amd64, " -"arm64, armel, " -"armhf, i386, mips, mips64el, mipsel, " -"powerpc, ppc64el, or " -"s390x. \n" +"debootstrap command: &supported-archs-in-release;. " +"\n" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" " /mnt/debinst http://ftp.us.debian.org/debian\n" " If the target architecture is different than the " @@ -861,13 +857,13 @@ msgstr "" "ppc64el,或 s390x。" #. Tag: title -#: random-bits.xml:469 +#: random-bits.xml:458 #, no-c-format msgid "Configure The Base System" msgstr "基本系統的設定" #. Tag: para -#: random-bits.xml:470 +#: random-bits.xml:459 #, no-c-format msgid "" "Now you've got a real &debian; system, though rather lean, on disk. " @@ -888,7 +884,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:490 +#: random-bits.xml:479 #, no-c-format msgid "" "If the target architecture is different from the host, you need to finish " @@ -896,19 +892,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:494 +#: random-bits.xml:483 #, no-c-format msgid "/debootstrap/debootstrap --second-stage" msgstr "/debootstrap/debootstrap --second-stage" #. Tag: title -#: random-bits.xml:499 +#: random-bits.xml:488 #, no-c-format msgid "Create device files" msgstr "" #. Tag: para -#: random-bits.xml:500 +#: random-bits.xml:489 #, no-c-format msgid "" "At this point /dev/ only contains very basic device " @@ -921,13 +917,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:510 +#: random-bits.xml:499 #, no-c-format msgid "A few of the available options are:" msgstr "" #. Tag: para -#: random-bits.xml:515 +#: random-bits.xml:504 #, no-c-format msgid "" "install the makedev package, and create a default set of static device files " @@ -935,7 +931,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:519 +#: random-bits.xml:508 #, no-c-format msgid "" "# apt install makedev\n" @@ -949,14 +945,14 @@ msgstr "" "# MAKEDEV generic" #. Tag: para -#: random-bits.xml:522 +#: random-bits.xml:511 #, no-c-format msgid "" "manually create only specific device files using MAKEDEV" msgstr "" #. Tag: para -#: random-bits.xml:527 +#: random-bits.xml:516 #, no-c-format msgid "" "bind mount /dev from your host system on top of /dev in the target system; " @@ -965,13 +961,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:540 +#: random-bits.xml:529 #, no-c-format msgid "Mount Partitions" msgstr "分割區的掛載" #. Tag: para -#: random-bits.xml:541 +#: random-bits.xml:530 #, fuzzy, no-c-format msgid "" "You need to create /etc/fstab. " @@ -1041,13 +1037,13 @@ msgstr "" "a,那麼請一定要在接著做之前先把 proc 掛載好:" #. Tag: screen -#: random-bits.xml:567 +#: random-bits.xml:556 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "# mount -t proc proc /proc" #. Tag: para -#: random-bits.xml:569 +#: random-bits.xml:558 #, no-c-format msgid "" "The command ls /proc should now show a non-empty " @@ -1056,19 +1052,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:575 +#: random-bits.xml:564 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "# mount -t proc proc /mnt/debinst/proc" #. Tag: title -#: random-bits.xml:581 +#: random-bits.xml:570 #, fuzzy, no-c-format msgid "Setting Timezone" msgstr "設定您的滑鼠" #. Tag: para -#: random-bits.xml:582 +#: random-bits.xml:571 #, no-c-format msgid "" "Setting the third line of the file /etc/adjtime to " @@ -1085,19 +1081,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:596 +#: random-bits.xml:585 #, no-c-format msgid "# dpkg-reconfigure tzdata" msgstr "# dpkg-reconfigure tzdata" #. Tag: title -#: random-bits.xml:602 +#: random-bits.xml:591 #, no-c-format msgid "Configure Networking" msgstr "網路的設定" #. Tag: para -#: random-bits.xml:603 +#: random-bits.xml:592 #, fuzzy, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, " @@ -1207,13 +1203,13 @@ msgstr "" "在系統啟動時,每塊網卡就能取得您所預期的 interface 名稱了(eth0、eth1 等等)。" #. Tag: title -#: random-bits.xml:644 +#: random-bits.xml:633 #, fuzzy, no-c-format msgid "Configure Apt" msgstr "網路的設定" #. Tag: para -#: random-bits.xml:645 +#: random-bits.xml:634 #, no-c-format msgid "" "Debootstrap will have created a very basic /etc/apt/sources.listarch-etc" msgstr "# apt install &kernelpackage;-arch-etc" #. Tag: title -#: random-bits.xml:702 +#: random-bits.xml:691 #, no-c-format msgid "Set up the Boot Loader" msgstr "Boot Loader 的設定" #. Tag: para -#: random-bits.xml:703 +#: random-bits.xml:692 #, fuzzy, no-c-format msgid "" "To make your &debian-gnu; system bootable, set up your boot loader to load " @@ -1330,7 +1326,7 @@ msgstr "" "&debian; 的 chroot 中使用 apt-get 完成。" #. Tag: para -#: random-bits.xml:710 +#: random-bits.xml:699 #, fuzzy, no-c-format #| msgid "" #| "Check man yaboot.conf for instructions on setting " @@ -1354,7 +1350,7 @@ msgstr "" "lilo.conf )。" #. Tag: para -#: random-bits.xml:718 +#: random-bits.xml:707 #, no-c-format msgid "" "Installing and setting up grub2 is as easy as: " @@ -1369,7 +1365,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:728 +#: random-bits.xml:717 #, no-c-format msgid "" "Note that this assumes that a /dev/sda device file has " @@ -1378,7 +1374,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:734 +#: random-bits.xml:723 #, no-c-format msgid "" "Check man yaboot.conf for instructions on setting up " @@ -1396,7 +1392,7 @@ msgstr "" "lilo.conf )。" #. Tag: para -#: random-bits.xml:744 +#: random-bits.xml:733 #, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: " @@ -1426,13 +1422,13 @@ msgstr "" "userinput> 換成 hd:。" #. Tag: title -#: random-bits.xml:757 +#: random-bits.xml:746 #, no-c-format msgid "Remote access: Installing SSH and setting up access" msgstr "" #. Tag: para -#: random-bits.xml:758 +#: random-bits.xml:747 #, no-c-format msgid "" "In case you can login to the system via console, you can skip this section. " @@ -1458,7 +1454,7 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:782 +#: random-bits.xml:771 #, no-c-format msgid "" "# adduser joe\n" @@ -1468,13 +1464,13 @@ msgstr "" "# passwd joe" #. Tag: title -#: random-bits.xml:787 +#: random-bits.xml:776 #, no-c-format msgid "Finishing touches" msgstr "" #. Tag: para -#: random-bits.xml:788 +#: random-bits.xml:777 #, no-c-format msgid "" "As mentioned earlier, the installed system will be very basic. If you would " @@ -1487,7 +1483,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:799 +#: random-bits.xml:788 #, no-c-format msgid "" "After the installation there will be a lot of downloaded packages in " @@ -1496,19 +1492,19 @@ msgid "" msgstr "" #. Tag: screen -#: random-bits.xml:805 +#: random-bits.xml:794 #, no-c-format msgid "# apt clean" msgstr "# apt clean" #. Tag: title -#: random-bits.xml:816 +#: random-bits.xml:805 #, fuzzy, no-c-format msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)" msgstr "透過 Unix/Linux 系統來安裝 &debian-gnu;" #. Tag: para -#: random-bits.xml:818 +#: random-bits.xml:807 #, no-c-format msgid "" "This section explains how to install &debian-gnu; on a computer without an " @@ -1519,7 +1515,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:826 +#: random-bits.xml:815 #, no-c-format msgid "" "In the example in this appendix we will set up a PLIP connection using a " @@ -1530,7 +1526,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:834 +#: random-bits.xml:823 #, no-c-format msgid "" "The PLIP connection set up during the installation will also be available " @@ -1539,7 +1535,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:839 +#: random-bits.xml:828 #, no-c-format msgid "" "Before you start, you will need to check the BIOS configuration (IO base " @@ -1549,13 +1545,13 @@ msgid "" msgstr "" #. Tag: title -#: random-bits.xml:849 +#: random-bits.xml:838 #, no-c-format msgid "Requirements" msgstr "" #. Tag: para -#: random-bits.xml:852 +#: random-bits.xml:841 #, no-c-format msgid "" "A target computer, called target, where &debian; will " @@ -1563,13 +1559,13 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:858 +#: random-bits.xml:847 #, no-c-format msgid "System installation media; see ." msgstr "" #. Tag: para -#: random-bits.xml:863 +#: random-bits.xml:852 #, no-c-format msgid "" "Another computer connected to the Internet, called sourceplip-modules option from the list; this " @@ -1660,13 +1656,13 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:923 +#: random-bits.xml:912 #, no-c-format msgid "Detect network hardware" msgstr "" #. Tag: para -#: random-bits.xml:928 +#: random-bits.xml:917 #, no-c-format msgid "" "If target does have a network card, a list of driver " @@ -1676,7 +1672,7 @@ msgid "" msgstr "" #. Tag: para -#: random-bits.xml:937 +#: random-bits.xml:926 #, no-c-format msgid "" "Because no network card was detected/selected earlier, the installer will " @@ -1685,26 +1681,26 @@ msgid "" msgstr "" #. Tag: guimenuitem -#: random-bits.xml:949 +#: random-bits.xml:938 #, fuzzy, no-c-format msgid "Configure the network" msgstr "網路的設定" #. Tag: para -#: random-bits.xml:952 +#: random-bits.xml:941 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "" #. Tag: para -#: random-bits.xml:957 +#: random-bits.xml:946 #, no-c-format msgid "" "IP address: 192.168.0.1" msgstr "" #. Tag: para -#: random-bits.xml:962 +#: random-bits.xml:951 #, no-c-format msgid "" "Point-to-point address: 192.168.0.2modules=ppp-udeb