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

52 lines
1.6 KiB
JSON
Raw Normal View History

2025-05-29 20:34:48 +02:00
{
"noRecordingsFoundForThisTime": "לא נמצאו הקלטות לזמן זה",
"stats": {
"droppedFrames": {
"title": "פריימים שנשמטו:",
"short": {
"title": "נשמטו",
"value": "{{droppedFrames}} פריימים"
}
},
"streamType": {
"title": "סוג זרם:",
"short": "סוג"
},
"bandwidth": {
"title": "רוחב-פס:",
"short": "רוחב-פס"
},
"latency": {
"title": "השהיה:",
"value": "{{seconds}} שניות",
"short": {
"title": "השהיה",
"value": "{{seconds}} שניה"
}
},
"decodedFrames": "פריימים מפוענחים:",
"droppedFrameRate": "קצב פריימים מופחת:",
"totalFrames": "סך כל המסגרות:"
},
"toast": {
"success": {
"submittedFrigatePlus": "הפריים נשלח בהצלחה ל-Frigate+"
},
"error": {
"submitFrigatePlusFailed": "שליחת הפריים ל-Frigate+ נכשלה"
}
},
"noPreviewFound": "לא נמצאה תצוגה מקדימה",
"noPreviewFoundFor": "לא נמצאה תצוגה מקדימה עבור {{cameraName}}",
"submitFrigatePlus": {
"title": "לשלוח את הפריים הזה ל-Frigate+?",
"submit": "אישור"
},
"livePlayerRequiredIOSVersion": "נדרשת iOS 17.1 ומעלה עבור סוג השידור החי הזה.",
"streamOffline": {
"title": "זרם מצלמה לא זמין",
"desc": "לא התקבלו פריימים בזרם <code>detect</code> של {{cameraName}}, בדקו את יומני השגיאות"
},
"cameraDisabled": "המצלמה מושבתת"
2025-05-29 20:34:48 +02:00
}