Skip to content

Commit b6198f7

Browse files
fujisoftweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 45.2% (19 of 42 strings)
1 parent a95012a commit b6198f7

File tree

2 files changed

+21
-34
lines changed

2 files changed

+21
-34
lines changed

locale/ja/LC_MESSAGES/sqlparser.mo

1.48 KB
Binary file not shown.

locale/ja/LC_MESSAGES/sqlparser.po

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ msgstr ""
44
"Project-Id-Version: SQL parser 0\n"
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2016-12-21 15:23+0100\n"
7-
"PO-Revision-Date: 2016-01-22 11:11+0000\n"
8-
"Last-Translator: Masahiro Nishi <grooversmail@gmail.com>\n"
9-
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/"
10-
"master/ja/>\n"
7+
"PO-Revision-Date: 2016-12-25 14:37+0000\n"
8+
"Last-Translator: Fujiwara Software <fujiwara@diskcatalogmaker.com>\n"
9+
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/sql-"
10+
"parser/ja/>\n"
1111
"Language: ja\n"
1212
"MIME-Version: 1.0\n"
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.5-dev\n"
16+
"X-Generator: Weblate 2.11-dev\n"
1717

1818
#: src/Component.php:45 src/Component.php:65
1919
msgid "Not implemented yet."
@@ -22,7 +22,7 @@ msgstr "実装されていません。"
2222
#: src/Components/AlterOperation.php:228 src/Statement.php:337
2323
msgid ""
2424
"A new statement was found, but no delimiter between it and the previous one."
25-
msgstr ""
25+
msgstr "新しいステートメントが見つかりましたが、それとその前の間に区切り文字がありません。"
2626

2727
#: src/Components/AlterOperation.php:240
2828
#, fuzzy
@@ -33,7 +33,7 @@ msgstr "アイコンによるテーブルの操作"
3333
#: src/Components/Array2d.php:92
3434
#, php-format
3535
msgid "%1$d values were expected, but found %2$d."
36-
msgstr ""
36+
msgstr "値 %1$d があるべきですが、 %2$d が見つかりました。"
3737

3838
#: src/Components/Array2d.php:115
3939
msgid "An opening bracket followed by a set of values was expected."
@@ -55,14 +55,12 @@ msgstr ""
5555
#: src/Statements/InsertStatement.php:227
5656
#: src/Statements/ReplaceStatement.php:165
5757
#: src/Statements/ReplaceStatement.php:193
58-
#, fuzzy
59-
#| msgid "Unexpected characters on line %s."
6058
msgid "Unexpected keyword."
61-
msgstr "予期しない文字 (行: %s)。"
59+
msgstr "予期しないキーワード。"
6260

6361
#: src/Components/CaseExpression.php:202
6462
msgid "Unexpected end of CASE expression"
65-
msgstr ""
63+
msgstr "予期しないCASE式の終了"
6664

6765
#: src/Components/CreateDefinition.php:227
6866
msgid ""
@@ -71,10 +69,8 @@ msgid ""
7169
msgstr ""
7270

7371
#: src/Components/CreateDefinition.php:240
74-
#, fuzzy
75-
#| msgid "Table name template"
7672
msgid "A symbol name was expected!"
77-
msgstr "テーブル名のテンプレート"
73+
msgstr "シンボル名があるべきです!"
7874

7975
#: src/Components/CreateDefinition.php:272
8076
#, fuzzy
@@ -88,7 +84,7 @@ msgstr ""
8884

8985
#: src/Components/DataType.php:127
9086
msgid "Unrecognized data type."
91-
msgstr ""
87+
msgstr "認識できないデータ形式。"
9288

9389
#: src/Components/Expression.php:248 src/Components/Expression.php:398
9490
#, fuzzy
@@ -103,13 +99,11 @@ msgstr ""
10399

104100
#: src/Components/Expression.php:368
105101
msgid "Unexpected dot."
106-
msgstr ""
102+
msgstr "予期しないドット。"
107103

108104
#: src/Components/ExpressionArray.php:106
109-
#, fuzzy
110-
#| msgid "No rows selected"
111105
msgid "An expression was expected."
112-
msgstr "行が選択されていません"
106+
msgstr "式があるべきです。"
113107

114108
#: src/Components/Limit.php:90 src/Components/Limit.php:112
115109
msgid "An offset was expected."
@@ -128,7 +122,7 @@ msgstr "開いているテーブルの数。"
128122

129123
#: src/Components/RenameOperation.php:111
130124
msgid "Keyword \"TO\" was expected."
131-
msgstr ""
125+
msgstr "キーワード \"TO\" があるべきです。"
132126

133127
#: src/Components/RenameOperation.php:127
134128
#, fuzzy
@@ -150,29 +144,24 @@ msgstr "予期しない文字 (行: %s)。"
150144

151145
#: src/Lexer.php:279
152146
msgid "Expected whitespace(s) before delimiter."
153-
msgstr ""
147+
msgstr "空白が区切り文字の前にあるべきです。"
154148

155149
#: src/Lexer.php:297 src/Lexer.php:313
156150
msgid "Expected delimiter."
157-
msgstr ""
151+
msgstr "区切り文字があるべきです。"
158152

159153
#: src/Lexer.php:814
160-
#, fuzzy, php-format
161-
#| msgid "Event %1$s has been created."
154+
#, php-format
162155
msgid "Ending quote %1$s was expected."
163-
msgstr "イベント %1$s を作成しました。"
156+
msgstr "終端クォート %1$s があるべきです。"
164157

165158
#: src/Lexer.php:854
166-
#, fuzzy
167-
#| msgid "Table name template"
168159
msgid "Variable name was expected."
169-
msgstr "テーブル名のテンプレート"
160+
msgstr "変数名があるべきです。"
170161

171162
#: src/Parser.php:432
172-
#, fuzzy
173-
#| msgid "At Beginning of Table"
174163
msgid "Unexpected beginning of statement."
175-
msgstr "テーブルの先頭"
164+
msgstr "ステートメントの開始があるべきです。"
176165

177166
#: src/Parser.php:451
178167
msgid "Unrecognized statement type."
@@ -187,10 +176,8 @@ msgstr "開始されているトランザクションはありません。"
187176
#: src/Statements/InsertStatement.php:236
188177
#: src/Statements/InsertStatement.php:256
189178
#: src/Statements/ReplaceStatement.php:201
190-
#, fuzzy
191-
#| msgid "Unexpected characters on line %s."
192179
msgid "Unexpected token."
193-
msgstr "予期しない文字 (行: %s)。"
180+
msgstr "予期しないトークン。"
194181

195182
#: src/Statement.php:309
196183
msgid "This type of clause was previously parsed."

0 commit comments

Comments
 (0)