Merge branch 'dev' into cache-invalidation

This commit is contained in:
Thomas Camlong
2023-05-16 14:50:11 +09:00
committed by GitHub
309 changed files with 4331 additions and 1368 deletions

View File

@@ -6,6 +6,10 @@
"delete": "Delete",
"ok": "OK",
"edit": "Edit",
"enabled": "Enabled",
"disabled": "Disabled",
"enableAll": "Enable all",
"disableAll": "Disable all",
"version": "Version",
"changePosition": "Change position",
"remove": "Remove",

View File

@@ -2,15 +2,5 @@
"descriptor": {
"name": "DNS hole controls",
"description": "Control PiHole or AdGuard from your dashboard"
},
"card": {
"buttons": {
"enableAll": "Enable all",
"disableAll": "Disable all"
},
"status": {
"enabled": "Enabled",
"disabled": "Disabled"
}
}
}
}

View File

@@ -13,7 +13,6 @@
"metrics": {
"domainsOnAdlist": "Domains on adlists",
"queriesToday": "Queries today",
"adsBlockedTodayPercentage": "{{percentage}}%",
"queriesBlockedTodayPercentage": "blocked today",
"queriesBlockedToday": "blocked today"
}