fix(translations): hash translation

This commit is contained in:
Alexey Kasyanchuk 2018-07-29 22:16:13 +03:00
parent 1442a65c6e
commit 1cec380202
4 changed files with 7 additions and 4 deletions

View File

@ -283,7 +283,7 @@ class Search extends Component {
}
<TextField
style={{marginTop: -12}}
hintText={__('Search torrent or file')}
hintText={__('Search torrent or file') + ' ' + __('or with hash')}
floatingLabelText={__('What to search?')}
fullWidth={true}
ref='searchInput'

View File

@ -184,6 +184,7 @@
"Torrents to clean": "Torrents to clean",
"calculation": "calculation",
"removing": "removing",
"Torrents cleaned": "Torrents cleaned"
"Torrents cleaned": "Torrents cleaned",
"or with hash": "or with hash"
}
}

View File

@ -184,6 +184,7 @@
"Torrents to clean": "Торрентов для очистки",
"calculation": "подсчитывается",
"removing": "удаляется",
"Torrents cleaned": "Torrents cleaned"
"Torrents cleaned": "Торренты очещены",
"or with hash": "или по хэшу"
}
}

View File

@ -184,6 +184,7 @@
"Torrents to clean": "Torrents to clean",
"calculation": "calculation",
"removing": "removing",
"Torrents cleaned": "Torrents cleaned"
"Torrents cleaned": "Torrents cleaned",
"or with hash": "or with hash"
}
}