From a5b948a41ccc81e6b12ecf0abd5fe37f9efd0de3 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Fri, 30 May 2025 16:32:04 +0800 Subject: [PATCH] fix(locales): update success message translation for clarity --- src/locales/zh.json | 2 +- src/locales/zhtw.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh.json b/src/locales/zh.json index 41426100..04c811b1 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -625,7 +625,7 @@ "Generate Random Secret": "随机API密钥", "Generate Random Port": "随机API端口", "Port Config": "端口设置", - "Configuration saved successfully": "随机配置,保存完成", + "Configuration saved successfully": "配置保存完成", "Last generated": "记录生成", "External Controller Config": "API配置", "Enable one-click random API port and key. Click to randomize the port and key": "开启一键随机API端口和密钥,点进去就可以随机端口和密钥", diff --git a/src/locales/zhtw.json b/src/locales/zhtw.json index 559cb12e..f2678aab 100644 --- a/src/locales/zhtw.json +++ b/src/locales/zhtw.json @@ -625,7 +625,7 @@ "Generate Random Secret": "隨機 API 密鑰", "Generate Random Port": "隨機 API 端口", "Port Config": "端口設置", - "Configuration saved successfully": "隨機配置,保存完成", + "Configuration saved successfully": "配置保存完成", "Last generated": "記錄生成", "External Controller Config": "API 配置", "Enable one-click random API port and key. Click to randomize the port and key": "開啟一鍵隨機 API 端口和密鑰,點進去就可以隨機端口和密鑰"