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
62 lines
No EOL
1.5 KiB
YAML
62 lines
No EOL
1.5 KiB
YAML
settings:
|
|
# Основное
|
|
general:
|
|
title: Основное
|
|
items:
|
|
# Выбор языка
|
|
lang:
|
|
# Лаунчер
|
|
launcher:
|
|
title: Лаунчер
|
|
items:
|
|
en-us: English (US)
|
|
ru-ru: Русский
|
|
|
|
# Язык озвучки в игре
|
|
voice:
|
|
title: Язык озвучки
|
|
items:
|
|
en-us: Английский (США)
|
|
ja-jp: Японский
|
|
ko-kr: Корейский
|
|
zn-cn: Китайский
|
|
|
|
# Тема лаунчера
|
|
theme:
|
|
title: Тема
|
|
items:
|
|
system: Системная
|
|
light: Светлая
|
|
dark: Тёмная
|
|
|
|
discord: Discord RPC
|
|
dxvks: DXVK
|
|
|
|
# Улучшения
|
|
enhancements:
|
|
title: Улучшения
|
|
items:
|
|
# HUD
|
|
hud:
|
|
title: HUD
|
|
items:
|
|
none: Отключён
|
|
dxvk: DXVK
|
|
mangohud: MangoHUD
|
|
|
|
# TODO: add hints to the components so I could describe what these options means
|
|
gamemode: GameMode
|
|
fps_unlocker: Разблокировать FPS
|
|
purge_dxvk_logs: Удалять логи DXVK
|
|
|
|
# Runners
|
|
runners:
|
|
title: Версия Wine
|
|
items:
|
|
recommended: Показывать только рекомендуемое
|
|
|
|
# DXVKs
|
|
dxvks:
|
|
title: DXVK
|
|
items:
|
|
recommended: Показывать только рекомендуемое |