fix: fix dialog some key capitalization

This commit is contained in:
ZhaiSoul 2025-03-17 14:05:27 +08:00
parent 6e3ae0afc2
commit eabdfe2d1c
3 changed files with 3 additions and 3 deletions

View File

@ -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 "
},

View File

@ -61,7 +61,7 @@
"streaming": {
"label": "视频流",
"restreaming": {
"NotEnabled": "重新流式传输未启用。",
"notEnabled": "此摄像头未启用视频流转发功能。",
"desc": "为此摄像头设置 go2rtc以获取额外的实时预览选项和音频支持。",
"desc.readTheDocumentation": "阅读文档(英文) "
},

View File

@ -1243,7 +1243,7 @@ function FrigateCameraFeatures({
<div className="flex flex-row items-center gap-1 text-sm text-muted-foreground">
<LuX className="size-4 text-danger" />
<div>
{t("streaming.restreaming.NotEnabled", {
{t("streaming.restreaming.notEnabled", {
ns: "components/dialog",
})}
</div>