@@ -4,36 +4,34 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 0\n "
5
5
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6
6
"POT-Creation-Date : 2016-12-21 15:07+0100\n "
7
- "PO-Revision-Date : 2016-02-08 15:17 +0000\n "
8
- "Last-Translator : Seongki Shin <skshin @gmail.com>\n "
9
- "Language-Team : Korean <https://hosted.weblate.org/projects/phpmyadmin/master/ "
10
- "ko/>\n "
7
+ "PO-Revision-Date : 2016-12-25 22:02 +0000\n "
8
+ "Last-Translator : SD SkyKlouD <koongchi135 @gmail.com>\n "
9
+ "Language-Team : Korean <https://hosted.weblate.org/projects/phpmyadmin/sql- "
10
+ "parser/ ko/>\n "
11
11
"Language : ko\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=1; plural=0;\n "
16
- "X-Generator : Weblate 2.5 -dev\n "
16
+ "X-Generator : Weblate 2.11 -dev\n "
17
17
18
18
#: src/Component.php:45 src/Component.php:65
19
19
msgid "Not implemented yet."
20
- msgstr ""
20
+ msgstr "아직 구현되지 않은 기능입니다. "
21
21
22
22
#: src/Components/AlterOperation.php:228 src/Statement.php:337
23
23
msgid ""
24
24
"A new statement was found, but no delimiter between it and the previous one."
25
25
msgstr ""
26
26
27
27
#: src/Components/AlterOperation.php:240
28
- #, fuzzy
29
- #| msgid "Log table filter options"
30
28
msgid "Unrecognized alter operation."
31
- msgstr "로그 테이블의 필터 옵션 "
29
+ msgstr "인식되지 않은 ALTER 작업입니다. "
32
30
33
31
#: src/Components/Array2d.php:92
34
32
#, php-format
35
33
msgid "%1$d values were expected, but found %2$d."
36
- msgstr ""
34
+ msgstr "값 %1$d 이 예상되었지만, %2$d 가 발견되었습니다. "
37
35
38
36
#: src/Components/Array2d.php:115
39
37
msgid "An opening bracket followed by a set of values was expected."
@@ -55,14 +53,12 @@ msgstr ""
55
53
#: src/Statements/InsertStatement.php:227
56
54
#: src/Statements/ReplaceStatement.php:165
57
55
#: src/Statements/ReplaceStatement.php:193
58
- #, fuzzy
59
- #| msgid "Unexpected characters on line %s."
60
56
msgid "Unexpected keyword."
61
- msgstr "%s 라인에 알 수 없는 문자가 있습니다 ."
57
+ msgstr "예상되지 않은 키워드입니다 ."
62
58
63
59
#: src/Components/CaseExpression.php:202
64
60
msgid "Unexpected end of CASE expression"
65
- msgstr ""
61
+ msgstr "예상되지 않은 CASE 문의 종료 "
66
62
67
63
#: src/Components/CreateDefinition.php:227
68
64
msgid ""
@@ -71,10 +67,8 @@ msgid ""
71
67
msgstr ""
72
68
73
69
#: src/Components/CreateDefinition.php:240
74
- #, fuzzy
75
- #| msgid "Table name template"
76
70
msgid "A symbol name was expected!"
77
- msgstr "파일명 템플릿 "
71
+ msgstr "심볼 이름이 예상되었습니다! "
78
72
79
73
#: src/Components/CreateDefinition.php:272
80
74
#, fuzzy
@@ -88,7 +82,7 @@ msgstr ""
88
82
89
83
#: src/Components/DataType.php:127
90
84
msgid "Unrecognized data type."
91
- msgstr ""
85
+ msgstr "인식할 수 없는 데이터 형식입니다. "
92
86
93
87
#: src/Components/Expression.php:248 src/Components/Expression.php:398
94
88
#, fuzzy
@@ -103,38 +97,32 @@ msgstr ""
103
97
104
98
#: src/Components/Expression.php:368
105
99
msgid "Unexpected dot."
106
- msgstr ""
100
+ msgstr "예상되지 않은 점(.)입니다. "
107
101
108
102
#: src/Components/ExpressionArray.php:106
109
- #, fuzzy
110
- #| msgid "No rows selected"
111
103
msgid "An expression was expected."
112
- msgstr "선택된 행이 없습니다 "
104
+ msgstr "식이 예상되었습니다. "
113
105
114
106
#: src/Components/Limit.php:90 src/Components/Limit.php:112
115
107
msgid "An offset was expected."
116
- msgstr ""
108
+ msgstr "오프셋이 예상되었습니다. "
117
109
118
110
#: src/Components/OptionsArray.php:147
119
111
#, php-format
120
112
msgid "This option conflicts with \" %1$s\" ."
121
- msgstr ""
113
+ msgstr "이 옵션은 \" %1$s \" 와(과) 충돌합니다. "
122
114
123
115
#: src/Components/RenameOperation.php:101
124
- #, fuzzy
125
- #| msgid "The number of tables that are open."
126
116
msgid "The old name of the table was expected."
127
- msgstr "열린 테이블 수 ."
117
+ msgstr "테이블의 이전 이름이 예상되었습니다 ."
128
118
129
119
#: src/Components/RenameOperation.php:111
130
120
msgid "Keyword \" TO\" was expected."
131
- msgstr ""
121
+ msgstr "키워드 \" TO \" 가 예상되었습니다. "
132
122
133
123
#: src/Components/RenameOperation.php:127
134
- #, fuzzy
135
- #| msgid "The number of tables that are open."
136
124
msgid "The new name of the table was expected."
137
- msgstr "열린 테이블 수 ."
125
+ msgstr "테이블의 새로운 이름이 예상되었습니다 ."
138
126
139
127
#: src/Components/RenameOperation.php:145
140
128
#, fuzzy
0 commit comments