mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-11 11:27:20 +03:00
082b596421
- fixed `runners.json` `Wine-6.16-GE-1` URI - added recommendable only checkboxes for DXVK and runners lists - fixed empty config property creation - added runners installation, deletion and selection abilities - `Runners.current` field was reworked as a `Runners.current()` method to be able to change selected runner according to the config file
61 lines
No EOL
1.1 KiB
YAML
61 lines
No EOL
1.1 KiB
YAML
settings:
|
|
# General
|
|
general:
|
|
title: General
|
|
items:
|
|
# Language selection
|
|
lang:
|
|
# Launcher language
|
|
launcher:
|
|
title: Launcher
|
|
items:
|
|
en-us: English (US)
|
|
ru-ru: Русский
|
|
|
|
# Game voice pack language
|
|
voice:
|
|
title: Voice pack
|
|
items:
|
|
en-us: English (US)
|
|
ja-jp: Japanese
|
|
ko-kr: Korean
|
|
zn-cn: Chinese
|
|
|
|
# Launcher theme
|
|
theme:
|
|
title: Theme
|
|
items:
|
|
system: System
|
|
light: Light
|
|
dark: Dark
|
|
|
|
discord: Discord RPC
|
|
dxvks: DXVK
|
|
|
|
# Enhancements
|
|
enhancements:
|
|
title: Enhancements
|
|
items:
|
|
# HUD
|
|
hud:
|
|
title: HUD
|
|
items:
|
|
none: None
|
|
dxvk: DXVK
|
|
mangohud: MangoHUD
|
|
|
|
gamemode: GameMode
|
|
fps_unlocker: Unlock FPS
|
|
purge_dxvk_logs: Delete DXVK logs
|
|
|
|
# Runners
|
|
runners:
|
|
title: Wine version
|
|
items:
|
|
recommended: Show recommendable only
|
|
|
|
# DXVKs
|
|
dxvks:
|
|
title: DXVK
|
|
items:
|
|
recommended: Show recommendable only |