Update src/locales/zh_CN/settings.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
This commit is contained in:
Adrian T. 2024-08-22 01:50:25 +08:00 committed by torranx
parent 43d20eb597
commit ad6499ecd7

View File

@ -99,9 +99,9 @@ export const settings: SimpleTranslationEntries = {
"showBgmBar": "显示音乐名称", "showBgmBar": "显示音乐名称",
"moveTouchControls": "移动触摸控制", "moveTouchControls": "移动触摸控制",
"shopOverlayOpacity": "商店显示不透明度", "shopOverlayOpacity": "商店显示不透明度",
"shopCursorTarget": "Shop Cursor Target", "shopCursorTarget": "商店指针位置",
"items": "Items", "items": "道具",
"reroll": "Reroll", "reroll": "刷新",
"shop": "Shop", "shop": "购买",
"checkTeam": "Check Team" "checkTeam": "检查队伍"
} as const; } as const;