Skip to content

Commit b1883cc

Browse files
hoanghuy309weblate
authored andcommittedMar 7, 2025
Translated using Weblate (Vietnamese)
Currently translated at 88.6% (47 of 53 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/vi/ Signed-off-by: hoanghuy309 <hoanghuy309@gmail.com>
1 parent 8d37818 commit b1883cc

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed
 

‎locale/vi/LC_MESSAGES/sqlparser.mo

238 Bytes
Binary file not shown.

‎locale/vi/LC_MESSAGES/sqlparser.po

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: SQL parser 5\n"
1010
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
1111
"POT-Creation-Date: 2023-02-26 22:46+0100\n"
12-
"PO-Revision-Date: 2024-05-29 10:37+0000\n"
12+
"PO-Revision-Date: 2025-03-07 10:59+0000\n"
1313
"Last-Translator: hoanghuy309 <hoanghuy309@gmail.com>\n"
1414
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/phpmyadmin/"
1515
"sql-parser/vi/>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Weblate 5.6-dev\n"
21+
"X-Generator: Weblate 5.10.3-dev\n"
2222

2323
#: src/Component.php:39 src/Component.php:59
2424
msgid "Not implemented yet."
@@ -218,10 +218,8 @@ msgid "Unrecognized keyword."
218218
msgstr "Không nhận ra từ khóa."
219219

220220
#: src/Statement.php:409
221-
#, fuzzy
222-
#| msgid "Unexpected beginning of statement."
223221
msgid "Keyword at end of statement."
224-
msgstr "Gặp phần đầu mệnh đề không cần."
222+
msgstr "Từ khóa ở cuối mệnh đề."
225223

226224
#: src/Statement.php:555
227225
msgid "Unexpected ordering of clauses."
@@ -232,10 +230,8 @@ msgid "The name of the entity was expected."
232230
msgstr "Cần tên của thực thể."
233231

234232
#: src/Statements/CreateStatement.php:598
235-
#, fuzzy
236-
#| msgid "Variable name was expected."
237233
msgid "A table name was expected."
238-
msgstr "Cần tên biến."
234+
msgstr "Cần một tên bảng."
239235

240236
#: src/Statements/CreateStatement.php:603
241237
msgid "At least one column definition was expected."
@@ -266,10 +262,8 @@ msgid "The name of the CTE was expected."
266262
msgstr "Cần tên của thực thể."
267263

268264
#: src/Statements/WithStatement.php:137
269-
#, fuzzy
270-
#| msgid "A \"RETURNS\" keyword was expected."
271265
msgid "AS keyword was expected."
272-
msgstr "Cần từ khóa \"RETURNS\"."
266+
msgstr "Cần từ khóa AS."
273267

274268
#: src/Statements/WithStatement.php:149
275269
#, fuzzy

0 commit comments

Comments
 (0)