Files
homarr/public/locales/he/modules/calendar.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

39 lines
1.1 KiB
JSON
Raw 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": "הגדרות עבור ווידג'ט יומן",
"useSonarrv4": {
"label": "השתמש בAPI גרסא 4 של סונאר (Sonarr)"
},
"useRadarrv5": {
"label": "השתמש בAPI גרסא 5 של Radarr"
},
"radarrReleaseType": {
"label": "סוג שחרור של Radarr",
"data": {
"inCinemas": "בבתי קולנוע",
"physicalRelease": "פיזי",
"digitalRelease": "דיגיטלי"
}
},
"hideWeekDays": {
"label": "הסתר ימי שבוע"
},
"showUnmonitored": {
"label": "הצג פריטים ללא פיקוח"
},
"fontSize": {
"label": "גודל גופן",
"data": {
"xs": "קטן במיוחד",
"sm": "קטן",
"md": "בינוני",
"lg": "גדול",
"xl": "גדול מאוד"
}
}
}
}
}