From d4277e003a5e0271f7aa5560d4111418f0a3ad9e Mon Sep 17 00:00:00 2001 From: WangJing Date: Wed, 30 Jul 2025 15:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat-client/src/locales/en.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/chat-client/src/locales/en.ts b/chat-client/src/locales/en.ts index e7c14e5..23cfb30 100644 --- a/chat-client/src/locales/en.ts +++ b/chat-client/src/locales/en.ts @@ -556,6 +556,13 @@ export default { loading: 'Loading...', updateRecommendation: 'Update Recommendation', addRecommendation: 'Add Recommendation', - } + }, + vabtabs: { + refresh: 'Refresh', + closeOthers: 'Close Others', + closeLeft: 'Close Left', + closeRight: 'Close Right', + closeAll: 'Close All', + }, }, }