summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 09:40:52 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2022-11-28 09:40:52 +0200
commit091ac533497cb569df18c11323d31cf468712f6f (patch)
treeeec71675bdaa0276a60b42b5ce47ba6d0b452efc
parentd43153e3531a2579e4375392d177391c961874a5 (diff)
downloadmariadb-git-091ac533497cb569df18c11323d31cf468712f6f.tar.gz
MDEV-29841 fixup: Correct error message translations
This fixes up 0e6f2757d11502d74d21e4a75fa5247fc3334024 and 6f8fb41f213dd34b43ef6f3819b4be12f6b26c01 which corrupted the Chinese and Spanish translations of the changed error message ER_PARTITION_WRONG_TYPE.
-rw-r--r--sql/share/errmsg-utf8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index b61bfbfc199..45a09ea62f1 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -9773,9 +9773,9 @@ ER_UNUSED_23
spa "Nunca debería vd de ver esto"
ER_PARTITION_WRONG_TYPE
- chi "错误的分区类型,预期类型:%`s for partitioning by %`s"
+ chi "错误分区类型%`s,应当是%`s"
eng "Wrong partition type %`s for partitioning by %`s"
- spa "Tipo de partición equivocada, tipo esperado: %`s for partitioning by %`s"
+ spa "Tipo de partición equivocada %`s para particionado mediante %`s"
WARN_VERS_PART_FULL
chi "版本化表%`s.%`s:partition%`s已满,添加更多历史分区(out of %s)"