summaryrefslogtreecommitdiff
path: root/src/pl/tcl/po/ko.po
blob: 067322345695a7657d7a0881e8045efc6652cc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# LANGUAGE message translation file for pltcl
# Copyright (C) 2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Ioseph Kim <ioseph@uri.sarang.net>, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL) 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2020-02-09 20:08+0000\n"
"PO-Revision-Date: 2019-11-01 12:52+0900\n"
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
"Language-Team: Korean Team <pgsql-kr@postgresql.kr>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: pltcl.c:464
msgid "PL/Tcl function to call once when pltcl is first used."
msgstr "pltcl 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"

#: pltcl.c:471
msgid "PL/TclU function to call once when pltclu is first used."
msgstr "pltclu 언어가 처음 사용될 때 한번 호출 될 PL/Tcl 함수"

#: pltcl.c:636
#, c-format
msgid "function \"%s\" is in the wrong language"
msgstr "\"%s\" 함수에 잘못된 언어가 있음"

#: pltcl.c:647
#, c-format
msgid "function \"%s\" must not be SECURITY DEFINER"
msgstr "\"%s\" 함수는 SECURITY DEFINER 속성이 없어야 합니다"

#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
#: pltcl.c:681
#, c-format
msgid "processing %s parameter"
msgstr "%s 매개 변수 처리 중"

#: pltcl.c:842
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "집합이 값이 함수가 집합을 사용할 수 없는 구문에서 호출 되었음"

#: pltcl.c:1015
#, c-format
msgid ""
"function returning record called in context that cannot accept type record"
msgstr ""
"레코드를 반환하는 함수가 레코드 형을 사용할 수 없는 구문에서 호출 되었음"

#: pltcl.c:1299
#, c-format
msgid "could not split return value from trigger: %s"
msgstr "트리거에서 반환값을 분리할 수 없음: %s"

#: pltcl.c:1379 pltcl.c:1809
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1380
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"해당 PL/Tcl 함수: \"%s\""

#: pltcl.c:1544
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "트리거 함수는 트리거로만 호출될 수 있음"

#: pltcl.c:1548
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "PL/Tcl 함수는 %s 자료형을 반환할 수 없음"

#: pltcl.c:1587
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "PL/Tcl 함수는 %s 자료형을 사용할 수 없음"

#: pltcl.c:1701
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "\"%s\" 내부 프로시져를 만들 수 없음: %s"

#: pltcl.c:3208
#, c-format
msgid "column name/value list must have even number of elements"
msgstr "칼럼 이름/값 목록은 그 요소의 개수가 짝수여야 함"

#: pltcl.c:3226
#, c-format
msgid "column name/value list contains nonexistent column name \"%s\""
msgstr "칼럼 이름/값 목록에 \"%s\" 칼럼에 대한 값이 없음"

#: pltcl.c:3233
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "\"%s\" 시스템 속성을 지정할 수 없음"

#: pltcl.c:3239
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "\"%s\" 계산된 칼럼을 지정할 수 없음"