Skip to content

Commit

Permalink
Translated using Weblate (Korean)
Browse files Browse the repository at this point in the history
Currently translated at 33.3% (14 of 42 strings)
  • Loading branch information
SDSkyKlouD authored and weblate committed Dec 27, 2016
1 parent b6198f7 commit 3dc70bc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 31 deletions.
Binary file modified locale/ko/LC_MESSAGES/sqlparser.mo
Binary file not shown.
50 changes: 19 additions & 31 deletions locale/ko/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,34 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2016-12-21 15:07+0100\n"
"PO-Revision-Date: 2016-02-08 15:17+0000\n"
"Last-Translator: Seongki Shin <skshin@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/master/"
"ko/>\n"
"PO-Revision-Date: 2016-12-25 22:02+0000\n"
"Last-Translator: SD SkyKlouD <koongchi135@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 2.5-dev\n"
"X-Generator: Weblate 2.11-dev\n"

#: src/Component.php:45 src/Component.php:65
msgid "Not implemented yet."
msgstr ""
msgstr "아직 구현되지 않은 기능입니다."

#: src/Components/AlterOperation.php:228 src/Statement.php:337
msgid ""
"A new statement was found, but no delimiter between it and the previous one."
msgstr ""

#: src/Components/AlterOperation.php:240
#, fuzzy
#| msgid "Log table filter options"
msgid "Unrecognized alter operation."
msgstr "로그 테이블의 필터 옵션"
msgstr "인식되지 않은 ALTER 작업입니다."

#: src/Components/Array2d.php:92
#, php-format
msgid "%1$d values were expected, but found %2$d."
msgstr ""
msgstr "값 %1$d 이 예상되었지만, %2$d 가 발견되었습니다."

#: src/Components/Array2d.php:115
msgid "An opening bracket followed by a set of values was expected."
Expand All @@ -55,14 +53,12 @@ msgstr ""
#: src/Statements/InsertStatement.php:227
#: src/Statements/ReplaceStatement.php:165
#: src/Statements/ReplaceStatement.php:193
#, fuzzy
#| msgid "Unexpected characters on line %s."
msgid "Unexpected keyword."
msgstr "%s 라인에 알 수 없는 문자가 있습니다."
msgstr "예상되지 않은 키워드입니다."

#: src/Components/CaseExpression.php:202
msgid "Unexpected end of CASE expression"
msgstr ""
msgstr "예상되지 않은 CASE 문의 종료"

#: src/Components/CreateDefinition.php:227
msgid ""
Expand All @@ -71,10 +67,8 @@ msgid ""
msgstr ""

#: src/Components/CreateDefinition.php:240
#, fuzzy
#| msgid "Table name template"
msgid "A symbol name was expected!"
msgstr "파일명 템플릿"
msgstr "심볼 이름이 예상되었습니다!"

#: src/Components/CreateDefinition.php:272
#, fuzzy
Expand All @@ -88,7 +82,7 @@ msgstr ""

#: src/Components/DataType.php:127
msgid "Unrecognized data type."
msgstr ""
msgstr "인식할 수 없는 데이터 형식입니다."

#: src/Components/Expression.php:248 src/Components/Expression.php:398
#, fuzzy
Expand All @@ -103,38 +97,32 @@ msgstr ""

#: src/Components/Expression.php:368
msgid "Unexpected dot."
msgstr ""
msgstr "예상되지 않은 점(.)입니다."

#: src/Components/ExpressionArray.php:106
#, fuzzy
#| msgid "No rows selected"
msgid "An expression was expected."
msgstr "선택된 행이 없습니다"
msgstr "식이 예상되었습니다."

#: src/Components/Limit.php:90 src/Components/Limit.php:112
msgid "An offset was expected."
msgstr ""
msgstr "오프셋이 예상되었습니다."

#: src/Components/OptionsArray.php:147
#, php-format
msgid "This option conflicts with \"%1$s\"."
msgstr ""
msgstr "이 옵션은 \"%1$s\"와(과) 충돌합니다."

#: src/Components/RenameOperation.php:101
#, fuzzy
#| msgid "The number of tables that are open."
msgid "The old name of the table was expected."
msgstr "열린 테이블 수."
msgstr "테이블의 이전 이름이 예상되었습니다."

#: src/Components/RenameOperation.php:111
msgid "Keyword \"TO\" was expected."
msgstr ""
msgstr "키워드 \"TO\"가 예상되었습니다."

#: src/Components/RenameOperation.php:127
#, fuzzy
#| msgid "The number of tables that are open."
msgid "The new name of the table was expected."
msgstr "열린 테이블 수."
msgstr "테이블의 새로운 이름이 예상되었습니다."

#: src/Components/RenameOperation.php:145
#, fuzzy
Expand Down

0 comments on commit 3dc70bc

Please sign in to comment.