mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
54 lines
1.8 KiB
JavaScript
54 lines
1.8 KiB
JavaScript
/*
|
|
* Wazuh app - Tab name equivalence
|
|
* Copyright (C) 2018 Wazuh, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Find more information about this on the LICENSE file.
|
|
*/
|
|
export default {
|
|
welcome : "Welcome",
|
|
general : "Security events",
|
|
fim : "Integrity monitoring",
|
|
pm : "Policy monitoring",
|
|
vuls : "Vulnerabilities",
|
|
oscap : "OpenSCAP",
|
|
audit : "System auditing",
|
|
ciscat : "CIS-CAT",
|
|
pci : "PCI DSS",
|
|
gdpr : "GDPR",
|
|
aws : "Amazon AWS",
|
|
virustotal : "VirusTotal",
|
|
configuration: "Configuration",
|
|
syscollector : "Inventory data",
|
|
api : "API configuration",
|
|
extensions : "Extensions",
|
|
pattern : "Index pattern",
|
|
about : "About",
|
|
status : "Status",
|
|
ruleset : "Ruleset",
|
|
rules : "Rules",
|
|
decoders : "Decoders",
|
|
logs : "Logs",
|
|
groups : "Groups",
|
|
monitoring : "Monitoring",
|
|
reporting : "Reporting",
|
|
"new-configuration": "New configuration (Beta)",
|
|
"registration-service": "Registration service",
|
|
"cluster": "Cluster",
|
|
"wazuh-modules": "Wazuh modules",
|
|
"commands-active-response": "Commands & Active response",
|
|
"integrations": "Integrations",
|
|
"ruleset": "Ruleset",
|
|
"database-output": "Database output",
|
|
"alerts": "Alerts",
|
|
"global-configuration": "Global configuration",
|
|
"integrity-monitoring": "Integrity monitoring",
|
|
"policy-monitoring": "Policy monitoring",
|
|
"log-collection": "Log collection",
|
|
"agentless": "Agentless"
|
|
}
|