Files
homarr/public/locales/tr/modules/rss.json
2023-06-09 20:41:30 +02:00

31 lines
1013 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": "RSS Widget'ı",
"description": "",
"settings": {
"title": "RSS widget'ı için ayarlar",
"rssFeedUrl": {
"label": "RSS besleme URL'si",
"description": "Görüntülemek istediğiniz RSS beslemelerinin URL'leri."
},
"refreshInterval": {
"label": "Yenileme aralığı (dakika olarak)"
},
"dangerousAllowSanitizedItemContent": {
"label": "Tehlikeli: Temizlenmiş öğe içeriğine izin ver"
},
"settings.textLinesClamp": {
"label": "Metin satır sınırı"
}
},
"card": {
"errors": {
"general": {
"title": "RSS akışı alınamadı",
"text": "RSS akışına ulaşılırken bir sorun oluştu. Geçerli bir URL kullanarak RSS akışını doğru şekilde yapılandırdığınızdan emin olun. URL'ler resmi spesifikasyonla eşleşmelidir. Akışı güncelledikten sonra kontrol panelini yenilemeniz gerekebilir."
}
}
}
}
}