Merge pull request #2325 from krille-chan/krille/improved-search
feat: Improved search
This commit is contained in:
commit
b7374ff7f8
9 changed files with 431 additions and 506 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue