From ff379ff56ef3e2731b9e12d8351a0e7dd45beec7 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Fri, 12 Jun 2026 16:09:26 +0800 Subject: [PATCH] fix: shorten resume button text in Chinese --- src/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh.json b/src/locales/zh.json index 4cd632b..be0302d 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -1,7 +1,7 @@ { "ui": { "start": "开始游戏", - "resume": "继续上次进度", + "resume": "继续", "chapters": "章节选择", "menu": "菜单", "save": "保存",