i18n (wip)

This commit is contained in:
vjrj 2018-06-26 16:50:05 +02:00
parent cee04a3d12
commit 6488957148
17 changed files with 368 additions and 191 deletions

33
res/values/strings_en.arb Normal file
View file

@ -0,0 +1,33 @@
{
"AvoidThisStringsIfisNotPlural": "Zero One Two Few Many Other",
"appName": "All Against The Fire!",
"addYourCurrentPosition": "Add your current position",
"addSomePlace": "Add some other place",
"addedThisLocation": "You have already added this location",
"firesNearPlace": "Fires near other place",
"firesInTheWorld": "Active fires in the world",
"firesInYourPlaces": "Active fires in your places",
"youDeletedThisPlace": "You deleted this place",
"UNDO": "UNDO",
"toDeleteThisPlace": "Slide horizontally to delete this place",
"toFiresNotifications": "Subscribe to fires notifications",
"confirm": "Confirm",
"unsubscribe": "Unsubscribe",
"firesAroundThisArea": "$numFires fires at $kmAround км around this area",
"noFiresAroundThisArea": "There is no fires at $kmAround км around this area",
"activeFiresWorldWide": "$activeFires active fires worldwide",
"updatedLastCheck": "Updated $lastCheck",
"appLicense": "(c) 2017-$thisYear Comunes Association under the GNU Affero GPL v3",
"activeFires": "Active fires",
"notifyAFire": "Notify a fire",
"supportThisInitiative": "Support this initiative",
"chooseAPlace": "Choose a place",
"chooseAWatchRadio": "Choose a watch radio",
"getAlertsOfFiresinThatArea": "Get alerts of fires in that area",
"alertWhenThereIsAFire": "Alert when there is a fire",
"notPermsUbication": "We don't have permission to get your location",
"isYourUbicationEnabled": "I cannot get your current location. It's your ubication enabled?",
"typeTheNameOfAPlace": "Type the name of a place, region, etc",
"subscribeToValueAroundThisArea": "Subscribe to $sliderValue км around this area",
"warningThisIsAVeryLargeArea": "Warning: this is a very large area"
}

33
res/values/strings_es.arb Normal file
View file

@ -0,0 +1,33 @@
{
"AvoidThisStringsIfisNotPlural": "Zero One Two Few Many Other",
"appName": "¡Tod@s contra el Fuego!",
"addYourCurrentPosition": "Añade tu ubicación actual",
"addSomePlace": "Añade otro lugar",
"addedThisLocation": "Ya has añadido este lugar antes",
"firesNearPlace": "Fuegos cercanos a ti",
"firesInTheWorld": "Fuegos en el mundo",
"firesInYourPlaces": "Fuegos en tus lugares",
"youDeletedThisPlace": "Has borrado este lugar",
"UNDO": "DESHACER",
"toDeleteThisPlace": "Desliza horizontalmente para borrar este lugar",
"toFiresNotifications": "Suscríbete a alertas de fuegos",
"confirm": "Confirmar",
"unsubscribe": "Desuscríbete",
"firesAroundThisArea": "$numFires fuegos a $kmAround км a la redonda",
"noFiresAroundThisArea": "No hay fuegos a $kmAround км a la redonda",
"activeFiresWorldWide": "$activeFires fuegos activos en el mundo",
"updatedLastCheck": "Actualizado $lastCheck",
"appLicense": "(c) 2017-$thisYear Asociación Comunes bajo licencia GNU Affero GPL v3",
"activeFires": "Fuegos activos",
"notifyAFire": "Notificar un fuego",
"supportThisInitiative": "Apoya esta iniciativa",
"chooseAPlace": "Elige un lugar",
"chooseAWatchRadio": "Elige un radio de vigilancia",
"getAlertsOfFiresinThatArea": "Recibe alertas de fuegos en esa zona",
"alertWhenThereIsAFire": "Alerta cuando hay un fuego",
"notPermsUbication": "No tenemos permisos para conocer tu ubicación",
"isYourUbicationEnabled": "No podemos saber tu ubicación actual. ¿Están los servicios de ubicación en tu móvil activados?",
"typeTheNameOfAPlace": "Escribe el nombre de un lugar, zona, etc",
"subscribeToValueAroundThisArea": "Suscríbete a $sliderValue км a la redonda",
"warningThisIsAVeryLargeArea": "Cuidado: esta zona es muy grande"
}