From 02b69f0290eb1abbbc7c5a9be97d423041ccee55 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Fri, 6 Sep 2024 16:45:25 +0200 Subject: [PATCH] Update menu.json --- src/locales/zh_CN/menu.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/zh_CN/menu.json b/src/locales/zh_CN/menu.json index 59146d30ee9..e132e6b0910 100644 --- a/src/locales/zh_CN/menu.json +++ b/src/locales/zh_CN/menu.json @@ -51,5 +51,7 @@ "renamePokemon": "给宝可梦起名", "rename": "起名", "nickname": "昵称", - "errorServerDown": "糟糕!访问服务器时发生了错误。\n\n你可以保持页面开启,\n游戏会自动重新连接。" -} \ No newline at end of file + "errorServerDown": "糟糕!访问服务器时发生了错误。\n\n你可以保持页面开启,\n游戏会自动重新连接。", + "noSaves": "You don't have any save files on record!", + "tooManySaves": "You have too many save files on record!" +}