private plugin installation

This commit is contained in:
Andrew
2025-11-05 04:55:38 +03:00
parent 3a835bdb63
commit f9aa1b3878
6 changed files with 227 additions and 4 deletions

View File

@@ -32,5 +32,11 @@ STRINGS = {
'cep_action': 'CEP directory',
'offline_note': 'Offline note',
'offline_note_text': 'Note that the .zip archive should contain After Effects from Program Files (including AfterFX.exe).',
'error': 'Error'
'error': 'Error',
'plugininst_action': 'Install private plugins from ZIP',
'plugin_note': 'Private plugins note',
'plugin_note_text': 'Those plugins are available at https://t.me/Aegnux',
'done_title': 'Done!',
'done_ae': 'AE has been installed.',
'done_plugins': 'The plugins have been installed.'
}

View File

@@ -32,5 +32,10 @@ STRINGS = {
'cep_action': 'Папка с CEP',
'offline_note': 'Внимание, оффлайн',
'offline_note_text': 'Учтите, что .zip-архив должен содержать After Effects из Program Files (включая AfterFX.exe).',
'error': 'Ошибка'
'error': 'Ошибка',
'plugininst_action': 'Установить приватные плагины из ZIP',
'plugin_note': 'Замечание к приватным плагинам',
'plugin_note_text': 'Эти плагины доступны здесь: https://t.me/Aegnux',
'done_ae': 'AE был установлен.',
'done_plugins': 'Плагины были установлены.'
}

View File

@@ -32,5 +32,10 @@ STRINGS = {
"cep_action": "Папка з CEP",
'offline_note': 'Увага, офлайн',
'offline_note_text': 'Зауважте, що .zip-архів повинен містити After Effects з Program Files (включаючи AfterFX.exe).',
'error': 'Помилка'
'error': 'Помилка',
'plugininst_action': 'Встановити приватні плагіни з ZIP',
'plugin_note': 'Примітка до приватних плагінів',
'plugin_note_text': 'Ці плагіни доступні тут: https://t.me/Aegnux',
'done_ae': 'AE було встановлено.',
'done_plugins': 'Плагіни було встановлено.'
}