Add missing keys to the right app.json

This commit is contained in:
Nathan Mattes 2023-09-20 19:39:09 +02:00
parent 40f20641bc
commit 5a7ee4c9e6
1 changed files with 3 additions and 7 deletions

View File

@ -651,19 +651,15 @@
}
},
"searching": {
"posts": "Posts matching \"%@\"",
"people": "People matching \"%@\"",
"hashtag": "Go to #%@",
"posts": "Posts with \"%@\"",
"people": "People with \"%@\"",
"profile": "Go to @%@@%@",
"url": "Open Link",
"empty_state": {
"no_results": "No results"
},
"no_user": {
"title": "No User Account Found",
"message": "There's no Useraccount \"%@\" on %@"
}
"recent_search": "Recent searches",
"clear_all": "Clear all",
"clear": "Clear"
}
},