From 2cbfb2926048de007b247383e80cb321f8e9f465 Mon Sep 17 00:00:00 2001 From: shiyu Date: Tue, 16 Sep 2025 11:31:23 +0800 Subject: [PATCH] feat(i18n): add 'Processor' and 'Share' translations for English and Chinese --- web/src/i18n/locales/en.ts | 2 ++ web/src/i18n/locales/zh.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/web/src/i18n/locales/en.ts b/web/src/i18n/locales/en.ts index 2a320c9..6a6e46e 100644 --- a/web/src/i18n/locales/en.ts +++ b/web/src/i18n/locales/en.ts @@ -100,6 +100,8 @@ export const en = { 'Open': 'Open', 'Open With': 'Open With', 'Default': 'Default', + 'Processor': 'Processor', + 'Share': 'Share', 'Rename': 'Rename', 'Delete': 'Delete', 'Details': 'Details', diff --git a/web/src/i18n/locales/zh.ts b/web/src/i18n/locales/zh.ts index 1132d0e..0801d29 100644 --- a/web/src/i18n/locales/zh.ts +++ b/web/src/i18n/locales/zh.ts @@ -101,6 +101,8 @@ export const zh = { 'Open': '打开', 'Open With': '打开方式', 'Default': '默认', + 'Processor': '处理器', + 'Share': '分享', 'Rename': '重命名', 'Delete': '删除', 'Details': '详情',