mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
i18n
This commit is contained in:
parent
7c6046316b
commit
a620f83d5e
@ -96,7 +96,9 @@
|
|||||||
"back": "Go back",
|
"back": "Go back",
|
||||||
"hide": "Hide {{item}}",
|
"hide": "Hide {{item}}",
|
||||||
"show": "Show {{item}}",
|
"show": "Show {{item}}",
|
||||||
"ID": "ID"
|
"ID": "ID",
|
||||||
|
"none": "None",
|
||||||
|
"all": "All"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"two": "{{0}} and {{1}}",
|
"two": "{{0}} and {{1}}",
|
||||||
|
|||||||
@ -1490,7 +1490,7 @@ function ObjectDetailsTab({
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="overflow-auto text-sm text-primary">
|
<div className="overflow-auto text-sm text-primary">
|
||||||
{desc || "None"}
|
{desc || t("label.none", { ns: "common" })}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user