Added ring chart home top items

This commit is contained in:
Juan Gilsanz Polo 2023-10-21 21:06:38 +02:00
parent 7cd3744f70
commit 161628a72a
7 changed files with 512 additions and 231 deletions

View file

@ -57,10 +57,10 @@
"serverStatusNotRefreshed": "Server status could not be refreshed",
"loadingStatus": "Loading status...",
"errorLoadServerStatus": "Server status could not be loaded",
"topQueriedDomains": "Top queried domains",
"topQueriedDomains": "Queried domains",
"viewMore": "View more",
"topClients": "Top clients",
"topBlockedDomains": "Top blocked domains",
"topClients": "Cients",
"topBlockedDomains": "Blocked domains",
"appSettings": "App settings",
"theme": "Theme",
"light": "Light",
@ -662,5 +662,8 @@
"topItemsOrderDescription": "Order the home screen top items lists",
"topItemsReorderInfo": "Hold and swipe an item to reorder it.",
"discardChanges": "Discard changes",
"discardChangesDescription": "Are you sure you want to discard the changes?"
"discardChangesDescription": "Are you sure you want to discard the changes?",
"others": "Others",
"showChart": "Show chart",
"hideChart": "Hide chart"
}