-
-
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 83.3% (45 of 54 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/zh_Hant/ Signed-off-by: liviuconcioiu <[email protected]>
- Loading branch information
1 parent
10d80a2
commit 938aadd
Showing
2 changed files
with
6 additions
and
12 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: 2021-12-29 16:13-0300\n" | ||
"PO-Revision-Date: 2018-11-29 06:08+0000\n" | ||
"Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n" | ||
"PO-Revision-Date: 2023-01-26 07:10+0000\n" | ||
"Last-Translator: liviuconcioiu <liviu.concioiu@gmail.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 3.3-dev\n" | ||
"X-Generator: Weblate 4.16-dev\n" | ||
|
||
#: src/Component.php:42 src/Component.php:62 | ||
msgid "Not implemented yet." | ||
|
@@ -141,16 +141,12 @@ msgid "An offset was expected." | |
msgstr "預期要有偏移量(Offset)。" | ||
|
||
#: src/Components/LockExpression.php:94 | ||
#, fuzzy | ||
#| msgid "Unexpected end of CASE expression" | ||
msgid "Unexpected end of LOCK expression." | ||
msgstr "預期之外的CASE陳述式" | ||
msgstr "預期之外的LOCK陳述式。" | ||
|
||
#: src/Components/LockExpression.php:204 | ||
#, fuzzy | ||
#| msgid "Unexpected end of CASE expression" | ||
msgid "Unexpected end of Lock expression." | ||
msgstr "預期之外的CASE陳述式" | ||
msgstr "預期之外的LOCK陳述式。" | ||
|
||
#: src/Components/OptionsArray.php:151 | ||
#, php-format | ||
|
@@ -253,10 +249,8 @@ msgid "Unexpected end of LOCK statement." | |
msgstr "預期之外的陳述句開頭。" | ||
|
||
#: src/Statements/PurgeStatement.php:141 | ||
#, fuzzy | ||
#| msgid "Unexpected keyword." | ||
msgid "Unexpected keyword" | ||
msgstr "預期之外的關鍵字。" | ||
msgstr "預期之外的關鍵字" | ||
|
||
#: src/Statements/WithStatement.php:119 | ||
#, fuzzy | ||
|