Update src/locales/zh_CN/menu-ui-handler.ts

Co-authored-by: RimKnight <rimknight852@gmail.com>
This commit is contained in:
Adrián 2024-08-16 22:04:09 -04:00 committed by GitHub
parent f0e4cb43f3
commit 7a44f4394b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,5 +25,5 @@ export const menuUiHandler: SimpleTranslationEntries = {
"unlinkGoogle": "解除关联Google",
"cancel": "取消",
"losingProgressionWarning": "你将失去自战斗开始以来的所有进度。是否继续?",
"noEggs": "当前没有任何蛋 正在孵化中!"
"noEggs": "当前没有任何蛋正在孵化中!"
} as const;