diff options
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 170 |
1 files changed, 22 insertions, 148 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 6ef58dd76..35c49dd5b 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -957,30 +957,27 @@ msgstr "编写预置文件的时候要留意几条规则。" #. Tag: para #: preseed.xml:574 #, no-c-format -#| msgid "" -#| "Put only a single space or tab between type and value: any additional " -#| "whitespace will be interpreted as belonging to the value." msgid "" "Put only a single space or tab between type and value: any additional " "whitespace will be interpreted as belonging to the value. If you specify an " "empty value you should still put a single space or tab after the type." -msgstr "在类型和值之间只有一个空格或者 tab:任何额外的空格将被解释为值的一部分。如果您设置空值,仍需要在其后加一个空格或 tab。" +msgstr "" +"在类型和值之间只有一个空格或者 tab:任何额外的空格将被解释为值的一部分。如果" +"您设置空值,仍需要在其后加一个空格或 tab。" #. Tag: para #: preseed.xml:579 #, no-c-format -#| msgid "" -#| "A line can be split into multiple lines by appending a backslash " -#| "(<quote><literal>\\</literal></quote>) as the line continuation " -#| "character. A good place to split a line is after the question name; a bad " -#| "place is between type and value." msgid "" "A line can be split into multiple lines by appending a backslash " "(<quote><literal>\\</literal></quote>) as the line continuation character. A " "good place to split a line is after the question name; a bad place is " "between type and value. Splitting a line inside the value is normally not " "supported, with the exception of partitioning recipes." -msgstr "一行可以通过行尾的反斜杠(<quote><literal>\\</literal></quote>)连接符分成多行。分割一行较好的地方是在问题名后面;而在类型和值之间则是糟糕的地方。在值中间换行通常不支持,例外的情况是分区表。" +msgstr "" +"一行可以通过行尾的反斜杠(<quote><literal>\\</literal></quote>)连接符分成多" +"行。分割一行较好的地方是在问题名后面;而在类型和值之间则是糟糕的地方。在值中" +"间换行通常不支持,例外的情况是分区表。" #. Tag: para #: preseed.xml:586 @@ -1172,17 +1169,14 @@ msgstr "" #. Tag: para #: preseed.xml:695 #, no-c-format -#| msgid "" -#| "Keyboard configuration consists of selecting a keyboard architecture and " -#| "a keymap. In most cases the correct keyboard architecture is selected by " -#| "default, so there's normally no need to preseed it. The keymap must be " -#| "valid for the selected keyboard architecture." msgid "" "Keyboard configuration consists of selecting a keyboard architecture and a " "keymap. In most cases the correct keyboard architecture is selected by " "default, so there's normally no need to preseed it. The keymap must be known " "to the &d-i; for the selected keyboard architecture." -msgstr "键盘设置由键盘体系和 keymap 组成。大多数情况下,默认可以选择正确的键盘体系,因此通常不必预置。keymap 必须对 &d-i; 所选择的键盘体系有效。" +msgstr "" +"键盘设置由键盘体系和 keymap 组成。大多数情况下,默认可以选择正确的键盘体系," +"因此通常不必预置。keymap 必须对 &d-i; 所选择的键盘体系有效。" #. Tag: screen #: preseed.xml:702 @@ -1532,76 +1526,6 @@ msgstr "" #. Tag: screen #: preseed.xml:831 #, no-c-format -#| msgid "" -#| "# If the system has free space you can choose to only partition that " -#| "space.\n" -#| "# Note: this must be preseeded with a localized (translated) value.\n" -#| "#d-i partman-auto/init_automatically_partition \\\n" -#| "# select Guided - use the largest continuous free space\n" -#| "\n" -#| "# Alternatively, you can specify a disk to partition. The device name " -#| "must\n" -#| "# be given in traditional non-devfs format.\n" -#| "# For example, to use the first SCSI/SATA hard disk:\n" -#| "# Note: A disk must be specified, unless the system has only one disk.\n" -#| "#d-i partman-auto/disk string /dev/sda\n" -#| "# In addition, you'll need to specify the method to use.\n" -#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto" -#| "\"\n" -#| "d-i partman-auto/method string lvm\n" -#| "\n" -#| "# If one of the disks that are going to be automatically partitioned\n" -#| "# contains an old LVM configuration, the user will normally receive a\n" -#| "# warning. This can be preseeded away...\n" -#| "d-i partman-lvm/device_remove_lvm 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" -#| "d-i partman-auto/choose_recipe \\\n" -#| " select All files in one partition (recommended for new users)\n" -#| "#d-i partman-auto/choose_recipe \\\n" -#| "# select Separate /home partition\n" -#| "#d-i partman-auto/choose_recipe \\\n" -#| "# select Separate /home, /usr, /var, and /tmp partitions\n" -#| "\n" -#| "# Or provide a recipe of your own...\n" -#| "# The recipe format is documented in the file devel/partman-auto-recipe." -#| "txt.\n" -#| "# If you have a way to get a recipe file into the d-i environment, you " -#| "can\n" -#| "# just point at it.\n" -#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" -#| "\n" -#| "# If not, you can put an entire recipe into the preconfiguration file in " -#| "one\n" -#| "# (logical) line. This example creates a small /boot partition, suitable\n" -#| "# swap, and uses the rest of the space for the root partition:\n" -#| "#d-i partman-auto/expert_recipe string \\\n" -#| "# boot-root :: \\\n" -#| "# 40 50 100 ext3 \\\n" -#| "# $primary{ } $bootable{ } \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ /boot } \\\n" -#| "# . \\\n" -#| "# 500 10000 1000000000 ext3 \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ / } \\\n" -#| "# . \\\n" -#| "# 64 512 300% linux-swap \\\n" -#| "# method{ swap } format{ } \\\n" -#| "# .\n" -#| "\n" -#| "# This makes partman automatically partition without confirmation, " -#| "provided\n" -#| "# that you told it what to do using one of the methods above.\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" msgid "" "# If the system has free space you can choose to only partition that space.\n" "#d-i partman-auto/init_automatically_partition select biggest_free\n" @@ -1692,12 +1616,14 @@ msgstr "" "d-i partman-auto/choose_recipe select atomic\n" "\n" "# Or provide a recipe of your own...\n" -"# The recipe format is documented in the file devel/partman-auto-recipe.txt.\n" +"# The recipe format is documented in the file devel/partman-auto-recipe." +"txt.\n" "# If you have a way to get a recipe file into the d-i environment, you can\n" "# just point at it.\n" "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" "\n" -"# If not, you can put an entire recipe into the preconfiguration file in one\n" +"# If not, you can put an entire recipe into the preconfiguration file in " +"one\n" "# (logical) line. This example creates a small /boot partition, suitable\n" "# swap, and uses the rest of the space for the root partition:\n" "#d-i partman-auto/expert_recipe string \\\n" @@ -1746,74 +1672,20 @@ msgstr "" #. Tag: para #: preseed.xml:847 #, 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." msgid "" "This type of automated partitioning is easy to get wrong. It is also " "functionality that receives relatively little testing from the developers of " "&d-i;. 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 "这种自动分区方式很容易出错。&d-i; 开发人员对它的功能只进行了相对较少的测试。让各种方案正确(有意义而不冲突)的责任在于用户。如果您遇到问题,检查一下 <filename>/var/log/syslog</filename>。" +msgstr "" +"这种自动分区方式很容易出错。&d-i; 开发人员对它的功能只进行了相对较少的测试。" +"让各种方案正确(有意义而不冲突)的责任在于用户。如果您遇到问题,检查一下 " +"<filename>/var/log/syslog</filename>。" #. Tag: screen #: preseed.xml:857 #, 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, 5, 6 and 10 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" msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" "\n" @@ -1887,9 +1759,11 @@ msgstr "" "# 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" +"# <raidtype> <devcount> <sparecount> <fstype> <" +"mountpoint> \\\n" "# <devices> <sparedevices>\n" -"# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using \"#\"\n" +"# RAID levels 0, 1, 5, 6 and 10 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" |