mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Added Various Missing Translations
cleanup en.json of unused translates Fixes #1397 Closes Sonarr PR # 4791 'Fixed: Better wording of MissingFromDisk'
This commit is contained in:
@@ -167,7 +167,9 @@ class AddNewItem extends Component {
|
||||
{
|
||||
!isFetching && !error && !items.length && !!term &&
|
||||
<div className={styles.message}>
|
||||
<div className={styles.noResults}>Couldn't find any results for '{term}'</div>
|
||||
<div className={styles.noResults}>
|
||||
{translate('CouldntFindAnyResultsForTerm', [term])}
|
||||
</div>
|
||||
<div>
|
||||
You can also search using the
|
||||
<Link to="https://goodreads.com"> Goodreads ID </Link>
|
||||
@@ -179,7 +181,9 @@ class AddNewItem extends Component {
|
||||
{
|
||||
!term &&
|
||||
<div className={styles.message}>
|
||||
<div className={styles.helpText}>It's easy to add a new author or book, just start typing the name of the item you want to add.</div>
|
||||
<div className={styles.helpText}>
|
||||
{translate('ItsEasyToAddANewAuthorOrBookJustStartTypingTheNameOfTheItemYouWantToAdd')}
|
||||
</div>
|
||||
<div>
|
||||
You can also search using the
|
||||
<Link to="https://goodreads.com"> Goodreads ID </Link>
|
||||
|
||||
Reference in New Issue
Block a user