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

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

View File

@ -25,5 +25,5 @@ export const menuUiHandler: SimpleTranslationEntries = {
"unlinkGoogle": "Unlink Google", "unlinkGoogle": "Unlink Google",
"cancel": "取消", "cancel": "取消",
"losingProgressionWarning": "你將失去自戰鬥開始以來的所有進度。是否繼續?", "losingProgressionWarning": "你將失去自戰鬥開始以來的所有進度。是否繼續?",
"noEggs": "You are not hatching any eggs at the moment!" "noEggs": "當前沒有任何蛋正在孵化中!"
} as const; } as const;