From ad6499ecd75639adb01ab17df0590c18994fe951 Mon Sep 17 00:00:00 2001 From: "Adrian T." <68144167+torranx@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:50:25 +0800 Subject: [PATCH] Update src/locales/zh_CN/settings.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> --- src/locales/zh_CN/settings.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/zh_CN/settings.ts b/src/locales/zh_CN/settings.ts index cd3116a9723..d727ac2bef5 100644 --- a/src/locales/zh_CN/settings.ts +++ b/src/locales/zh_CN/settings.ts @@ -99,9 +99,9 @@ export const settings: SimpleTranslationEntries = { "showBgmBar": "显示音乐名称", "moveTouchControls": "移动触摸控制", "shopOverlayOpacity": "商店显示不透明度", - "shopCursorTarget": "Shop Cursor Target", - "items": "Items", - "reroll": "Reroll", - "shop": "Shop", - "checkTeam": "Check Team" + "shopCursorTarget": "商店指针位置", + "items": "道具", + "reroll": "刷新", + "shop": "购买", + "checkTeam": "检查队伍" } as const;