terminal included

This commit is contained in:
Andrew
2025-10-29 19:26:36 +03:00
parent de0c5fb0a5
commit 708c615ccd
125 changed files with 4021 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ STRINGS = {
'welcome_to_aegnux': 'Welcome to Aegnux!',
'subtitle_text': 'A simpler way to get After Effects running on GNU/Linux',
'install': 'Install',
'footer_text': 'Made with 💙 by Relative',
'footer_text': 'Made with love by Relative',
'installation_method_title': 'Installation Method',
'installation_method_text': 'How would you like to install Aegnux?',
'offline_ae_zip_title': 'Select AE Zip File',
@@ -12,5 +12,6 @@ STRINGS = {
'toggle_logs': 'Toggle logs',
'remove_aegnux': 'Remove Aegnux',
'plugins': 'Plugins',
'wineprefix': 'Wine prefix'
'wineprefix': 'Wine prefix',
'tip_alt_t': 'Tip: press ALT+T to open up a terminal with Wine environment and prefix set.'
}