Skip to content

Commit 091ac53

Browse files
committed
MDEV-29841 fixup: Correct error message translations
This fixes up 0e6f275 and 6f8fb41 which corrupted the Chinese and Spanish translations of the changed error message ER_PARTITION_WRONG_TYPE.
1 parent d43153e commit 091ac53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/share/errmsg-utf8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9773,9 +9773,9 @@ ER_UNUSED_23
97739773
spa "Nunca debería vd de ver esto"
97749774

97759775
ER_PARTITION_WRONG_TYPE
9776-
chi "错误的分区类型,预期类型:%`s for partitioning by %`s"
9776+
chi "错误分区类型%`s,应当是%`s"
97779777
eng "Wrong partition type %`s for partitioning by %`s"
9778-
spa "Tipo de partición equivocada, tipo esperado: %`s for partitioning by %`s"
9778+
spa "Tipo de partición equivocada %`s para particionado mediante %`s"
97799779

97809780
WARN_VERS_PART_FULL
97819781
chi "版本化表%`s.%`s:partition%`s已满,添加更多历史分区(out of %s)"

0 commit comments

Comments
 (0)