Files
frigate/web/public/locales/sr/components/player.json
T

52 lines
1.7 KiB
JSON
Raw Normal View History

2025-07-24 15:15:01 +02:00
{
2025-08-02 15:36:22 +02:00
"noRecordingsFoundForThisTime": "Nije pronađen nijedan snimak za ovo vreme",
2025-07-24 15:15:01 +02:00
"noPreviewFound": "Pregled nije pronađen",
"noPreviewFoundFor": "Nije pronađen pregled za {{cameraName}}",
"submitFrigatePlus": {
2025-08-02 15:36:22 +02:00
"title": "Pošaljite ovaj frejm na Frigate+?",
"submit": "Pošalji"
2025-07-24 15:15:01 +02:00
},
"livePlayerRequiredIOSVersion": "Za ovaj tip prenosa uživo potreban je iOS 17.1 ili noviji.",
"streamOffline": {
2026-02-03 09:07:35 +01:00
"title": "Strim je oflajn",
"desc": "Ни један фрејм није добијен од {{cameraName}} <code>detect</code>, проверите лог грешака"
},
"cameraDisabled": "Камера је онемогућена",
"stats": {
"streamType": {
"title": "Тип стрима:",
"short": "Тип"
},
"bandwidth": {
"title": "Пропусни опсег:",
"short": "Ширина опсега"
},
"latency": {
"title": "Кашњење:",
"value": "{{seconds}} секунди",
"short": {
"title": "Кашњење",
"value": "{{seconds}}s"
}
},
"totalFrames": "Укупно фрејмова:",
"droppedFrames": {
"title": "Изгубљени фрејмови:",
"short": {
"title": "Испуштено",
"value": "{{droppedFrames}} фрејмова"
}
},
"decodedFrames": "Декодовани фрејмови:",
"droppedFrameRate": "Однос испуштених фрејмова:"
},
"toast": {
"success": {
"submittedFrigatePlus": "Фрејм је успешно послат у Фригејт+"
},
"error": {
"submitFrigatePlusFailed": "Неуспешно слање фрејма у Фригејт+"
}
2025-07-24 15:15:01 +02:00
}
}