-
-
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% (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]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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: 2023-02-26 22:46+0100\n" | ||
"PO-Revision-Date: 2023-01-26 07:10+0000\n" | ||
"Last-Translator: liviuconcioiu <liviu.concioiu@gmail.com>\n" | ||
"Language-Team: Korean <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/ko/>\n" | ||
"PO-Revision-Date: 2023-11-16 16:04+0000\n" | ||
"Last-Translator: Yong Kim <kim@nhn.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.16-dev\n" | ||
"X-Generator: Weblate 5.2\n" | ||
|
||
#: src/Component.php:39 src/Component.php:59 | ||
msgid "Not implemented yet." | ||
|
@@ -26,11 +26,11 @@ msgstr "새로운 문장이 발견되었지만, 이전 문장과의 구분기호 | |
|
||
#: src/Components/AlterOperation.php:427 | ||
msgid "Missing comma before start of a new alter operation." | ||
msgstr "새 alter operation 시작 전에 쉼표가 누락되었습니다." | ||
msgstr "새로운 ALTER 작업의 시작 앞에 쉼표가 빠졌습니다." | ||
|
||
#: src/Components/AlterOperation.php:472 | ||
msgid "Unrecognized alter operation." | ||
msgstr "인식되지 않은 alter 작업입니다." | ||
msgstr "인식할 수 없는 ALTER 작업입니다." | ||
|
||
#: src/Components/Array2d.php:88 | ||
#, php-format | ||
|