Files
aegnux/translations/ru_RU.py
2025-10-30 18:46:17 +03:00

19 lines
1.1 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

STRINGS = {
'welcome_win_title': 'Aegnux — Добро пожаловать',
'welcome_to_aegnux': 'Добро пожаловать в Aegnux!',
'subtitle_text': 'Более простой способ заставить работать After Effects на GNU/Linux',
'install': 'Установить',
'footer_text': 'Сделано с любовью от Relative',
'installation_method_title': 'Метод установки',
'installation_method_text': 'Как вы хотите установить Aegnux?',
'offline_ae_zip_title': 'Выберите Zip-архив AE',
'run_ae': 'Запустить AE',
'kill_ae': 'Остановить AE',
'toggle_logs': 'Вкл/выкл логи',
'remove_aegnux': 'Удалить Aegnux',
'plugins': 'Плагины',
'wineprefix': 'Префикс Wine',
'tip_alt_t': 'Совет: нажмите ALT+T, чтобы открыть терминал с окружением Wine и уже заданным префиксом.',
'confirm_exit': 'Подтвердите выход',
'confirm_exit_text': 'Вы точно хотите выйти из Aegnux?'
}