123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720 |
- #
- # Translators:
- # J G, 2021
- # Junghee Lee <daemul72@gmail.com>, 2023
- #
- msgid ""
- msgstr ""
- "Last-Translator: Junghee Lee <daemul72@gmail.com>, 2023\n"
- "Language-Team: Korean (https://www.transifex.com/yay-1/teams/123732/ko/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: ko\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- "X-Generator: xgotext\n"
- #: pkg/menus/menu.go:30
- msgid " (Build Files Exist)"
- msgstr "(빌드 파일 있음)"
- #: pkg/menus/menu.go:26
- msgid " (Installed)"
- msgstr " (설치됨)"
- #: pkg/dep/depCheck.go:310
- msgid " (Target"
- msgstr " (대상"
- #: pkg/dep/depCheck.go:312
- msgid " (Wanted by: "
- msgstr " (필요로 하는 패키지: "
- #: cmd.go:470
- msgid " [Installed]"
- msgstr " [설치됨]"
- #: cmd.go:425 install.go:168 install.go:202 vote.go:34
- msgid " there is nothing to do"
- msgstr "할 작업 없음"
- #: pkg/menus/menu.go:47
- msgid "%s [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)"
- msgstr "%s [A]모두 [Ab]중단 [I]설치됨 [No]설치되지 않음 또는 (1 2 3, 1-3, ^4)"
- #: aur_install.go:254 install.go:754
- msgid "%s already made -- skipping build"
- msgstr "%s 이미 빌드됨 -- 빌드를 건너뜁니다"
- #: pkg/menus/edit_menu.go:58
- msgid "%s is not set"
- msgstr "%s가 설정되지 않았습니다"
- #: pkg/settings/exe/cmd_builder.go:198
- msgid "%s is present."
- msgstr "%s가 존재합니다."
- #: aur_install.go:251 install.go:740
- msgid "%s is up to date -- skipping"
- msgstr "%s가 최신 상태입니다 -- 건너뜁니다"
- #: install.go:655
- msgid "%s not satisfied, flushing install queue"
- msgstr "%s 충족되지 않음, 설치 대기열 비움"
- #: pkg/pgp/keys.go:127
- msgid "%s, required by: %s"
- msgstr "%s, 필요한 패키지: %s"
- #: pkg/menus/diff_menu.go:49
- msgid "%s: No changes -- skipping"
- msgstr "%s: 변경사항 없음 -- 건너뜁니다"
- #: pkg/query/filter.go:22
- msgid "%s: can't use target with option --aur -- skipping"
- msgstr "%s: 대상에 --aur 옵션을 사용할 수 없음 -- 건너뜁니다"
- #: pkg/query/filter.go:17
- msgid "%s: can't use target with option --repo -- skipping"
- msgstr "%s: 대상에 --repo 옵션을 사용할 수 없음 -- 건너뜁니다"
- #: pkg/upgrade/sources.go:61
- msgid "%s: ignoring package upgrade (%s => %s)"
- msgstr "%s: 패키지 업그레이드 무시 (%s => %s)"
- #: upgrade.go:150
- msgid "%s: local (%s) is newer than AUR (%s)"
- msgstr "%s: 로컬 (%s) 버전이 AUR (%s)보다 높음"
- #: vote.go:49
- msgid ""
- "%s: please set AUR_USERNAME and AUR_PASSWORD environment variables for "
- "voting"
- msgstr "%s: 투표를 위해 AUR_USERNAME 및 AUR_PASSWORD 환경 변수를 설정하십시오"
- #: pkg/download/unified.go:187
- msgid "(%d/%d) Downloaded PKGBUILD from ABS: %s"
- msgstr "(%d/%d) ABS에서 PKGBUILD 다운로드됨: %s"
- #: pkg/download/aur.go:83 pkg/download/unified.go:183
- msgid "(%d/%d) Downloaded PKGBUILD: %s"
- msgstr "(%d/%d) PKGBUILD 다운로드됨: %s"
- #: install.go:545
- msgid "(%d/%d) Parsing SRCINFO: %s"
- msgstr "(%d/%d) SRCINFO 분석 중: %s"
- #: pkg/query/types.go:145 pkg/query/types.go:199
- msgid "(Installed)"
- msgstr "(설치됨)"
- #: pkg/query/types.go:143 pkg/query/types.go:197
- msgid "(Installed: %s)"
- msgstr "(설치됨: %s)"
- #: pkg/query/types.go:134
- msgid "(Orphaned)"
- msgstr "(고립됨)"
- #: pkg/query/types.go:138
- msgid "(Out-of-date: %s)"
- msgstr "(오래된 패키지: %s)"
- #: print.go:28
- msgid "AUR URL"
- msgstr "AUR URL"
- #: pkg/dep/dep_graph.go:71
- msgid "AUR"
- msgstr "AUR"
- #: pkg/menus/edit_menu.go:59
- msgid "Add %s or %s to your environment variables"
- msgstr "%s 또는 %s를 환경 변수에 추가합니다"
- #: main.go:54
- msgid "Avoid running yay as root/sudo."
- msgstr "root / sudo로 yay를 실행하지 마십시오."
- #: pkg/dep/dep_graph.go:59
- msgid "Check Dependency"
- msgstr "종속성 확인"
- #: print.go:34
- msgid "Check Deps"
- msgstr "종속성 확인"
- #: upgrade.go:99
- msgid "Checking development packages..."
- msgstr "개발 패키지 확인하는 중..."
- #: pkg/dep/depCheck.go:137
- msgid "Checking for conflicts..."
- msgstr "충돌 확인하는 중..."
- #: pkg/dep/depCheck.go:145
- msgid "Checking for inner conflicts..."
- msgstr "내부 충돌 확인하는 중..."
- #: clean.go:202
- msgid "Cleaning (%d/%d): %s"
- msgstr "비우는 중 (%d/%d): %s"
- #: pkg/dep/depCheck.go:200
- msgid "Conflicting packages will have to be confirmed manually"
- msgstr "충돌하는 패키지는 수동으로 확인해야 합니다"
- #: print.go:36
- msgid "Conflicts With"
- msgstr "충돌하는 패키지"
- #: pkg/dep/depCheck.go:303
- msgid "Could not find all required packages:"
- msgstr "필요한 패키지를 모두 찾을 수 없음:"
- #: pkg/menus/clean_menu.go:60 pkg/menus/clean_menu.go:107
- msgid "Deleting (%d/%d): %s"
- msgstr "삭제하는 중 (%d/%d): %s"
- #: pkg/dep/dep_graph.go:57
- msgid "Dependency"
- msgstr "종속성"
- #: print.go:32
- msgid "Depends On"
- msgstr "종속하는 패키지"
- #: print.go:26
- msgid "Description"
- msgstr "설명"
- #: pkg/menus/diff_menu.go:161 pkg/menus/diff_menu.go:194
- msgid "Diffs to show?"
- msgstr "변경사항(Diff)을 표시할까요?"
- #: pkg/settings/migrations.go:25
- msgid "Disable 'provides' setting by default"
- msgstr "기본적으로 '제공 패키지' 설정 비활성화"
- #: clean.go:72
- msgid "Do you want to remove ALL AUR packages from cache?"
- msgstr "캐시에 있는 AUR 패키지를 모두 제거하시겠습니까?"
- #: clean.go:89
- msgid "Do you want to remove ALL untracked AUR files?"
- msgstr "추척되지 않은 AUR 파일을 모두 제거하시겠습니까?"
- #: clean.go:74
- msgid "Do you want to remove all other AUR packages from cache?"
- msgstr "캐시의 다른 AUR 패키지를 모두 제거하시겠습니까?"
- #: pkg/menus/edit_menu.go:62
- msgid "Edit PKGBUILD with?"
- msgstr "PKGBUILD를 무엇으로 편집할까요?"
- #: pkg/query/errors.go:13
- msgid "Error during AUR search: %s\n"
- msgstr "AUR 검색 중 오류: %s\n"
- #: pkg/dep/dep_graph.go:56
- msgid "Explicit"
- msgstr "명시적"
- #: print.go:81
- msgid "Explicitly installed packages: %s"
- msgstr "명시적으로 설치된 패키지: %s"
- #: errors.go:49
- msgid ""
- "Failed to install the following packages. Manual intervention is required:"
- msgstr "다음 패키지를 설치하지 못했습니다. 수동 개입이 필요합니다:"
- #: print.go:40
- msgid "First Submitted"
- msgstr "최초 작성"
- #: pkg/query/aur_warnings.go:43
- msgid "Flagged Out Of Date AUR Packages:"
- msgstr "플래그가 지정된 오래된 AUR 패키지:"
- #: print.go:80
- msgid "Foreign installed packages: %s"
- msgstr "설치된 외부 패키지: %s"
- #: pkg/vcs/vcs.go:133
- msgid "Found git repo: %s"
- msgstr "git 저장소 찾음: %s"
- #: vcs.go:72
- msgid "GenDB finished. No packages were installed"
- msgstr "GenDB 완료됨. 패키지가 설치되지 않았습니다"
- #: print.go:29
- msgid "Groups"
- msgstr "그룹"
- #: pkg/pgp/keys.go:87
- msgid "Import?"
- msgstr "가져올까요?"
- #: pkg/pgp/keys.go:100
- msgid "Importing keys with gpg..."
- msgstr "gpg로 키 가져오는 중..."
- #: pkg/dep/depCheck.go:155
- msgid "Inner conflicts found:"
- msgstr "내부 충돌 발견됨:"
- #: pkg/dep/depCheck.go:173
- msgid "Installing %s will remove:"
- msgstr "%s 설치 시 제거되는 패키지:"
- #: print.go:24
- msgid "Keywords"
- msgstr "키워드"
- #: print.go:41
- msgid "Last Modified"
- msgstr "마지막 수정"
- #: print.go:30
- msgid "Licenses"
- msgstr "라이선스"
- #: pkg/dep/dep_graph.go:73
- msgid "Local"
- msgstr "로컬"
- #: print.go:37
- msgid "Maintainer"
- msgstr "관리자"
- #: pkg/dep/dep_graph.go:58
- msgid "Make Dependency"
- msgstr "종속성 만들기"
- #: print.go:33
- msgid "Make Deps"
- msgstr "종속성 만들기"
- #: pkg/query/aur_warnings.go:33
- msgid "Missing AUR Debug Packages:"
- msgstr "빠진 AUR 디버그 패키지:"
- #: pkg/query/aur_warnings.go:28
- msgid "Missing AUR Packages:"
- msgstr "빠진 AUR 패키지:"
- #: pkg/dep/dep_graph.go:75
- msgid "Missing"
- msgstr "누락됨"
- #: print.go:23
- msgid "Name"
- msgstr "이름"
- #: pkg/text/print.go:124
- msgid "None"
- msgstr "없음"
- #: print.go:35
- msgid "Optional Deps"
- msgstr "선택적 종속성"
- #: pkg/query/aur_warnings.go:38
- msgid "Orphaned AUR Packages:"
- msgstr "고립된 AUR 패키지:"
- #: print.go:44 print.go:46
- msgid "Out-of-date"
- msgstr "오래된 패키지"
- #: pkg/pgp/keys.go:118
- msgid "PGP keys need importing:"
- msgstr "가져와야 할 PGP 키:"
- #: install.go:261 vcs.go:45
- msgid "PKGBUILD up to date, Skipping (%d/%d): %s"
- msgstr "PKGBUILD 최신 상태로 유지, 건너뛰는 중 (%d/%d): %s"
- #: preparer.go:206
- msgid "PKGBUILD up to date, skipping download: %s"
- msgstr "PKGBUILD 최신 상태로 유지, 다운로드 건너뛰는 중: %s"
- #: pkg/menus/edit_menu.go:132 pkg/menus/edit_menu.go:164
- msgid "PKGBUILDs to edit?"
- msgstr "PKGBUILD를 편집할까요?"
- #: print.go:51
- msgid "Package Base ID"
- msgstr "패키지 베이스 ID"
- #: print.go:52
- msgid "Package Base"
- msgstr "패키지 베이스"
- #: pkg/dep/depCheck.go:170
- msgid "Package conflicts found:"
- msgstr "패키지 충돌 발견됨:"
- #: pkg/menus/clean_menu.go:52 pkg/menus/clean_menu.go:99
- msgid "Packages to cleanBuild?"
- msgstr "cleanBuild할 패키지는 무엇인가요?"
- #: upgrade.go:198 upgrade.go:295
- msgid "Packages to exclude: (eg: \"1 2 3\", \"1-3\", \"^4\" or repo name)"
- msgstr "제외할 패키지: (예: \"1 2 3\", \"1-3\", \"^4\" 혹은 저장소 이름)"
- #: cmd.go:407
- msgid "Packages to install (eg: 1 2 3, 1-3 or ^4)"
- msgstr "설치할 패키지: (예: 1 2 3, 1-3 혹은 ^4)"
- #: upgrade.go:195 upgrade.go:292
- msgid "Packages to upgrade."
- msgstr "업그레이드할 패키지."
- #: print.go:39
- msgid "Popularity"
- msgstr "인기도"
- #: pkg/menus/diff_menu.go:173 pkg/menus/diff_menu.go:206
- #: pkg/menus/edit_menu.go:143 pkg/menus/edit_menu.go:177
- msgid "Proceed with install?"
- msgstr "설치를 진행할까요?"
- #: print.go:31
- msgid "Provides"
- msgstr "제공 패키지"
- #: pkg/query/aur_info.go:90
- msgid "Querying AUR..."
- msgstr "AUR 쿼리 중..."
- #: install.go:232 preparer.go:84
- msgid "Remove make dependencies after install?"
- msgstr "설치 후 make 종속성을 제거하시겠습니까?"
- #: pkg/dep/depPool.go:501 pkg/dep/dep_graph.go:420
- msgid "Repository AUR"
- msgstr "저장소 AUR"
- #: print.go:22 pkg/db/ialpm/alpm.go:188
- msgid "Repository"
- msgstr "저장소"
- #: pkg/dep/dep_graph.go:74
- msgid "SRCINFO"
- msgstr "SRCINFO"
- #: upgrade.go:74
- msgid "Searching AUR for updates..."
- msgstr "AUR에서 업데이트 검색하는 중..."
- #: upgrade.go:63
- msgid "Searching databases for updates..."
- msgstr "데이터베이스에서 업데이트 검색하는 중..."
- #: pkg/query/mixed_sources.go:204 pkg/query/source.go:99
- msgid "Showing repo packages only"
- msgstr "저장소 패키지만 표시하는 중"
- #: print.go:85
- msgid "Size of pacman cache %s: %s"
- msgstr "pacman 캐시 %s의 크기: %s"
- #: print.go:88
- msgid "Size of yay cache %s: %s"
- msgstr "yay 캐시 %s의 크기: %s"
- #: print.go:53
- msgid "Snapshot URL"
- msgstr "스냅숏 URL"
- #: pkg/dep/dep_graph.go:72
- msgid "Sync"
- msgstr "동기화"
- #: print.go:90
- msgid "Ten biggest packages:"
- msgstr "가장 큰 10개 패키지:"
- #: install.go:485
- msgid "The following packages are not compatible with your architecture:"
- msgstr "다음 패키지는 이 컴퓨터의 아키텍처와 호환되지 않음:"
- #: pkg/db/ialpm/alpm.go:176 pkg/dep/depPool.go:497 pkg/dep/dep_graph.go:416
- msgid "There are %d providers available for %s:"
- msgstr "%s에 사용할 수 있는 %d개 공급자가 있습니다:"
- #: pkg/settings/exe/cmd_builder.go:199
- msgid "There may be another Pacman instance running. Waiting..."
- msgstr "다른 pacman 인스턴스가 실행 중입니다. 대기 중..."
- #: print.go:82
- msgid "Total Size occupied by packages: %s"
- msgstr "패키지가 차지하는 전체 크기: %s"
- #: print.go:79
- msgid "Total installed packages: %s"
- msgstr "설치된 전체 패키지: %s"
- #: install.go:493
- msgid "Try to build them anyway?"
- msgstr "그래도 빌드할까요?"
- #: print.go:27
- msgid "URL"
- msgstr "URL"
- #: clean.go:182 pkg/menus/clean_menu.go:63 pkg/menus/clean_menu.go:69
- msgid "Unable to clean:"
- msgstr "비울 수 없음:"
- #: get.go:42 get.go:73
- msgid "Unable to find the following packages:"
- msgstr "다음 패키지를 찾을 수 없음:"
- #: vote.go:21
- msgid "Unable to handle package vote for: %s. err: %s"
- msgstr "다음의 패키지 투표를 처리할 수 없습니다: %s. 오류: %s"
- #: print.go:25
- msgid "Version"
- msgstr "버전"
- #: print.go:38
- msgid "Votes"
- msgstr "투표"
- #: print.go:77
- msgid "Yay version v%s"
- msgstr "Yay 버전 v%s"
- #: pkg/menus/menu.go:47
- msgid "[N]one"
- msgstr "[N]안함"
- #: clean.go:77
- msgid ""
- "\n"
- "Build directory:"
- msgstr ""
- "\n"
- "빌드 디렉터리:"
- #: pkg/db/ialpm/alpm.go:198 pkg/dep/depPool.go:511 pkg/dep/dep_graph.go:430
- msgid ""
- "\n"
- "Enter a number (default=1): "
- msgstr ""
- "\n"
- "숫자를 입력하세요 (기본값=1): "
- #: pkg/settings/errors.go:29
- msgid "aborting due to user"
- msgstr "사용자에 의한 중단"
- #: install.go:522
- msgid "cannot find package name: %v"
- msgstr "패키지 이름을 찾을 수 없음: %v"
- #: errors.go:41 install.go:713 install.go:897
- msgid "could not find PKGDEST for: %s"
- msgstr "PKGDEST를 찾을 수 없음: %s"
- #: errors.go:10
- msgid "could not find any package archives listed in %s"
- msgstr "%s에 나열된 패키지 아카이브를 찾을 수 없습니다"
- #: install.go:801
- msgid "could not find srcinfo for: %s"
- msgstr "다음에 대한 srcinfo를 찾을 수 없음: %s"
- #: errors.go:20
- msgid "dependency"
- msgstr "종속성"
- #: pkg/vcs/vcs.go:85
- msgid "devel check for package failed: '%s' encountered an error"
- msgstr "패키지에 대한 devel 확인 실패함: '%s'에 하나의 오류가 발생했습니다"
- #: pkg/menus/edit_menu.go:111
- msgid "editor did not exit successfully, aborting: %s"
- msgstr "편집기가 제대로 종료되지 않음, 중단하는 중: %s"
- #: aur_source.go:24
- msgid "error downloading sources: %s"
- msgstr "소스 다운로드하는 중 오류: %s"
- #: pkg/download/errors.go:25
- msgid "error fetching %s: %s"
- msgstr "%s를 가져오는 중 오류: %s"
- #: install.go:317 install.go:446 local_install.go:22
- msgid "error installing repo packages"
- msgstr "저장소 패키지하는 설치 중 오류"
- #: aur_install.go:216 aur_install.go:220
- msgid "error installing:"
- msgstr "설치 중 오류:"
- #: aur_install.go:175 aur_install.go:179 install.go:696 install.go:737
- #: install.go:751 install.go:765
- msgid "error making: %s"
- msgstr "빌드 중 오류: %s"
- #: install.go:602
- msgid "error merging %s: %s"
- msgstr "%s 병합하는 중 오류: %s"
- #: pkg/download/unified.go:56
- msgid "error reading %s"
- msgstr "%s 읽는 중 오류"
- #: install.go:107 sync.go:35
- msgid "error refreshing databases"
- msgstr "데이터베이스 갱신하는 중 오류"
- #: clean.go:208 install.go:595
- msgid "error resetting %s: %s"
- msgstr "%s 재설정하는 중 오류: %s"
- #: errors.go:23
- msgid "error updating package install reason to %s"
- msgstr "패키지 설치 근거를 %s로 업데이트하는 중 오류"
- #: errors.go:18
- msgid "explicit"
- msgstr "명시적"
- #: pkg/settings/errors.go:23
- msgid "failed to create directory '%s': %s"
- msgstr "'%s' 디렉터리 만들기 실패함: %s"
- #: pkg/settings/config.go:330
- msgid "failed to open config file '%s': %s"
- msgstr " '%s' 구성 파일 열기 실패함: %s"
- #: install.go:550
- msgid "failed to parse %s -- skipping: %s"
- msgstr "%s 분석 실패함 -- 건너뜁니다: %s"
- #: install.go:554
- msgid "failed to parse %s: %s"
- msgstr "%s 분석 실패함: %s"
- #: local_install.go:44
- msgid "failed to parse .SRCINFO"
- msgstr ".SRCINFO를 분석하지 못했습니다"
- #: pkg/settings/config.go:340
- msgid "failed to read config file '%s': %s"
- msgstr "'%s' 구성 파일 읽기 실패함: %s"
- #: pkg/cmd/graph/main.go:45 pkg/settings/config.go:306
- msgid "failed to retrieve aur Cache"
- msgstr "AUR 캐시를 검색하지 못했습니다"
- #: pkg/text/errors.go:8
- msgid "input too long"
- msgstr "너무 긴 입력"
- #: pkg/db/ialpm/alpm.go:219 pkg/dep/depPool.go:531 pkg/dep/dep_graph.go:451
- msgid "invalid number: %s"
- msgstr "잘못된 숫자: %s"
- #: pkg/settings/parser/parser.go:174
- msgid "invalid option '%s'"
- msgstr "잘못된 옵션 '%s'"
- #: cmd.go:206
- msgid "invalid option: '--deps' and '--explicit' may not be used together"
- msgstr "잘못된 옵션: '--deps'와 '--explicit'는 함께 사용할 수 없습니다"
- #: pkg/download/abs.go:21
- msgid "invalid repository"
- msgstr "잘못된 저장소"
- #: pkg/db/ialpm/alpm.go:224 pkg/dep/depPool.go:536 pkg/dep/dep_graph.go:457
- msgid "invalid value: %d is not between %d and %d"
- msgstr "잘못된 값: %d가 %d와 %d 사이에 있지 않음"
- #: pkg/pgp/keys.go:113
- msgid "no keys to import"
- msgstr "가져올 키 없음"
- #: pkg/query/errors.go:20
- msgid "no query was executed"
- msgstr "실행된 쿼리가 없습니다"
- #: local_install.go:34
- msgid "no target directories specified"
- msgstr "지정된 대상 디렉터리가 없습니다"
- #: pkg/text/text.go:69
- msgid "no"
- msgstr "아니오"
- #: aur_install.go:184
- msgid "nothing to install for %s"
- msgstr "%s 용으로 설치할 항목 없음"
- #: pkg/settings/parser/parser.go:164
- msgid "only one operation may be used at a time"
- msgstr "한번에 한 작업만 쓸 수 있음"
- #: pkg/cmd/graph/main.go:66
- msgid "only one target is allowed"
- msgstr "하나의 대상만 허용됩니다"
- #: print.go:179
- msgid "package '%s' was not found"
- msgstr "패키지 '%s'를 찾지 못했습니다"
- #: pkg/dep/depCheck.go:197
- msgid "package conflicts can not be resolved with noconfirm, aborting"
- msgstr "nonconfirm으로 패키지 충돌을 해결할 수 없음, 중단하는 중"
- #: pkg/download/errors.go:15
- msgid "package not found in AUR"
- msgstr "AUR에서 패키지를 찾을 수 없습니다"
- #: pkg/download/abs.go:22
- msgid "package not found in repos"
- msgstr "저장소에서 패키지를 찾을 수 없습니다"
- #: pkg/pgp/keys.go:103
- msgid "problem importing keys"
- msgstr "키 가져오는 중 오류"
- #: clean.go:97
- msgid "removing AUR packages from cache..."
- msgstr "캐시에서 AUR 패키지 제거하는 중..."
- #: clean.go:167 clean.go:198
- msgid "removing untracked AUR files from cache..."
- msgstr "캐시에서 추적되지 않은 AUR 패키지 제거하는 중..."
- #: errors.go:31
- msgid "the PKGDEST for %s is listed by makepkg but does not exist: %s"
- msgstr "makepkg에 등록된 %s의 PKGDEST가 존재하지 않음: %s"
- #: sync.go:84
- msgid "there is nothing to do"
- msgstr "할 작업 없음"
- #: pkg/db/ialpm/alpm.go:244
- msgid "unable to CreateHandle: %s"
- msgstr "CreateHandle 만들 수 없음: %s"
- #: cmd.go:195
- msgid "unhandled operation"
- msgstr "핸들되지 않은 작업"
- #: cmd.go:467
- msgid "unknown-version"
- msgstr "알 수 없는 버전"
- #: pkg/text/text.go:68
- msgid "yes"
- msgstr "예"
|