diff --git a/locale/ja/LC_MESSAGES/sqlparser.mo b/locale/ja/LC_MESSAGES/sqlparser.mo index ff13ac319..1c396906d 100644 Binary files a/locale/ja/LC_MESSAGES/sqlparser.mo and b/locale/ja/LC_MESSAGES/sqlparser.mo differ diff --git a/locale/ja/LC_MESSAGES/sqlparser.po b/locale/ja/LC_MESSAGES/sqlparser.po index c8ab96734..d745c0842 100644 --- a/locale/ja/LC_MESSAGES/sqlparser.po +++ b/locale/ja/LC_MESSAGES/sqlparser.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: SQL parser 0\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\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 \n" -"Language-Team: Japanese \n" +"PO-Revision-Date: 2019-02-07 14:10+0000\n" +"Last-Translator: Joshua PowellNishiyama \n" +"Language-Team: Japanese \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."