Files
homarr/public/locales/he/modules/calendar.json
2023-11-09 20:24:27 +01:00

33 lines
918 B
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": "הגדרות עבור ווידג'ט יומן",
"radarrReleaseType": {
"label": "סוג שחרור של Radarr",
"data": {
"inCinemas": "בבתי קולנוע",
"physicalRelease": "פיזי",
"digitalRelease": "דיגיטלי"
}
},
"hideWeekDays": {
"label": "הסתר ימי שבוע"
},
"showUnmonitored": {
"label": "הצג פריטים ללא פיקוח"
},
"fontSize": {
"label": "גודל גופן",
"data": {
"xs": "קטן במיוחד",
"sm": "קטן",
"md": "בינוני",
"lg": "גדול",
"xl": "גדול מאוד"
}
}
}
}
}