From 165d92eccee1c4ffeced893efe4fc40e1f7bccb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= <99520451+Vassiat@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:04:19 -0400 Subject: [PATCH] Update src/locales/zh_TW/menu-ui-handler.ts Co-authored-by: RimKnight --- src/locales/zh_TW/menu-ui-handler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh_TW/menu-ui-handler.ts b/src/locales/zh_TW/menu-ui-handler.ts index 27c0e943482..e9d5f2b8cca 100644 --- a/src/locales/zh_TW/menu-ui-handler.ts +++ b/src/locales/zh_TW/menu-ui-handler.ts @@ -24,6 +24,6 @@ export const menuUiHandler: SimpleTranslationEntries = { "linkGoogle": "Link Google", "unlinkGoogle": "Unlink Google", "cancel": "取消", - "losingProgressionWarning": "你將失去自戰鬥開始以來的所有進度。是否 繼續?", - "noEggs": "You are not hatching any eggs at the moment!" + "losingProgressionWarning": "你將失去自戰鬥開始以來的所有進度。是否繼續?", + "noEggs": "當前沒有任何蛋正在孵化中!" } as const;