mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +03:00
f7cb1e7d24
- added some buttons to settings menu + winetricks + winecfg + launcher folder + game folder - made `Button` component - fixed textarea and input background in dark theme in tables From previous commits: - made outdated files deletion - reworked runners selection list - removed `purge_dxvk_logs` config - added `purge_logs.game` and `purge_logs.launcher` configs - now launcher can delete its own old log files - made DXVK logs deletion option works - `Patch/Stream`'s `patchFinish()` callback now have `result: boolean` argument which indicates whether the patch was successfully applied - `Patch/Stream` now also logs patch script output - if the patch wasn't successfully applied - then `ApplyPatch` script will show user a notification about it - also was fixed notification icon in telemetry checking - fixed typo in notahuman's shaders
134 lines
No EOL
3.2 KiB
YAML
134 lines
No EOL
3.2 KiB
YAML
# Splash window
|
|
splash:
|
|
title: Caricando il launcher
|
|
phrases:
|
|
- Facendo attività molto importanti...
|
|
- Bullizzando Paimon...
|
|
- Pullando per Yae...
|
|
|
|
# Launcher window
|
|
launcher:
|
|
predownload: Pre-scarica l'aggiornamento
|
|
|
|
# Settings window
|
|
settings:
|
|
# General
|
|
general:
|
|
title: Generale
|
|
items:
|
|
# Language selection
|
|
lang:
|
|
# Launcher language
|
|
launcher:
|
|
title: Launcher
|
|
items:
|
|
en-us: English (US)
|
|
ru-ru: Русский
|
|
de-de: Deutsch
|
|
fr-fr: Français
|
|
es-es: Español
|
|
it-it: Italiano
|
|
vi-vn: Tiếng Việt
|
|
|
|
# Game voice pack language
|
|
voice:
|
|
title: Doppiaggio
|
|
tooltip: Dovrai manualmente configurare il voice pack in gioco
|
|
items:
|
|
en-us: Inglese (US)
|
|
ja-jp: Giapponese
|
|
ko-kr: Coreano
|
|
zn-cn: Cinese
|
|
|
|
# Launcher theme
|
|
theme:
|
|
title: Tema
|
|
items:
|
|
system: Sistema
|
|
light: Chiaro
|
|
dark: Scuro
|
|
|
|
# Discord RPC
|
|
discord:
|
|
title: Integrazione Discord
|
|
settings:
|
|
title: Impostazioni di integrazione con Discord
|
|
items:
|
|
timer: Mostra il tempo di gioco
|
|
in-launcher: Testo nel launcher
|
|
in-game: Testo in gioco
|
|
|
|
# Some buttons
|
|
buttons:
|
|
winetricks: winetricks
|
|
winecfg: winecfg
|
|
launcher: launcher folder
|
|
game: game folder
|
|
|
|
# Enhancements
|
|
enhancements:
|
|
title: Miglioramenti
|
|
items:
|
|
# HUD
|
|
hud:
|
|
title: Interfaccia
|
|
items:
|
|
none: None
|
|
dxvk: DXVK
|
|
mangohud: MangoHUD
|
|
|
|
# GameMode
|
|
gamemode:
|
|
title: Usa GameMode
|
|
tooltip: È un software che può migliorare le prestazioni in gioco
|
|
|
|
# Unlock FPS
|
|
fps_unlocker:
|
|
title: Sblocca gli FPS
|
|
tooltip: Questa opzione rimuoverà la limitazione di 60 FPS in gioco
|
|
|
|
# Delete DXVK logs
|
|
purge_logs:
|
|
# Game logs (DXVK)
|
|
game:
|
|
title: Cancella i log DXVK
|
|
tooltip: Con questa opzione attiva, il launcher cancellerà automaticamente i file di log DXVK
|
|
|
|
# Launcher logs
|
|
launcher:
|
|
title: Cancella i log del launcher
|
|
tooltip: Quantità di tempo dopo cui il launcher eliminerà i vecchi file di log
|
|
items:
|
|
1d: 1 giorno
|
|
3d: 3 giorni
|
|
5d: 5 giorni
|
|
7d: 1 settimana
|
|
14d: 2 settimane
|
|
never: Mai
|
|
|
|
# Runners
|
|
runners:
|
|
title: Versione di Wine
|
|
items:
|
|
recommended:
|
|
title: Mostra solo le consigliate
|
|
tooltip: Questa opzione nasconderà le versioni di Wine non giocabili
|
|
|
|
# DXVKs
|
|
dxvks:
|
|
title: DXVK
|
|
items:
|
|
recommended:
|
|
title: Mostra solo le consigliate
|
|
tooltip: Questa opzione nasconderà le vecchie versioni di DXVK
|
|
|
|
# Shaders
|
|
shaders:
|
|
title: Shaders
|
|
items:
|
|
shaders:
|
|
title: Shaders
|
|
tooltip: Usa il bottone Home per attivare/disattivare le shaders in gioco
|
|
items:
|
|
none: None
|
|
custom: Custom |