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.
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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
21 msgid "PL/Tcl function to call once when pltcl is first used."
22 msgstr "pltcl 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "pltclu 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "\"%s\" 함수에 잘못된 언어가 있음"
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"
41 msgid "processing %s parameter"
42 msgstr "%s 매개 변수 처리 중"
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "집합이 값이 함수가 집합을 사용할 수 없는 구문에서 호출 되었음"
51 msgid "materialize mode required, but it is not allowed in this context"
52 msgstr "materialize 모드가 필요합니다만, 이 구문에서는 허용되지 않습니다"
57 "function returning record called in context that cannot accept type record"
59 "레코드를 반환하는 함수가 레코드 형을 사용할 수 없는 구문에서 호출 되었음"
63 msgid "could not split return value from trigger: %s"
64 msgstr "트리거에서 반환값을 분리할 수 없음: %s"
66 #: pltcl.c:1376 pltcl.c:1803
75 "in PL/Tcl function \"%s\""
78 "해당 PL/Tcl 함수: \"%s\""
82 msgid "trigger functions can only be called as triggers"
83 msgstr "트리거 함수는 트리거로만 호출될 수 있음"
87 msgid "PL/Tcl functions cannot return type %s"
88 msgstr "PL/Tcl 함수는 %s 자료형을 반환할 수 없음"
92 msgid "PL/Tcl functions cannot accept type %s"
93 msgstr "PL/Tcl 함수는 %s 자료형을 사용할 수 없음"
97 msgid "could not create internal procedure \"%s\": %s"
98 msgstr "\"%s\" 내부 프로시져를 만들 수 없음: %s"
102 msgid "column name/value list must have even number of elements"
103 msgstr "칼럼 이름/값 목록은 그 요소의 개수가 짝수여야 함"
107 msgid "column name/value list contains nonexistent column name \"%s\""
108 msgstr "칼럼 이름/값 목록에 \"%s\" 칼럼에 대한 값이 없음"
112 msgid "cannot set system attribute \"%s\""
113 msgstr "\"%s\" 시스템 속성을 지정할 수 없음"
117 msgid "cannot set generated column \"%s\""
118 msgstr "\"%s\" 계산된 칼럼을 지정할 수 없음"