Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / src / pl / tcl / po / ko.po
blob1b8c5c7a6442eb1178614bf0f3be70a334e6dea4
1 # LANGUAGE message translation file for pltcl
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.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl (PostgreSQL) 16\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10 "POT-Creation-Date: 2023-09-07 05:38+0000\n"
11 "PO-Revision-Date: 2023-05-30 12:40+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 "Plural-Forms: nplurals=1; plural=0;\n"
20 #: pltcl.c:462
21 msgid "PL/Tcl function to call once when pltcl is first used."
22 msgstr "pltcl 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
24 #: pltcl.c:469
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "pltclu 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
28 #: pltcl.c:636
29 #, c-format
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "\"%s\" 함수에 잘못된 언어가 있음"
33 #: pltcl.c:647
34 #, c-format
35 msgid "function \"%s\" must not be SECURITY DEFINER"
36 msgstr "\"%s\" 함수는 SECURITY DEFINER 속성이 없어야 합니다"
38 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
39 #: pltcl.c:681
40 #, c-format
41 msgid "processing %s parameter"
42 msgstr "%s 매개 변수 처리 중"
44 #: pltcl.c:834
45 #, c-format
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "집합이 값이 함수가 집합을 사용할 수 없는 구문에서 호출 되었음"
49 #: pltcl.c:839
50 #, c-format
51 msgid "materialize mode required, but it is not allowed in this context"
52 msgstr "materialize 모드가 필요합니다만, 이 구문에서는 허용되지 않습니다"
54 #: pltcl.c:1012
55 #, c-format
56 msgid ""
57 "function returning record called in context that cannot accept type record"
58 msgstr ""
59 "레코드를 반환하는 함수가 레코드 형을 사용할 수 없는 구문에서 호출 되었음"
61 #: pltcl.c:1295
62 #, c-format
63 msgid "could not split return value from trigger: %s"
64 msgstr "트리거에서 반환값을 분리할 수 없음: %s"
66 #: pltcl.c:1376 pltcl.c:1803
67 #, c-format
68 msgid "%s"
69 msgstr "%s"
71 #: pltcl.c:1377
72 #, c-format
73 msgid ""
74 "%s\n"
75 "in PL/Tcl function \"%s\""
76 msgstr ""
77 "%s\n"
78 "해당 PL/Tcl 함수: \"%s\""
80 #: pltcl.c:1540
81 #, c-format
82 msgid "trigger functions can only be called as triggers"
83 msgstr "트리거 함수는 트리거로만 호출될 수 있음"
85 #: pltcl.c:1544
86 #, c-format
87 msgid "PL/Tcl functions cannot return type %s"
88 msgstr "PL/Tcl 함수는 %s 자료형을 반환할 수 없음"
90 #: pltcl.c:1583
91 #, c-format
92 msgid "PL/Tcl functions cannot accept type %s"
93 msgstr "PL/Tcl 함수는 %s 자료형을 사용할 수 없음"
95 #: pltcl.c:1695
96 #, c-format
97 msgid "could not create internal procedure \"%s\": %s"
98 msgstr "\"%s\" 내부 프로시져를 만들 수 없음: %s"
100 #: pltcl.c:3199
101 #, c-format
102 msgid "column name/value list must have even number of elements"
103 msgstr "칼럼 이름/값 목록은 그 요소의 개수가 짝수여야 함"
105 #: pltcl.c:3217
106 #, c-format
107 msgid "column name/value list contains nonexistent column name \"%s\""
108 msgstr "칼럼 이름/값 목록에 \"%s\" 칼럼에 대한 값이 없음"
110 #: pltcl.c:3224
111 #, c-format
112 msgid "cannot set system attribute \"%s\""
113 msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
115 #: pltcl.c:3230
116 #, c-format
117 msgid "cannot set generated column \"%s\""
118 msgstr "\"%s\" 계산된 칼럼을 지정할 수 없음"