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

29 lines
691 B
JSON

{
"descriptor": {
"name": "DNSホールの概要",
"description": "PiHoleまたはAdGuardの重要なデータを表示します",
"settings": {
"title": "DNSホールの概要の設定",
"usePiHoleColors": {
"label": "PiHoleの色を使う"
},
"layout": {
"label": "レイアウト",
"data": {
"grid": "2 x 2",
"row": "水平",
"column": "垂直"
}
}
}
},
"card": {
"metrics": {
"domainsOnAdlist": "アドリスト上のドメイン",
"queriesToday": "今日のクエリ",
"queriesBlockedTodayPercentage": "",
"queriesBlockedToday": ""
}
}
}