diff --git a/lang/ru.json b/lang/ru.json index e37ac089..aa93a2f8 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -841,6 +841,7 @@ "no_reviews_found": "Для данного модуля пока нет отзывов!", "module_not_purchased": "Модуль не приобретен", "module_not_found": "Модуль не найден", + "runtime_missing": "The module files are missing. Install the module again before enabling it.", "version_not_supported": "This module version doesn't support the current version of InvoiceShelf", "last_updated": "Последнее обновление", "connect_installation": "Подключить вашу установку", @@ -851,6 +852,12 @@ "installed": "Установлено", "no_modules_installed": "Пока нет установленных модулей!", "disable_warning": "Все настройки для этого параметра будут возвращены.", + "uninstall": "Uninstall", + "uninstall_warning": "Uninstalling removes this module's runtime files. Its data and settings are preserved unless you explicitly choose to remove them.", + "remove_data": "Remove module data", + "remove_data_warning": "This permanently runs the module's developer cleanup hook, resets its reversible migrations, and removes its settings for every company.", + "confirm_module_name": "Type {name} to confirm data removal", + "legacy_uninstall_notice": "This legacy module supports code-only uninstall. Its data, migrations, and settings will be preserved.", "what_you_get": "Что вы получите", "screenshots": "Screenshots", "sign_up_and_get_token": "Зарегистрироваться и получить токен",