summaryrefslogtreecommitdiff
path: root/po/vi/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/vi/preseed.po')
-rw-r--r--po/vi/preseed.po193
1 files changed, 141 insertions, 52 deletions
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index 52012659a..c456cc279 100644
--- a/po/vi/preseed.po
+++ b/po/vi/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2006-10-11 02:03+0000\n"
+"POT-Creation-Date: 2006-10-12 17:22+0000\n"
"PO-Revision-Date: 2006-08-16 16:59+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -1223,9 +1223,8 @@ msgid ""
"#d-i partman-auto/init_automatically_partition \\\n"
"# select Use the largest continuous free space\n"
"\n"
-"# Alternatively, you can specify a disk to partition. The device name can\n"
-"# be given in either devfs or traditional non-devfs format. If the method\n"
-"# supports it, you can specify several disks separated by spaces.\n"
+"# Alternatively, you can specify a disk to partition. The device name\n"
+"# can be given in either devfs or traditional non-devfs format.\n"
"# For example, to use the first disk:\n"
"d-i partman-auto/disk string /dev/discs/disc0/disc\n"
"# In addition, you'll need to specify the method to use.\n"
@@ -1236,6 +1235,8 @@ msgid ""
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
"d-i partman-auto/purge_lvm_from_device boolean true\n"
+"# And the same goes for the confirmation to write the lvm partitions.\n"
+"d-i partman-lvm/confirm boolean true\n"
"\n"
"# You can choose from any of the predefined partitioning recipes.\n"
"# Note: this must be preseeded with a localized (translated) value.\n"
@@ -1337,12 +1338,100 @@ msgstr ""
#. Tag: title
#: preseed.xml:653
+#, fuzzy, no-c-format
+msgid "Partitioning using RAID"
+msgstr "Phân vùng"
+
+#. Tag: para
+#: preseed.xml:654
+#, no-c-format
+msgid ""
+"You can also use preseeding to set up partitions on software RAID arrays. "
+"Supported are RAID levels 0, 1 and 5, creating degraded arrays and "
+"specifying spare devices. If you are using RAID 1, you can preseed grub to "
+"install to all devices used in the array; see <xref linkend=\"preseed-"
+"bootloader\"/>."
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:664
+#, no-c-format
+msgid ""
+"This type of automated partitioning is easy to get wrong. It is also a very "
+"new component that may still have some bugs or missing error handling. The "
+"responsibility to get the various recipes right (so they make sense and "
+"don't conflict) lies with the user. Check <filename>/var/log/syslog</"
+"filename> if you run into problems."
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:672
+#, no-c-format
+msgid ""
+"Note that only RAID 0 and RAID 1 have been tested by the developers of the "
+"component. RAID 5 is untested. Advanced RAID setup with degraded arrays or "
+"spare devices has only been tested lightly."
+msgstr ""
+
+#. Tag: screen
+#: preseed.xml:680
+#, no-c-format
+msgid ""
+"# NOTE: this option is of beta release quality and should be used carefully\n"
+"\n"
+"# The method should be set to \"raid\".\n"
+"#d-i partman-auto/method string raid\n"
+"# Specify the disks to be partitioned. They will all get the same layout,\n"
+"# so this will only work if the disks are the same size.\n"
+"#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc\n"
+"\n"
+"# Next you need to specify the physical partitions that will be used. \n"
+"#d-i partman-auto/expert_recipe string \\\n"
+"# multiraid :: \\\n"
+"# 1000 5000 4000 raid \\\n"
+"# $primary{ } method{ raid } \\\n"
+"# . \\\n"
+"# 64 512 300% raid \\\n"
+"# method{ raid } \\\n"
+"# . \\\n"
+"# 500 10000 1000000000 raid \\\n"
+"# method{ raid } \\\n"
+"# .\n"
+"\n"
+"# Last you need to specify how the previously defined partitions will be\n"
+"# used in the RAID setup. Remember to use the correct partition numbers\n"
+"# for logical partitions.\n"
+"# Parameters are:\n"
+"# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \\\n"
+"# <devices> <sparedevices>\n"
+"# RAID levels 0, 1 and 5 are supported; devices are separated using \"#\"\n"
+"#d-i partman-auto-raid/recipe string \\\n"
+"# 1 2 0 ext3 / \\\n"
+"# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n"
+"# . \\\n"
+"# 1 2 0 swap - \\\n"
+"# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n"
+"# . \\\n"
+"# 0 2 0 ext3 /home \\\n"
+"# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n"
+"# .\n"
+"\n"
+"# This makes partman automatically partition without confirmation.\n"
+"d-i partman-md/confirm boolean true\n"
+"d-i partman/confirm_write_new_label boolean true\n"
+"d-i partman/choose_partition \\\n"
+" select Finish partitioning and write changes to disk\n"
+"d-i partman/confirm boolean true"
+msgstr ""
+
+#. Tag: title
+#: preseed.xml:685
#, no-c-format
msgid "Clock and time zone setup"
msgstr "Thiết lập đồng hồ và múi giờ"
#. Tag: screen
-#: preseed.xml:655
+#: preseed.xml:687
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -1361,13 +1450,13 @@ msgstr ""
"d-i time/zone string US/Eastern"
#. Tag: title
-#: preseed.xml:660
+#: preseed.xml:692
#, no-c-format
msgid "Apt setup"
msgstr "Thiết lập apt"
#. Tag: para
-#: preseed.xml:661
+#: preseed.xml:693
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -1381,7 +1470,7 @@ msgstr ""
"năng thêm kho phần mềm (cục bộ) khác."
#. Tag: screen
-#: preseed.xml:669
+#: preseed.xml:701
#, fuzzy, no-c-format
msgid ""
"# You can choose to install non-free and contrib software.\n"
@@ -1415,13 +1504,13 @@ msgstr ""
"#d-i apt-setup/local0/key string http://local.server/key"
#. Tag: title
-#: preseed.xml:674
+#: preseed.xml:706
#, no-c-format
msgid "Account setup"
msgstr "Thiết lập tài khoản"
#. Tag: para
-#: preseed.xml:675
+#: preseed.xml:707
#, no-c-format
msgid ""
"The password for the root account and name and password for a first regular "
@@ -1434,7 +1523,7 @@ msgstr ""
"MD5."
#. Tag: para
-#: preseed.xml:682
+#: preseed.xml:714
#, no-c-format
msgid ""
"Be aware that preseeding passwords is not completely secure as everyone with "
@@ -1450,7 +1539,7 @@ msgstr ""
"truy cập băm MD5 cho phép người khác tấn công bằng sức mạnh vũ phu."
#. Tag: screen
-#: preseed.xml:692
+#: preseed.xml:724
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -1496,7 +1585,7 @@ msgstr ""
"#d-i passwd/user-password-crypted password [băm MD5]"
#. Tag: para
-#: preseed.xml:694
+#: preseed.xml:726
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -1516,7 +1605,7 @@ msgstr ""
"<command>sudo</command>)."
#. Tag: para
-#: preseed.xml:704
+#: preseed.xml:736
#, no-c-format
msgid ""
"An MD5 hash for a password can be generated using the following command."
@@ -1524,19 +1613,19 @@ msgstr "Băm MD5 cho mật khẩu có thể được tạo ra bằng lệnh theo
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: preseed.xml:708
+#: preseed.xml:740
#, no-c-format
msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5"
msgstr "$ echo \"r00tme\" | mkpasswd -s -H MD5"
#. Tag: title
-#: preseed.xml:714
+#: preseed.xml:746
#, no-c-format
msgid "Base system installation"
msgstr "Cài đặt hệ thống cơ bản"
#. Tag: para
-#: preseed.xml:715
+#: preseed.xml:747
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -1547,7 +1636,7 @@ msgstr ""
"cách cài đặt hạt nhân."
#. Tag: screen
-#: preseed.xml:722
+#: preseed.xml:754
#, no-c-format
msgid ""
"# Select the initramfs generator used to generate the initrd for 2.6 "
@@ -1558,13 +1647,13 @@ msgstr ""
"#d-i base-installer/kernel/linux/initramfs-generators string yaird"
#. Tag: title
-#: preseed.xml:727
+#: preseed.xml:759
#, no-c-format
msgid "Boot loader installation"
msgstr "Cài đặt bộ tải khởi động"
#. Tag: screen
-#: preseed.xml:729
+#: preseed.xml:761
#, fuzzy, no-c-format
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
@@ -1610,13 +1699,13 @@ msgstr ""
"#d-i grub-installer/with_other_os boolean false"
#. Tag: title
-#: preseed.xml:734
+#: preseed.xml:766
#, no-c-format
msgid "Package selection"
msgstr "Chọn gói phần mềm"
#. Tag: para
-#: preseed.xml:735
+#: preseed.xml:767
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -1626,73 +1715,73 @@ msgstr ""
"lúc viết câu này, các công việc sẵn sàng gồm:"
#. Tag: userinput
-#: preseed.xml:744
+#: preseed.xml:776
#, no-c-format
msgid "standard"
msgstr "chuẩn"
#. Tag: userinput
-#: preseed.xml:747
+#: preseed.xml:779
#, no-c-format
msgid "desktop"
msgstr "môi trường làm việc"
#. Tag: userinput
-#: preseed.xml:750
+#: preseed.xml:782
#, no-c-format
msgid "gnome-desktop"
msgstr "môi trường làm việc Gnome"
#. Tag: userinput
-#: preseed.xml:753
+#: preseed.xml:785
#, no-c-format
msgid "kde-desktop"
msgstr "môi trường làm việc KDE"
#. Tag: userinput
-#: preseed.xml:756
+#: preseed.xml:788
#, no-c-format
msgid "web-server"
msgstr "trình phục vụ Mạng"
#. Tag: userinput
-#: preseed.xml:759
+#: preseed.xml:791
#, no-c-format
msgid "print-server"
msgstr "trình phục vụ in"
#. Tag: userinput
-#: preseed.xml:762
+#: preseed.xml:794
#, no-c-format
msgid "dns-server"
msgstr "trình phục vụ DNS"
#. Tag: userinput
-#: preseed.xml:765
+#: preseed.xml:797
#, no-c-format
msgid "file-server"
msgstr "trình phục vụ tập tin"
#. Tag: userinput
-#: preseed.xml:768
+#: preseed.xml:800
#, no-c-format
msgid "mail-server"
msgstr "trình phục vụ thư tín"
#. Tag: userinput
-#: preseed.xml:771
+#: preseed.xml:803
#, no-c-format
msgid "sql-database"
msgstr "co sở dữ liệu SQL"
#. Tag: userinput
-#: preseed.xml:774
+#: preseed.xml:806
#, no-c-format
msgid "laptop"
msgstr "máy tính xách tay"
#. Tag: para
-#: preseed.xml:778
+#: preseed.xml:810
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -1704,7 +1793,7 @@ msgstr ""
"<userinput>chuẩn</userinput>."
#. Tag: para
-#: preseed.xml:784
+#: preseed.xml:816
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -1718,7 +1807,7 @@ msgstr ""
"cách, vậy dễ dàng dùng trên dòng lệnh."
#. Tag: screen
-#: preseed.xml:794
+#: preseed.xml:826
#, no-c-format
msgid ""
"tasksel tasksel/first multiselect standard, desktop\n"
@@ -1749,13 +1838,13 @@ msgstr ""
"#popularity-contest popularity-contest/participate boolean false"
#. Tag: title
-#: preseed.xml:799
+#: preseed.xml:831
#, no-c-format
msgid "Finishing up the first stage install"
msgstr "Làm xong giai đoạn cài đặt thứ nhất"
#. Tag: screen
-#: preseed.xml:801
+#: preseed.xml:833
#, no-c-format
msgid ""
"# Avoid that last message about the install being complete.\n"
@@ -1773,13 +1862,13 @@ msgstr ""
"#d-i cdrom-detect/eject boolean false"
#. Tag: title
-#: preseed.xml:806
+#: preseed.xml:838
#, no-c-format
msgid "Mailer configuration"
msgstr "Cấu hình trình thư"
#. Tag: para
-#: preseed.xml:807
+#: preseed.xml:839
#, no-c-format
msgid ""
"During a normal install, exim asks only a few questions. Here's how to avoid "
@@ -1789,7 +1878,7 @@ msgstr ""
"cách tránh ngay cả vài câu đó. Có khả năng chèn trước một cách phức tạp hơn."
#. Tag: screen
-#: preseed.xml:814
+#: preseed.xml:846
#, no-c-format
msgid ""
"exim4-config exim4/dc_eximconfig_configtype \\\n"
@@ -1805,13 +1894,13 @@ msgstr ""
"exim4-config exim4/dc_postmaster string"
#. Tag: title
-#: preseed.xml:819
+#: preseed.xml:851
#, no-c-format
msgid "X configuration"
msgstr "Cấu hình X"
#. Tag: para
-#: preseed.xml:820
+#: preseed.xml:852
#, no-c-format
msgid ""
"Preseeding Debian's X config is possible, but you probably need to know some "
@@ -1823,7 +1912,7 @@ msgstr ""
"Debian không cấu hình tự động đầy đủ mọi thứ."
#. Tag: screen
-#: preseed.xml:828
+#: preseed.xml:860
#, no-c-format
msgid ""
"# X can detect the right driver for some cards, but if you're preseeding,\n"
@@ -1873,13 +1962,13 @@ msgstr ""
" select 1024x768 @ 60 Hz"
#. Tag: title
-#: preseed.xml:833
+#: preseed.xml:865
#, no-c-format
msgid "Preseeding other packages"
msgstr "Chèn trước gói khác"
#. Tag: screen
-#: preseed.xml:835
+#: preseed.xml:867
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -1898,19 +1987,19 @@ msgstr ""
"# debconf-get-selections >> file"
#. Tag: title
-#: preseed.xml:841
+#: preseed.xml:873
#, no-c-format
msgid "Advanced options"
msgstr "Tùy chọn cấp cao"
#. Tag: title
-#: preseed.xml:844
+#: preseed.xml:876
#, no-c-format
msgid "Shell commands"
msgstr "Lệnh trình bao"
#. Tag: screen
-#: preseed.xml:846
+#: preseed.xml:878
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -1950,13 +2039,13 @@ msgstr ""
"#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh"
#. Tag: title
-#: preseed.xml:851
+#: preseed.xml:883
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "Tải dây chuyền tập tin định cấu hình sẵn"
#. Tag: para
-#: preseed.xml:852
+#: preseed.xml:884
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -1972,7 +2061,7 @@ msgstr ""
"để thiết lập chi tiết hơn cho một số cấu hình riêng trong các tập tin khác."
#. Tag: screen
-#: preseed.xml:862
+#: preseed.xml:894
#, no-c-format
msgid ""
"# More that one file can be listed, separated by spaces; all will be\n"