@@ -4,16 +4,16 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 0\n "
5
5
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
6
6
"POT-Creation-Date : 2017-08-21 12:54+0200\n "
7
- "PO-Revision-Date : 2017-05-25 08:10 +0000\n "
8
- "Last-Translator : TobbyKwok <tobbyguo@gmail .com>\n "
7
+ "PO-Revision-Date : 2018-08-01 07:29 +0000\n "
8
+ "Last-Translator : popcorner <memoword@163 .com>\n "
9
9
"Language-Team : Chinese (Simplified) <https://hosted.weblate.org/projects/ "
10
10
"phpmyadmin/sql-parser/zh_Hans/>\n "
11
11
"Language : zh_CN\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
15
"Plural-Forms : nplurals=1; plural=0;\n "
16
- "X-Generator : Weblate 2.14 .1\n "
16
+ "X-Generator : Weblate 3.1 .1\n "
17
17
18
18
#: src/Component.php:43 src/Component.php:63
19
19
msgid "Not implemented yet."
@@ -22,26 +22,24 @@ msgstr "还未实现."
22
22
#: src/Components/AlterOperation.php:241 src/Statement.php:334
23
23
msgid ""
24
24
"A new statement was found, but no delimiter between it and the previous one."
25
- msgstr ""
25
+ msgstr "发现了一个新的声明,但它与前一声明之间没有分隔符。 "
26
26
27
27
#: src/Components/AlterOperation.php:253
28
- #, fuzzy
29
- #| msgid "Iconic table operations"
30
28
msgid "Unrecognized alter operation."
31
- msgstr "数据表操作显示 "
29
+ msgstr "无法识别的变更(alter���操作。 "
32
30
33
31
#: src/Components/Array2d.php:88
34
32
#, php-format
35
33
msgid "%1$d values were expected, but found %2$d."
36
- msgstr ""
34
+ msgstr "期望%1$d个值,但查找到了%2$d个。 "
37
35
38
36
#: src/Components/Array2d.php:111
39
37
msgid "An opening bracket followed by a set of values was expected."
40
- msgstr ""
38
+ msgstr "正确形式是一个开头括号后面跟着一组值。 "
41
39
42
40
#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
43
41
msgid "An opening bracket was expected."
44
- msgstr ""
42
+ msgstr "正确形式是一个打开的括号。 "
45
43
46
44
#: src/Components/CaseExpression.php:135 src/Components/CaseExpression.php:164
47
45
#: src/Components/CaseExpression.php:176 src/Components/CaseExpression.php:190
@@ -55,204 +53,163 @@ msgstr ""
55
53
#: src/Statements/InsertStatement.php:217 src/Statements/LoadStatement.php:258
56
54
#: src/Statements/ReplaceStatement.php:155
57
55
#: src/Statements/ReplaceStatement.php:182
58
- #, fuzzy
59
- #| msgid "Unexpected characters on line %s."
60
56
msgid "Unexpected keyword."
61
- msgstr "第 %s 行有不应出现的字符 。"
57
+ msgstr "不应出现的关键词 。"
62
58
63
59
#: src/Components/CaseExpression.php:199
64
60
msgid "Unexpected end of CASE expression"
65
- msgstr ""
61
+ msgstr "CASE表达式意外结束 "
66
62
67
63
#: src/Components/CreateDefinition.php:223
68
64
msgid ""
69
65
"A symbol name was expected! A reserved keyword can not be used as a column "
70
66
"name without backquotes."
71
- msgstr ""
67
+ msgstr "正确形式应该有一个符号名称!保留的关键字不能用作没有反引号的列名。 "
72
68
73
69
#: src/Components/CreateDefinition.php:237
74
- #, fuzzy
75
- #| msgid "Table name template"
76
70
msgid "A symbol name was expected!"
77
- msgstr "表名称模板 "
71
+ msgstr "正确形式是有一个符号名称! "
78
72
79
73
#: src/Components/CreateDefinition.php:270
80
- #, fuzzy
81
- #| msgid "No databases selected."
82
74
msgid "A comma or a closing bracket was expected."
83
- msgstr "没有已选择的数据库 。"
75
+ msgstr "正确形式是有逗号或结束括号 。"
84
76
85
77
#: src/Components/CreateDefinition.php:286
86
78
msgid "A closing bracket was expected."
87
- msgstr ""
79
+ msgstr "正确形式是有一个结束括号。 "
88
80
89
81
#: src/Components/DataType.php:123
90
82
msgid "Unrecognized data type."
91
- msgstr ""
83
+ msgstr "无法识别的数据类型。 "
92
84
93
85
#: src/Components/Expression.php:244 src/Components/Expression.php:394
94
- #, fuzzy
95
- #| msgid "No databases selected."
96
86
msgid "An alias was expected."
97
- msgstr "没有已选择的数据库 。"
87
+ msgstr "正确形式是有一个别名 。"
98
88
99
89
#: src/Components/Expression.php:332 src/Components/Expression.php:351
100
90
#: src/Components/Expression.php:383
101
91
msgid "An alias was previously found."
102
- msgstr ""
92
+ msgstr "之前发现了一个别名。 "
103
93
104
94
#: src/Components/Expression.php:364
105
95
msgid "Unexpected dot."
106
- msgstr ""
96
+ msgstr "不应出现的点。 "
107
97
108
98
#: src/Components/ExpressionArray.php:102
109
- #, fuzzy
110
- #| msgid "No rows selected"
111
99
msgid "An expression was expected."
112
- msgstr "没有选中任何行 "
100
+ msgstr "正确形式应为一个表达式。 "
113
101
114
102
#: src/Components/Limit.php:86 src/Components/Limit.php:108
115
103
msgid "An offset was expected."
116
- msgstr ""
104
+ msgstr "正确形式应为一个偏移。 "
117
105
118
106
#: src/Components/OptionsArray.php:143
119
107
#, php-format
120
108
msgid "This option conflicts with \" %1$s\" ."
121
- msgstr ""
109
+ msgstr "此选项与“%1$s”冲突。 "
122
110
123
111
#: src/Components/RenameOperation.php:109
124
- #, fuzzy
125
- #| msgid "The number of tables that are open."
126
112
msgid "The old name of the table was expected."
127
- msgstr "打开的数据表个数 。"
113
+ msgstr "需要有表的旧名称 。"
128
114
129
115
#: src/Components/RenameOperation.php:119
130
116
msgid "Keyword \" TO\" was expected."
131
- msgstr ""
117
+ msgstr "正确形式应为关键词“TO”。 "
132
118
133
119
#: src/Components/RenameOperation.php:135
134
- #, fuzzy
135
- #| msgid "The number of tables that are open."
136
120
msgid "The new name of the table was expected."
137
- msgstr "打开的数据表个数 。"
121
+ msgstr "需要有表的新名称 。"
138
122
139
123
#: src/Components/RenameOperation.php:153
140
- #, fuzzy
141
- #| msgid "The row has been deleted."
142
124
msgid "A rename operation was expected."
143
- msgstr "已删除该行 。"
125
+ msgstr "需要进行重命名操作 。"
144
126
145
127
#: src/Components/SetOperation.php:117
146
- #, fuzzy
147
- #| msgid "as regular expression"
148
128
msgid "Missing expression."
149
- msgstr "使用正则表达式 "
129
+ msgstr "缺少正则表达式。 "
150
130
151
131
#: src/Lexer.php:237
152
- #, fuzzy
153
- #| msgid "Unexpected characters on line %s."
154
132
msgid "Unexpected character."
155
- msgstr "第 %s 行有不应出现的字符 。"
133
+ msgstr "缺少字符 。"
156
134
157
135
#: src/Lexer.php:278
158
136
msgid "Expected whitespace(s) before delimiter."
159
- msgstr ""
137
+ msgstr "分隔符之前应有空格。 "
160
138
161
139
#: src/Lexer.php:296 src/Lexer.php:314
162
140
msgid "Expected delimiter."
163
- msgstr ""
141
+ msgstr "应有分隔符。 "
164
142
165
143
#: src/Lexer.php:843
166
- #, fuzzy , php-format
167
- #| msgid "Event %1$s has been created."
144
+ #, php-format
168
145
msgid "Ending quote %1$s was expected."
169
- msgstr "已创建事件 %1$s 。"
146
+ msgstr "应有结束引号 %1$s。"
170
147
171
148
#: src/Lexer.php:884
172
- #, fuzzy
173
- #| msgid "Table name template"
174
149
msgid "Variable name was expected."
175
- msgstr "表名称模板 "
150
+ msgstr "应有变量名。 "
176
151
177
152
#: src/Parser.php:423
178
- #, fuzzy
179
- #| msgid "At Beginning of Table"
180
153
msgid "Unexpected beginning of statement."
181
- msgstr "于表开头 "
154
+ msgstr "不应出现的开始声明。 "
182
155
183
156
#: src/Parser.php:442
184
157
msgid "Unrecognized statement type."
185
- msgstr ""
158
+ msgstr "无法识别的声明形式。 "
186
159
187
160
#: src/Parser.php:527
188
161
msgid "No transaction was previously started."
189
- msgstr ""
162
+ msgstr "之前没有开始任何事��。 "
190
163
191
164
#: src/Statement.php:242 src/Statements/DeleteStatement.php:254
192
165
#: src/Statements/DeleteStatement.php:306
193
166
#: src/Statements/InsertStatement.php:226
194
167
#: src/Statements/InsertStatement.php:246 src/Statements/LoadStatement.php:261
195
168
#: src/Statements/LoadStatement.php:291 src/Statements/LoadStatement.php:310
196
169
#: src/Statements/ReplaceStatement.php:190
197
- #, fuzzy
198
- #| msgid "Unexpected characters on line %s."
199
170
msgid "Unexpected token."
200
- msgstr "第 %s 行有不应出现的字符。 "
171
+ msgstr "意外的标记. "
201
172
202
173
#: src/Statement.php:306
203
174
msgid "This type of clause was previously parsed."
204
- msgstr ""
175
+ msgstr "之前已解析此类型的子句。 "
205
176
206
177
#: src/Statement.php:366
207
178
msgid "Unrecognized keyword."
208
179
msgstr "不能识别的关键词"
209
180
210
181
#: src/Statement.php:377
211
- #, fuzzy
212
- #| msgid "At Beginning of Table"
213
182
msgid "Keyword at end of statement."
214
- msgstr "于表开头 "
183
+ msgstr "声明结尾处的关键字。 "
215
184
216
185
#: src/Statement.php:503
217
- #, fuzzy
218
- #| msgid "At Beginning of Table"
219
186
msgid "Unexpected ordering of clauses."
220
- msgstr "于表开头 "
187
+ msgstr "错误的语句顺序。 "
221
188
222
189
#: src/Statements/CreateStatement.php:375
223
- #, fuzzy
224
- #| msgid "The number of tables that are open."
225
190
msgid "The name of the entity was expected."
226
- msgstr "打开的数据表个数 。"
191
+ msgstr "应有该实体的名称 。"
227
192
228
193
#: src/Statements/CreateStatement.php:430
229
- #, fuzzy
230
- #| msgid "Table name template"
231
194
msgid "A table name was expected."
232
- msgstr "表名称模板 "
195
+ msgstr "应有表名。 "
233
196
234
197
#: src/Statements/CreateStatement.php:438
235
- #, fuzzy
236
- #| msgid "The row has been deleted."
237
198
msgid "At least one column definition was expected."
238
- msgstr "已删除该行 。"
199
+ msgstr "至少应有一个字段定义 。"
239
200
240
201
#: src/Statements/CreateStatement.php:550
241
202
msgid "A \" RETURNS\" keyword was expected."
242
- msgstr ""
203
+ msgstr "应有“RETURNS”关键字。 "
243
204
244
205
#: src/Statements/DeleteStatement.php:314
245
206
msgid "This type of clause is not valid in Multi-table queries."
246
- msgstr ""
207
+ msgstr "此类型的子句在多表查询中无效。 "
247
208
248
209
#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:58
249
- #, fuzzy
250
- #| msgid "errors."
251
210
msgid "error #1"
252
- msgstr "个错误。 "
211
+ msgstr "错误 #1 "
253
212
254
213
#: tests/Lexer/LexerTest.php:46 tests/Parser/ParserTest.php:80
255
- #, fuzzy
256
- #| msgid "Gather errors"
257
214
msgid "strict error"
258
- msgstr "收集错误 "
215
+ msgstr "严格错误 "
0 commit comments