Update src/locales/ko/settings.ts

Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
This commit is contained in:
Adrian T. 2024-08-22 01:48:45 +08:00 committed by torranx
parent 329ad29fd5
commit 43d20eb597
1 changed files with 5 additions and 5 deletions

View File

@ -99,9 +99,9 @@ export const settings: SimpleTranslationEntries = {
"showBgmBar": "BGM 제목 보여주기", "showBgmBar": "BGM 제목 보여주기",
"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;