1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Translation update, updating inline div tags and placeHolder attributes

This commit is contained in:
nitsua
2020-09-05 14:46:39 -04:00
committed by Qstick
parent 914d8f9937
commit f286f99bb6
53 changed files with 313 additions and 96 deletions
@@ -50,7 +50,9 @@ function EditImportExclusionModalContent(props) {
{
!isFetching && !!error &&
<div>Unable to add a new list exclusion, please try again.</div>
<div>
{translate('UnableToAddANewListExclusionPleaseTryAgain')}
</div>
}
{
@@ -43,7 +43,9 @@ class AddImportListModalContent extends Component {
{
!isSchemaFetching && !!schemaError &&
<div>Unable to add a new list, please try again.</div>
<div>
{translate('UnableToAddANewListPleaseTryAgain')}
</div>
}
{
@@ -51,8 +53,12 @@ class AddImportListModalContent extends Component {
<div>
<Alert kind={kinds.INFO}>
<div>Radarr supports any RSS movie lists as well as the one stated below.</div>
<div>For more information on the individual importLists, clink on the info buttons.</div>
<div>
{translate('RadarrSupportsAnyRSSMovieListsAsWellAsTheOneStatedBelow')}
</div>
<div>
{translate('ForMoreInformationOnTheIndividualImportListsClinkOnTheInfoButtons')}
</div>
</Alert>
{
@@ -63,7 +63,9 @@ function EditImportListModalContent(props) {
{
!isFetching && !!error &&
<div>Unable to add a new list, please try again.</div>
<div>
{translate('UnableToAddANewListPleaseTryAgain')}
</div>
}
{
@@ -35,7 +35,9 @@ function ImportListOptions(props) {
{
!isFetching && error &&
<div>Unable to load list options</div>
<div>
{translate('UnableToLoadListOptions')}
</div>
}
{