🌐 Fix strings for DNS module

This commit is contained in:
ajnart
2023-05-16 14:10:04 +09:00
parent be5c60fa3e
commit b8ea9dbb39
5 changed files with 19 additions and 25 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"
}