mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
add missing i18n keys
This commit is contained in:
parent
32530557a6
commit
1d041a7134
@ -553,6 +553,17 @@
|
||||
"motionMaskLabel": "Motion Mask {{number}}",
|
||||
"objectMaskLabel": "Object Mask {{number}}",
|
||||
"form": {
|
||||
"id": {
|
||||
"error": {
|
||||
"mustNotBeEmpty": "ID must not be empty.",
|
||||
"alreadyExists": "A mask with this ID already exists for this camera."
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"error": {
|
||||
"mustNotBeEmpty": "Name must not be empty."
|
||||
}
|
||||
},
|
||||
"zoneName": {
|
||||
"error": {
|
||||
"mustBeAtLeastTwoCharacters": "Zone name must be at least 2 characters.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user