Correct two errors in the Chinese translation

This commit is contained in:
Juqi
2026-05-13 16:02:28 +03:00
committed by Asdow
parent 03a7b017b6
commit 2d4f62a5b6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9385,7 +9385,7 @@ STR16 szBackgroundText_Value[]=
L" %s%d% 对人员治疗疾病的效率 \n", //L" %s%d%% effectiveness at treating population against diseases\n",
L" 能够发现%d格之内的脚印 \n", //L"Can spot tracks up to %d tiles away\n",
L" %s%d% 被伏击时的初始距离 \n", //L" %s%d%% initial distance to enemy in ambush\n",
L" %s%d% 几率回避攻击 \n", //L" %s%d%% chance to evade snake attacks\n",
L" %s%d% 闪避蛇类攻击 \n", //L" %s%d%% chance to evade snake attacks\n",
L" 对某些其他背景的厌恶 \n", //L" dislikes some other backgrounds\n",
L" 吸烟者", //L"Smoker",
+2 -2
View File
@@ -396,8 +396,8 @@ STR16 gzIMPMajorTraitsHelpTextsSurvival[] =
L"疾病抗性 %s%d%%\n",//L" %s%d%% disease resistance\n",
L"食物消耗 %s%d%%\n",//L" %s%d%% food consumption\n",
L"耗 %s%d%%\n",//L" %s%d%% water consumption\n",
L"回避几率 +%d%%\n", //L"+%d%% snake evasion\n",
L"耗 %s%d%%\n",//L" %s%d%% water consumption\n",
L"闪避蛇类 +%d%%\n", //L"+%d%% snake evasion\n",
L"迷彩涂装效果 +%d%%\n",// L"+%d%s camouflage effectiveness\n",
};