Create cosmic_applet_notifications.ftl
This commit is contained in:
parent
62141ac223
commit
cb3a7d8381
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
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-group = Borrar grupo
|
||||
clear-all = Borrar todas las notificaciones
|
||||
do-not-disturb = No molestar
|
||||
notification-settings = Configuración de notificaciones...
|
||||
no-notifications = No hay notificaciones
|
||||
Loading…
Add table
Add a link
Reference in a new issue