Skip to content

Commit 417ad4c

Browse files
RickyLam11weblate
authored andcommitted
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (53 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/zh_Hant/ Signed-off-by: Ricky From Hong Kong <[email protected]>
1 parent a472187 commit 417ad4c

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

locale/zh_TW/LC_MESSAGES/sqlparser.mo

522 Bytes
Binary file not shown.

locale/zh_TW/LC_MESSAGES/sqlparser.po

+7-16
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ msgstr ""
44
"Project-Id-Version: SQL parser 5\n"
55
"Report-Msgid-Bugs-To: [email protected]\n"
66
"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"
99
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
1010
"phpmyadmin/sql-parser/zh_Hant/>\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 5.0-dev\n"
16+
"X-Generator: Weblate 5.6-dev\n"
1717

1818
#: src/Component.php:39 src/Component.php:59
1919
msgid "Not implemented yet."
@@ -25,7 +25,6 @@ msgid ""
2525
msgstr "找到新的陳述句,但與前一陳述句之間沒有分隔符。"
2626

2727
#: src/Components/AlterOperation.php:427
28-
#, fuzzy
2928
msgid "Missing comma before start of a new alter operation."
3029
msgstr "在開始一個新的操作前缺少逗號。"
3130

@@ -245,28 +244,20 @@ msgid "Unexpected keyword"
245244
msgstr "預期之外的關鍵字"
246245

247246
#: src/Statements/WithStatement.php:118
248-
#, fuzzy
249-
#| msgid "The name of the entity was expected."
250247
msgid "The name of the CTE was expected."
251-
msgstr "預期要有實體名稱。"
248+
msgstr "預期常用資料表句式(CTE)要有名稱。"
252249

253250
#: src/Statements/WithStatement.php:137
254-
#, fuzzy
255-
#| msgid "A \"RETURNS\" keyword was expected."
256251
msgid "AS keyword was expected."
257-
msgstr "預期要使用 \"RETURNS\" 關鍵字。"
252+
msgstr "預期要使用 \"AS\" 關鍵字。"
258253

259254
#: src/Statements/WithStatement.php:149
260-
#, fuzzy
261-
#| msgid "The name of the entity was expected."
262255
msgid "Subquery of the CTE was expected."
263-
msgstr "預期要有實體名稱。"
256+
msgstr "預期常用資料表句式(CTE)要有子查詢。"
264257

265258
#: src/Statements/WithStatement.php:266
266-
#, fuzzy
267-
#| msgid "Unexpected beginning of statement."
268259
msgid "Unexpected end of the WITH CTE."
269-
msgstr "預期之外的陳述句開頭。"
260+
msgstr "常用資料表句式(CTE)的“WITH”預期之外結束。"
270261

271262
#~ msgid "Unexpected end of Lock expression."
272263
#~ msgstr "預期之外的LOCK陳述式。"

0 commit comments

Comments
 (0)