Skip to content

Commit 55f54b8

Browse files
Yong Kimweblate
authored andcommitted
Translated using Weblate (Korean)
Currently translated at 100.0% (53 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/ko/ Signed-off-by: Yong Kim <[email protected]>
1 parent ad735a5 commit 55f54b8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

locale/ko/LC_MESSAGES/sqlparser.mo

-43 Bytes
Binary file not shown.

locale/ko/LC_MESSAGES/sqlparser.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgstr ""
44
"Project-Id-Version: SQL parser 5\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
66
"POT-Creation-Date: 2023-02-26 22:46+0100\n"
7-
"PO-Revision-Date: 2023-11-16 16:04+0000\n"
7+
"PO-Revision-Date: 2023-11-17 17:04+0000\n"
88
"Last-Translator: Yong Kim <[email protected]>\n"
99
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/"
1010
"sql-parser/ko/>\n"
@@ -35,15 +35,15 @@ msgstr "인식할 수 없는 ALTER 작업입니다."
3535
#: src/Components/Array2d.php:88
3636
#, php-format
3737
msgid "%1$d values were expected, but found %2$d."
38-
msgstr "값 %1$d 이 예상되었지만, %2$d 가 발견되었습니다."
38+
msgstr "값 %1$d이 필요하지만, %2$d 가 있습니다."
3939

4040
#: src/Components/Array2d.php:108
4141
msgid "An opening bracket followed by a set of values was expected."
42-
msgstr "일련의 값들에 의해 여는 괄호('(')가 예상됩니다."
42+
msgstr "왼쪽 괄호 뒤에 여러 값들이 필요합니다."
4343

4444
#: src/Components/ArrayObj.php:106 src/Components/CreateDefinition.php:233
4545
msgid "An opening bracket was expected."
46-
msgstr "여는 괄호가 예상됩니다."
46+
msgstr "왼쪽 괄호가 필요합니다."
4747

4848
#: src/Components/CaseExpression.php:133 src/Components/CaseExpression.php:161
4949
#: src/Components/CaseExpression.php:172 src/Components/CaseExpression.php:184
@@ -60,15 +60,15 @@ msgstr "여는 괄호가 예상됩니다."
6060
#: src/Statements/LockStatement.php:85 src/Statements/ReplaceStatement.php:149
6161
#: src/Statements/ReplaceStatement.php:178
6262
msgid "Unexpected keyword."
63-
msgstr "예상되지 않은 키워드입니다."
63+
msgstr "잘못된 키워드입니다."
6464

6565
#: src/Components/CaseExpression.php:192
6666
msgid "Unexpected end of CASE expression"
67-
msgstr "예기치 못한 CASE 표현식의 끝"
67+
msgstr "잘못된 CASE 문의 끝"
6868

6969
#: src/Components/CaseExpression.php:212
7070
msgid "Potential duplicate alias of CASE expression."
71-
msgstr "CASE 표현식의 잠재적 중복 별명입니다."
71+
msgstr "CASE 문의 별칭이 중복되었을 수 있습니다."
7272

7373
#: src/Components/CaseExpression.php:225
7474
msgid "An alias expected after AS but got "

0 commit comments

Comments
 (0)