Files
soldr-modules/osquery_linux/1.0.0/config/locale.json
T
2023-01-25 22:29:15 +03:00

206 lines
8.7 KiB
JSON

{
"module": {
"en": {
"title": "Osquery installer (linux)",
"description": "The module installed and configured osquery application on linux machines"
},
"ru": {
"title": "Установщик osquery (linux)",
"description": "Модуль устанавливает и конфигурирует приложение osquery на устройствах linux"
}
},
"config": {
"osquery_config": {
"en": {
"title": "Osquery config",
"description": ""
},
"ru": {
"title": "Конфигурация osquery",
"description": ""
}
},
"replace_current_osquery_config": {
"en": {
"title": "Is need to replace current osquery config?",
"description": ""
},
"ru": {
"title": "Необходимо заменить текущую конфигурацию osquery?",
"description": ""
}
}
},
"fields": {
"reason": {
"en": {
"title": "reason",
"description": "reason"
},
"ru": {
"title": "Причина",
"description": "reason"
}
},
"version": {
"en": {
"title": "version",
"description": "version"
},
"ru": {
"title": "Версия",
"description": "версия"
}
}
},
"actions": {},
"events": {
"osquery_linux_already_installed": {
"en": {
"title": "The module detected Osquery installed on an agent",
"description": "The module detected Osquery installed in OS:\n{{ reason }}"
},
"ru": {
"title": "Модуль обнаружил установленный Osquery на агенте",
"description": "Модуль обнаружил установленный Osquery в ОС:\n{{ reason }}"
}
},
"osquery_linux_already_started": {
"en": {
"title": "The module detected Osquery already running on an agent",
"description": "The module detected Osquery already running in OS:\n{{ reason }}"
},
"ru": {
"title": "Модуль обнаружил уже запущенный Osquery на агенте",
"description": "Модуль обнаружил уже запущенный Osquery в ОС:\n{{ reason }}"
}
},
"osquery_linux_config_updated_error": {
"en": {
"title": "The module could not update the Osquery configuration on an agent",
"description": "The module could not update the Osquery configuration {{ version }} on an agent:\n{{ reason }}"
},
"ru": {
"title": "Модуль не смог обновить конфигурацию Osquery на агенте",
"description": "Модуль не смог обновить конфигурацию Osquery {{ version }}, причина:\n{{ reason }}"
}
},
"osquery_linux_config_updated_success": {
"en": {
"title": "The module updated the Osquery configuration on an agent",
"description": "The module updated the Osquery configuration '{{ version }}' on an agent"
},
"ru": {
"title": "Модуль обновил конфигурацию Osquery на агенте",
"description": "Модуль обновил конфигурацию Osquery {{ version }} на агенте"
}
},
"osquery_linux_installed_error": {
"en": {
"title": "The module could not install the Osquery on an agent",
"description": "The module could not install the Osquery '{{ version }}' on an agent:\n{{ reason }}"
},
"ru": {
"title": "Модуль не смог установить Osquery на агенте",
"description": "Модуль не смог установить Osquery {{ version }} на агенте, причина:\n{{ reason }}"
}
},
"osquery_linux_installed_success": {
"en": {
"title": "The module installed Osquery on an agent",
"description": "The module installed Osquery '{{ version }}' on an agent"
},
"ru": {
"title": "Модуль установил Osquery на агенте",
"description": "Модуль установил Osquery {{ version }} на агенте"
}
},
"osquery_linux_started_error": {
"en": {
"title": "The module could not start Osquery on an agent",
"description": "The module could not start the Osquery '{{ version }}' on an agent:\n{{ reason }}"
},
"ru": {
"title": "Модуль не смог запустить Osquery на агенте",
"description": "Модуль не смог запустить Osquery {{ version }} на агенте, причина:\n{{ reason }}"
}
},
"osquery_linux_started_success": {
"en": {
"title": "The module started Osquery on an agent",
"description": "The module started Osquery '{{ version }}' on an agent"
},
"ru": {
"title": "Модуль запустил Osquery на агенте",
"description": "Модуль запустил Osquery {{ version }} на агенте"
}
},
"osquery_linux_unexpected_stopped": {
"en": {
"title": "Osquery was stopped on an agent",
"description": "Osquery '{{ version }}' was stopped on an agent:\n{{ reason }}"
},
"ru": {
"title": "Osquery был остановлен на агенте",
"description": "Osquery {{ version }} был остановлен на агенте, причина:\n{{ reason }}"
}
},
"osquery_linux_unexpected_uninstalled": {
"en": {
"title": "Osquery was deleted on an agent",
"description": "Osquery '{{ version }}' was deleted on an agent:\n{{ reason }}"
},
"ru": {
"title": "Osquery был удален на агенте",
"description": "Osquery {{ version }} был удален на агенте, причина:\n{{ reason }}"
}
},
"osquery_linux_uninstalled_error": {
"en": {
"title": "The module could not delete Osquery on an agent",
"description": "The module could not delete the Osquery '{{ version }}' on an agent:\n{{ reason }}"
},
"ru": {
"title": "Модуль не смог удалить Osquery на агенте",
"description": "Модуль не смог удалить Osquery {{ version }} на агенте, причина:\n{{ reason }}"
}
},
"osquery_linux_uninstalled_success": {
"en": {
"title": "The module deleted Osquery on an agent",
"description": "The module deleted Osquery '{{ version }}' on an agent"
},
"ru": {
"title": "Модуль удалил Osquery на агенте",
"description": "Модуль удалил Osquery {{ version }} на агенте"
}
}
},
"action_config": {},
"event_config": {
"osquery_linux_already_installed": {},
"osquery_linux_already_started": {},
"osquery_linux_config_updated_error": {},
"osquery_linux_config_updated_success": {},
"osquery_linux_installed_error": {},
"osquery_linux_installed_success": {},
"osquery_linux_started_error": {},
"osquery_linux_started_success": {},
"osquery_linux_unexpected_stopped": {},
"osquery_linux_unexpected_uninstalled": {},
"osquery_linux_uninstalled_error": {},
"osquery_linux_uninstalled_success": {}
},
"tags": {
"osquery": {
"en": {
"title": "osquery",
"description": "osquery"
},
"ru": {
"title": "osquery",
"description": "osquery"
}
}
}
}