Skip to content

Commit 6a9ea10

Browse files
committed
Merge branch 'master' of github.com:phpmyadmin/sql-parser
2 parents d368724 + 9299d5e commit 6a9ea10

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

locale/ja/LC_MESSAGES/sqlparser.mo

245 Bytes
Binary file not shown.

locale/ja/LC_MESSAGES/sqlparser.po

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgstr ""
44
"Project-Id-Version: SQL parser 0\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2017-01-24 10:49+0100\n"
7-
"PO-Revision-Date: 2016-12-27 15:16+0000\n"
7+
"PO-Revision-Date: 2017-02-13 11:33+0000\n"
88
"Last-Translator: Fujiwara Software <fujisoft@gmail.com>\n"
99
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/sql-"
1010
"parser/ja/>\n"
@@ -13,7 +13,7 @@ msgstr ""
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"Plural-Forms: nplurals=1; plural=0;\n"
16-
"X-Generator: Weblate 2.11-dev\n"
16+
"X-Generator: Weblate 2.12-dev\n"
1717

1818
#: src/Component.php:43 src/Component.php:63
1919
msgid "Not implemented yet."
@@ -121,10 +121,8 @@ msgid "Keyword \"TO\" was expected."
121121
msgstr "キーワード \"TO\" があるべきです。"
122122

123123
#: src/Components/RenameOperation.php:123
124-
#, fuzzy
125-
#| msgid "The number of tables that are open."
126124
msgid "The new name of the table was expected."
127-
msgstr "開いているテーブルの数。"
125+
msgstr "テーブルの新しい名前が必要です。"
128126

129127
#: src/Components/RenameOperation.php:141
130128
#, fuzzy
@@ -133,16 +131,12 @@ msgid "A rename operation was expected."
133131
msgstr "行を削除しました"
134132

135133
#: src/Components/SetOperation.php:105
136-
#, fuzzy
137-
#| msgid "as regular expression"
138134
msgid "Missing expression."
139-
msgstr "正規表現"
135+
msgstr "式がありません。"
140136

141137
#: src/Lexer.php:237
142-
#, fuzzy
143-
#| msgid "Unexpected characters on line %s."
144138
msgid "Unexpected character."
145-
msgstr "予期しない文字 (行: %s)。"
139+
msgstr "予期しない文字。"
146140

147141
#: src/Lexer.php:278
148142
msgid "Expected whitespace(s) before delimiter."
@@ -197,7 +191,7 @@ msgstr "予期しない節の順序。"
197191
#, fuzzy
198192
#| msgid "The number of tables that are open."
199193
msgid "The name of the entity was expected."
200-
msgstr "開いているテーブルの数。"
194+
msgstr "エンティティの名前が必要です。"
201195

202196
#: src/Statements/CreateStatement.php:430
203197
msgid "A table name was expected."

0 commit comments

Comments
 (0)