From 27fa16daa3d2daf97a15c197eb308d7408998ba4 Mon Sep 17 00:00:00 2001 From: icarus Date: Fri, 29 Aug 2025 22:34:56 +0800 Subject: [PATCH] =?UTF-8?q?docs(i18n):=20=E6=B7=BB=E5=8A=A0=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E8=B7=AF=E5=BE=84=E7=9A=84=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/i18n/locales/ja-jp.json | 1 + src/renderer/src/i18n/locales/ru-ru.json | 1 + src/renderer/src/i18n/locales/zh-tw.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/renderer/src/i18n/locales/ja-jp.json b/src/renderer/src/i18n/locales/ja-jp.json index 4edb36a3fb..53151ebe41 100644 --- a/src/renderer/src/i18n/locales/ja-jp.json +++ b/src/renderer/src/i18n/locales/ja-jp.json @@ -854,6 +854,7 @@ "title": "レンダリングエラー" }, "requestBody": "要求されたコンテンツ", + "requestUrl": "リクエストパス", "stack": "スタック情報", "status": "ステータスコード", "unknown": "不明なエラー", diff --git a/src/renderer/src/i18n/locales/ru-ru.json b/src/renderer/src/i18n/locales/ru-ru.json index 615f0cd62b..66e25660d9 100644 --- a/src/renderer/src/i18n/locales/ru-ru.json +++ b/src/renderer/src/i18n/locales/ru-ru.json @@ -854,6 +854,7 @@ "title": "Ошибка рендеринга" }, "requestBody": "Запрашиваемый контент", + "requestUrl": "Путь запроса", "stack": "Информация стека", "status": "Код статуса", "unknown": "Неизвестная ошибка", diff --git a/src/renderer/src/i18n/locales/zh-tw.json b/src/renderer/src/i18n/locales/zh-tw.json index 33f3d3f2ba..fea76caf0a 100644 --- a/src/renderer/src/i18n/locales/zh-tw.json +++ b/src/renderer/src/i18n/locales/zh-tw.json @@ -854,6 +854,7 @@ "title": "渲染錯誤" }, "requestBody": "請求內容", + "requestUrl": "請求路徑", "stack": "堆棧信息", "status": "狀態碼", "unknown": "未知錯誤",