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": "未知錯誤",