[jhbuild] Update Korean translation
- From: Translations User D-L <translations src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Update Korean translation
- Date: Sun, 19 Sep 2021 08:37:15 +0000 (UTC)
commit a22995061d844e86db795c01b33f7e75bb7fdbc5
Author: Seong-ho Cho <shcho gnome org>
Date: Sun Sep 19 08:37:13 2021 +0000
Update Korean translation
po/ko.po | 255 ++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 129 insertions(+), 126 deletions(-)
---
diff --git a/po/ko.po b/po/ko.po
index 95acfae4..6fcda59d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,14 +1,14 @@
# Korean translation for jhbuild.
# Copyright (C) 2011 jhbuild's COPYRIGHT HOLDER
# This file is distributed under the same license as the jhbuild package.
-# Seong-ho Cho <shcho gnome org>, 2011-2020.
+# Seong-ho Cho <shcho gnome org>, 2011-2021.
#
msgid ""
msgstr ""
"Project-Id-Version: jhbuild master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/jhbuild/issues\n"
-"POT-Creation-Date: 2019-09-24 16:37+0000\n"
-"PO-Revision-Date: 2020-02-18 16:38+0900\n"
+"POT-Creation-Date: 2021-08-22 02:54+0000\n"
+"PO-Revision-Date: 2021-09-17 14:58+0900\n"
"Last-Translator: Seong-ho Cho <shcho gnome org>\n"
"Language-Team: 한국어 <gnome-kr googlegroups com>\n"
"Language: ko\n"
@@ -16,34 +16,34 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.2.4\n"
+"X-Generator: Poedit 2.3.1\n"
-#: autogen.sh:103
+#: autogen.sh:110
#, sh-format
msgid "Configuring $PKG_NAME without autotools"
msgstr "autotools를 사용하지 않고 $PKG_NAME 설정중"
-#: autogen.sh:120 autogen.sh:125
+#: autogen.sh:133 autogen.sh:138
#, sh-format
msgid "Unable to create file $srcdir/Makefile.inc"
msgstr "$srcdir/Makefile.inc 파일을 만들 수 없습니다"
-#: autogen.sh:144
+#: autogen.sh:158
#, sh-format
msgid "Unable to read file $makefile"
msgstr "$makefile 파일을 읽을 수 없습니다"
-#: autogen.sh:149
+#: autogen.sh:163
#, sh-format
msgid "Unable to copy $makefile to $srcdir/Makefile"
msgstr "$makefile을 $srcdir/Makefile로 복사할 수 없습니다"
-#: autogen.sh:154
+#: autogen.sh:168
#, sh-format
msgid "Now type `make' to compile $PKG_NAME"
msgstr "$PKG_NAME을(를) 컴파일 하려면 이제 `make'를 입력합니다"
-#: autogen.sh:214
+#: autogen.sh:228
#, sh-format
msgid ""
"**Error**: Directory `$srcdir' does not look like the top-level $PKG_NAME "
@@ -52,23 +52,23 @@ msgstr ""
"**오류**: `$srcdir' 디렉터리는 $PKG_NAME 디렉터리의 최상위레벨이 아닌 것 같습"
"니다"
-#: autogen.sh:268
+#: autogen.sh:282
msgid "WARNING: aclocal not available (usually part of package 'autoconf')"
msgstr "경고: aclocal이 없습니다('autoconf' 꾸러미의 일부)"
-#: autogen.sh:271
+#: autogen.sh:285
msgid "WARNING: automake not available (usually part of package 'automake')"
msgstr "경고: automake가 없습니다('autoconf' 꾸러미의 일부)"
-#: autogen.sh:274
+#: autogen.sh:288
msgid "WARNING: autopoint not available (usually part of package 'gettext')"
msgstr "경고: autopoint가 없습니다('gettext' 꾸러미의 일부)"
-#: autogen.sh:277
+#: autogen.sh:291
msgid "WARNING: pkg-config not available (usually part of package 'pkgconfig')"
msgstr "경고: pkg-config가 없습니다('pkgconfig' 꾸러미의 일부)"
-#: autogen.sh:280
+#: autogen.sh:294
msgid ""
"WARNING: yelp-tools not available (usually part of package 'yelp-tools')"
msgstr "경고: yelp-tools가 없습니다('yelp-tools' 꾸러미의 일부)"
@@ -78,30 +78,30 @@ msgid "Build modules non-interactively and upload results to JhAutobuild"
msgstr "모듈을 비 대화식으로 빌드하고 결과를 JhAutobuild로 업로드 합니다"
#: jhbuild/commands/autobuild.py:36 jhbuild/commands/base.py:166
-#: jhbuild/commands/base.py:277 jhbuild/commands/make.py:40
+#: jhbuild/commands/base.py:278 jhbuild/commands/make.py:40
#: jhbuild/commands/tinderbox.py:38
msgid "always run autogen.sh"
msgstr "항상 autogen.sh 실행"
#: jhbuild/commands/autobuild.py:39 jhbuild/commands/base.py:172
-#: jhbuild/commands/base.py:280 jhbuild/commands/make.py:43
+#: jhbuild/commands/base.py:281 jhbuild/commands/make.py:43
#: jhbuild/commands/tinderbox.py:44
msgid "run make clean before make"
msgstr "make 실행 전 make clean 실행"
#: jhbuild/commands/autobuild.py:42 jhbuild/commands/base.py:181
-#: jhbuild/commands/base.py:292
+#: jhbuild/commands/base.py:293
msgid "run make distcheck after building"
msgstr "빌드한 다음 make distcheck 실행"
#: jhbuild/commands/autobuild.py:45 jhbuild/commands/base.py:41
-#: jhbuild/commands/base.py:193 jhbuild/commands/base.py:431
-#: jhbuild/commands/clean.py:39 jhbuild/commands/tinderbox.py:53
+#: jhbuild/commands/base.py:193 jhbuild/commands/base.py:443
+#: jhbuild/commands/clean.py:39 jhbuild/commands/tinderbox.py:56
msgid "treat the given modules as up to date"
msgstr "주어진 모듈을 최신으로 취급"
#: jhbuild/commands/autobuild.py:48 jhbuild/commands/base.py:196
-#: jhbuild/commands/clean.py:42 jhbuild/commands/tinderbox.py:56
+#: jhbuild/commands/clean.py:42 jhbuild/commands/tinderbox.py:59
msgid "start building at the given module"
msgstr "주어진 모듈부터 빌드를 시작"
@@ -118,8 +118,8 @@ msgid "report URL for autobuild not specified"
msgstr "지정하지 않은 autobuild에 대한 보고 URL"
#: jhbuild/commands/autobuild.py:82 jhbuild/commands/base.py:67
-#: jhbuild/commands/base.py:243 jhbuild/commands/base.py:469
-#: jhbuild/commands/clean.py:56 jhbuild/commands/tinderbox.py:94
+#: jhbuild/commands/base.py:243 jhbuild/commands/base.py:481
+#: jhbuild/commands/clean.py:56 jhbuild/commands/tinderbox.py:97
#, python-format
msgid "%s not in module list"
msgstr "%s은(는) 모듈 목록에 없음"
@@ -130,7 +130,7 @@ msgstr "버전 컨트롤로부터 모든 모듈을 업데이트"
#: jhbuild/commands/base.py:35 jhbuild/commands/base.py:83
#: jhbuild/commands/base.py:117 jhbuild/commands/base.py:160
-#: jhbuild/commands/base.py:271 jhbuild/commands/base.py:422
+#: jhbuild/commands/base.py:272 jhbuild/commands/base.py:434
#: jhbuild/commands/tinderbox.py:32
msgid "[ options ... ] [ modules ... ]"
msgstr "[ 옵션 ... ] [ 모듈 ... ]"
@@ -144,13 +144,13 @@ msgid "update only modules with the given tags"
msgstr "주어진 태그를 사용하여 모듈만 업데이트"
#: jhbuild/commands/base.py:50 jhbuild/commands/base.py:89
-#: jhbuild/commands/base.py:202 jhbuild/commands/base.py:301
-#: jhbuild/commands/tinderbox.py:59
+#: jhbuild/commands/base.py:202 jhbuild/commands/base.py:302
+#: jhbuild/commands/tinderbox.py:62
msgid "set a sticky date when checking out modules"
msgstr "모듈을 확인할 때 끈적이 날짜 설정"
#: jhbuild/commands/base.py:53 jhbuild/commands/base.py:184
-#: jhbuild/commands/base.py:440
+#: jhbuild/commands/base.py:452
msgid "ignore all soft-dependencies"
msgstr "모든 약 의존요소 무시"
@@ -159,14 +159,14 @@ msgid "Update one or more modules from version control"
msgstr "버전 컨트롤로부터 하나 이상의 모듈을 업데이트"
#: jhbuild/commands/base.py:98 jhbuild/commands/base.py:136
-#: jhbuild/commands/base.py:377 jhbuild/commands/rdepends.py:53
+#: jhbuild/commands/base.py:389 jhbuild/commands/rdepends.py:53
#: jhbuild/moduleset.py:177
#, python-format
msgid "A module called '%s' could not be found."
msgstr "'%s' 모듈을 찾을 수 없습니다."
#: jhbuild/commands/base.py:101 jhbuild/commands/base.py:139
-#: jhbuild/commands/base.py:334 jhbuild/commands/rdepends.py:48
+#: jhbuild/commands/base.py:346 jhbuild/commands/rdepends.py:48
#: jhbuild/commands/uninstall.py:58
msgid "This command requires a module parameter."
msgstr "이 명령은 모듈 인수를 필요로 합니다."
@@ -180,7 +180,7 @@ msgid "honour the makeclean setting in config file"
msgstr "설정 파일의 makeclean 설정을 우선하기"
#: jhbuild/commands/base.py:126 jhbuild/commands/base.py:169
-#: jhbuild/commands/base.py:283 jhbuild/commands/tinderbox.py:41
+#: jhbuild/commands/base.py:284 jhbuild/commands/tinderbox.py:41
msgid "completely clean source tree"
msgstr "소스 트리를 완전히 정리"
@@ -192,43 +192,44 @@ msgstr "makeclean이 False로 설정되는 동안 clean 명령이 호출되어,
msgid "Update and compile all modules (the default)"
msgstr "모든 모듈을 업데이트하고 컴파일(기본)"
-#: jhbuild/commands/base.py:175 jhbuild/commands/base.py:286
-#: jhbuild/commands/make.py:46
+#: jhbuild/commands/base.py:175 jhbuild/commands/base.py:287
+#: jhbuild/commands/make.py:46 jhbuild/commands/tinderbox.py:47
msgid "run make check after building"
msgstr "빌드한 다음 make check 실행"
-#: jhbuild/commands/base.py:178 jhbuild/commands/base.py:289
+#: jhbuild/commands/base.py:178 jhbuild/commands/base.py:290
msgid "run make dist after building"
msgstr "빌드한 다음 make dist 실행"
-#: jhbuild/commands/base.py:187 jhbuild/commands/base.py:295
-#: jhbuild/commands/tinderbox.py:47
+#: jhbuild/commands/base.py:187 jhbuild/commands/base.py:296
+#: jhbuild/commands/tinderbox.py:50
msgid "skip version control update"
msgstr "버전 컨트롤 업데이트 건너뛰기"
-#: jhbuild/commands/base.py:190 jhbuild/commands/base.py:298
+#: jhbuild/commands/base.py:190 jhbuild/commands/base.py:299
#: jhbuild/commands/make.py:49
msgid "quiet (no output)"
msgstr "조용히(출력 없음)"
-#: jhbuild/commands/base.py:199 jhbuild/commands/base.py:437
+#: jhbuild/commands/base.py:199 jhbuild/commands/base.py:449
msgid "build only modules with the given tags"
msgstr "주어진 태그를 이용하여 모듈만 빌드"
-#: jhbuild/commands/base.py:205 jhbuild/commands/base.py:304
+#: jhbuild/commands/base.py:205 jhbuild/commands/base.py:305
msgid "run tests in real X and not in Xvfb"
msgstr "xvfb가 아닌 실제 X에서 tests 실행"
-#: jhbuild/commands/base.py:208 jhbuild/commands/tinderbox.py:62
+#: jhbuild/commands/base.py:208 jhbuild/commands/tinderbox.py:65
msgid "try to force checkout and autogen on failure"
msgstr "강제 체크아웃을 시도하고 실패시 autogen 수행"
-#: jhbuild/commands/base.py:211 jhbuild/commands/tinderbox.py:65
+#: jhbuild/commands/base.py:211 jhbuild/commands/base.py:308
+#: jhbuild/commands/tinderbox.py:68
msgid "don't poison modules on failure"
msgstr "실패시 모듈을 해치우지 않음"
-#: jhbuild/commands/base.py:214 jhbuild/commands/base.py:307
-#: jhbuild/commands/tinderbox.py:68
+#: jhbuild/commands/base.py:214 jhbuild/commands/base.py:311
+#: jhbuild/commands/tinderbox.py:71
msgid "build even if policy says not to"
msgstr "정책적으로 반대하더라도 빌드"
@@ -236,11 +237,11 @@ msgstr "정책적으로 반대하더라도 빌드"
msgid "also build soft-dependencies that could be skipped"
msgstr "건너 뛸 수 있는 약 의존요소도 빌드"
-#: jhbuild/commands/base.py:220 jhbuild/commands/base.py:310
+#: jhbuild/commands/base.py:220 jhbuild/commands/base.py:314
msgid "skip modules installed less than the given time ago"
msgstr "주어진 시간 이전에 설치한 모듈 건너뛰기"
-#: jhbuild/commands/base.py:223 jhbuild/commands/tinderbox.py:71
+#: jhbuild/commands/base.py:223 jhbuild/commands/tinderbox.py:74
msgid "ignore missing system dependencies"
msgstr "빠진 시스템 의존요소 무시"
@@ -248,7 +249,7 @@ msgstr "빠진 시스템 의존요소 무시"
msgid "requested module is in the ignore list, nothing to do."
msgstr "요청된 모듈이 무시 목록에 있습니다. 할 일 없음."
-#: jhbuild/commands/base.py:254 jhbuild/commands/tinderbox.py:100
+#: jhbuild/commands/base.py:255 jhbuild/commands/tinderbox.py:103
#, python-format
msgid ""
"Required system dependencies not installed. Install using the command "
@@ -257,11 +258,11 @@ msgstr ""
"필요한 시스템 의존요소를 설치하지 않았습니다. %(cmd)s 명령을 사용하여 설치하"
"거나 %(opt)s 명령줄 옵션을 사용하여 시스템 의존요소를 무시하세요"
-#: jhbuild/commands/base.py:268
+#: jhbuild/commands/base.py:269
msgid "Update and compile one or more modules"
msgstr "하나 이상의 모듈 업데이트하고 컴파일"
-#: jhbuild/commands/base.py:329 jhbuild/commands/make.py:100
+#: jhbuild/commands/base.py:341 jhbuild/commands/make.py:100
#: jhbuild/commands/uninstall.py:50
#, python-format
msgid ""
@@ -271,83 +272,83 @@ msgstr ""
"\"%(modname)s\" 모듈이 없어서, \"%(reponame)s\" 저장소를 사용하여 자동으로 만"
"들었습니다"
-#: jhbuild/commands/base.py:342
+#: jhbuild/commands/base.py:354
msgid "Run a command under the JHBuild environment"
msgstr "JHBuild 환경에서 명령 실행"
-#: jhbuild/commands/base.py:345
+#: jhbuild/commands/base.py:357
msgid "[ options ... ] program [ arguments ... ]"
msgstr "[ 옵션 ... ] 프로그램 [ 인자 ... ]"
-#: jhbuild/commands/base.py:351
+#: jhbuild/commands/base.py:363
msgid "run command in build dir of the given module"
msgstr "주어진 모듈의 빌드 디렉터리에서 명령 실행"
-#: jhbuild/commands/base.py:354
+#: jhbuild/commands/base.py:366
msgid "run command in checkout dir of the given module"
msgstr "주어진 모듈의 체크아웃 디렉터리에서 명령 실행"
-#: jhbuild/commands/base.py:367 jhbuild/commands/base.py:397
+#: jhbuild/commands/base.py:379 jhbuild/commands/base.py:409
#, python-format
msgid "Unable to execute the command '%(command)s': %(err)s"
msgstr "명령 '%(command)s'을(를) 실행할 수 없습니다: %(err)s"
-#: jhbuild/commands/base.py:388
+#: jhbuild/commands/base.py:400
#, python-format
msgid "Unable to execute the command '%s'"
msgstr "명령 '%s'을(를) 실행할 수 없습니다"
-#: jhbuild/commands/base.py:395 jhbuild/frontends/gtkui.py:447
+#: jhbuild/commands/base.py:407 jhbuild/frontends/gtkui.py:447
#: jhbuild/frontends/terminal.py:172
msgid "No command given"
msgstr "명령이 주어지지 않음"
-#: jhbuild/commands/base.py:404
+#: jhbuild/commands/base.py:416
msgid "Start a shell under the JHBuild environment"
msgstr "JHBuild 환경에서 쉘 시작"
-#: jhbuild/commands/base.py:419
+#: jhbuild/commands/base.py:431
msgid "List the modules that would be built"
msgstr "빌드 될 모듈 목록"
-#: jhbuild/commands/base.py:428
+#: jhbuild/commands/base.py:440
msgid "show which revision will be built"
msgstr "빌드될 리비전 보이기"
-#: jhbuild/commands/base.py:434
+#: jhbuild/commands/base.py:446
msgid "start list at the given module"
msgstr "주어진 모듈부터 조회 시작"
-#: jhbuild/commands/base.py:443
+#: jhbuild/commands/base.py:455
msgid "also list soft-dependencies that could be skipped"
msgstr "건너뛸 수 있는 약 의존요소도 조회"
-#: jhbuild/commands/base.py:446
+#: jhbuild/commands/base.py:458
msgid "list all modules, not only those that would be built"
msgstr "빌드될 모듈 뿐만 아니라 모든 모듈을 조회"
-#: jhbuild/commands/base.py:453
+#: jhbuild/commands/base.py:465
msgid "Conflicting options specified ('--start-at' and '--all-modules')"
msgstr "충돌하는 옵션을 지정하였습니다('--start-at'과 '--all-modules')"
-#: jhbuild/commands/base.py:485
+#: jhbuild/commands/base.py:497
msgid "Output a Graphviz dependency graph for one or more modules"
msgstr "하나 이상의 모듈에 대한 Graphviz 의존성 그래프 출력"
-#: jhbuild/commands/base.py:488 jhbuild/commands/base.py:521
+#: jhbuild/commands/base.py:500 jhbuild/commands/base.py:533
#: jhbuild/commands/info.py:43 jhbuild/commands/uninstall.py:34
msgid "[ modules ... ]"
msgstr "[ 모듈 ... ]"
-#: jhbuild/commands/base.py:494
+#: jhbuild/commands/base.py:506
msgid "add dotted lines to soft dependencies"
msgstr "약 의존요소에 점선 추가"
-#: jhbuild/commands/base.py:497
+#: jhbuild/commands/base.py:509
msgid "group modules from metamodule together"
msgstr "메타 모듈로부터 모듈을 함께 모으기"
-#: jhbuild/commands/base.py:518
+#: jhbuild/commands/base.py:530
msgid "Run post-install triggers for named modules (or all)"
msgstr "이름 붙은 모듈(또는 전부)에 대해 post-install 트리거 실행"
@@ -716,8 +717,8 @@ msgstr "설치 접두경로(%s)이(가) 기록 가능하지 않습니다"
#: jhbuild/modtypes/cmake.py:96 jhbuild/modtypes/meson.py:94
#: jhbuild/versioncontrol/bzr.py:219 jhbuild/versioncontrol/cvs.py:302
#: jhbuild/versioncontrol/darcs.py:105 jhbuild/versioncontrol/fossil.py:103
-#: jhbuild/versioncontrol/git.py:480 jhbuild/versioncontrol/hg.py:104
-#: jhbuild/versioncontrol/mtn.py:142 jhbuild/versioncontrol/svn.py:321
+#: jhbuild/versioncontrol/git.py:490 jhbuild/versioncontrol/hg.py:105
+#: jhbuild/versioncontrol/mtn.py:142 jhbuild/versioncontrol/svn.py:322
#, python-format
msgid "%s not found"
msgstr "%s을(를) 찾을 수 없습니다"
@@ -792,8 +793,8 @@ msgstr "시스템을 통해 pkg-config 모듈을 설치"
#: jhbuild/commands/sysdeps.py:56
msgid ""
"assume yes/the default answer to interactive questions during installation "
-"of system dependencies\""
-msgstr "시스템 의존 요소 설치 중 대화형 질문의 기본 답변을 yes로 가정\""
+"of system dependencies"
+msgstr "시스템 의존 요소 설치 중 대화형 질문의 기본 답변을 yes로 가정"
#: jhbuild/commands/sysdeps.py:137
msgid "System installed packages which are new enough:"
@@ -834,11 +835,11 @@ msgstr "시스템에 의존요소 설치중: %s"
msgid "Build modules non-interactively and store build logs"
msgstr "비 대화식으로 모듈을 빌드하고 빌드 로그에 저장"
-#: jhbuild/commands/tinderbox.py:50
+#: jhbuild/commands/tinderbox.py:53
msgid "directory to store build logs in"
msgstr "빌드 로그를 저장할 디렉터리"
-#: jhbuild/commands/tinderbox.py:82
+#: jhbuild/commands/tinderbox.py:85
msgid "output directory for tinderbox build not specified"
msgstr "지정되지 않은 tinderbox 빌드에 대한 출력 디렉터리"
@@ -1165,8 +1166,8 @@ msgstr "항상 autogen.sh 실행"
msgid "Don't poison modules on failure"
msgstr "실패시 모듈을 해치우지 않습니다"
-#: jhbuild/frontends/terminal.py:207 jhbuild/frontends/tinderbox.py:218
-#: jhbuild/frontends/tinderbox.py:349 jhbuild/frontends/tinderbox.py:404
+#: jhbuild/frontends/terminal.py:207 jhbuild/frontends/tinderbox.py:213
+#: jhbuild/frontends/tinderbox.py:344 jhbuild/frontends/tinderbox.py:399
#, python-format
msgid "%(configuration_variable)s invalid key %(key)s"
msgstr "%(configuration_variable)s에 잘못된 키 %(key)s"
@@ -1193,11 +1194,11 @@ msgstr "성공"
msgid "the following modules were not built"
msgstr "다음 모듈은 빌드되지 않았습니다"
-#: jhbuild/frontends/terminal.py:331 jhbuild/frontends/tinderbox.py:380
+#: jhbuild/frontends/terminal.py:331 jhbuild/frontends/tinderbox.py:375
msgid "automatically retrying configure"
msgstr "configure을 자동으로 재시도 하는중"
-#: jhbuild/frontends/terminal.py:335 jhbuild/frontends/tinderbox.py:385
+#: jhbuild/frontends/terminal.py:335 jhbuild/frontends/tinderbox.py:380
msgid "automatically forcing a fresh checkout"
msgstr "최신 체크아웃을 자동으로 강제수행중"
@@ -1576,7 +1577,7 @@ msgstr ""
msgid "Failed to delete %(file)r: %(msg)s"
msgstr "%(file)r 삭제 실패: %(msg)s"
-#: jhbuild/utils/systeminstall.py:237
+#: jhbuild/utils/systeminstall.py:233
msgid ""
"No suitable root privilege command found; you should install \"sudo\" or "
"\"pkexec\" (or the system package that provides it)"
@@ -1584,29 +1585,29 @@ msgstr ""
"적당한 루트 권한 명령이 없습니다. \"sudo\" 또는 \"pkexec\"(아니면 시스템에서 "
"제공하는 적당한 패키지)를 설치하는 것이 좋습니다"
-#: jhbuild/utils/systeminstall.py:266 jhbuild/utils/systeminstall.py:269
+#: jhbuild/utils/systeminstall.py:262 jhbuild/utils/systeminstall.py:265
#, python-format
msgid "PackageKit: %s"
msgstr "PackageKit: %s"
-#: jhbuild/utils/systeminstall.py:276
+#: jhbuild/utils/systeminstall.py:272
msgid "Error: python-gobject package not found."
msgstr "오류: python-gobject 패키지를 찾을 수 없습니다."
-#: jhbuild/utils/systeminstall.py:282
+#: jhbuild/utils/systeminstall.py:278
msgid "Error: dbus-python package not found."
msgstr "오류: dbus-python 패키지를 찾을 수 없습니다."
-#: jhbuild/utils/systeminstall.py:299
+#: jhbuild/utils/systeminstall.py:295
msgid "Computing packages to install. This might be slow. Please wait."
msgstr ""
"설치할 패키지를 확인하는 중입니다. 좀 느릴 수 있습니다. 잠시만 기다리십시오."
-#: jhbuild/utils/systeminstall.py:329
+#: jhbuild/utils/systeminstall.py:325
msgid "Nothing available to install"
msgstr "설치할 것이 없음"
-#: jhbuild/utils/systeminstall.py:332
+#: jhbuild/utils/systeminstall.py:328
#, python-format
msgid ""
"Installing:\n"
@@ -1615,7 +1616,7 @@ msgstr ""
"설치중:\n"
" %s"
-#: jhbuild/utils/systeminstall.py:333
+#: jhbuild/utils/systeminstall.py:329
msgid ""
"This might take a very long time. Do not turn off your computer. You can run "
"`pkmon' to monitor progress."
@@ -1623,68 +1624,73 @@ msgstr ""
"상당한 시간이 걸릴 것 같습니다. 컴퓨터를 끄지 마십시오. `pkmon'을 실행하여 과"
"정을 항상 살펴볼 수 있습니다."
-#: jhbuild/utils/systeminstall.py:339
+#: jhbuild/utils/systeminstall.py:335
msgid "Complete!"
msgstr "완료!"
-#: jhbuild/utils/systeminstall.py:352
+#: jhbuild/utils/systeminstall.py:348
+msgid "Using dnf to install packages. Please wait."
+msgstr "패키지 설치에 dnf를 사용합니다. 잠시만 기다리십시오."
+
+#: jhbuild/utils/systeminstall.py:352 jhbuild/utils/systeminstall.py:362
+#: jhbuild/utils/systeminstall.py:410 jhbuild/utils/systeminstall.py:428
+#: jhbuild/utils/systeminstall.py:583
+msgid "Nothing to install"
+msgstr "설치할 것이 없음"
+
+#: jhbuild/utils/systeminstall.py:370 jhbuild/utils/systeminstall.py:433
+msgid "Install failed"
+msgstr "설치 실패"
+
+#: jhbuild/utils/systeminstall.py:372 jhbuild/utils/systeminstall.py:435
+msgid "Completed!"
+msgstr "완료!"
+
+#: jhbuild/utils/systeminstall.py:385
msgid "pkgfile not found, automatically installing"
msgstr "pkgfile이 없어 자동으로 설치 중입니다"
-#: jhbuild/utils/systeminstall.py:354
+#: jhbuild/utils/systeminstall.py:387
msgid "Failed to install pkgfile"
msgstr "pkgfile 설치 실패"
-#: jhbuild/utils/systeminstall.py:360
+#: jhbuild/utils/systeminstall.py:393
msgid "pkgfile cache is old or doesn't exist, automatically updating"
msgstr "pkgfile 캐시가 오래됐거나 없어서 자동으로 설치중입니다"
-#: jhbuild/utils/systeminstall.py:363
+#: jhbuild/utils/systeminstall.py:396
msgid "Failed to create pkgfile cache"
msgstr "pkgfile 캐시 만들기 실패"
-#: jhbuild/utils/systeminstall.py:366
+#: jhbuild/utils/systeminstall.py:399
msgid "Failed to update pkgfile cache"
msgstr "pkgfile 캐시 업데이트 실패"
-#: jhbuild/utils/systeminstall.py:368
+#: jhbuild/utils/systeminstall.py:401
msgid "Successfully updated pkgfile cache"
msgstr "pkgfile 캐시를 성공적으로 업데이트했습니다"
-#: jhbuild/utils/systeminstall.py:373
+#: jhbuild/utils/systeminstall.py:406
msgid "Using pacman to install packages. Please wait."
msgstr "꾸러미 설치에 pacman을 사용중입니다. 잠시만 기다리십시오."
-#: jhbuild/utils/systeminstall.py:377 jhbuild/utils/systeminstall.py:395
-#: jhbuild/utils/systeminstall.py:550
-msgid "Nothing to install"
-msgstr "설치할 것이 없음"
-
-#: jhbuild/utils/systeminstall.py:392
+#: jhbuild/utils/systeminstall.py:425
#, python-format
msgid "Provider for \"%s\" was not found, ignoring"
msgstr "\"%s\" 제공자가 없어 무시합니다"
-#: jhbuild/utils/systeminstall.py:400
-msgid "Install failed"
-msgstr "설치 실패"
-
-#: jhbuild/utils/systeminstall.py:402
-msgid "Completed!"
-msgstr "완료!"
-
-#: jhbuild/utils/systeminstall.py:484 jhbuild/utils/systeminstall.py:495
-#: jhbuild/utils/systeminstall.py:509
+#: jhbuild/utils/systeminstall.py:517 jhbuild/utils/systeminstall.py:528
+#: jhbuild/utils/systeminstall.py:542
#, python-format
msgid "No native package found for %(id)s (%(filename)s)"
msgstr "%(id)s (%(filename)s)에 대한 기존 패키지를 찾을 수 없습니다"
-#: jhbuild/utils/systeminstall.py:514
+#: jhbuild/utils/systeminstall.py:547
#, python-format
msgid "Installing: %(pkgs)s"
msgstr "설치 중: %(pkgs)s"
-#: jhbuild/utils/systeminstall.py:524
+#: jhbuild/utils/systeminstall.py:557
msgid ""
"Using apt-file to search for providers; this may be extremely slow. Please "
"wait. Patience!"
@@ -1713,7 +1719,7 @@ msgid "Failed to unpack %s (empty file?)"
msgstr "%s 풀기 실패(빈 파일?)"
#: jhbuild/versioncontrol/bzr.py:73 jhbuild/versioncontrol/darcs.py:50
-#: jhbuild/versioncontrol/fossil.py:48 jhbuild/versioncontrol/hg.py:51
+#: jhbuild/versioncontrol/fossil.py:48 jhbuild/versioncontrol/hg.py:52
#: jhbuild/versioncontrol/mtn.py:52 jhbuild/versioncontrol/tarball.py:64
#, python-format
msgid "branch for %(name)s has wrong override, check your %(filename)s"
@@ -1765,9 +1771,9 @@ msgstr "이 문제를 수정하려면 changecvsroot.py 스크립트의 사용을
#: jhbuild/versioncontrol/darcs.py:81 jhbuild/versioncontrol/darcs.py:87
#: jhbuild/versioncontrol/fossil.py:80 jhbuild/versioncontrol/fossil.py:93
-#: jhbuild/versioncontrol/git.py:592 jhbuild/versioncontrol/git.py:632
-#: jhbuild/versioncontrol/git.py:708 jhbuild/versioncontrol/hg.py:88
-#: jhbuild/versioncontrol/hg.py:94
+#: jhbuild/versioncontrol/git.py:602 jhbuild/versioncontrol/git.py:642
+#: jhbuild/versioncontrol/git.py:718 jhbuild/versioncontrol/hg.py:89
+#: jhbuild/versioncontrol/hg.py:95
msgid "date based checkout not yet supported\n"
msgstr "데이터베이스화된 체크아웃을 아직 지원하지 않습니다\n"
@@ -1783,7 +1789,7 @@ msgstr "동작을 수행하려면 최소한 08년도 6월부터 나온 git-1.5.6
msgid "Unexpected: Checkoutdir is not a git repository:"
msgstr "예상치 못함: Checkoutdir은 git 저장소가 아닙니다:"
-#: jhbuild/versioncontrol/git.py:274
+#: jhbuild/versioncontrol/git.py:284
#, python-format
msgid ""
"The requested branch \"%s\" is not available. Neither locally, nor remotely "
@@ -1792,35 +1798,35 @@ msgstr ""
"요청된 브랜지 \"%s\"이(가) 없습니다. 지역 뿐만 아니라 본래 원격 위치에서 조차"
"도 없습니다."
-#: jhbuild/versioncontrol/git.py:282
+#: jhbuild/versioncontrol/git.py:292
msgid "Refusing to switch a dirty tree."
msgstr "더티 트리로 전환하는 것을 거절합니다."
-#: jhbuild/versioncontrol/git.py:360
+#: jhbuild/versioncontrol/git.py:370
#, python-format
msgid "Command %s returned no output"
msgstr "%s 명령에서 출력을 반환하지 않았습니다"
-#: jhbuild/versioncontrol/git.py:365
+#: jhbuild/versioncontrol/git.py:375
#, python-format
msgid "Command %s did not include commit line: %r"
msgstr "%s 명령에 커밋 라인이 없습니다: %r"
-#: jhbuild/versioncontrol/git.py:452
+#: jhbuild/versioncontrol/git.py:462
msgid ""
"Failed to update module as it switched to git (you should check for changes "
"then remove the directory)."
msgstr ""
"git로 전환한 모듈 업데이트 실패(바뀐사항을 확인하고 디렉터리를 제거합니다)."
-#: jhbuild/versioncontrol/git.py:453
+#: jhbuild/versioncontrol/git.py:463
msgid ""
"Failed to update module (missing .git) (you should check for changes then "
"remove the directory)."
msgstr ""
"모듈 업데이트 실패(.git가 빠짐)(바뀐사항을 확인하고 디렉터리를 제거합니다)."
-#: jhbuild/versioncontrol/git.py:557
+#: jhbuild/versioncontrol/git.py:567
msgid ""
"External handling failed\n"
" If you are running git version < 1.5.6 it is recommended you update.\n"
@@ -1828,7 +1834,7 @@ msgstr ""
"외부 핸들링 실패\n"
" 1.5.6 미만의 git를 실행중이라면 버전 업데이트을 추천합니다.\n"
-#: jhbuild/versioncontrol/git.py:604
+#: jhbuild/versioncontrol/git.py:614
#, python-format
msgid "Cannot get last revision from %s. Check the module location."
msgstr "%s(으)로부터 최근 리비전을 가져올 수 없습니다. 모듈 위치를 확인합니다."
@@ -1877,7 +1883,7 @@ msgstr "%s에 대한 서브버전 URI를 가져올 수 없습니다"
msgid "could not parse \"svn info\" output for %s"
msgstr "%s에 대한 \"svn info\"를 해석할 수 없습니다"
-#: jhbuild/versioncontrol/svn.py:317
+#: jhbuild/versioncontrol/svn.py:318
msgid "Error checking for conflicts"
msgstr "충돌 검사 오류"
@@ -1993,9 +1999,6 @@ msgstr "quilt 패치 셋을 검사할 수 없습니다"
#~ msgid "%s not found (usually part of the package 'subversion')"
#~ msgstr "%s이(가) 없습니다(보통 'subversion' 패키지에 들어있습니다)"
-#~ msgid "Using yum to install packages. Please wait."
-#~ msgstr "패키지를 설치하려고 yum을 사용합니다. 잠시만 기다리십시오."
-
#~ msgid ""
#~ "Installing:\n"
#~ " %(pkgs)s"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]