• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# simmon <simmon@nplob.com>, 2021.
2msgid ""
3msgstr ""
4"Project-Id-Version: popt 1.11\n"
5"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n"
6"POT-Creation-Date: 2022-09-16 10:04+0300\n"
7"PO-Revision-Date: 2021-03-17 18:01+0000\n"
8"Last-Translator: simmon <simmon@nplob.com>\n"
9"Language-Team: Korean <https://translate.fedoraproject.org/projects/popt/"
10"master/ko/>\n"
11"Language: ko\n"
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8-bit\n"
15"Plural-Forms: nplurals=1; plural=0;\n"
16"X-Generator: Weblate 4.5.1\n"
17
18#: src/popt.c:46
19msgid "unknown errno"
20msgstr "알 수 없는 오류코드(errno) 입니다"
21
22#: src/popt.c:1200
23#, c-format
24msgid "option type (%u) not implemented in popt\n"
25msgstr "옵션 유형 (%u)은 popt에서 사용할 수 없습니다\n"
26
27#: src/popt.c:1638
28msgid "missing argument"
29msgstr "인수가 지정되지 않았습니다"
30
31#: src/popt.c:1640
32msgid "option does not take an argument"
33msgstr ""
34
35#: src/popt.c:1642
36msgid "unknown option"
37msgstr "알 수 없는 옵션입니다"
38
39#: src/popt.c:1644
40msgid "mutually exclusive logical operations requested"
41msgstr "양쪽에 배타적 논리 연산이 지정되었습니다"
42
43#: src/popt.c:1646
44msgid "opt->arg should not be NULL"
45msgstr "옵션->인수가 NULL이 되어서는 안됩니다"
46
47#: src/popt.c:1648
48msgid "aliases nested too deeply"
49msgstr "별칭(alias)이 복잡하게 설정되었습니다"
50
51#: src/popt.c:1650
52msgid "error in parameter quoting"
53msgstr "매개변수에 오류가 있습니다"
54
55#: src/popt.c:1652
56msgid "invalid numeric value"
57msgstr "잘못된 수치 값입니다"
58
59#: src/popt.c:1654
60msgid "number too large or too small"
61msgstr "숫자가 너무 크거나 너무 적습니다"
62
63#: src/popt.c:1656
64msgid "memory allocation failed"
65msgstr "메모리 할당에 실패했습니다"
66
67#: src/popt.c:1658
68msgid "config file failed sanity test"
69msgstr "설정 파일이 건전성 시험에 실패하였습니다"
70
71#: src/popt.c:1662
72msgid "unknown error"
73msgstr "알 수 없는 오류입니다"
74
75#: src/popthelp.c:64 src/popthelp.c:72
76msgid "Show this help message"
77msgstr "이 도움말을 보여줍니다"
78
79#: src/popthelp.c:65 src/popthelp.c:73
80msgid "Display brief usage message"
81msgstr "간단한 사용법을 보여줍니다"
82
83#: src/popthelp.c:76
84msgid "Display option defaults in message"
85msgstr "기본적인 옵션을 보여줍니다"
86
87#: src/popthelp.c:78
88msgid "Terminate options"
89msgstr "종료 선택"
90
91#: src/popthelp.c:170
92msgid "Help options:"
93msgstr "도움말 선택:"
94
95#: src/popthelp.c:171
96msgid "Options implemented via popt alias/exec:"
97msgstr "popt alias/exec 통해 구현된 선택:"
98
99#: src/popthelp.c:179
100msgid "NONE"
101msgstr "없음(NONE)"
102
103#: src/popthelp.c:181
104msgid "VAL"
105msgstr "값(VAL)"
106
107#: src/popthelp.c:185
108msgid "INT"
109msgstr "정수(INT)"
110
111#: src/popthelp.c:186
112msgid "SHORT"
113msgstr "짧은"
114
115#: src/popthelp.c:187
116msgid "LONG"
117msgstr "정수(LONG)"
118
119#: src/popthelp.c:188
120msgid "LONGLONG"
121msgstr "LONGLONG"
122
123#: src/popthelp.c:189
124msgid "STRING"
125msgstr "문자열(STRING)"
126
127#: src/popthelp.c:190
128msgid "FLOAT"
129msgstr "소수(FLOAT)"
130
131#: src/popthelp.c:191
132msgid "DOUBLE"
133msgstr "소수(DOUBLE)"
134
135#: src/popthelp.c:194
136msgid "ARG"
137msgstr "인수(ARG)"
138
139#: src/popthelp.c:615
140msgid "Usage:"
141msgstr "사용법:"
142
143#: src/popthelp.c:640
144msgid "[OPTION...]"
145msgstr "[옵션...]"
146