Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Traditional))
Browse files Browse the repository at this point in the history
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
liviuconcioiu authored and weblate committed Jan 26, 2023
1 parent 10d80a2 commit 938aadd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Binary file modified locale/zh_TW/LC_MESSAGES/sqlparser.mo
Binary file not shown.
18 changes: 6 additions & 12 deletions locale/zh_TW/LC_MESSAGES/sqlparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 938aadd

Please sign in to comment.