-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
a472187
commit 417ad4c
Showing
2 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ msgstr "" | |
"Project-Id-Version: SQL parser 5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-02-26 22:46+0100\n" | ||
"PO-Revision-Date: 2023-07-29 06:03+0000\n" | ||
"Last-Translator: Liscott327 <liscott327@gmail.com>\n" | ||
"PO-Revision-Date: 2024-06-14 13:09+0000\n" | ||
"Last-Translator: Ricky From Hong Kong <lamricky11@hotmail.com>\n" | ||
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" | ||
"phpmyadmin/sql-parser/zh_Hant/>\n" | ||
"Language: zh_TW\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 5.0-dev\n" | ||
"X-Generator: Weblate 5.6-dev\n" | ||
|
||
#: src/Component.php:39 src/Component.php:59 | ||
msgid "Not implemented yet." | ||
|
@@ -25,7 +25,6 @@ msgid "" | |
msgstr "找到新的陳述句,但與前一陳述句之間沒有分隔符。" | ||
|
||
#: src/Components/AlterOperation.php:427 | ||
#, fuzzy | ||
msgid "Missing comma before start of a new alter operation." | ||
msgstr "在開始一個新的操作前缺少逗號。" | ||
|
||
|
@@ -245,28 +244,20 @@ msgid "Unexpected keyword" | |
msgstr "預期之外的關鍵字" | ||
|
||
#: src/Statements/WithStatement.php:118 | ||
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "The name of the CTE was expected." | ||
msgstr "預期要有實體名稱。" | ||
msgstr "預期常用資料表句式(CTE)要有名稱。" | ||
|
||
#: src/Statements/WithStatement.php:137 | ||
#, fuzzy | ||
#| msgid "A \"RETURNS\" keyword was expected." | ||
msgid "AS keyword was expected." | ||
msgstr "預期要使用 \"RETURNS\" 關鍵字。" | ||
msgstr "預期要使用 \"AS\" 關鍵字。" | ||
|
||
#: src/Statements/WithStatement.php:149 | ||
#, fuzzy | ||
#| msgid "The name of the entity was expected." | ||
msgid "Subquery of the CTE was expected." | ||
msgstr "預期要有實體名稱。" | ||
msgstr "預期常用資料表句式(CTE)要有子查詢。" | ||
|
||
#: src/Statements/WithStatement.php:266 | ||
#, fuzzy | ||
#| msgid "Unexpected beginning of statement." | ||
msgid "Unexpected end of the WITH CTE." | ||
msgstr "預期之外的陳述句開頭。" | ||
msgstr "常用資料表句式(CTE)的“WITH”預期之外結束。" | ||
|
||
#~ msgid "Unexpected end of Lock expression." | ||
#~ msgstr "預期之外的LOCK陳述式。" | ||
|