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:
bakerboy448
2022-01-16 21:53:43 +00:00
committed by ta264
parent bc3764dcda
commit 94adb4d582
16 changed files with 117 additions and 80 deletions
+6 -2
View File
@@ -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>