Sort top items

This commit is contained in:
Juan Gilsanz Polo 2023-12-11 18:32:28 +01:00
parent 6973eae0de
commit c3530f17ab
3 changed files with 64 additions and 4 deletions

View file

@ -699,5 +699,8 @@
"testUpstreamDnsServers": "Test upstream DNS servers",
"errorTestUpstreamDns": "Error when testing upstream DNS servers.",
"useCustomIpEdns": "Use custom IP for EDNS",
"useCustomIpEdnsDescription": "Allow to use custom IP for EDNS"
"useCustomIpEdnsDescription": "Allow to use custom IP for EDNS",
"sortingOptions": "Sorting options",
"fromHighestToLowest": "From highest to lowest",
"fromLowestToHighest": "From lowest to highest"
}