Skip to content
Permalink
Browse files
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.
  • Loading branch information
dr-m committed Nov 28, 2022
1 parent d43153e commit 091ac53
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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)"

0 comments on commit 091ac53

Please sign in to comment.