[Localization(zh)] Update game-mode.ts (#2304)

This commit is contained in:
Yonmaru40 2024-06-17 06:53:22 +08:00 committed by GitHub
parent bcd622bd94
commit 0138a480f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const gameMode: SimpleTranslationEntries = {
"classic": "Classic",
"endless": "Endless",
"endlessSpliced": "Endless (Spliced)",
"dailyRun": "Daily Run",
"unknown": "Unknown",
"challenge": "Challenge",
"classic": "经典模式",
"endless": "无尽模式",
"endlessSpliced": "融合无尽模式",
"dailyRun": "每日挑战",
"unknown": "未知",
"challenge": "挑战模式",
} as const;