Files
homarr/public/locales/ko/modules/dns-hole-summary.json
2023-11-03 21:15:08 +01:00

29 lines
675 B
JSON

{
"descriptor": {
"name": "DNS 구멍 요약",
"description": "PiHole 또는 AdGuard의 중요한 데이터를 표시합니다.",
"settings": {
"title": "DNS 홀 요약 설정",
"usePiHoleColors": {
"label": "PiHole의 색상 사용"
},
"layout": {
"label": "레이아웃",
"data": {
"grid": "2x2",
"row": "수평",
"column": "세로"
}
}
}
},
"card": {
"metrics": {
"domainsOnAdlist": "애드리스트에 있는 도메인",
"queriesToday": "오늘 쿼리",
"queriesBlockedTodayPercentage": "",
"queriesBlockedToday": ""
}
}
}