@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : SQL parser 5\n "
1010"
Report-Msgid-Bugs-To :
[email protected] \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 <[email protected] >\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
2424msgid "Not implemented yet."
@@ -218,10 +218,8 @@ msgid "Unrecognized keyword."
218218msgstr "Không nhận ra từ khóa."
219219
220220#: src/Statement.php:409
221- #, fuzzy
222- #| msgid "Unexpected beginning of statement."
223221msgid "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
227225msgid "Unexpected ordering of clauses."
@@ -232,10 +230,8 @@ msgid "The name of the entity was expected."
232230msgstr "Cần tên của thực thể."
233231
234232#: src/Statements/CreateStatement.php:598
235- #, fuzzy
236- #| msgid "Variable name was expected."
237233msgid "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
241237msgid "At least one column definition was expected."
@@ -266,10 +262,8 @@ msgid "The name of the CTE was expected."
266262msgstr "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."
271265msgid "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