-
-
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 (Vietnamese)
Currently translated at 79.2% (42 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/vi/ Signed-off-by: Phương Nguyễn <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
6 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 |
---|---|---|
|
@@ -9,16 +9,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-01-26 07:10+0000\n" | ||
"Last-Translator: liviuconcioiu <liviu.concioiu@gmail.com>\n" | ||
"PO-Revision-Date: 2023-11-25 12:08+0000\n" | ||
"Last-Translator: Phương Nguyễn <beterng@gmail.com>\n" | ||
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/phpmyadmin/" | ||
"sql-parser/vi/>\n" | ||
"Language: vi\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 4.16-dev\n" | ||
"X-Generator: Weblate 5.2.1-rc\n" | ||
|
||
#: src/Component.php:39 src/Component.php:59 | ||
msgid "Not implemented yet." | ||
|
@@ -73,10 +73,8 @@ msgid "Unexpected end of CASE expression" | |
msgstr "Kết thúc bất ngờ của biểu thức CASE" | ||
|
||
#: src/Components/CaseExpression.php:212 | ||
#, fuzzy | ||
#| msgid "Unexpected end of CASE expression" | ||
msgid "Potential duplicate alias of CASE expression." | ||
msgstr "Kết thúc bất ngờ của biểu thức CASE" | ||
msgstr "Khả năng trùng lặp tên của các biểu thức CASE." | ||
|
||
#: src/Components/CaseExpression.php:225 | ||
msgid "An alias expected after AS but got " | ||
|