From 634e42ea42eec308cddfef41f475cb9eb450b4cf Mon Sep 17 00:00:00 2001 From: dtlnor Date: Tue, 15 Nov 2022 13:10:29 +0900 Subject: [PATCH] Update zh_CN.json --- localizations/zh_CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/localizations/zh_CN.json b/localizations/zh_CN.json index 88a9836..b9e7ab9 100644 --- a/localizations/zh_CN.json +++ b/localizations/zh_CN.json @@ -178,10 +178,10 @@ "Travel steps between stages": "每个阶段变迁的迭代步数", "Replace order (replace mode)": "取代顺序 (取代模式)", "random": "随机", - "most_similar": "most_similar", - "most_different": "most_different", - "grad_min": "grad_min", - "grad_max": "grad_max", + "most_similar": "最相似", + "most_different": "最大差异", + "grad_min": "最小梯度", + "grad_max": "最大梯度", "Step size (grad mode)": "步幅 (梯度模式)", "Step count (grad mode)": "步数 (梯度模式)", "Step method (grad mode)": "步进方法 (梯度模式)",