From d3279b9823e5be50e7e010ab21bf0a0bd214b152 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 4 Nov 2025 18:33:13 +0800 Subject: [PATCH] perf: update sidebar title --- web/src/i18n/locales/en-US.ts | 2 +- web/src/i18n/locales/ja-JP.ts | 2 +- web/src/i18n/locales/zh-Hans.ts | 2 +- web/src/i18n/locales/zh-Hant.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 9b76fd86..d3018fd1 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -151,7 +151,7 @@ const enUS = { logs: 'Logs', }, plugins: { - title: 'Plugins', + title: 'Extensions', description: 'Install and configure plugins to extend LangBot functionality', createPlugin: 'Create Plugin', diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index 487aa202..766f699a 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -153,7 +153,7 @@ const jaJP = { logs: 'ログ', }, plugins: { - title: 'プラグイン', + title: '拡張機能', description: 'LangBotの機能を拡張するプラグインをインストール・設定', createPlugin: 'プラグインを作成', editPlugin: 'プラグインを編集', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index 20fd1f2b..b4fc6421 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -148,7 +148,7 @@ const zhHans = { logs: '日志', }, plugins: { - title: '插件管理', + title: '插件扩展', description: '安装和配置用于扩展 LangBot 功能的插件', createPlugin: '创建插件', editPlugin: '编辑插件', diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 478433b2..68b791e0 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -148,7 +148,7 @@ const zhHant = { logs: '日誌', }, plugins: { - title: '外掛管理', + title: '外掛擴展', description: '安裝和設定用於擴展 LangBot 功能的外掛', createPlugin: '建立外掛', editPlugin: '編輯外掛',