From 8dd76c0e65551637b421b5998c686e5583aadbad Mon Sep 17 00:00:00 2001 From: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:34:26 +0800 Subject: [PATCH] indentation --- src/locales/zh_CN/settings.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/locales/zh_CN/settings.ts b/src/locales/zh_CN/settings.ts index 9085d08d1009..0a5876fc0b81 100644 --- a/src/locales/zh_CN/settings.ts +++ b/src/locales/zh_CN/settings.ts @@ -3,12 +3,11 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales.js"; export const settings: SimpleTranslationEntries = { "boy": "男孩", "girl": "女孩", - "disclaimerDescription": "这个游戏尚未完成; 可能存在游戏性问题(包括潜在的丢档风险)、\n 不经通知的调整、 未来可能会更新或完成更多内容", - "general": "常规", - "display": "显示", + "general": "常规", + "display": "显示", "audio": "音频", - "gamepad": "手柄", - "keyboard": "键盘", + "gamepad": "手柄", + "keyboard": "键盘", "gameSpeed": "游戏速度", "hpBarSpeed": "血条速度", "expGainsSpeed": "经验值获取动画速度",