Add missing keys to the right app.json
This commit is contained in:
parent
40f20641bc
commit
5a7ee4c9e6
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue