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",