fix(translations): hash translation
This commit is contained in:
parent
1442a65c6e
commit
1cec380202
@ -283,7 +283,7 @@ class Search extends Component {
|
|||||||
}
|
}
|
||||||
<TextField
|
<TextField
|
||||||
style={{marginTop: -12}}
|
style={{marginTop: -12}}
|
||||||
hintText={__('Search torrent or file')}
|
hintText={__('Search torrent or file') + ' ' + __('or with hash')}
|
||||||
floatingLabelText={__('What to search?')}
|
floatingLabelText={__('What to search?')}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
ref='searchInput'
|
ref='searchInput'
|
||||||
|
@ -184,6 +184,7 @@
|
|||||||
"Torrents to clean": "Torrents to clean",
|
"Torrents to clean": "Torrents to clean",
|
||||||
"calculation": "calculation",
|
"calculation": "calculation",
|
||||||
"removing": "removing",
|
"removing": "removing",
|
||||||
"Torrents cleaned": "Torrents cleaned"
|
"Torrents cleaned": "Torrents cleaned",
|
||||||
|
"or with hash": "or with hash"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -184,6 +184,7 @@
|
|||||||
"Torrents to clean": "Торрентов для очистки",
|
"Torrents to clean": "Торрентов для очистки",
|
||||||
"calculation": "подсчитывается",
|
"calculation": "подсчитывается",
|
||||||
"removing": "удаляется",
|
"removing": "удаляется",
|
||||||
"Torrents cleaned": "Torrents cleaned"
|
"Torrents cleaned": "Торренты очещены",
|
||||||
|
"or with hash": "или по хэшу"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -184,6 +184,7 @@
|
|||||||
"Torrents to clean": "Torrents to clean",
|
"Torrents to clean": "Torrents to clean",
|
||||||
"calculation": "calculation",
|
"calculation": "calculation",
|
||||||
"removing": "removing",
|
"removing": "removing",
|
||||||
"Torrents cleaned": "Torrents cleaned"
|
"Torrents cleaned": "Torrents cleaned",
|
||||||
|
"or with hash": "or with hash"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user