-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6522072
commit 4878217
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Добавяне на камера Dahua", | ||
"description": "Примерен адрес: 192.168.1.108", | ||
"data": { | ||
"username": "Потребителско име", | ||
"password": "Парола", | ||
"address": "Адрес", | ||
"port": "Порт", | ||
"rtsp_port": "RTSP порт", | ||
"streams": "RTSP потоци", | ||
"events": "Събития", | ||
"channel": "Канал (единичните камери са 0, NVR са индексът, базиран на 0)" | ||
} | ||
}, | ||
"name": { | ||
"title": "Конфигуриране на името на устройството", | ||
"data": { | ||
"name": "Име на устройството" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth": "Потребителско име, парола или адрес са грешни." | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Разрешен е само един екземпляр.", | ||
"already_configured": "Разрешено е само едно копие на устройство." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"binary_sensor": "Двоичен сензор е активиран", | ||
"sensor": "Сензорът е активиран", | ||
"switch": "Превключването е разрешено", | ||
"light": "Светлината е активирана", | ||
"select": "Изборът е активиран", | ||
"camera": "Камерата е активирана" | ||
} | ||
} | ||
} | ||
} | ||
} |