mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
fix: fix dialog some key capitalization
This commit is contained in:
parent
6e3ae0afc2
commit
eabdfe2d1c
@ -61,7 +61,7 @@
|
|||||||
"streaming": {
|
"streaming": {
|
||||||
"label": "Stream",
|
"label": "Stream",
|
||||||
"restreaming": {
|
"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": "Set up go2rtc for additional live view options and audio for this camera.",
|
||||||
"desc.readTheDocumentation": "Read the documentation "
|
"desc.readTheDocumentation": "Read the documentation "
|
||||||
},
|
},
|
||||||
|
|||||||
@ -61,7 +61,7 @@
|
|||||||
"streaming": {
|
"streaming": {
|
||||||
"label": "视频流",
|
"label": "视频流",
|
||||||
"restreaming": {
|
"restreaming": {
|
||||||
"NotEnabled": "重新流式传输未启用。",
|
"notEnabled": "此摄像头未启用视频流转发功能。",
|
||||||
"desc": "为此摄像头设置 go2rtc,以获取额外的实时预览选项和音频支持。",
|
"desc": "为此摄像头设置 go2rtc,以获取额外的实时预览选项和音频支持。",
|
||||||
"desc.readTheDocumentation": "阅读文档(英文) "
|
"desc.readTheDocumentation": "阅读文档(英文) "
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1243,7 +1243,7 @@ function FrigateCameraFeatures({
|
|||||||
<div className="flex flex-row items-center gap-1 text-sm text-muted-foreground">
|
<div className="flex flex-row items-center gap-1 text-sm text-muted-foreground">
|
||||||
<LuX className="size-4 text-danger" />
|
<LuX className="size-4 text-danger" />
|
||||||
<div>
|
<div>
|
||||||
{t("streaming.restreaming.NotEnabled", {
|
{t("streaming.restreaming.notEnabled", {
|
||||||
ns: "components/dialog",
|
ns: "components/dialog",
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user