From 130495f5195b2409d94acd5f5940df98b72b25ce Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 14 May 2025 17:02:40 +0800 Subject: [PATCH] perf: missing translation in zh-Hans --- web/src/i18n/locales/zh-Hans.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index aeb5a2d8..c028c4ca 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -141,6 +141,7 @@ const zhHans = { pluginNoConfig: '插件没有配置项。', deleting: '删除中...', deletePlugin: '删除插件', + cancel: '取消', saveConfig: '保存配置', saving: '保存中...', confirmDeletePlugin: '你确定要删除插件({{author}}/{{name}})吗?',