mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-21 01:11:46 +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
135 lines
No EOL
4.1 KiB
YAML
135 lines
No EOL
4.1 KiB
YAML
# Сплэш хуйня
|
|
splash:
|
|
title: Загрузка лаунчера
|
|
phrases:
|
|
- Делаем всякие важные штуки...
|
|
- Издеваемся над Паймон...
|
|
- Пытаемся получить Яэ...
|
|
|
|
# Окна лаунчера
|
|
launcher:
|
|
predownload: Предзагрузить обновление
|
|
|
|
# Окно настроек
|
|
settings:
|
|
# Основное
|
|
general:
|
|
title: Основное
|
|
items:
|
|
# Выбор языка
|
|
lang:
|
|
# Лаунчер
|
|
launcher:
|
|
title: Лаунчер
|
|
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
|
|
|
|
# Язык озвучки в игре
|
|
voice:
|
|
title: Язык озвучки
|
|
tooltip: Вам будет нужно вручную изменить язык озвучки в игре
|
|
items:
|
|
en-us: Английский (США)
|
|
ja-jp: Японский
|
|
ko-kr: Корейский
|
|
zn-cn: Китайский
|
|
|
|
# Тема лаунчера
|
|
theme:
|
|
title: Тема
|
|
items:
|
|
system: Системная
|
|
light: Светлая
|
|
dark: Тёмная
|
|
|
|
# Discord RPC
|
|
discord:
|
|
title: Discord RPC
|
|
settings:
|
|
title: Настройки Discord RPC
|
|
items:
|
|
timer: Отображать потраченное время
|
|
in-launcher: Текст в лаунчере
|
|
in-game: Текст в игре
|
|
selectIcon: Выберите иконку
|
|
|
|
# Some buttons
|
|
buttons:
|
|
winetricks: winetricks
|
|
winecfg: winecfg
|
|
launcher: папка лаунчера
|
|
game: папка игры
|
|
|
|
# Улучшения
|
|
enhancements:
|
|
title: Улучшения
|
|
items:
|
|
# HUD
|
|
hud:
|
|
title: HUD
|
|
items:
|
|
none: Отключён
|
|
dxvk: DXVK
|
|
mangohud: MangoHUD
|
|
|
|
# GameMode
|
|
gamemode:
|
|
title: Использовать GameMode
|
|
tooltip: Это программа, которая может улучшить производительность игры
|
|
|
|
# Разблокировать FPS
|
|
fps_unlocker:
|
|
title: Разблокировать FPS
|
|
tooltip: Эта опция позволит разблокировать лимит на отрисовку не более чем 60 кадров в секунду
|
|
|
|
# Удалять логи
|
|
purge_logs:
|
|
# Игры (DXVK)
|
|
game:
|
|
title: Удалять логи DXVK
|
|
tooltip: Если включено, лаунчер будет автоматически удалять логи DXVK
|
|
|
|
# Лаунчера
|
|
launcher:
|
|
title: Удалять логи лаунчера
|
|
tooltip: Время, после которого удалять старые логи лаунчера
|
|
items:
|
|
1d: 1 день
|
|
3d: 3 дня
|
|
5d: 5 дней
|
|
7d: 1 неделя
|
|
14d: 2 недели
|
|
never: Никогда
|
|
|
|
# Версии Wine
|
|
runners:
|
|
title: Версия Wine
|
|
items:
|
|
recommended:
|
|
title: Показывать только рекомендуемое
|
|
tooltip: Эта опция будет скрывать неиграбельные версии Wine
|
|
|
|
# DXVK
|
|
dxvks:
|
|
title: DXVK
|
|
items:
|
|
recommended:
|
|
title: Показывать только рекомендуемое
|
|
tooltip: Эта опция будет скрывать устаревшие версии DXVK
|
|
|
|
# Шейдеры
|
|
shaders:
|
|
title: Шейдеры
|
|
items:
|
|
shaders:
|
|
title: Шейдеры
|
|
tooltip: Используйте кнопку Home чтобы переключать шейдеры в игре
|
|
items:
|
|
none: Отключены
|
|
custom: Кастомные |