More work with fire stats

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-01 22:47:18 +02:00
parent 74b0d37839
commit 367df46f7e
6 changed files with 46 additions and 17 deletions

View file

@ -15,7 +15,9 @@
"confirm": "Confirm",
"unsubscribe": "Unsubscribe",
"firesAroundThisArea": "$numFires fires at $kmAround км around this area",
"fireAroundThisArea": "A fire at $kmAround км around this area",
"noFiresAroundThisArea": "There is no fires at $kmAround км around this area",
"noFiresAround": "There is no fires",
"activeFiresWorldWide": "$activeFires active fires worldwide",
"updatedLastCheck": "Updated $lastCheck",
"appLicense": "(c) 2017-$thisYear Comunes Association under the GNU Affero GPL v3",

View file

@ -15,6 +15,8 @@
"confirm": "Confirmar",
"unsubscribe": "Desuscríbete",
"firesAroundThisArea": "$numFires fuegos a $kmAround км a la redonda",
"fireAroundThisArea": "Un fuego a $kmAround км a la redonda",
"noFiresAround": "Sin fuegos",
"noFiresAroundThisArea": "No hay fuegos a $kmAround км a la redonda",
"activeFiresWorldWide": "$activeFires fuegos activos en el mundo",
"updatedLastCheck": "Actualizado $lastCheck",