False positives in fire notifications

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-04 11:19:54 +02:00
parent 845c38bf04
commit 76085dcb2f
7 changed files with 107 additions and 27 deletions

View file

@ -66,5 +66,11 @@
"CLOSE": "CLOSE",
"noConnectivity": "This application needs an Internet connection to work",
"NASAAck": "We acknowledge the use of data and imagery from LANCE FIRMS operated by the NASA/GSFC/Earth Science Data and Information System (ESDIS) with funding provided by NASA/HQ.",
"appMoto": "Strengthening neighborhoods against wildfires"
"appMoto": "Strengthening neighborhoods against wildfires",
"itSeemsNotAtForesFire": "It seems that this is not a forest fire.",
"notAWildfire": "Isn't that a forest fire?",
"itSeemsAIndustry": "It's an industry",
"itSeemsAControlledBurning": "It's a controlled burning",
"itSeemsAFalseAlarm": "It seems a false alarm",
"thanksForParticipating": "Thanks for participating"
}

View file

@ -66,5 +66,11 @@
"CLOSE": "CERRAR",
"noConnectivity": "Esta aplicación necesita una conexión a Internet para funcionar",
"NASAAck": "Reconocemos el uso de datos e imágenes de LANCE FIRMS operadas por NASA/GSFC/Earth Science Data and Information System (ESDIS) con fondos proporcionados por NASA/HQ.",
"appMoto": "Fortaleciendo vecindarios contra incendios forestales"
"appMoto": "Fortaleciendo vecindarios contra incendios forestales",
"itSeemsNotAtForesFire": "Parece que este fuego no es un fuego forestal.",
"notAWildfire": "¿No es un fuego forestal?",
"itSeemsAIndustry": "Es una industria",
"itSeemsAControlledBurning": "Es una quema controlada",
"itSeemsAFalseAlarm": "Parece una falsa alarma",
"thanksForParticipating": "Gracias por Participar"
}