-
-
Notifications
You must be signed in to change notification settings - Fork 103
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 84.1% (37 of 44 strings) [CI skip]
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 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 0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2017-08-21 12:54+0200\n" | ||
"PO-Revision-Date: 2017-02-15 07:33+0000\n" | ||
"Last-Translator: Masahiro Nishi <grooversmail@gmail.com>\n" | ||
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/sql-" | ||
"parser/ja/>\n" | ||
"PO-Revision-Date: 2019-02-07 14:10+0000\n" | ||
"Last-Translator: Joshua PowellNishiyama <nzjpnboy@outlook.com>\n" | ||
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/ja/>\n" | ||
"Language: ja\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.12-dev\n" | ||
"X-Generator: Weblate 3.5-dev\n" | ||
|
||
#: src/Component.php:43 src/Component.php:63 | ||
msgid "Not implemented yet." | ||
|
@@ -37,11 +37,11 @@ msgstr "値 %1$d があるべきですが、 %2$d が見つかりました。" | |
|
||
#: src/Components/Array2d.php:111 | ||
msgid "An opening bracket followed by a set of values was expected." | ||
msgstr "" | ||
msgstr "左括弧とそれに続く一連の値が予期されていました。" | ||
|
||
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201 | ||
msgid "An opening bracket was expected." | ||
msgstr "" | ||
msgstr "左括弧が予期されていました。" | ||
|
||
#: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164 | ||
#: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190 | ||
|
@@ -66,7 +66,7 @@ msgstr "予期しないCASE式の終了" | |
msgid "" | ||
"A symbol name was expected! A reserved keyword can not be used as a column " | ||
"name without backquotes." | ||
msgstr "" | ||
msgstr "シンボル名が予期されていました。 カラム名は予約語を利用するときに、バッククォートでエスケープする必要があります。" | ||
|
||
#: src/Components/CreateDefinition.php:237 | ||
msgid "A symbol name was expected!" | ||
|
@@ -157,7 +157,7 @@ msgstr "ステートメントの開始があるべきです。" | |
|
||
#: src/Parser.php:442 | ||
msgid "Unrecognized statement type." | ||
msgstr "" | ||
msgstr "認識されないステートメント形式。" | ||
|
||
#: src/Parser.php:527 | ||
msgid "No transaction was previously started." | ||
|