Skip to content

Commit 282734b

Browse files
dong heonhuiweblate
authored andcommitted
Translated using Weblate (Korean)
Currently translated at 100.0% (54 of 54 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ko/ Signed-off-by: dong heonhui <spamhunhee@gmail.com>
1 parent 2e82983 commit 282734b

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

locale/ko/LC_MESSAGES/sqlparser.mo

326 Bytes
Binary file not shown.

locale/ko/LC_MESSAGES/sqlparser.po

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ msgstr ""
44
"Project-Id-Version: SQL parser 5\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\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
1919
msgid "Not implemented yet."
@@ -249,28 +249,20 @@ msgid "Unexpected keyword"
249249
msgstr "예상치 못한 키워드"
250250

251251
#: src/Statements/WithStatement.php:119
252-
#, fuzzy
253-
#| msgid "The name of the entity was expected."
254252
msgid "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."
260256
msgid "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."
266260
msgid "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."
272264
msgid "Unexpected end of the WITH CTE."
273-
msgstr "LOCK 표현식이 예기치 않게 끝났습니다."
265+
msgstr "WITH CTE 표현식이 예기치 않게 끝났습니다."
274266

275267
#~ msgid "error #1"
276268
#~ msgstr "오류 #1"

0 commit comments

Comments
 (0)