Create cosmic_applet_notifications.ftl
This commit is contained in:
parent
b9a868eed8
commit
06f575677e
1 changed files with 14 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 Hora atrás
|
||||
*[other] {$duration} Horas atrás
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 Minuto atrás
|
||||
*[other] {$duration} Minutos atrás
|
||||
}
|
||||
show-less = Mostrar menos
|
||||
show-more = Mostrar {$more} mais
|
||||
clear-all = Limpar todas as notificações
|
||||
do-not-disturb = Não incomodar
|
||||
notification-settings = Definições de notificações...
|
||||
no-notifications = Sem notificações
|
||||
Loading…
Add table
Add a link
Reference in a new issue