1# LANGUAGE message translation file for plperl
2# Copyright (C) 2016 PostgreSQL Global Development Group
3# This file is distributed under the same license as the PostgreSQL package.
4# Ioseph Kim <ioseph@uri.sarang.net>, 2016.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: plperl (PostgreSQL) 12\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10"POT-Creation-Date: 2020-02-09 20:08+0000\n"
11"PO-Revision-Date: 2019-11-01 12:51+0900\n"
12"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
13"Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n"
14"Language: ko\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: plperl.c:406
20msgid ""
21"If true, trusted and untrusted Perl code will be compiled in strict mode."
22msgstr "true로 지정하면, Perl 코드가 엄격한 구문 검사로 컴파일 됨"
23
24#: plperl.c:420
25msgid ""
26"Perl initialization code to execute when a Perl interpreter is initialized."
27msgstr "Perl 인터프리터가 초기화 될 때 실행할 Perl 초기화 코드"
28
29#: plperl.c:442
30msgid "Perl initialization code to execute once when plperl is first used."
31msgstr "plperl 모듈이 처음 사용될 때 실행할 Perl 초기화 코드"
32
33#: plperl.c:450
34msgid "Perl initialization code to execute once when plperlu is first used."
35msgstr "plperlu 모듈이 처음 사용될 때 실행할 Perl 초기화 코드"
36
37#: plperl.c:647
38#, c-format
39msgid "cannot allocate multiple Perl interpreters on this platform"
40msgstr "이 플랫폼에 여러 Perl 인터프리터를 사용할 수 없음"
41
42#: plperl.c:670 plperl.c:854 plperl.c:860 plperl.c:977 plperl.c:989
43#: plperl.c:1032 plperl.c:1055 plperl.c:2154 plperl.c:2264 plperl.c:2332
44#: plperl.c:2395
45#, c-format
46msgid "%s"
47msgstr "%s"
48
49#: plperl.c:671
50#, c-format
51msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
52msgstr "PostgreSQL::InServer::SPI::bootstrap 실행 중"
53
54#: plperl.c:855
55#, c-format
56msgid "while parsing Perl initialization"
57msgstr "Perl 초기화 구문 분석 중"
58
59#: plperl.c:861
60#, c-format
61msgid "while running Perl initialization"
62msgstr "Perl 초기화 실행 중"
63
64#: plperl.c:978
65#, c-format
66msgid "while executing PLC_TRUSTED"
67msgstr "PLC_TRUSTED 실행 중"
68
69#: plperl.c:990
70#, c-format
71msgid "while executing utf8fix"
72msgstr "utf8fix 실행 중"
73
74#: plperl.c:1033
75#, c-format
76msgid "while executing plperl.on_plperl_init"
77msgstr "plperl.on_plperl_init 실행 중"
78
79#: plperl.c:1056
80#, c-format
81msgid "while executing plperl.on_plperlu_init"
82msgstr "plperl.on_plperlu_init 실행 중"
83
84#: plperl.c:1102 plperl.c:1793
85#, c-format
86msgid "Perl hash contains nonexistent column \"%s\""
87msgstr "Perl 해시에 존재하지 않는 \"%s\" 칼럼이 포함되었습니다"
88
89#: plperl.c:1107 plperl.c:1798
90#, c-format
91msgid "cannot set system attribute \"%s\""
92msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
93
94#: plperl.c:1195
95#, c-format
96msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
97msgstr "지정한 배열 크기(%d)가 최대치(%d)를 초과했습니다"
98
99#: plperl.c:1207 plperl.c:1224
100#, c-format
101msgid ""
102"multidimensional arrays must have array expressions with matching dimensions"
103msgstr "다차원 배열에는 일치하는 차원이 포함된 배열 식이 있어야 함"
104
105#: plperl.c:1260
106#, c-format
107msgid "cannot convert Perl array to non-array type %s"
108msgstr "Perl 배열형을 비배열형 %s 자료형으로 변환할 수 없음"
109
110#: plperl.c:1363
111#, c-format
112msgid "cannot convert Perl hash to non-composite type %s"
113msgstr "Perl 해시 자료형을 비복합 %s 자료형으로 변환할 수 없음"
114
115#: plperl.c:1385 plperl.c:3306
116#, c-format
117msgid ""
118"function returning record called in context that cannot accept type record"
119msgstr "반환 자료형이 record인데 함수가 그 자료형으로 반환하지 않음"
120
121#: plperl.c:1444
122#, c-format
123msgid "lookup failed for type %s"
124msgstr "%s 자료형 찾기 실패"
125
126#: plperl.c:1768
127#, c-format
128msgid "$_TD->{new} does not exist"
129msgstr "$_TD->{new} 없음"
130
131#: plperl.c:1772
132#, c-format
133msgid "$_TD->{new} is not a hash reference"
134msgstr "$_TD->{new} 자료형이 해시 참조가 아님"
135
136#: plperl.c:1803
137#, c-format
138msgid "cannot set generated column \"%s\""
139msgstr "\"%s\" 계산된 칼럼을 지정할 수 없음"
140
141#: plperl.c:2029 plperl.c:2871
142#, c-format
143msgid "PL/Perl functions cannot return type %s"
144msgstr "PL/Perl 함수는 %s 자료형을 반환할 수 없음"
145
146#: plperl.c:2042 plperl.c:2912
147#, c-format
148msgid "PL/Perl functions cannot accept type %s"
149msgstr "PL/Perl 함수는 %s 자료형을 사용할 수 없음"
150
151#: plperl.c:2159
152#, c-format
153msgid "didn't get a CODE reference from compiling function \"%s\""
154msgstr "\"%s\" 함수를 컴파일 하면서 코드 참조를 구할 수 없음"
155
156#: plperl.c:2252
157#, c-format
158msgid "didn't get a return item from function"
159msgstr "함수에서 반환할 항목을 못 찾음"
160
161#: plperl.c:2296 plperl.c:2363
162#, c-format
163msgid "couldn't fetch $_TD"
164msgstr "$_TD 못 구함"
165
166#: plperl.c:2320 plperl.c:2383
167#, c-format
168msgid "didn't get a return item from trigger function"
169msgstr "트리거 함수에서 반환할 항목을 못 찾음"
170
171#: plperl.c:2444
172#, c-format
173msgid "set-valued function called in context that cannot accept a set"
174msgstr ""
175"set-values 함수(테이블 리턴 함수)가 set 정의 없이 사용되었습니다 (테이블과 해"
176"당 열 alias 지정하세요)"
177
178#: plperl.c:2489
179#, c-format
180msgid ""
181"set-returning PL/Perl function must return reference to array or use "
182"return_next"
183msgstr "집합 반환 PL/Perl 함수는 배열 또는 return_next 를 사용해서 반환해야 함"
184
185#: plperl.c:2610
186#, c-format
187msgid "ignoring modified row in DELETE trigger"
188msgstr "DELETE 트리거에서는 변경된 로우는 무시 함"
189
190#: plperl.c:2618
191#, c-format
192msgid ""
193"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
194msgstr ""
195"PL/Perl 트리거 함수의 결과는 undef, \"SKIP\", \"MODIFY\" 중 하나여야 함"
196
197#: plperl.c:2866
198#, c-format
199msgid "trigger functions can only be called as triggers"
200msgstr "트리거 함수는 트리거로만 호출될 수 있음"
201
202#: plperl.c:3213
203#, c-format
204msgid "query result has too many rows to fit in a Perl array"
205msgstr "쿼리 결과가 Perl 배열에 담기에는 너무 많습니다"
206
207#: plperl.c:3283
208#, c-format
209msgid "cannot use return_next in a non-SETOF function"
210msgstr "SETOF 함수가 아닌 경우에는 return_next 구문을 쓸 수 없음"
211
212#: plperl.c:3357
213#, c-format
214msgid ""
215"SETOF-composite-returning PL/Perl function must call return_next with "
216"reference to hash"
217msgstr ""
218"SETOF-composite-returning PL/Perl 함수는 return_next 에서 해시 자료형을 참조"
219"해야 함"
220
221#: plperl.c:4132
222#, c-format
223msgid "PL/Perl function \"%s\""
224msgstr "\"%s\" PL/Perl 함수"
225
226#: plperl.c:4144
227#, c-format
228msgid "compilation of PL/Perl function \"%s\""
229msgstr "\"%s\" PL/Perl 함수 컴필레이션"
230
231#: plperl.c:4153
232#, c-format
233msgid "PL/Perl anonymous code block"
234msgstr "PL/Perl 익명 코드 블럭"
235
236#~ msgid "PL/Perl function must return reference to hash or array"
237#~ msgstr "PL/Perl 함수는 해시나 배열 자료형을 참조하게 반환해야 함"
238