You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.9 KiB
84 lines
1.9 KiB
6 years ago
|
/* No comment provided by engineer. */
|
||
|
"%d days ago" = "Hace %d días";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d hours ago" = "Hace %d horas";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d minutes ago" = "Hace %d minutos";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d months ago" = "Hace %d meses";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d seconds ago" = "Hace %d segundos";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d weeks ago" = "Hace %d semanas";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"%d years ago" = "Hace %d años";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"A minute ago" = "Hace un minuto";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"An hour ago" = "Hace una hora";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Just now" = "Ahora mismo";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Last month" = "El mes pasado";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Last week" = "La semana pasada";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Last year" = "El año pasado";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Yesterday" = "Ayer";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"1 year ago" = "Hace un año";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"1 month ago" = "Hace un mes";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"1 week ago" = "Hace una semana";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"1 day ago" = "Hace un día";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"1 hour ago" = "Hace 1 hora";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"This morning" = "Esta mañana";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"This afternoon" = "Esta tarde";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"Today" = "Hoy";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"This week" = "Esta semana";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"This month" = "Este mes";
|
||
|
|
||
|
/* No comment provided by engineer. */
|
||
|
"This year" = "Este año";
|
||
|
|
||
|
/* Short format for */
|
||
|
"%dy" = "%da"; // year
|
||
|
"%dM" = "%dM"; // month
|
||
|
"%dw" = "%dS"; // week
|
||
|
"%dd" = "%dd"; // day
|
||
|
"%dh" = "%dh"; // hour
|
||
|
"%dm" = "%dm"; // minute
|
||
|
"%ds" = "%ds"; // second
|