Commit 32041e70 authored by Daniel Black's avatar Daniel Black

MDEV-28227 Error message Chinese translation (typos)

Thanks Marko for noticing.
parent 188aae65
...@@ -7681,11 +7681,11 @@ ER_TABLE_IN_SYSTEM_TABLESPACE ...@@ -7681,11 +7681,11 @@ ER_TABLE_IN_SYSTEM_TABLESPACE
eng "Table %-.192s in system tablespace" eng "Table %-.192s in system tablespace"
ER_IO_READ_ERROR ER_IO_READ_ERROR
chi "IO读取错误:(%lu,%s%s" chi "IO读取错误:(%lu,%s)%s"
eng "IO Read error: (%lu, %s) %s" eng "IO Read error: (%lu, %s) %s"
ER_IO_WRITE_ERROR ER_IO_WRITE_ERROR
chi "IO写错错误:(%lu,%s%s" chi "IO写错错误:(%lu,%s)%s"
eng "IO Write error: (%lu, %s) %s" eng "IO Write error: (%lu, %s) %s"
ER_TABLESPACE_MISSING ER_TABLESPACE_MISSING
...@@ -8570,7 +8570,7 @@ ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED ...@@ -8570,7 +8570,7 @@ ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED
eng "Reference to recursive WITH table '%s' in materialized derived" eng "Reference to recursive WITH table '%s' in materialized derived"
ER_NOT_STANDARD_COMPLIANT_RECURSIVE ER_NOT_STANDARD_COMPLIANT_RECURSIVE
chi "表'%s'R_WRONG_WINDOW_SPEC_NAME违反了递归定义的限制" chi "表'%s'R_WRONG_WINDOW_SPEC_NAME违反了递归定义的限制"
eng "Restrictions imposed on recursive definitions are violated for table '%s'"R_WRONG_WINDOW_SPEC_NAME eng "Restrictions imposed on recursive definitions are violated for table '%s'"
ER_WRONG_WINDOW_SPEC_NAME ER_WRONG_WINDOW_SPEC_NAME
chi "没有定义名称'%s'的窗口规范" chi "没有定义名称'%s'的窗口规范"
eng "Window specification with name '%s' is not defined" eng "Window specification with name '%s' is not defined"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment