More accurate firemap legend
This commit is contained in:
parent
5e9e6896c0
commit
a8dc8a6b58
3 changed files with 7 additions and 3 deletions
|
|
@ -207,8 +207,10 @@ class FiresMap extends React.Component {
|
|||
<Fragment><Trans parent="span" i18nKey="activeFireInMapCount">En rojo, <strong>{{ count: this.props.activefires.length + this.props.firealerts.length }}</strong> fuegos activos en el mapa. Hay un total de <strong>{{ countTotal: this.props.activefirestotal }}</strong> fuegos activos detectados en todo el mundo por la NASA.</Trans> <Trans>Datos actualizados <FromNow when={this.props.lastCheck} />.</Trans></Fragment>
|
||||
}
|
||||
</p>
|
||||
{isNotHomeAndMobile &&
|
||||
{isNotHomeAndMobile && this.props.firealerts.length > 0 &&
|
||||
<p className="firesmap-legend"><Trans parent="span" i18nKey="activeNeigFireInMapCount">En naranja, los fuegos notificados por nuestros usuarios/as recientemente.</Trans></p> }
|
||||
{isNotHomeAndMobile && this.props.firealerts.length === 0 &&
|
||||
<p className="firesmap-legend"><Trans parent="span" i18nKey="noActiveNeigFireInMap">No hay fuegos notificados recientemente por nuestros usuarios/as en esta zona.</Trans></p> }
|
||||
</Col>
|
||||
<Col xs={12} sm={6} md={6} lg={6}>
|
||||
{isNotHomeAndMobile &&
|
||||
|
|
|
|||
|
|
@ -216,5 +216,6 @@
|
|||
"Sobre '{{appName}}'":
|
||||
"About '{{appName}}'",
|
||||
"¿Vecindarios vigilando y combatiendo fuegos? ¿de qué va todo esto?":
|
||||
"Neighborhoods monitoring and fighting fires? What is all this about?"
|
||||
"Neighborhoods monitoring and fighting fires? What is all this about?",
|
||||
"noActiveNeigFireInMap": "There are no fires recently reported by our users in this area."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -303,5 +303,6 @@
|
|||
"Sobre '{{appName}}'":
|
||||
"Sobre '{{appName}}'",
|
||||
"¿Vecindarios vigilando y combatiendo fuegos? ¿de qué va todo esto?":
|
||||
"¿Vecindarios vigilando y combatiendo fuegos? ¿de qué va todo esto?"
|
||||
"¿Vecindarios vigilando y combatiendo fuegos? ¿de qué va todo esto?",
|
||||
"noActiveNeigFireInMap": "No hay fuegos notificados recientemente por nuestros usuarios/as en esta zona."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue