Files
Homarr/public/locales/he/modules/media-transcoding.json
2024-05-07 19:46:34 +02:00

97 lines
2.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "קידוד מדיה",
"description": "מציג מידע על המרת מדיה",
"settings": {
"title": "הגדרות קידוד מדיה",
"appId": {
"label": "בחר אפליקציה"
},
"defaultView": {
"label": "תצוגת ברירת מחדל",
"data": {
"workers": "עובדים",
"queue": "תור",
"statistics": "סטָטִיסטִיקָה"
}
},
"showHealthCheck": {
"label": "הצג מחוון בדיקת בריאות"
},
"showHealthChecksInQueue": {
"label": "הצג בדיקות בריאות בתור"
},
"queuePageSize": {
"label": "תור: פריטים בעמוד"
},
"showAppIcon": {
"label": "הצג את סמל האפליקציה בפינה השמאלית התחתונה"
}
}
},
"noAppSelected": "אנא בחר אפליקציה בהגדרות הווידג'ט",
"views": {
"workers": {
"table": {
"header": {
"name": "קוֹבֶץ",
"eta": "זמן סיום משוער",
"progress": "התקדמות"
},
"empty": "ריק",
"tooltip": {
"transcode": "קידוד",
"healthCheck": "בדיקת בריאות"
}
}
},
"queue": {
"table": {
"header": {
"name": "קוֹבֶץ",
"size": "גודל"
},
"footer": {
"currentIndex": "{{start}}-{{end}} מתוך {{total}}"
},
"empty": "ריק",
"tooltip": {
"transcode": "קידוד",
"healthCheck": "בדיקת בריאות"
}
}
},
"statistics": {
"empty": "ריק",
"box": {
"transcodes": "קידודים: {{value}}",
"healthChecks": "בדיקות בריאות: {{value}}",
"files": "קבצים: {{value}}",
"spaceSaved": "נשמר: {{value}}"
},
"pies": {
"transcodes": "קידודים",
"healthChecks": "בדיקות בריאות",
"videoCodecs": "קודקים",
"videoContainers": "מיכלים",
"videoResolutions": "רזולוציות"
}
}
},
"error": {
"title": "שגיאה",
"message": "אירעה שגיאה בעת שליפת נתונים מ-Tdarr."
},
"tabs": {
"workers": "עובדים",
"queue": "תור",
"statistics": "סטָטִיסטִיקָה"
},
"healthCheckStatus": {
"title": "בדיקת בריאות",
"queued": "בתור",
"healthy": "בָּרִיא",
"unhealthy": "לא בריא"
}
}