From 19b0968c8d210ce3672b1f5ae9d5890f66a5a1eb Mon Sep 17 00:00:00 2001 From: WittF Date: Sat, 28 Jun 2025 00:42:53 +0800 Subject: [PATCH] fix(i18n): update capAssetServerDes --- public/locales/en-US/dashboard.json | 2 +- public/locales/ja-JP/dashboard.json | 2 +- public/locales/zh-CN/dashboard.json | 2 +- public/locales/zh-TW/dashboard.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-US/dashboard.json b/public/locales/en-US/dashboard.json index d983195..beb6efe 100644 --- a/public/locales/en-US/dashboard.json +++ b/public/locales/en-US/dashboard.json @@ -438,7 +438,7 @@ "capSecretKey": "Secret Key", "capSecretKeyDes": "The secret key from your Cap server dashboard.", "capAssetServer": "Asset Server Source", - "capAssetServerDes": "Choose the source for loading Cap captcha static assets. Using self-deployed server requires setting ENABLE_ASSETS_SERVER=true environment variable to <0>enable asset server.", + "capAssetServerDes": "Choose the source for loading Cap captcha static assets. Using self-deployed server requires setting environment variables on the server side, please refer to <0>enable asset server.", "capAssetServerJsdelivr": "jsDelivr CDN", "capAssetServerUnpkg": "unpkg CDN", "capAssetServerInstance": "Self-deployed server", diff --git a/public/locales/ja-JP/dashboard.json b/public/locales/ja-JP/dashboard.json index cec7090..83bba97 100644 --- a/public/locales/ja-JP/dashboard.json +++ b/public/locales/ja-JP/dashboard.json @@ -436,7 +436,7 @@ "capSecretKey": "シークレットキー", "capSecretKeyDes": "Cap サーバーダッシュボードから取得したシークレットキー。", "capAssetServer": "静的リソースソース", - "capAssetServerDes": "Cap認証コードの静的リソースの読み込みソースを選択します。自己デプロイサーバーを使用するにはサーバー側で環境変数 ENABLE_ASSETS_SERVER=true を設定して<0>静的リソースサービスを有効にする必要があります。", + "capAssetServerDes": "Cap認証コードの静的リソースの読み込みソースを選択します。自己デプロイサーバーを使用するにはサーバー側で環境変数を設定する必要があります、<0>静的リソースサービスを有効にするを参照してください。", "capAssetServerJsdelivr": "jsDelivr CDN", "capAssetServerUnpkg": "unpkg CDN", "capAssetServerInstance": "自己デプロイサーバー", diff --git a/public/locales/zh-CN/dashboard.json b/public/locales/zh-CN/dashboard.json index f3210d3..16c603f 100644 --- a/public/locales/zh-CN/dashboard.json +++ b/public/locales/zh-CN/dashboard.json @@ -436,7 +436,7 @@ "capSecretKey": "私密密钥", "capSecretKeyDes": "从 Cap 服务器控制面板获取的私密密钥。", "capAssetServer": "静态资源服务源", - "capAssetServerDes": "选择 Cap 验证码静态资源的加载源。使用自部署服务器需要在服务器端设置环境变量 ENABLE_ASSETS_SERVER=true <0>开启静态资源服务。", + "capAssetServerDes": "选择 Cap 验证码静态资源的加载源。使用自部署服务器需要在服务器端设置环境变量,请参考 <0>开启静态资源服务。", "capAssetServerJsdelivr": "jsDelivr CDN", "capAssetServerUnpkg": "unpkg CDN", "capAssetServerInstance": "自部署服务器", diff --git a/public/locales/zh-TW/dashboard.json b/public/locales/zh-TW/dashboard.json index f2054eb..f9e2666 100644 --- a/public/locales/zh-TW/dashboard.json +++ b/public/locales/zh-TW/dashboard.json @@ -433,7 +433,7 @@ "capSecretKey": "私密金鑰", "capSecretKeyDes": "從 Cap 伺服器控制面板獲取的私密金鑰。", "capAssetServer": "靜態資源服務源", - "capAssetServerDes": "選擇 Cap 驗證碼靜態資源的載入源。使用自部署伺服器需要在伺服器端設定環境變數 ENABLE_ASSETS_SERVER=true <0>開啟靜態資源服務。", + "capAssetServerDes": "選擇 Cap 驗證碼靜態資源的載入源。使用自部署伺服器需要在伺服器端設定環境變數,請參考 <0>開啟靜態資源服務。", "capAssetServerJsdelivr": "jsDelivr CDN", "capAssetServerUnpkg": "unpkg CDN", "capAssetServerInstance": "自部署伺服器",