-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-12-29 16:13-0300\n" | ||
"PO-Revision-Date: 2020-10-18 08:26+0000\n" | ||
"Last-Translator: Youngsoon Jang <vincent@paran.com>\n" | ||
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/ko/>\n" | ||
"PO-Revision-Date: 2022-05-03 10:14+0000\n" | ||
"Last-Translator: dong heonhui <spamhunhee@gmail.com>\n" | ||
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/ko/>\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" | ||
"X-Generator: Weblate 4.3.1-dev\n" | ||
"X-Generator: Weblate 4.12.1\n" | ||
|
||
#: src/Component.php:42 src/Component.php:62 | ||
msgid "Not implemented yet." | ||
|
@@ -249,28 +249,20 @@ msgid "Unexpected keyword" | |
msgstr "예상치 못한 키워드" | ||
|
||
#: src/Statements/WithStatement.php:119 | ||
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "The name of the CTE was expected." | ||
msgstr "개체 이름이 필요합니다." | ||
msgstr "CTE 이름이 필요합니다." | ||
|
||
#: src/Statements/WithStatement.php:138 | ||
#, fuzzy | ||
#| msgid "A \"RETURNS\" keyword was expected." | ||
msgid "AS keyword was expected." | ||
msgstr "\"RETURNS\"키워드가 필요합니다." | ||
msgstr "AS 키워드가 필요합니다." | ||
|
||
#: src/Statements/WithStatement.php:154 | ||
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "Subquery of the CTE was expected." | ||
msgstr "개체 이름이 필요합니다." | ||
msgstr "CTE의 서브쿼리가 필요합니다." | ||
|
||
#: src/Statements/WithStatement.php:271 | ||
#, fuzzy | ||
#| msgid "Unexpected end of LOCK statement." | ||
msgid "Unexpected end of the WITH CTE." | ||
msgstr "LOCK 표현식이 예기치 않게 끝났습니다." | ||
msgstr "WITH CTE 표현식이 예기치 않게 끝났습니다." | ||
|
||
#~ msgid "error #1" | ||
#~ msgstr "오류 #1" | ||
|