guix-mirrors/po/doc/guix-cookbook.ko.po
Florian Pelz 02e766c87a
nls: Update translations.
Minification reduces the size of the ./po directory from 94MiB to 28MiB
according to `du -d1 -B MiB`.

Change-Id: I3fe9a1ab44d03c29c4352d9bcdf77f95fb1ffc70
2025-09-30 10:51:04 +02:00

804 lines
25 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE
# Copyright (C) 2021 the authors of Guix (msgids) and the following authors (msgstr)
# This file is distributed under the same license as the guix manual package.
# simmon <simmon@nplob.com>, 2021, 2022.
# 김인수 <simmon@nplob.com>, 2022, 2024.
# Florian Pelz <pelzflorian@pelzflorian.de>, 2024, 2025.
msgid ""
msgstr ""
"Project-Id-Version: guix manual checkout\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2025-09-02 03:18+0000\n"
"PO-Revision-Date: 2025-07-31 06:26+0000\n"
"Last-Translator: pelzflorian <pelzflorian@noreply.codeberg.org>\n"
"Language-Team: Korean <https://translate.codeberg.org/projects/guix/documentation-cookbook/ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
msgid "@documentencoding UTF-8"
msgstr "@documentencoding UTF-8"
msgid "GNU Guix Cookbook"
msgstr "GNU Guix 쿡북"
msgid "System administration"
msgstr "시스템 관리"
msgid "Guix cookbook: (guix-cookbook)"
msgstr "Guix 쿡북: (guix-cookbook.ko)"
msgid "Tutorials and examples for GNU Guix."
msgstr "GNU Guix를 위한 개인 학습과 예제."
msgid "Tutorials and examples for using the GNU Guix Functional Package Manager"
msgstr "GNU Guix 기능적인 꾸러미 매니저 사용하기를 위한 개인학습과 예제"
msgid "The GNU Guix Developers"
msgstr "GNU Guix 개발자"
msgid "Top"
msgstr "Top"
msgid "Scheme tutorials"
msgstr "체계 자습서"
msgid "Meet your new favorite language!"
msgstr "당신을 위하여 좋아 할만한 새로운 언어를 만납니다!"
msgid "Packaging"
msgstr "포장"
msgid "Packaging tutorials"
msgstr "꾸러미 개인학습"
msgid "System Configuration"
msgstr "시스템 설정"
msgid "Customizing the GNU System"
msgstr "GNU 시스템 맞춤설정"
msgid "Containers"
msgstr "컨테이너"
msgid "Advanced package management"
msgstr "향상된 꾸러미 관리"
msgid "Power to the users!"
msgstr "사용자에게 힘을!"
msgid "Environment management"
msgstr "환경 관리"
msgid "Control environment"
msgstr "제어 환경"
msgid "Acknowledgments"
msgstr "감사의 말"
msgid "Thanks!"
msgstr "감사합니다!"
msgid "GNU Free Documentation License"
msgstr "GNU 자유 문서 저작권"
msgid "The license of this document."
msgstr "이 문서의 저작권."
msgid "Concept Index"
msgstr "개념 색인"
msgid "Concepts."
msgstr "개념."
msgid "--- The Detailed Node Listing ---"
msgstr "--- 상세한 노드 목록 ---"
msgid "A Scheme Crash Course"
msgstr "계획 단기 집중 과정"
msgid "Packaging Tutorial"
msgstr "꾸러미 지도"
msgid "A ``Hello World'' package"
msgstr "``Hello World'' 꾸러미"
msgid "Setup"
msgstr "설정"
msgid "Extended example"
msgstr "확장된 예제"
msgid "Getting help"
msgstr "도움 받기"
msgid "References"
msgstr "참조"
msgid "Local file"
msgstr "로컬 파일"
msgid "Channels"
msgstr "채널"
msgid "Automatic update"
msgstr "자동으로 최신화"
msgid "Auto-Login to a Specific TTY"
msgstr "특정한 TTY로 자동-로그인"
msgid "Automatically Login a User to a Specific TTY"
msgstr "사용자를 특정한 TTY로 자동으로 로그인"
msgid "Customizing the Kernel"
msgstr "커널을 최적화하기"
msgid "Creating and using a custom Linux kernel on Guix System."
msgstr "Guix 시스템에서 사용자 정의 리눅스 커널을 생성하고 사용하기."
msgid "Guix Containers"
msgstr "Guix 컨테이너"
msgid "Perfectly isolated environments"
msgstr "완벽하게 격리된 환경"
msgid "Guix System Containers"
msgstr "Guix 시스템 컨테이너"
msgid "Getting Started"
msgstr "시작하기"
msgid "Let's get started!"
msgstr "시작합니다!"
msgid "Scheme, crash course"
msgstr "계획, 단기 집중 과정"
msgid "Examples of valid expressions:"
msgstr "유효한 식의 예제:"
msgid ""
"\"Hello World!\"\n"
"@result{} \"Hello World!\"\n"
"\n"
msgstr ""
"\"안녕 세상아!\"\n"
"@result{} \"안녕 세상아!\"\n"
"\n"
msgid ""
"17\n"
"@result{} 17\n"
"\n"
msgstr ""
"17\n"
"@result{} 17\n"
"\n"
msgid ""
"(display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"@print{} Hello Guix!\n"
"@result{} #<unspecified>\n"
msgstr ""
"(display (string-append \"안녕 \" \"Guix\" \"\\n\"))\n"
"@print{} 안녕 Guix!\n"
"@result{} #<unspecified>\n"
msgid ""
"((lambda (x) (* x x)) 3)\n"
"@result{} 9\n"
msgstr ""
"((lambda (x) (* x x)) 3)\n"
"@result{} 9\n"
msgid "Anything can be assigned a global name with @code{define}:"
msgstr "무엇이든 @code{define}와 함께 전역 이름을 할당 할 수 있습니다:"
msgid ""
"(define a 3)\n"
"(define square (lambda (x) (* x x)))\n"
"(square a)\n"
"@result{} 9\n"
msgstr ""
"(define a 3)\n"
"(define square (lambda (x) (* x x)))\n"
"(square a)\n"
"@result{} 9\n"
msgid "(define (square x) (* x x))\n"
msgstr "(define (square x) (* x x))\n"
msgid ""
"(list 2 a 5 7)\n"
"@result{} (2 3 5 7)\n"
msgstr ""
"(list 2 a 5 7)\n"
"@result{} (2 3 5 7)\n"
msgid ""
"(append (list 1 2) (list 3 4))\n"
"@result{} (1 2 3 4)\n"
"\n"
msgstr ""
"(append (list 1 2) (list 3 4))\n"
"@result{} (1 2 3 4)\n"
"\n"
msgid ""
"(map (lambda (x) (* x x)) (list 1 2 3 4))\n"
"@result{} (1 4 9 16)\n"
"\n"
msgstr ""
"(map (lambda (x) (* x x)) (list 1 2 3 4))\n"
"@result{} (1 4 9 16)\n"
"\n"
msgid ""
"'(display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"@result{} (display (string-append \"Hello \" \"Guix\" \"\\n\"))\n"
"\n"
msgstr ""
"'(display (string-append \"안녕 \" \"Guix\" \"\\n\"))\n"
"@result{} (display (string-append \"안녕 \" \"Guix\" \"\\n\"))\n"
"\n"
msgid ""
"'(2 a 5 7)\n"
"@result{} (2 a 5 7)\n"
msgstr ""
"'(2 a 5 7)\n"
"@result{} (2 a 5 7)\n"
msgid ""
"`(2 a 5 7 (2 ,a 5 ,(+ a 4)))\n"
"@result{} (2 a 5 7 (2 3 5 7))\n"
msgstr ""
"`(2 a 5 7 (2 ,a 5 ,(+ a 4)))\n"
"@result{} (2 a 5 7 (2 3 5 7))\n"
msgid ""
"(define x 10)\n"
"(let ((x 2)\n"
" (y 3))\n"
" (list x y))\n"
"@result{} (2 3)\n"
"\n"
msgstr ""
"(define x 10)\n"
"(let ((x 2)\n"
" (y 3))\n"
" (list x y))\n"
"@result{} (2 3)\n"
"\n"
msgid ""
"x\n"
"@result{} 10\n"
"\n"
msgstr ""
"x\n"
"@result{} 10\n"
"\n"
msgid ""
"(let* ((x 2)\n"
" (y (* x 3)))\n"
" (list x y))\n"
"@result{} (2 6)\n"
msgstr ""
"(let* ((x 2)\n"
" (y (* x 3)))\n"
" (list x y))\n"
"@result{} (2 6)\n"
msgid ""
"(define-module (guix build-system ruby)\n"
" #:use-module (guix store)\n"
" #:export (ruby-build\n"
" ruby-build-system))\n"
msgstr ""
"(define-module (guix build-system ruby)\n"
" #:use-module (guix store)\n"
" #:export (ruby-build\n"
" ruby-build-system))\n"
msgid "packaging"
msgstr "패키징"
msgid ""
"(define-public hello\n"
" (package\n"
" (name \"hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, GNU world: An example GNU package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+)))\n"
msgstr ""
"(define-public hello\n"
" (package\n"
" (name \"hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, GNU world: An example GNU package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+)))\n"
msgid "name"
msgstr "name"
msgid "source"
msgstr "source"
msgid "build-system"
msgstr "build-system"
msgid "synopsis"
msgstr "synopsis"
msgid "description"
msgstr "description"
msgid "home-page"
msgstr "home-page"
msgid "Use HTTPS if available."
msgstr "가능하다면 HTTPS를 사용합니다."
msgid "license"
msgstr "license"
msgid ""
"(use-modules (guix packages)\n"
" (guix download)\n"
" (guix build-system gnu)\n"
" (guix licenses))\n"
"\n"
msgstr ""
"(use-modules (guix packages)\n"
" (guix download)\n"
" (guix build-system gnu)\n"
" (guix licenses))\n"
"\n"
msgid ""
"(package\n"
" (name \"my-hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+))\n"
msgstr ""
"(package\n"
" (name \"my-hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+))\n"
msgid ""
"Starting download of /tmp/guix-file.JLYgL7\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz...\n"
"following redirection to `https://mirror.ibcp.fr/pub/gnu/hello/hello-2.10.tar.gz'...\n"
" …10.tar.gz 709KiB 2.5MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\n"
msgstr ""
"Starting download of /tmp/guix-file.JLYgL7\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz...\n"
"following redirection to `https://mirror.ibcp.fr/pub/gnu/hello/hello-2.10.tar.gz'...\n"
"…10.tar.gz 709KiB 2.5MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\n"
msgid ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz.sig\n"
"\n"
msgstr ""
"$ guix download mirror://gnu/hello/hello-2.10.tar.gz.sig\n"
"\n"
msgid ""
"Starting download of /tmp/guix-file.03tFfb\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz.sig...\n"
"following redirection to `https://ftp.igh.cnrs.fr/pub/gnu/hello/hello-2.10.tar.gz.sig'...\n"
" ….tar.gz.sig 819B 1.2MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig\n"
"0q0v86n3y38z17rl146gdakw9xc4mcscpk8dscs412j22glrv9jf\n"
"$ gpg --verify /gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"gpg: Signature made Sun 16 Nov 2014 01:08:37 PM CET\n"
"gpg: using RSA key A9553245FDE9B739\n"
"gpg: Good signature from \"Sami Kerola <kerolasa@@iki.fi>\" [unknown]\n"
"gpg: aka \"Sami Kerola (http://www.iki.fi/kerolasa/) <kerolasa@@iki.fi>\" [unknown]\n"
"gpg: WARNING: This key is not certified with a trusted signature!\n"
"gpg: There is no indication that the signature belongs to the owner.\n"
"Primary key fingerprint: 8ED3 96E3 7E38 D471 A005 30D3 A955 3245 FDE9 B739\n"
msgstr ""
"Starting download of /tmp/guix-file.03tFfb\n"
"From https://ftpmirror.gnu.org/gnu/hello/hello-2.10.tar.gz.sig...\n"
"following redirection to `https://ftp.igh.cnrs.fr/pub/gnu/hello/hello-2.10.tar.gz.sig'...\n"
"….tar.gz.sig 819B 1.2MiB/s 00:00 [##################] 100.0%\n"
"/gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig\n"
"0q0v86n3y38z17rl146gdakw9xc4mcscpk8dscs412j22glrv9jf\n"
"$ gpg --verify /gnu/store/rzs8wba9ka7grrmgcpfyxvs58mly0sx6-hello-2.10.tar.gz.sig /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz\n"
"gpg: Signature made Sun 16 Nov 2014 01:08:37 PM CET\n"
"gpg: using RSA key A9553245FDE9B739\n"
"gpg: Good signature from \"Sami Kerola <kerolasa@@iki.fi>\" [unknown]\n"
"gpg: aka \"Sami Kerola (http://www.iki.fi/kerolasa/) <kerolasa@@iki.fi>\" [unknown]\n"
"gpg: WARNING: This key is not certified with a trusted signature!\n"
"gpg: There is no indication that the signature belongs to the owner.\n"
"Primary key fingerprint: 8ED3 96E3 7E38 D471 A005 30D3 A955 3245 FDE9 B739\n"
msgid "You can then happily run"
msgstr "당신은 그런 다음에 행복하게 실행 할 수 있습니다"
msgid "$ guix package --install-from-file=my-hello.scm\n"
msgstr "$ guix package --install-from-file=my-hello.scm\n"
msgid ""
" -f, --install-from-file=FILE\n"
" install the package that the code within FILE\n"
" evaluates to\n"
msgstr ""
" -f, --install-from-file=FILE\n"
" install the package that the code within FILE\n"
" evaluates to\n"
msgid ""
"(define-module (my-hello)\n"
" #:use-module (guix licenses)\n"
" #:use-module (guix packages)\n"
" #:use-module (guix build-system gnu)\n"
" #:use-module (guix download))\n"
"\n"
msgstr ""
"(define-module (my-hello)\n"
" #:use-module (guix licenses)\n"
" #:use-module (guix packages)\n"
" #:use-module (guix build-system gnu)\n"
" #:use-module (guix download))\n"
"\n"
msgid ""
"(define-public my-hello\n"
" (package\n"
" (name \"my-hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+)))\n"
msgstr ""
"(define-public my-hello\n"
" (package\n"
" (name \"my-hello\")\n"
" (version \"2.10\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnu/hello/hello-\" version\n"
" \".tar.gz\"))\n"
" (sha256\n"
" (base32\n"
" \"0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i\"))))\n"
" (build-system gnu-build-system)\n"
" (synopsis \"Hello, Guix world: An example custom Guix package\")\n"
" (description\n"
" \"GNU Hello prints the message \\\"Hello, world!\\\" and then exits. It\n"
"serves as an example of standard GNU coding practices. As such, it supports\n"
"command-line arguments, multiple languages, and so on.\")\n"
" (home-page \"https://www.gnu.org/software/hello/\")\n"
" (license gpl3+)))\n"
msgid "my-hello\n"
msgstr "my-hello\n"
msgid "This last example is not very typical."
msgstr "이 마지막 예제는 매우 전형적이지 않습니다."
msgid "$ git clone https://git.guix.gnu.org/guix.git\n"
msgstr "$ git clone https://git.guix.gnu.org/guix.git\n"
msgid ""
" $ cd $GUIX_CHECKOUT\n"
" $ ./pre-inst-env guix package --list-available=ruby\n"
" ruby 1.8.7-p374 out gnu/packages/ruby.scm:119:2\n"
" ruby 2.1.6 out gnu/packages/ruby.scm:91:2\n"
" ruby 2.2.2 out gnu/packages/ruby.scm:39:2\n"
msgstr ""
" $ cd $GUIX_CHECKOUT\n"
" $ ./pre-inst-env guix package --list-available=ruby\n"
" ruby 1.8.7-p374 out gnu/packages/ruby.scm:119:2\n"
" ruby 2.1.6 out gnu/packages/ruby.scm:91:2\n"
" ruby 2.2.2 out gnu/packages/ruby.scm:39:2\n"
msgid "Install it to your user profile:"
msgstr "당신의 사용자 프로파일에 설치합니다:"
msgid " $ ./pre-inst-env guix package --install ruby@@2.1\n"
msgstr " $ ./pre-inst-env guix package --install ruby@@2.1\n"
msgid "Check for common mistakes:"
msgstr "일반적인 실수를 점검합니다:"
msgid " $ ./pre-inst-env guix lint ruby@@2.1\n"
msgstr " $ ./pre-inst-env guix lint ruby@@2.1\n"
msgid ""
"(define-public my-libgit2\n"
" (let ((commit \"e98d0a37c93574d2c6107bf7f31140b548c6a7bf\")\n"
" (revision \"1\"))\n"
" (package\n"
" (name \"my-libgit2\")\n"
" (version (git-version \"0.26.6\" revision commit))\n"
" (source (origin\n"
" (method git-fetch)\n"
" (uri (git-reference\n"
" (url \"https://github.com/libgit2/libgit2/\")\n"
" (commit commit)))\n"
" (file-name (git-file-name name version))\n"
" (sha256\n"
" (base32\n"
" \"17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3\"))\n"
" (patches (search-patches \"libgit2-mtime-0.patch\"))\n"
" (modules '((guix build utils)))\n"
" ;; Remove bundled software.\n"
" (snippet '(delete-file-recursively \"deps\"))))\n"
" (build-system cmake-build-system)\n"
" (outputs '(\"out\" \"debug\"))\n"
" (arguments\n"
" `(#:tests? #true ; Run the test suite (this is the default)\n"
" #:configure-flags '(\"-DUSE_SHA1DC=ON\") ; SHA-1 collision detection\n"
" #:phases\n"
" (modify-phases %standard-phases\n"
" (add-after 'unpack 'fix-hardcoded-paths\n"
" (lambda _\n"
" (substitute* \"tests/repo/init.c\"\n"
" ((\"#!/bin/sh\") (string-append \"#!\" (which \"sh\"))))\n"
" (substitute* \"tests/clar/fs.h\"\n"
" ((\"/bin/cp\") (which \"cp\"))\n"
" ((\"/bin/rm\") (which \"rm\")))))\n"
" ;; Run checks more verbosely.\n"
" (replace 'check\n"
" (lambda* (#:key tests? #:allow-other-keys)\n"
" (when tests?\n"
" (invoke \"./libgit2_clar\" \"-v\" \"-Q\"))))\n"
" (add-after 'unpack 'make-files-writable-for-tests\n"
" (lambda _ (for-each make-file-writable (find-files \".\")))))))\n"
" (inputs\n"
" (list libssh2 http-parser python-wrapper))\n"
" (native-inputs\n"
" (list pkg-config))\n"
" (propagated-inputs\n"
" ;; These two libraries are in 'Requires.private' in libgit2.pc.\n"
" (list openssl zlib))\n"
" (home-page \"https://libgit2.github.com/\")\n"
" (synopsis \"Library providing Git core methods\")\n"
" (description\n"
" \"Libgit2 is a portable, pure C implementation of the Git core methods\n"
"provided as a re-entrant linkable library with a solid API, allowing you to\n"
"write native speed custom Git applications in any language with bindings.\")\n"
" ;; GPLv2 with linking exception\n"
" (license license:gpl2))))\n"
msgstr ""
"(define-public my-libgit2\n"
" (let ((commit \"e98d0a37c93574d2c6107bf7f31140b548c6a7bf\")\n"
" (revision \"1\"))\n"
" (package\n"
" (name \"my-libgit2\")\n"
" (version (git-version \"0.26.6\" revision commit))\n"
" (source (origin\n"
" (method git-fetch)\n"
" (uri (git-reference\n"
" (url \"https://github.com/libgit2/libgit2/\")\n"
" (commit commit)))\n"
" (file-name (git-file-name name version))\n"
" (sha256\n"
" (base32\n"
" \"17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3\"))\n"
" (patches (search-patches \"libgit2-mtime-0.patch\"))\n"
" (modules '((guix build utils)))\n"
" ;; Remove bundled software.\n"
" (snippet '(delete-file-recursively \"deps\"))))\n"
" (build-system cmake-build-system)\n"
" (outputs '(\"out\" \"debug\"))\n"
" (arguments\n"
" `(#:tests? #true ; Run the test suite (this is the default)\n"
" #:configure-flags '(\"-DUSE_SHA1DC=ON\") ; SHA-1 collision detection\n"
" #:phases\n"
" (modify-phases %standard-phases\n"
" (add-after 'unpack 'fix-hardcoded-paths\n"
" (lambda _\n"
" (substitute* \"tests/repo/init.c\"\n"
" ((\"#!/bin/sh\") (string-append \"#!\" (which \"sh\"))))\n"
" (substitute* \"tests/clar/fs.h\"\n"
" ((\"/bin/cp\") (which \"cp\"))\n"
" ((\"/bin/rm\") (which \"rm\")))))\n"
" ;; Run checks more verbosely.\n"
" (replace 'check\n"
" (lambda* (#:key tests? #:allow-other-keys)\n"
" (when tests?\n"
" (invoke \"./libgit2_clar\" \"-v\" \"-Q\"))))\n"
" (add-after 'unpack 'make-files-writable-for-tests\n"
" (lambda _ (for-each make-file-writable (find-files \".\")))))))\n"
" (inputs\n"
" (list libssh2 http-parser python-wrapper))\n"
" (native-inputs\n"
" (list pkg-config))\n"
" (propagated-inputs\n"
" ;; These two libraries are in 'Requires.private' in libgit2.pc.\n"
" (list openssl zlib))\n"
" (home-page \"https://libgit2.github.com/\")\n"
" (synopsis \"Library providing Git core methods\")\n"
" (description\n"
" \"Libgit2 is a portable, pure C implementation of the Git core methods\n"
"provided as a re-entrant linkable library with a solid API, allowing you to\n"
"write native speed custom Git applications in any language with bindings.\")\n"
" ;; GPLv2 with linking exception\n"
" (license license:gpl2))))\n"
msgid "@code{git-fetch} method"
msgstr "@code{git-fetch} 방법"
msgid ""
"git clone https://github.com/libgit2/libgit2/\n"
"cd libgit2\n"
"git checkout v0.26.6\n"
"guix hash -rx .\n"
msgstr ""
"git clone https://github.com/libgit2/libgit2/\n"
"cd libgit2\n"
"git checkout v0.26.6\n"
"guix hash -rx .\n"
msgid "Snippets"
msgstr "단편"
msgid "Inputs"
msgstr "입력"
msgid "native-inputs"
msgstr "native-inputs"
msgid "inputs"
msgstr "inputs"
msgid "propagated-inputs"
msgstr "propagated-inputs"
msgid "Note"
msgstr "알림"
msgid "Outputs"
msgstr "출력"
msgid "Build system arguments"
msgstr "시스템 인수를 구성합니다"
msgid "translate into"
msgstr "번역합니다"
msgid "Code staging"
msgstr "코드 스테이징"
msgid ""
"(define-public adwaita-icon-theme\n"
" (package (inherit gnome-icon-theme)\n"
" (name \"adwaita-icon-theme\")\n"
" (version \"3.26.1\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnome/sources/\" name \"/\"\n"
" (version-major+minor version) \"/\"\n"
" name \"-\" version \".tar.xz\"))\n"
" (sha256\n"
" (base32\n"
" \"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8\"))))\n"
" (native-inputs (list `(,gtk+ \"bin\")))))\n"
msgstr ""
"(define-public adwaita-icon-theme\n"
" (package (inherit gnome-icon-theme)\n"
" (name \"adwaita-icon-theme\")\n"
" (version \"3.26.1\")\n"
" (source (origin\n"
" (method url-fetch)\n"
" (uri (string-append \"mirror://gnome/sources/\" name \"/\"\n"
" (version-major+minor version) \"/\"\n"
" name \"-\" version \".tar.xz\"))\n"
" (sha256\n"
" (base32\n"
" \"17fpahgh5dyckgz7rwqvzgnhx53cx9kr2xw0szprc6bnqy977fi8\"))))\n"
" (native-inputs (list `(,gtk+ \"bin\")))))\n"
msgid "security key, configuration"
msgstr "보안 키, 구성"
msgid "Warning"
msgstr "경고"
msgid "exiting a container"
msgstr "컨테이너 나가기"
msgid "guix shell\n"
msgstr "guix 쉘\n"
msgid ""
"(use-modules (guix)\n"
" (guix git-download) ;for git-predicate\n"
" @dots{})\n"
"\n"
msgstr ""
"(use-modules (guix)\n"
" (guix git-download) ;for git-predicate\n"
" @dots{})\n"
"\n"
msgid ""
"(use-modules (guix)\n"
" (guix profiles)\n"
" (guile-package)) ;import our own package module\n"
"\n"
msgstr ""
"(use-modules (guix)\n"
" (guix profiles)\n"
" (guile-package)) ;우리 자신의 꾸러미 모듈을 가져오기\n"
"\n"