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