@@ -4,16 +4,16 @@ msgstr ""
44"Project-Id-Version : SQL parser 5\n "
55"
Report-Msgid-Bugs-To :
[email protected] \n"
66"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 "
1111"Language : ko\n "
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
1515"Plural-Forms : nplurals=1; plural=0;\n "
16- "X-Generator : Weblate 4.3.1-dev \n "
16+ "X-Generator : Weblate 4.12.1 \n "
1717
1818#: src/Component.php:42 src/Component.php:62
1919msgid "Not implemented yet."
@@ -249,28 +249,20 @@ msgid "Unexpected keyword"
249249msgstr "예상치 못한 키워드"
250250
251251#: src/Statements/WithStatement.php:119
252- #, fuzzy
253- #| msgid "The name of the entity was expected."
254252msgid "The name of the CTE was expected."
255- msgstr "개체 이름이 필요합니다."
253+ msgstr "CTE 이름이 필요합니다."
256254
257255#: src/Statements/WithStatement.php:138
258- #, fuzzy
259- #| msgid "A \"RETURNS\" keyword was expected."
260256msgid "AS keyword was expected."
261- msgstr "\" RETURNS \" 키워드가 필요합니다."
257+ msgstr "AS 키워드가 필요합니다."
262258
263259#: src/Statements/WithStatement.php:154
264- #, fuzzy
265- #| msgid "The name of the entity was expected."
266260msgid "Subquery of the CTE was expected."
267- msgstr "개체 이름이 필요합니다."
261+ msgstr "CTE의 서브쿼리가 필요합니다."
268262
269263#: src/Statements/WithStatement.php:271
270- #, fuzzy
271- #| msgid "Unexpected end of LOCK statement."
272264msgid "Unexpected end of the WITH CTE."
273- msgstr "LOCK 표현식이 예기치 않게 끝났습니다."
265+ msgstr "WITH CTE 표현식이 예기치 않게 끝났습니다."
274266
275267#~ msgid "error #1"
276268#~ msgstr "오류 #1"
0 commit comments