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