mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-17 15:52:09 +03:00
feat(i18n): updated Italian
This commit is contained in:
parent
0b2bca27c5
commit
beeedcfbcc
3 changed files with 15 additions and 5 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated Turkish
|
- Updated Turkish
|
||||||
|
- Updated Italian
|
||||||
|
|
||||||
## [3.8.0] - 02.08.2023
|
## [3.8.0] - 02.08.2023
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,8 @@ disable-mhypbase-description = Sperimentale. Se abiliata, il launcher disabilite
|
||||||
ask-superuser-permissions = Chiedi permessi di amministratore
|
ask-superuser-permissions = Chiedi permessi di amministratore
|
||||||
ask-superuser-permissions-description = Il launcher li userà per aggiornare automaticamente il tuo file hosts. Questo non è necessario nell'edizione flatpak
|
ask-superuser-permissions-description = Il launcher li userà per aggiornare automaticamente il tuo file hosts. Questo non è necessario nell'edizione flatpak
|
||||||
|
|
||||||
launcher-behavior = Launcher behavior
|
launcher-behavior = Comportamento del launcher
|
||||||
launcher-behavior-description = What should launcher window do when it starts the game
|
launcher-behavior-description = Cosa dovrebbe fare il launcher quando fa partire il gioco
|
||||||
|
|
||||||
wine-tools = Strumenti di Wine
|
wine-tools = Strumenti di Wine
|
||||||
command-line = Linea di comando
|
command-line = Linea di comando
|
||||||
|
|
|
@ -17,9 +17,18 @@ wish-url = Apri i desideri
|
||||||
about = Informazioni
|
about = Informazioni
|
||||||
|
|
||||||
|
|
||||||
close = Chiudi
|
close = { $commandType ->
|
||||||
hide = Hide
|
[verb] Chiudersi
|
||||||
nothing = Nothing
|
*[noun] Chiudi
|
||||||
|
}
|
||||||
|
|
||||||
|
hide = { $commandType ->
|
||||||
|
[verb] Nascondersi
|
||||||
|
*[noun] Nascondi
|
||||||
|
}
|
||||||
|
|
||||||
|
nothing = Nulla
|
||||||
|
|
||||||
save = Salva
|
save = Salva
|
||||||
continue = Continua
|
continue = Continua
|
||||||
resume = Riprendi
|
resume = Riprendi
|
||||||
|
|
Loading…
Add table
Reference in a new issue