i18n(it): translation improvements

This commit is contained in:
Gabriele 2024-03-15 16:23:41 +01:00 committed by Jeremy Soller
parent 4fc2c93664
commit d22d4274ec
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
10 changed files with 117 additions and 7 deletions

View file

@ -0,0 +1,21 @@
power = Energia
settings = Impostazioni...
lock-screen = Schermata di blocco
lock-screen-shortcut = Super + ESC
log-out = Disconnetti
log-out-shortcut = Ctrl + Alt + CANC
suspend = Sospendi
restart = Riavvia
shutdown = Spegni
confirm = Conferma
cancel = Annulla
confirm-question =
Confermi? { $action ->
[restart] { restart }
[suspend] { suspend }
[shutdown] { shutdown }
[lock-screen] Blocco schermo in corso
[log-out] Disconnessione in corso
*[other] L'azione selezionata
} verrà eseguita tra { $countdown } secondi.