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

33 lines
1.1 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": "Ρυθμίσεις για το widget ημερολογίου",
"radarrReleaseType": {
"label": "Τύπος κυκλοφορίας Radarr",
"data": {
"inCinemas": "Στους Κινηματογράφους",
"physicalRelease": "Φυσική",
"digitalRelease": "Ψηφιακή"
}
},
"hideWeekDays": {
"label": "Απόκρυψη εργάσιμων"
},
"showUnmonitored": {
"label": "Εμφάνιση αντικειμένων που δεν παρακολουθούνται"
},
"fontSize": {
"label": "Μέγεθος γραμματοσειράς",
"data": {
"xs": "Πολύ Μικρό",
"sm": "Μικρό",
"md": "Μεσαίο",
"lg": "Μεγάλο",
"xl": "Πολύ μεγάλο"
}
}
}
}
}