Files
homarr/public/locales/tr/modules/health-monitoring.json
T
2024-03-23 16:18:26 +01:00

38 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": "Sistem Sağlığı İzleme",
"description": "NAS'ınız hakkında bilgi",
"settings": {
"title": "Sistem Sağlığı İzleme",
"fahrenheit": {
"label": "Fahrenayt"
}
}
},
"cpu": {
"label": "CPU",
"load": "Yük Ortalaması",
"minute": "{{minute}} dakika",
"minutes": "{{minutes}} dakika"
},
"memory": {
"label": "Bellek",
"totalMem": "Toplam bellek: {{total}}GB",
"available": "Mevcut: {{available}}GB - {{percentage}}%"
},
"fileSystem": {
"label": "Dosya Sistemi",
"available": "Mevcut: {{available}} - {{percentage}}%"
},
"info": {
"uptime": "Çalışma süresi",
"updates": "Güncellemeler",
"reboot": "Yeniden başlat"
},
"errors": {
"general": {
"title": "NAS'ınız bulunamıyor",
"text": "NAS'ınıza bağlanırken bir sorun oluştu. Lütfen yapılandırmanızı/entegrasyonlarınızı kontrol edin."
}
}
}