From eabdfe2d1c087b0816ab7aa21aad43acda566c9d Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Mon, 17 Mar 2025 14:05:27 +0800 Subject: [PATCH] fix: fix dialog some key capitalization --- web/public/locales/en/components/dialog.json | 2 +- web/public/locales/zh-CN/components/dialog.json | 2 +- web/src/views/live/LiveCameraView.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/locales/en/components/dialog.json b/web/public/locales/en/components/dialog.json index c58faca21..6037b8b37 100644 --- a/web/public/locales/en/components/dialog.json +++ b/web/public/locales/en/components/dialog.json @@ -61,7 +61,7 @@ "streaming": { "label": "Stream", "restreaming": { - "NotEnabled": "Restreaming is not enabled for this camera.", + "notEnabled": "Restreaming is not enabled for this camera.", "desc": "Set up go2rtc for additional live view options and audio for this camera.", "desc.readTheDocumentation": "Read the documentation " }, diff --git a/web/public/locales/zh-CN/components/dialog.json b/web/public/locales/zh-CN/components/dialog.json index 61729878e..ef715b26d 100644 --- a/web/public/locales/zh-CN/components/dialog.json +++ b/web/public/locales/zh-CN/components/dialog.json @@ -61,7 +61,7 @@ "streaming": { "label": "视频流", "restreaming": { - "NotEnabled": "重新流式传输未启用。", + "notEnabled": "此摄像头未启用视频流转发功能。", "desc": "为此摄像头设置 go2rtc,以获取额外的实时预览选项和音频支持。", "desc.readTheDocumentation": "阅读文档(英文) " }, diff --git a/web/src/views/live/LiveCameraView.tsx b/web/src/views/live/LiveCameraView.tsx index 05be55ff9..ffdd84c1d 100644 --- a/web/src/views/live/LiveCameraView.tsx +++ b/web/src/views/live/LiveCameraView.tsx @@ -1243,7 +1243,7 @@ function FrigateCameraFeatures({