Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
Currently translated at 76.7% (33 of 43 strings)
  • Loading branch information
gr2442 authored and weblate committed Feb 17, 2017
1 parent a79e330 commit 4cd61e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Binary file modified locale/ja/LC_MESSAGES/sqlparser.mo
Binary file not shown.
14 changes: 5 additions & 9 deletions locale/ja/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: SQL parser 0\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2017-01-24 10:49+0100\n"
"PO-Revision-Date: 2017-02-13 11:33+0000\n"
"Last-Translator: Fujiwara Software <fujisoft@gmail.com>\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"
"Language: ja\n"
Expand Down Expand Up @@ -103,18 +103,16 @@ msgstr "式があるべきです。"

#: src/Components/Limit.php:86 src/Components/Limit.php:108
msgid "An offset was expected."
msgstr ""
msgstr "オフセットがあるべきです。"

#: src/Components/OptionsArray.php:143
#, php-format
msgid "This option conflicts with \"%1$s\"."
msgstr "このオプションは \"%1$s\" と競合しています。"

#: src/Components/RenameOperation.php:97
#, fuzzy
#| msgid "The number of tables that are open."
msgid "The old name of the table was expected."
msgstr "開いているテーブルの数。"
msgstr "テーブルの古い名前が必要です。"

#: src/Components/RenameOperation.php:107
msgid "Keyword \"TO\" was expected."
Expand All @@ -125,10 +123,8 @@ msgid "The new name of the table was expected."
msgstr "テーブルの新しい名前が必要です。"

#: src/Components/RenameOperation.php:141
#, fuzzy
#| msgid "The row has been deleted."
msgid "A rename operation was expected."
msgstr "行を削除しました"
msgstr "リネーム操作が必要です。"

#: src/Components/SetOperation.php:105
msgid "Missing expression."
Expand Down

0 comments on commit 4cd61e0

Please sign in to comment.