feat: New simplified lockscreen design

This commit is contained in:
krille-chan 2023-09-23 07:49:34 +02:00
commit 90789d9feb
No known key found for this signature in database
4 changed files with 121 additions and 76 deletions

View file

@ -2519,5 +2519,13 @@
"invite": "Invite",
"requests": "Requests",
"inviteGroupChat": "📨 Invite group chat",
"invitePrivateChat": "📨 Invite private chat"
"invitePrivateChat": "📨 Invite private chat",
"invalidInput": "Invalid input!",
"wrongPinEntered": "Wrong pin entered! Try again in {seconds} seconds...",
"@wrongPinEntered": {
"type": "text",
"placeholders": {
"seconds": {}
}
}
}