@@ -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-07-29 06:03 +0000\n "
8
- "Last-Translator : Liscott327 <liscott327@gmail .com>\n "
7
+ "PO-Revision-Date : 2024-06-14 13:09 +0000\n "
8
+ "Last-Translator : Ricky From Hong Kong <lamricky11@hotmail .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 5.0 -dev\n "
16
+ "X-Generator : Weblate 5.6 -dev\n "
17
17
18
18
#: src/Component.php:39 src/Component.php:59
19
19
msgid "Not implemented yet."
@@ -25,7 +25,6 @@ msgid ""
25
25
msgstr "找到新的陳述句,但與前一陳述句之間沒有分隔符。"
26
26
27
27
#: src/Components/AlterOperation.php:427
28
- #, fuzzy
29
28
msgid "Missing comma before start of a new alter operation."
30
29
msgstr "在開始一個新的操作前缺少逗號。"
31
30
@@ -245,28 +244,20 @@ msgid "Unexpected keyword"
245
244
msgstr "預期之外的關鍵字"
246
245
247
246
#: src/Statements/WithStatement.php:118
248
- #, fuzzy
249
- #| msgid "The name of the entity was expected."
250
247
msgid "The name of the CTE was expected."
251
- msgstr "預期要有實體名稱 。"
248
+ msgstr "預期常用資料表句式(CTE)要有名稱 。"
252
249
253
250
#: src/Statements/WithStatement.php:137
254
- #, fuzzy
255
- #| msgid "A \"RETURNS\" keyword was expected."
256
251
msgid "AS keyword was expected."
257
- msgstr "預期要使用 \" RETURNS \" 關鍵字。"
252
+ msgstr "預期要使用 \" AS \" 關鍵字。"
258
253
259
254
#: src/Statements/WithStatement.php:149
260
- #, fuzzy
261
- #| msgid "The name of the entity was expected."
262
255
msgid "Subquery of the CTE was expected."
263
- msgstr "預期要有實體名稱 。"
256
+ msgstr "預期常用資料表句式(CTE)要有子查詢 。"
264
257
265
258
#: src/Statements/WithStatement.php:266
266
- #, fuzzy
267
- #| msgid "Unexpected beginning of statement."
268
259
msgid "Unexpected end of the WITH CTE."
269
- msgstr "預期之外的陳述句開頭 。"
260
+ msgstr "常用資料表句式(CTE)的“WITH”預期之外結束 。"
270
261
271
262
#~ msgid "Unexpected end of Lock expression."
272
263
#~ msgstr "預期之外的LOCK陳述式。"
0 commit comments