i18n(it): translation improvements
This commit is contained in:
parent
4fc2c93664
commit
d22d4274ec
10 changed files with 117 additions and 7 deletions
|
|
@ -0,0 +1,14 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 ora fa
|
||||
*[other] {$duration} Ore fa
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 minuto fa
|
||||
*[other] {$duration} Minuti fa
|
||||
}
|
||||
show-less = Mostra di meno
|
||||
show-more = Mostrane {$more} in più
|
||||
clear-all = Elimina tutte le notifiche
|
||||
do-not-disturb = Non disturbare
|
||||
notification-settings = Impostazioni di notifica...
|
||||
no-notifications = Nessuna notifica presente
|
||||
Loading…
Add table
Add a link
Reference in a new issue