diff options
author | Daniel Black <daniel@mariadb.org> | 2022-04-22 16:29:19 +1000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-04-22 16:29:24 +1000 |
commit | 32041e7058db02dd312833a0bfc50437a64546ea (patch) | |
tree | d2c27a6e07d9c6e6a0aea083690bac5f8c6a0a30 /sql/share/errmsg-utf8.txt | |
parent | 188aae65e4fa43b73ee1af6ce26724c3dca61380 (diff) | |
download | mariadb-git-32041e7058db02dd312833a0bfc50437a64546ea.tar.gz |
MDEV-28227 Error message Chinese translation (typos)
Thanks Marko for noticing.
Diffstat (limited to 'sql/share/errmsg-utf8.txt')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index dd95f2171b0..4fe847fd4bb 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -7681,11 +7681,11 @@ ER_TABLE_IN_SYSTEM_TABLESPACE eng "Table %-.192s in system tablespace" ER_IO_READ_ERROR - chi "IO读取错误:(%lu,%s)%s" + chi "IO读取错误:(%lu,%s)%s" eng "IO Read error: (%lu, %s) %s" ER_IO_WRITE_ERROR - chi "IO写错错误:(%lu,%s)%s" + chi "IO写错错误:(%lu,%s)%s" eng "IO Write error: (%lu, %s) %s" ER_TABLESPACE_MISSING @@ -8570,7 +8570,7 @@ ER_REF_TO_RECURSIVE_WITH_TABLE_IN_DERIVED eng "Reference to recursive WITH table '%s' in materialized derived" ER_NOT_STANDARD_COMPLIANT_RECURSIVE 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 chi "没有定义名称'%s'的窗口规范" eng "Window specification with name '%s' is not defined" |