Skip to content

Commit eeaec93

Browse files
LightJiaoweblate
authored andcommitted
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (54 of 54 strings) [CI skip] Translation: phpMyAdmin/SQL parser Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/zh_Hans/ Signed-off-by: LightJiao <764166691@qq.com>
1 parent a4b46c8 commit eeaec93

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

locale/zh_CN/LC_MESSAGES/sqlparser.po

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
66
"POT-Creation-Date: 2021-12-29 16:13-0300\n"
77
"PO-Revision-Date: 2022-03-09 05:43+0000\n"
8-
"Last-Translator: xiao0yy <xiao0yy@gmail.com>\n"
8+
"Last-Translator: LightJiao <764166691@qq.com>\n"
99
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
1010
"phpmyadmin/sql-parser/zh_Hans/>\n"
1111
"Language: zh_CN\n"
@@ -247,28 +247,20 @@ msgid "Unexpected keyword"
247247
msgstr "不应出现的关键词"
248248

249249
#: src/Statements/WithStatement.php:119
250-
#, fuzzy
251-
#| msgid "The name of the entity was expected."
252250
msgid "The name of the CTE was expected."
253-
msgstr "应有该实体的名称。"
251+
msgstr "应该有CTE的名字。"
254252

255253
#: src/Statements/WithStatement.php:138
256-
#, fuzzy
257-
#| msgid "A \"RETURNS\" keyword was expected."
258254
msgid "AS keyword was expected."
259-
msgstr "应有“RETURNS”关键字。"
255+
msgstr "应有“AS”关键字。"
260256

261257
#: src/Statements/WithStatement.php:154
262-
#, fuzzy
263-
#| msgid "The name of the entity was expected."
264258
msgid "Subquery of the CTE was expected."
265-
msgstr "应有该实体的名称。"
259+
msgstr "应为CTE的子查询。"
266260

267261
#: src/Statements/WithStatement.php:271
268-
#, fuzzy
269-
#| msgid "Unexpected end of LOCK statement."
270262
msgid "Unexpected end of the WITH CTE."
271-
msgstr "LOCK语句意外结束。"
263+
msgstr "CTE语句意外结束。"
272264

273265
#~ msgid "error #1"
274266
#~ msgstr "错误 #1"

0 commit comments

Comments
 (0)