Last active
June 30, 2016 00:18
-
-
Save mayra-cabrera/67788d0dc5c6627034782c094c3c0de7 to your computer and use it in GitHub Desktop.
Distance in words spanish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date: | |
abbr_day_names: | |
- dom | |
- lun | |
- mar | |
- mié | |
- jue | |
- vie | |
- sáb | |
abbr_month_names: | |
- | |
- ene | |
- feb | |
- mar | |
- abr | |
- may | |
- jun | |
- jul | |
- ago | |
- sep | |
- oct | |
- nov | |
- dic | |
day_names: | |
- domingo | |
- lunes | |
- martes | |
- miércoles | |
- jueves | |
- viernes | |
- sábado | |
formats: | |
default: "%d/%m/%Y" | |
long: "%A, %d de %B de %Y" | |
short: "%d de %b" | |
month_names: | |
- | |
- enero | |
- febrero | |
- marzo | |
- abril | |
- mayo | |
- junio | |
- julio | |
- agosto | |
- septiembre | |
- octubre | |
- noviembre | |
- diciembre | |
order: | |
- :day | |
- :month | |
- :year | |
datetime: | |
distance_in_words: | |
about_x_hours: | |
one: cerca de 1 hora | |
other: cerca de %{count} horas | |
about_x_months: | |
one: cerca de 1 mes | |
other: cerca de %{count} meses | |
about_x_years: | |
one: cerca de 1 año | |
other: cerca de %{count} años | |
almost_x_years: | |
one: casi 1 año | |
other: casi %{count} años | |
half_a_minute: medio minuto | |
less_than_x_minutes: | |
one: menos de 1 minuto | |
other: menos de %{count} minutos | |
less_than_x_seconds: | |
one: menos de 1 segundo | |
other: menos de %{count} segundos | |
over_x_years: | |
one: más de 1 año | |
other: más de %{count} años | |
x_days: | |
one: 1 día | |
other: "%{count} días" | |
x_minutes: | |
one: 1 minuto | |
other: "%{count} minutos" | |
x_months: | |
one: 1 mes | |
other: "%{count} meses" | |
x_seconds: | |
one: 1 segundo | |
other: "%{count} segundos" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment