feat: Improved search

This commit is contained in:
Christian Kußowski 2025-11-08 09:48:26 +01:00
commit fa012027e3
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
9 changed files with 431 additions and 506 deletions

View file

@ -3466,5 +3466,15 @@
"skipChatBackup": "Skip chat backup",
"skipChatBackupWarning": "Are you sure? Without enabling the chat backup you may lose access to your messages if you switch your device.",
"loadingMessages": "Loading messages",
"setupChatBackup": "Set up chat backup"
"setupChatBackup": "Set up chat backup",
"noMoreResultsFound": "No more results found",
"chatSearchedUntil": "Chat searched until {time}",
"@chatSearchedUntil": {
"type": "String",
"placeholders": {
"time": {
"type": "String"
}
}
}
}