Files
homarr/public/locales/tr/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
998 B
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": "Takvim",
"description": "Desteklenen entegrasyonlarda, yaklaşan içeriklerin takvimlerini görüntüler.",
"settings": {
"title": "Takvim widget'ı için ayarlar",
"useSonarrv4": {
"label": "Sonarr v4 API'sini kullan"
},
"useRadarrv5": {
"label": "Radarr v5 API'sini Kullan"
},
"radarrReleaseType": {
"label": "Radarr yayın türü",
"data": {
"inCinemas": "Sinemalarda",
"physicalRelease": "Fiziksel",
"digitalRelease": "Dijital"
}
},
"hideWeekDays": {
"label": "Haftanın günlerini gizle"
},
"showUnmonitored": {
"label": "İzlenmeyen öğeleri göster"
},
"fontSize": {
"label": "Font Boyutu",
"data": {
"xs": "Ekstra Küçük",
"sm": "Küçük",
"md": "Orta",
"lg": "Büyük",
"xl": "Çok Büyük"
}
}
}
}
}