mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-21 01:11:46 +03:00
35d9e82222
- changed shaders config file format - added shaders selection menu section template - made `Shaders` class to manage shaders
71 lines
No EOL
1.7 KiB
YAML
71 lines
No EOL
1.7 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
|
|
|
|
# Версии Wine
|
|
runners:
|
|
title: Версия Wine
|
|
items:
|
|
recommended: Показывать только рекомендуемое
|
|
|
|
# DXVK
|
|
dxvks:
|
|
title: DXVK
|
|
items:
|
|
recommended: Показывать только рекомендуемое
|
|
|
|
# Шейдеры
|
|
shaders:
|
|
title: Шейдеры
|
|
items:
|
|
shaders:
|
|
title: Шейдеры
|
|
items:
|
|
none: Отключены |