Moment translation

This commit is contained in:
vjrj 2018-06-27 10:24:50 +02:00
parent eb851a8069
commit ff6a0c9626
5 changed files with 132 additions and 4 deletions

View file

@ -29,5 +29,18 @@
"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"
"warningThisIsAVeryLargeArea": "Warning: this is a very large area",
"aF3wSeconds": "a few seconds",
"aMinute": "a minute",
"inMinutes": "$value minutes",
"anHour": "an hour",
"inHours": "$value hours",
"aDay": "a day",
"inDays": "$value days",
"aMonth": "a month",
"inMonths": "$value months",
"aYear": "a year",
"inYears": "$value years",
"somethingAgo": "$something ago",
"inSomething": "in $something"
}

View file

@ -29,5 +29,18 @@
"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"
"warningThisIsAVeryLargeArea": "Cuidado: esta zona es muy grande",
"aF3wSeconds": "unos segundos",
"aMinute": "un minuto",
"inMinutes": "$value minutos",
"anHour": "una hora",
"inHours": "$value horas",
"aDay": "un día",
"inDays": "$value días",
"aMonth": "un mes",
"inMonths": "$value meses",
"aYear": "un año",
"inYears": "$value años",
"somethingAgo": "hace $something",
"inSomething": "en $something"
}