Files
homarr/public/locales/ja/modules/dns-hole-summary.json
2024-08-24 14:39:51 +02:00

29 lines
733 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": "今日のブロック"
}
}
}