@@ -4,16 +4,16 @@ msgstr ""
44"Project-Id-Version : SQL parser 0\n "
55"
Report-Msgid-Bugs-To :
[email protected] \n"
66"POT-Creation-Date : 2017-01-24 10:49+0100\n "
7- "PO-Revision-Date : 2016-12-21 15:59 +0000\n "
8- "Last-Translator : Michal Čihař <michal@cihar .com>\n "
9- "Language-Team : Chinese (Taiwan) <https://hosted.weblate.org/projects/ "
10- "phpmyadmin/sql-parser/zh_TW/>\n "
7+ "PO-Revision-Date : 2017-02-10 16:51 +0000\n "
8+ "Last-Translator : hd hd <hd@cgsword .com>\n "
9+ "Language-Team : Chinese (Taiwan) "
10+ "<https://hosted.weblate.org/projects/ phpmyadmin/sql-parser/zh_TW/>\n "
1111"Language : zh_TW\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.10 \n "
16+ "X-Generator : Weblate 2.12-dev \n "
1717
1818#: src/Component.php:43 src/Component.php:63
1919msgid "Not implemented yet."
@@ -22,20 +22,21 @@ msgstr "尚未實作。"
2222#: src/Components/AlterOperation.php:224 src/Statement.php:334
2323msgid ""
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:236
28+ #, fuzzy
2829msgid "Unrecognized alter operation."
29- msgstr "無法辨識的修改(Alter)操作 。"
30+ msgstr "無法識別的修改操作 。"
3031
3132#: src/Components/Array2d.php:88
3233#, php-format
3334msgid "%1$d values were expected, but found %2$d."
34- msgstr "預期要有 %1$d 個數值,但只找到 %2$d 個。"
35+ msgstr "預期 %1$d 個數值,但找到 %2$d 個。"
3536
3637#: src/Components/Array2d.php:111
3738msgid "An opening bracket followed by a set of values was expected."
38- msgstr "預期要於數值之後接著開始括號 。"
39+ msgstr "預期開括號後有一組數值 。"
3940
4041#: src/Components/ArrayObj.php:114 src/Components/CreateDefinition.php:201
4142msgid "An opening bracket was expected."
@@ -53,20 +54,18 @@ msgstr "預期要有開始括號。"
5354#: src/Statements/InsertStatement.php:217
5455#: src/Statements/ReplaceStatement.php:155
5556#: src/Statements/ReplaceStatement.php:183
56- #, fuzzy
57- #| msgid "Unexpected token."
5857msgid "Unexpected keyword."
59- msgstr "預期之外的符號 。"
58+ msgstr "預期之外的關鍵字 。"
6059
6160#: src/Components/CaseExpression.php:194
6261msgid "Unexpected end of CASE expression"
63- msgstr ""
62+ msgstr "預期之外的CASE陳述式 "
6463
6564#: src/Components/CreateDefinition.php:222
6665msgid ""
6766"A symbol name was expected! A reserved keyword can not be used as a column "
6867"name without backquotes."
69- msgstr ""
68+ msgstr "預期有一個符號!保留字不可以在沒有反引號時用作欄位名稱。 "
7069
7170#: src/Components/CreateDefinition.php:236
7271msgid "A symbol name was expected!"
@@ -82,7 +81,7 @@ msgstr "預期要有結束括號。"
8281
8382#: src/Components/DataType.php:123
8483msgid "Unrecognized data type."
85- msgstr "預期之外的資料類型 。"
84+ msgstr "無法識別的資料類型 。"
8685
8786#: src/Components/Expression.php:244 src/Components/Expression.php:394
8887msgid "An alias was expected."
@@ -127,10 +126,8 @@ msgid "A rename operation was expected."
127126msgstr "預期要有重新命名的操作。"
128127
129128#: src/Components/SetOperation.php:105
130- #, fuzzy
131- #| msgid "as regular expression"
132129msgid "Missing expression."
133- msgstr "使用正則表示法(Regular Expression) "
130+ msgstr "缺少表達式。 "
134131
135132#: src/Lexer.php:237
136133msgid "Unexpected character."
@@ -182,20 +179,16 @@ msgid "Unrecognized keyword."
182179msgstr "無法辨識的關鍵字。"
183180
184181#: src/Statement.php:486
185- #, fuzzy
186- #| msgid "Unexpected beginning of statement."
187182msgid "Unexpected ordering of clauses."
188- msgstr "預期之外的陳述句開頭 。"
183+ msgstr "預期之外的排序語句 。"
189184
190185#: src/Statements/CreateStatement.php:375
191186msgid "The name of the entity was expected."
192187msgstr "預期要有實體名稱。"
193188
194189#: src/Statements/CreateStatement.php:430
195- #, fuzzy
196- #| msgid "Variable name was expected."
197190msgid "A table name was expected."
198- msgstr "預期要有變數名稱 。"
191+ msgstr "預期有表格名稱 。"
199192
200193#: src/Statements/CreateStatement.php:438
201194msgid "At least one column definition was expected."
@@ -206,10 +199,8 @@ msgid "A \"RETURNS\" keyword was expected."
206199msgstr "預期要使用 \" RETURNS\" 關鍵字。"
207200
208201#: src/Statements/DeleteStatement.php:294
209- #, fuzzy
210- #| msgid "This type of clause was previously parsed."
211202msgid "This type of clause is not valid in Multi-table queries."
212- msgstr "此類型的子句已於前面解析過 。"
203+ msgstr "此類型的子句不可用於多表查詢 。"
213204
214205#: tests/Lexer/LexerTest.php:19 tests/Parser/ParserTest.php:56
215206msgid "error #1"
0 commit comments