mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Bulgarian) Currently translated at 9.0% (5 of 55 strings) Translated using Weblate (Bulgarian) Currently translated at 0.7% (5 of 639 strings) Translated using Weblate (Bulgarian) Currently translated at 15.3% (2 of 13 strings) Translated using Weblate (Bulgarian) Currently translated at 31.5% (29 of 92 strings) Translated using Weblate (Bulgarian) Currently translated at 2.3% (3 of 128 strings) Translated using Weblate (Bulgarian) Currently translated at 20.0% (2 of 10 strings) Translated using Weblate (Bulgarian) Currently translated at 9.6% (5 of 52 strings) Translated using Weblate (Bulgarian) Currently translated at 22.5% (9 of 40 strings) Translated using Weblate (Bulgarian) Currently translated at 20.0% (2 of 10 strings) Translated using Weblate (Bulgarian) Currently translated at 6.2% (3 of 48 strings) Translated using Weblate (Bulgarian) Currently translated at 0.8% (1 of 119 strings) Translated using Weblate (Bulgarian) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Bulgarian) Currently translated at 2.3% (3 of 128 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Skye Fox <mardymcfly1985@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-icons/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-input/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/bg/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/bg/ Translation: Frigate NVR/components-auth Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-icons Translation: Frigate NVR/components-input Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
parent
854de0f32e
commit
3c0ee60cf6
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"form": {
|
"form": {
|
||||||
"user": "Потребителско име"
|
"user": "Потребителско име",
|
||||||
|
"password": "Парола"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
"select": "Избери"
|
"select": "Избери"
|
||||||
},
|
},
|
||||||
"restart": {
|
"restart": {
|
||||||
"title": "Сигурен ли сте, че искате да рестартирате Frigate?"
|
"title": "Сигурен ли сте, че искате да рестартирате Frigate?",
|
||||||
|
"button": "Рестартирай"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"iconPicker": {
|
"iconPicker": {
|
||||||
"selectIcon": "Изберете иконка"
|
"selectIcon": "Изберете иконка",
|
||||||
|
"search": {
|
||||||
|
"placeholder": "Потърси за икона…"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"button": {
|
"button": {
|
||||||
"downloadVideo": {
|
"downloadVideo": {
|
||||||
"label": "Свали видео"
|
"label": "Свали видео",
|
||||||
|
"toast": {
|
||||||
|
"success": "Вашето видео за преглеждане почна да се изтегля."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"documentTitle": "Модели за класификация"
|
||||||
|
}
|
||||||
|
|||||||
@ -1 +1,4 @@
|
|||||||
{}
|
{
|
||||||
|
"documentTitle": "Настройки на конфигурацията - Фригейт",
|
||||||
|
"configEditor": "Настройки на конфигурацията"
|
||||||
|
}
|
||||||
|
|||||||
@ -9,5 +9,7 @@
|
|||||||
"aria": "Избери събития",
|
"aria": "Избери събития",
|
||||||
"noFoundForTimePeriod": "Няма намерени събития за този времеви период."
|
"noFoundForTimePeriod": "Няма намерени събития за този времеви период."
|
||||||
},
|
},
|
||||||
"allCameras": "Всички камери"
|
"allCameras": "Всички камери",
|
||||||
|
"alerts": "Известия",
|
||||||
|
"detections": "Засичания"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,5 +8,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"trackedObjectsCount_one": "{{count}} проследен обект ",
|
"trackedObjectsCount_one": "{{count}} проследен обект ",
|
||||||
"trackedObjectsCount_other": "{{count}} проследени обекта "
|
"trackedObjectsCount_other": "{{count}} проследени обекта ",
|
||||||
|
"documentTitle": "Разгледай - Фригейт",
|
||||||
|
"generativeAI": "Генериращ Изкъствен Интелект"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"documentTitle": "Експорт - Frigate"
|
"documentTitle": "Експорт - Frigate",
|
||||||
|
"search": "Търси"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,5 +10,9 @@
|
|||||||
"deletedName_one": "{{count}} лице бе изтрито успешно.",
|
"deletedName_one": "{{count}} лице бе изтрито успешно.",
|
||||||
"deletedName_other": "{{count}} лица бяха изтрити успешно."
|
"deletedName_other": "{{count}} лица бяха изтрити успешно."
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"addFace": "Добавете нова колекция във библиотеката за лица при качването на първата ви снимка.",
|
||||||
|
"placeholder": "Напишете име за тази колекция"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -64,5 +64,6 @@
|
|||||||
"cameraSettings": {
|
"cameraSettings": {
|
||||||
"cameraEnabled": "Камерата е включена"
|
"cameraEnabled": "Камерата е включена"
|
||||||
},
|
},
|
||||||
"documentTitle": "Наживо - Frigate"
|
"documentTitle": "Наживо - Frigate",
|
||||||
|
"documentTitle.withCamera": "{{camera}} - На живо - Фригейт"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"button": {
|
"button": {
|
||||||
"save": "Запазване на търсенето"
|
"save": "Запазване на търсенето"
|
||||||
}
|
},
|
||||||
|
"search": "Търси",
|
||||||
|
"savedSearches": "Запазени търсения"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,5 +12,9 @@
|
|||||||
"point_one": "{{count}} точка",
|
"point_one": "{{count}} точка",
|
||||||
"point_other": "{{count}} точки"
|
"point_other": "{{count}} точки"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"documentTitle": {
|
||||||
|
"default": "Настройки - Фригейт",
|
||||||
|
"authentication": "Настройки за сигурността - Фругейт"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"stats": {
|
"stats": {
|
||||||
"healthy": "Системата е изправна"
|
"healthy": "Системата е изправна"
|
||||||
|
},
|
||||||
|
"documentTitle": {
|
||||||
|
"cameras": "Статистики за Камери - Фригейт",
|
||||||
|
"storage": "Статистика за паметта - Фригейт"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user