ui: Add result count to string view (#353)

* Add result count to string view

* Localization

* formating and logic fix
This commit is contained in:
qdlmcfresh
2021-11-30 21:02:37 +01:00
committed by GitHub
parent e8bc94a25a
commit 0da31b6bbb
3 changed files with 10 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ namespace hex::plugin::builtin {
{ "hex.view.strings.filter", "Filter" },
{ "hex.view.strings.extract", "Extrahieren" },
{ "hex.view.strings.regex_error", "Ungültiges Regex" },
{ "hex.view.strings.results", "{0} Ergebnisse" },
{ "hex.view.strings.searching", "Suchen..." },
{ "hex.view.strings.offset", "Offset" },
{ "hex.view.strings.size", "Grösse" },