@@ -4,16 +4,16 @@ msgstr ""
4
4
"Project-Id-Version : SQL parser 5\n "
5
5
"
Report-Msgid-Bugs-To :
[email protected] \n"
6
6
"POT-Creation-Date : 2023-02-26 22:46+0100\n "
7
- "PO-Revision-Date : 2023-01-26 07:10 +0000\n "
8
- "Last-Translator : liviuconcioiu <liviu.concioiu @gmail.com>\n "
7
+ "PO-Revision-Date : 2023-07-29 06:03 +0000\n "
8
+ "Last-Translator : Liscott327 <liscott327 @gmail.com>\n "
9
9
"Language-Team : Chinese (Traditional) <https://hosted.weblate.org/projects/ "
10
10
"phpmyadmin/sql-parser/zh_Hant/>\n "
11
11
"Language : zh_TW\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 4.16 -dev\n "
16
+ "X-Generator : Weblate 5.0 -dev\n "
17
17
18
18
#: src/Component.php:39 src/Component.php:59
19
19
msgid "Not implemented yet."
@@ -25,8 +25,9 @@ msgid ""
25
25
msgstr "找到新的陳述句,但與前一陳述句之間沒有分隔符。"
26
26
27
27
#: src/Components/AlterOperation.php:427
28
+ #, fuzzy
28
29
msgid "Missing comma before start of a new alter operation."
29
- msgstr ""
30
+ msgstr "在開始一個新的操作前缺少逗號。 "
30
31
31
32
#: src/Components/AlterOperation.php:472
32
33
msgid "Unrecognized alter operation."
@@ -67,25 +68,21 @@ msgid "Unexpected end of CASE expression"
67
68
msgstr "預期之外的CASE陳述式"
68
69
69
70
#: src/Components/CaseExpression.php:212
70
- #, fuzzy
71
- #| msgid "Unexpected end of CASE expression"
72
71
msgid "Potential duplicate alias of CASE expression."
73
- msgstr "預期之外的CASE陳述式 "
72
+ msgstr "CASE 表達式可能重複的別名。 "
74
73
75
74
#: src/Components/CaseExpression.php:225
76
75
msgid "An alias expected after AS but got "
77
- msgstr ""
76
+ msgstr "別名應出現在 AS 之後,但得到 "
78
77
79
78
#: src/Components/CaseExpression.php:238 src/Components/Expression.php:352
80
79
#: src/Components/Expression.php:372 src/Components/Expression.php:424
81
80
msgid "An alias was previously found."
82
81
msgstr "已於前面找到別名。"
83
82
84
83
#: src/Components/CaseExpression.php:252
85
- #, fuzzy
86
- #| msgid "An alias was expected."
87
84
msgid "An alias was expected after AS."
88
- msgstr "預期要有別名 。"
85
+ msgstr "在 AS 之後預期要有別名 。"
89
86
90
87
#: src/Components/CreateDefinition.php:255
91
88
msgid ""
@@ -240,10 +237,8 @@ msgid "This type of clause is not valid in Multi-table queries."
240
237
msgstr "此類型的子句不可用於多表查詢。"
241
238
242
239
#: src/Statements/LockStatement.php:120
243
- #, fuzzy
244
- #| msgid "Unexpected beginning of statement."
245
240
msgid "Unexpected end of LOCK statement."
246
- msgstr "預期之外的陳述句開頭 。"
241
+ msgstr "LOCK 語句意外結束 。"
247
242
248
243
#: src/Statements/PurgeStatement.php:138
249
244
msgid "Unexpected keyword"
0 commit comments