From cfe9ce719a3ad1d07aff91ef25731912f6f61761 Mon Sep 17 00:00:00 2001 From: cTrinity <58204838+cTrinity@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:02:15 +0800 Subject: [PATCH] fix(DB/String): Update the zhCN value of id 586 (#15943) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Length: Should be translated "全程 / 长度". --- data/sql/updates/pending_db_world/2023_04_14_01.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/2023_04_14_01.sql diff --git a/data/sql/updates/pending_db_world/2023_04_14_01.sql b/data/sql/updates/pending_db_world/2023_04_14_01.sql new file mode 100644 index 000000000..7797e010e --- /dev/null +++ b/data/sql/updates/pending_db_world/2023_04_14_01.sql @@ -0,0 +1,2 @@ +-- translation error +UPDATE `acore_string` SET `locale_zhCN` = '事件 %u: %s%s\n开始时间: %s 结束时间: %s 发生: %s 全程(长度): %s\n下一次状态改变: %s' WHERE `entry` = 586;