From 6a889e7f2dddf1b2c0be2b0f8c2e36cc1d49a4cc Mon Sep 17 00:00:00 2001 From: web Date: Tue, 12 Aug 2025 05:58:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(protocol):=20Add=20'conf'=20?= =?UTF-8?q?output=20format=20option=20and=20update=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/app/dashboard/subscribe/protocol-form.tsx | 3 ++- apps/admin/locales/en-US/subscribe.json | 3 ++- apps/admin/locales/zh-CN/subscribe.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/admin/app/dashboard/subscribe/protocol-form.tsx b/apps/admin/app/dashboard/subscribe/protocol-form.tsx index 8c697a2..0ff4930 100644 --- a/apps/admin/app/dashboard/subscribe/protocol-form.tsx +++ b/apps/admin/app/dashboard/subscribe/protocol-form.tsx @@ -479,9 +479,10 @@ export function ProtocolForm() { + {t('outputFormats.base64')} {t('outputFormats.yaml')} {t('outputFormats.json')} - {t('outputFormats.base64')} + {t('outputFormats.conf')} {t('outputFormats.plain')} diff --git a/apps/admin/locales/en-US/subscribe.json b/apps/admin/locales/en-US/subscribe.json index 5869cf9..e9d7448 100644 --- a/apps/admin/locales/en-US/subscribe.json +++ b/apps/admin/locales/en-US/subscribe.json @@ -74,7 +74,8 @@ "yaml": "YAML", "json": "JSON", "base64": "Base64", - "plain": "Plain Text" + "plain": "Plain Text", + "conf": "Config File" }, "platforms": { "windows": "Windows", diff --git a/apps/admin/locales/zh-CN/subscribe.json b/apps/admin/locales/zh-CN/subscribe.json index 3875002..fc3581e 100644 --- a/apps/admin/locales/zh-CN/subscribe.json +++ b/apps/admin/locales/zh-CN/subscribe.json @@ -74,7 +74,8 @@ "base64": "Base64", "json": "JSON", "plain": "纯文本", - "yaml": "YAML" + "yaml": "YAML", + "conf": "配置文件" }, "platforms": { "android": "Android",