14 lines
420 B
Text
14 lines
420 B
Text
hours-ago = { NUMBER($duration) ->
|
|
[1] Hace 1 hora
|
|
*[other] Hace {$duration} horas
|
|
}
|
|
minutes-ago = { NUMBER($duration) ->
|
|
[1] Hace 1 minuto
|
|
*[other] Hace {$duration} minutos
|
|
}
|
|
show-less = Mostrar menos
|
|
show-more = Mostrar {$more} más
|
|
clear-all = Borrar todas las notificaciones
|
|
do-not-disturb = No molestar
|
|
notification-settings = Ajustes de notificaciones...
|
|
no-notifications = No hay notificationes
|