design: Adjust settings design

This commit is contained in:
krille-chan 2024-04-14 11:48:51 +02:00
commit e11195f4fc
No known key found for this signature in database
14 changed files with 217 additions and 116 deletions

View file

@ -1384,6 +1384,9 @@
"type": "text",
"placeholders": {}
},
"overview": "Overview",
"notifyMeFor": "Notify me for",
"passwordRecoverySettings": "Password recovery settings",
"passwordRecovery": "Password recovery",
"@passwordRecovery": {
"type": "text",
@ -2602,5 +2605,10 @@
"unread": {}
}
},
"noDatabaseEncryption": "Database encryption is not supported on this platform"
"noDatabaseEncryption": "Database encryption is not supported on this platform",
"thereAreCountUsersBlocked": "Right now there are {count} users blocked.",
"@thereAreCountUsersBlocked": {
"type": "text",
"count": {}
}
}