mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-06 20:11:15 +03:00
language tweaks
This commit is contained in:
parent
d32f219c9b
commit
88c9b1a2a0
@ -146,7 +146,7 @@ class CameraConfig(FrigateBaseModel):
|
|||||||
timestamp_style: TimestampStyleConfig = Field(
|
timestamp_style: TimestampStyleConfig = Field(
|
||||||
default_factory=TimestampStyleConfig,
|
default_factory=TimestampStyleConfig,
|
||||||
title="Timestamp style",
|
title="Timestamp style",
|
||||||
description="Styling options for in-feed timestamps applied to recordings and snapshots.",
|
description="Styling options for timestamps applied to snapshots and Debug view.",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Options without global fallback
|
# Options without global fallback
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class ProxyConfig(FrigateBaseModel):
|
|||||||
default_role: Optional[str] = Field(
|
default_role: Optional[str] = Field(
|
||||||
default="viewer",
|
default="viewer",
|
||||||
title="Default role",
|
title="Default role",
|
||||||
description="Default role assigned to proxy-authenticated users when no role mapping applies (admin or viewer).",
|
description="Default role assigned to proxy-authenticated users when no role mapping applies.",
|
||||||
)
|
)
|
||||||
separator: Optional[str] = Field(
|
separator: Optional[str] = Field(
|
||||||
default=",",
|
default=",",
|
||||||
|
|||||||
@ -682,7 +682,7 @@
|
|||||||
},
|
},
|
||||||
"timestamp_style": {
|
"timestamp_style": {
|
||||||
"label": "Timestamp style",
|
"label": "Timestamp style",
|
||||||
"description": "Styling options for in-feed timestamps applied to recordings and snapshots.",
|
"description": "Styling options for timestamps applied to snapshots and Debug view.",
|
||||||
"position": {
|
"position": {
|
||||||
"label": "Timestamp position",
|
"label": "Timestamp position",
|
||||||
"description": "Position of the timestamp on the image (tl/tr/bl/br)."
|
"description": "Position of the timestamp on the image (tl/tr/bl/br)."
|
||||||
|
|||||||
@ -212,7 +212,7 @@
|
|||||||
},
|
},
|
||||||
"default_role": {
|
"default_role": {
|
||||||
"label": "Default role",
|
"label": "Default role",
|
||||||
"description": "Default role assigned to proxy-authenticated users when no role mapping applies (admin or viewer)."
|
"description": "Default role assigned to proxy-authenticated users when no role mapping applies."
|
||||||
},
|
},
|
||||||
"separator": {
|
"separator": {
|
||||||
"label": "Separator character",
|
"label": "Separator character",
|
||||||
|
|||||||
@ -902,7 +902,7 @@ function StreamUrlEntry({
|
|||||||
return (
|
return (
|
||||||
<div className="pb-4">
|
<div className="pb-4">
|
||||||
<div className="flex h-7 flex-row items-center justify-start gap-2 text-sm text-primary-variant">
|
<div className="flex h-7 flex-row items-center justify-start gap-2 text-sm text-primary-variant">
|
||||||
{t("go2rtcStreams.streamNumber", { index: urlIndex + 1 })}
|
{t("go2rtcStreams.sourceNumber", { index: urlIndex + 1 })}
|
||||||
{canRemove && (
|
{canRemove && (
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user