From 7ed7cabbaa691343af7af460481f493ff30ebd98 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Tue, 14 Nov 2023 14:40:10 +0800 Subject: [PATCH] lang: adjust text of second floor --- README.en.md | 4 ++-- module/config/i18n/en-US.json | 4 ++-- module/config/i18n/zh-CN.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index 74ce52f..deded3f 100644 --- a/README.en.md +++ b/README.en.md @@ -12,8 +12,8 @@ The script is still under active development. The following features have been implemented: -- [x] **Cafe** Claim rewards / Interact / Second cafe -- [x] **Circle** Claim AP +- [x] **Cafe** Claim rewards / Interact / Second floor +- [x] **Club** Claim AP - [x] **Mailbox** Claim rewards - [x] **Tactical Challenge** Claim rewards / Auto battle diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index 8262550..341e6e9 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -205,8 +205,8 @@ "help": "Auto adjust cafe interface for better student interaction" }, "SecondCafe": { - "name": "Second Cafe", - "help": "Enable auto switch to second cafe and perform interaction" + "name": "Second Floor", + "help": "JP server only\nEnable auto switch to second floor and perform interaction" } }, "TacticalChallenge": { diff --git a/module/config/i18n/zh-CN.json b/module/config/i18n/zh-CN.json index 5aecf51..8170e3b 100644 --- a/module/config/i18n/zh-CN.json +++ b/module/config/i18n/zh-CN.json @@ -206,7 +206,7 @@ }, "SecondCafe": { "name": "第二咖啡厅", - "help": "自动切换第二咖啡厅进行互动点击" + "help": "仅支持日服\n自动切换第二咖啡厅进行互动点击" } }, "TacticalChallenge": {