]> granicus.if.org Git - postgresql/blob - src/pl/tcl/po/ko.po
Translation updates
[postgresql] / src / pl / tcl / po / ko.po
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.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl (PostgreSQL) 10\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2017-09-19 09:51+0900\n"
11 "PO-Revision-Date: 2017-09-19 10:29+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"
19
20 #: pltcl.c:459
21 msgid "PL/Tcl function to call once when pltcl is first used."
22 msgstr "pltcl 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
23
24 #: pltcl.c:466
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "pltclu 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"
27
28 #: pltcl.c:629
29 #, c-format
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "\"%s\" 함수에 잘못된 언어가 있음"
32
33 #: pltcl.c:640
34 #, c-format
35 msgid "function \"%s\" must not be SECURITY DEFINER"
36 msgstr "\"%s\" 함수는 SECURITY DEFINER 속성이 없어야 합니다"
37
38 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
39 #: pltcl.c:674
40 #, c-format
41 msgid "processing %s parameter"
42 msgstr "%s 매개 변수 처리 중"
43
44 #: pltcl.c:830
45 #, c-format
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "집합이 값이 함수가 집합을 사용할 수 없는 구문에서 호출 되었음"
48
49 #: pltcl.c:994
50 #, c-format
51 msgid ""
52 "function returning record called in context that cannot accept type record"
53 msgstr ""
54 "레코드를 반환하는 함수가 레코드 형을 사용할 수 없는 구문에서 호출 되었음"
55
56 #: pltcl.c:1263
57 #, c-format
58 msgid "could not split return value from trigger: %s"
59 msgstr "트리거에서 반환값을 분리할 수 없음: %s"
60
61 #: pltcl.c:1343 pltcl.c:1771
62 #, c-format
63 msgid "%s"
64 msgstr "%s"
65
66 #: pltcl.c:1344
67 #, c-format
68 msgid ""
69 "%s\n"
70 "in PL/Tcl function \"%s\""
71 msgstr ""
72 "%s\n"
73 "해당 PL/Tcl 함수: \"%s\""
74
75 #: pltcl.c:1509
76 #, c-format
77 msgid "trigger functions can only be called as triggers"
78 msgstr "트리거 함수는 트리거로만 호출될 수 있음"
79
80 #: pltcl.c:1513
81 #, c-format
82 msgid "PL/Tcl functions cannot return type %s"
83 msgstr "PL/Tcl 함수는 %s 자료형을 반환할 수 없음"
84
85 #: pltcl.c:1549
86 #, c-format
87 msgid "PL/Tcl functions cannot accept type %s"
88 msgstr "PL/Tcl 함수는 %s 자료형을 사용할 수 없음"
89
90 #: pltcl.c:1663
91 #, c-format
92 msgid "could not create internal procedure \"%s\": %s"
93 msgstr "\"%s\" 내부 프로시져를 만들 수 없음: %s"
94
95 #: pltcl.c:3100
96 #, c-format
97 msgid "column name/value list must have even number of elements"
98 msgstr "칼럼 이름/값 목록은 그 요소의 개수가 짝수여야 함"
99
100 #: pltcl.c:3118
101 #, c-format
102 msgid "column name/value list contains nonexistent column name \"%s\""
103 msgstr "칼럼 이름/값 목록에 \"%s\" 칼럼에 대한 값이 없음"
104
105 #: pltcl.c:3125
106 #, c-format
107 msgid "cannot set system attribute \"%s\""
108 msgstr "\"%s\" 시스템 속성을 지정할 수 없음"