fix(translations): hash translation
This commit is contained in:
parent
1442a65c6e
commit
1cec380202
@ -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'
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
@ -184,6 +184,7 @@
|
||||
"Torrents to clean": "Торрентов для очистки",
|
||||
"calculation": "подсчитывается",
|
||||
"removing": "удаляется",
|
||||
"Torrents cleaned": "Torrents cleaned"
|
||||
"Torrents cleaned": "Торренты очещены",
|
||||
"or with hash": "или по хэшу"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user