summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po117
1 files changed, 17 insertions, 100 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index f95f46498..f58205f36 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -3,7 +3,7 @@
# Sunjae Park <darehanl@gmail.com>, 2006.
# Seok-moon Jang <drssay97@gmail.com>, 2005.
# Lee Kyung Soon <lks1331@gmail.com>, 2011.
-# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2015, 2017.
+# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2015, 2017-2018.
#
# 이 번역은 완성 단계로 품질에 많은 신경을 쓰고 있습니다. 반드시 메일링 리스트에
# 번역 사실을 알리고 토의를 하십시오.
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2018-06-03 06:59+0000\n"
-"PO-Revision-Date: 2017-02-11 18:55+0900\n"
+"PO-Revision-Date: 2018-07-26 10:31+0800\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
"Language: ko\n"
@@ -1200,7 +1200,7 @@ msgstr "&lt;소유자&gt; &lt;질문 이름&gt; &lt;질문 형식&gt; &lt;값&gt
#: preseed.xml:605
#, no-c-format
msgid "The file should start with <literal>#_preseed_V1</literal>"
-msgstr ""
+msgstr "파일은 <literal>#_preseed_V1</literal> 표시로 시작해야 합니다"
#. Tag: para
#: preseed.xml:617
@@ -1275,7 +1275,7 @@ msgstr "어떤 질문은 눈에 보이는 영문 텍스트가 아니라 코드
#: preseed.xml:653
#, no-c-format
msgid "Start with <literal>#_preseed_V1</literal>"
-msgstr ""
+msgstr "<literal>#_preseed_V1</literal> 표시로 시작합니다"
#. Tag: para
#: preseed.xml:659
@@ -1303,18 +1303,15 @@ msgstr ""
#. Tag: screen
#: preseed.xml:671
-#, fuzzy, no-c-format
-#| msgid ""
-#| "$ debconf-get-selections --installer &gt; <replaceable>file</"
-#| "replaceable>\n"
-#| "$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
+#, no-c-format
msgid ""
"$ echo \"#_preseed_V1\" &gt; <replaceable>file</replaceable>\n"
"$ debconf-get-selections --installer &gt;&gt; <replaceable>file</"
"replaceable>\n"
"$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
msgstr ""
-"$ debconf-get-selections --installer &gt; <replaceable>파일</replaceable>\n"
+"$ echo \"#_preseed_V1\" &gt; <replaceable>파일</replaceable>\n"
+"$ debconf-get-selections --installer &gt;&gt; <replaceable>파일</replaceable>\n"
"$ debconf-get-selections &gt;&gt; <replaceable>파일</replaceable>"
#. Tag: para
@@ -2095,86 +2092,6 @@ msgstr "파티션 예제"
#. Tag: screen
#: preseed.xml:971
#, fuzzy, no-c-format
-#| msgid ""
-#| "# If the system has free space you can choose to only partition that "
-#| "space.\n"
-#| "# This is only honoured if partman-auto/method (below) is not set.\n"
-#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
-#| "\n"
-#| "# Alternatively, you may specify a disk to partition. If the system has "
-#| "only\n"
-#| "# one disk the installer will default to using that, but otherwise the "
-#| "device\n"
-#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n"
-#| "# and not e.g. /dev/discs/disc0/disc).\n"
-#| "# For example, to use the first SCSI/SATA hard 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:\n"
-#| "# - regular: use the usual partition types for your architecture\n"
-#| "# - lvm: use LVM to partition the disk\n"
-#| "# - crypto: use LVM within an encrypted partition\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"
-#| "# The same applies to pre-existing software RAID array:\n"
-#| "d-i partman-md/device_remove_md boolean true\n"
-#| "# And the same goes for the confirmation to write the lvm partitions.\n"
-#| "d-i partman-lvm/confirm boolean true\n"
-#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
-#| "\n"
-#| "# You can choose one of the three predefined partitioning recipes:\n"
-#| "# - atomic: all files in one partition\n"
-#| "# - home: separate /home partition\n"
-#| "# - multi: separate /home, /var, and /tmp partitions\n"
-#| "d-i partman-auto/choose_recipe select atomic\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\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"
-#| "# The full recipe format is documented in the file partman-auto-recipe."
-#| "txt\n"
-#| "# included in the 'debian-installer' package or available from D-I "
-#| "source\n"
-#| "# repository. This also documents how to specify settings such as file\n"
-#| "# system labels, volume group names and which physical devices to "
-#| "include\n"
-#| "# in a volume group.\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-partitioning/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition select finish\n"
-#| "d-i partman/confirm boolean true\n"
-#| "d-i partman/confirm_nooverwrite boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2257,12 +2174,9 @@ msgstr ""
"# 아래의 partman-auto/method 설정이 있을 때만 적용됩니다.\n"
"#d-i partman-auto/init_automatically_partition select biggest_free\n"
"\n"
-"# 다른 방법으로, 파티션할 디스크를 직접 지정할 수 있습니다. 시스템에 디스크"
-"가 1개\n"
-"# 뿐인 경우 설치 프로그램에서는 그 디스크를 사용합니다. 하지만 여러 개인 경"
-"우 장치\n"
-"# 이름은 전통적인, devfs 형식이 아닌 형식으로 지정합니다. (예를 들어 /dev/"
-"sda.\n"
+"# 다른 방법으로, 파티션할 디스크를 직접 지정할 수 있습니다. 시스템에 디스크가 1개\n"
+"# 뿐인 경우 설치 프로그램에서는 그 디스크를 사용합니다. 하지만 여러 개인 경우 장치\n"
+"# 이름은 전통적인, devfs 형식이 아닌 형식으로 지정합니다. (예를 들어 /dev/sda.\n"
"# /dev/discs/disc0/disc 형식이 아님.)\n"
"# 예를 들어, 첫 번째 SCSI/SATA 하드 디스크를 사용하려면:\n"
"#d-i partman-auto/disk string /dev/sda\n"
@@ -2273,9 +2187,8 @@ msgstr ""
"# - crypto: 암호화한 파티션에 LVM을 사용\n"
"d-i partman-auto/method string lvm\n"
"\n"
-"# 자동으로 파티션할 디스크 중에 과거 LVM 설정이 남아 있을 경우, 경고 메시지"
-"를\n"
-"# 받게 됩니다. 이 경고를 미리 설정으로 무시할 수 잇습니다...\n"
+"# 자동으로 파티션할 디스크 중에 과거 LVM 설정이 남아 있을 경우, 경고 메시지를\n"
+"# 받게 됩니다. 이 경고를 미리 설정으로 무시할 수 있습니다...\n"
"d-i partman-lvm/device_remove_lvm boolean true\n"
"# 기존에 소프트웨어 RAID 어레이가 설정된 경우에도 마찬가지로 적용됩니다:\n"
"d-i partman-md/device_remove_md boolean true\n"
@@ -2324,7 +2237,11 @@ msgstr ""
"d-i partman-partitioning/confirm_write_new_label boolean true\n"
"d-i partman/choose_partition select finish\n"
"d-i partman/confirm boolean true\n"
-"d-i partman/confirm_nooverwrite boolean true"
+"d-i partman/confirm_nooverwrite boolean true\n"
+"d-i partman/confirm_nooverwrite boolean true\n"
+"\n"
+"# 디스크 암호화를 사용할 때, 그 전에 파티션 내용 청소를 건너 뜁니다.\n"
+"#d-i partman-auto-crypto/erase_disks boolean false"
#. Tag: title
#: preseed.xml:975