@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : SQL parser 5\n "
10
10
"Report-Msgid-Bugs-To : translators@phpmyadmin.net\n "
11
11
"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 "
13
13
"Last-Translator : hoanghuy309 <hoanghuy309@gmail.com>\n "
14
14
"Language-Team : Vietnamese <https://hosted.weblate.org/projects/phpmyadmin/ "
15
15
"sql-parser/vi/>\n "
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
- "X-Generator : Weblate 5.6 -dev\n "
21
+ "X-Generator : Weblate 5.10.3 -dev\n "
22
22
23
23
#: src/Component.php:39 src/Component.php:59
24
24
msgid "Not implemented yet."
@@ -218,10 +218,8 @@ msgid "Unrecognized keyword."
218
218
msgstr "Không nhận ra từ khóa."
219
219
220
220
#: src/Statement.php:409
221
- #, fuzzy
222
- #| msgid "Unexpected beginning of statement."
223
221
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 đề."
225
223
226
224
#: src/Statement.php:555
227
225
msgid "Unexpected ordering of clauses."
@@ -232,10 +230,8 @@ msgid "The name of the entity was expected."
232
230
msgstr "Cần tên của thực thể."
233
231
234
232
#: src/Statements/CreateStatement.php:598
235
- #, fuzzy
236
- #| msgid "Variable name was expected."
237
233
msgid "A table name was expected."
238
- msgstr "Cần tên biến ."
234
+ msgstr "Cần một tên bảng ."
239
235
240
236
#: src/Statements/CreateStatement.php:603
241
237
msgid "At least one column definition was expected."
@@ -266,10 +262,8 @@ msgid "The name of the CTE was expected."
266
262
msgstr "Cần tên của thực thể."
267
263
268
264
#: src/Statements/WithStatement.php:137
269
- #, fuzzy
270
- #| msgid "A \"RETURNS\" keyword was expected."
271
265
msgid "AS keyword was expected."
272
- msgstr "Cần từ khóa \" RETURNS \" ."
266
+ msgstr "Cần từ khóa AS ."
273
267
274
268
#: src/Statements/WithStatement.php:149
275
269
#, fuzzy
0 commit comments