design: Redesign permissions settings with dropdownbuttons

This commit is contained in:
krille-chan 2024-04-15 09:32:06 +02:00
commit ac7e424b7b
No known key found for this signature in database
4 changed files with 68 additions and 38 deletions

View file

@ -2525,6 +2525,13 @@
"@thisDevice": {},
"initAppError": "An error occured while init the app",
"@initAppError": {},
"minimumPowerLevel": "{level} is the minimum power level.",
"@minimumPowerLevel": {
"type": "text",
"placeholders": {
"level": {}
}
},
"databaseBuildErrorBody": "Unable to build the SQlite database. The app tries to use the legacy database for now. Please report this error to the developers at {url}. The error message is: {error}",
"@databaseBuildErrorBody": {
"type": "text",