@@ -4,16 +4,16 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 5\n "
5
5
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6
6
"POT-Creation-Date : 2021-12-29 16:13-0300\n "
7
- "PO-Revision-Date : 2020-10-18 08:26 +0000\n "
8
- "Last-Translator : Youngsoon Jang <vincent@paran .com>\n "
9
- "Language-Team : Korean <https://hosted.weblate.org/projects/phpmyadmin/sql- "
10
- "parser/ko/>\n "
7
+ "PO-Revision-Date : 2022-05-03 10:14 +0000\n "
8
+ "Last-Translator : dong heonhui <spamhunhee@gmail .com>\n "
9
+ "Language-Team : Korean <https://hosted.weblate.org/projects/phpmyadmin/ "
10
+ "sql- 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 4.3.1-dev \n "
16
+ "X-Generator : Weblate 4.12.1 \n "
17
17
18
18
#: src/Component.php:42 src/Component.php:62
19
19
msgid "Not implemented yet."
@@ -249,28 +249,20 @@ msgid "Unexpected keyword"
249
249
msgstr "예상치 못한 키워드"
250
250
251
251
#: src/Statements/WithStatement.php:119
252
- #, fuzzy
253
- #| msgid "The name of the entity was expected."
254
252
msgid "The name of the CTE was expected."
255
- msgstr "개체 이름이 필요합니다."
253
+ msgstr "CTE 이름이 필요합니다."
256
254
257
255
#: src/Statements/WithStatement.php:138
258
- #, fuzzy
259
- #| msgid "A \"RETURNS\" keyword was expected."
260
256
msgid "AS keyword was expected."
261
- msgstr "\" RETURNS \" 키워드가 필요합니다."
257
+ msgstr "AS 키워드가 필요합니다."
262
258
263
259
#: src/Statements/WithStatement.php:154
264
- #, fuzzy
265
- #| msgid "The name of the entity was expected."
266
260
msgid "Subquery of the CTE was expected."
267
- msgstr "개체 이름이 필요합니다."
261
+ msgstr "CTE의 서브쿼리가 필요합니다."
268
262
269
263
#: src/Statements/WithStatement.php:271
270
- #, fuzzy
271
- #| msgid "Unexpected end of LOCK statement."
272
264
msgid "Unexpected end of the WITH CTE."
273
- msgstr "LOCK 표현식이 예기치 않게 끝났습니다."
265
+ msgstr "WITH CTE 표현식이 예기치 않게 끝났습니다."
274
266
275
267
#~ msgid "error #1"
276
268
#~ msgstr "오류 #1"
0 commit comments