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