From 64139fb35587f242f56e3f033cb455263d704841 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 19 Mar 2026 06:56:31 +0100 Subject: [PATCH] New translations en.json (Chinese Simplified) --- website/src/locales/zh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/locales/zh.json b/website/src/locales/zh.json index 8be4661f2..ec570c3ff 100644 --- a/website/src/locales/zh.json +++ b/website/src/locales/zh.json @@ -190,8 +190,8 @@ "from": "起点离最近的道路太远", "via": "途径点离最近的道路太远", "to": "终点离最近的道路太远", - "distance": "The end point is too far from the start point", - "connection": "No connection found between the points", + "distance": "起点到终点的距离太远", + "connection": "找不到经过途径点的路线", "timeout": "轨迹计算耗时太长,请尝试添加更靠近路网的点" } },