mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
40 lines
1.2 KiB
JavaScript
40 lines
1.2 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 : 'General',
|
|
fim : 'File integrity',
|
|
pm : 'Policy monitoring',
|
|
vuls : 'Vulnerabilities',
|
|
oscap : 'Open SCAP',
|
|
audit : 'Audit',
|
|
ciscat : 'CIS-CAT',
|
|
pci : 'PCI DSS',
|
|
gdpr : 'GDPR',
|
|
aws : 'AWS',
|
|
virustotal : 'VirusTotal',
|
|
configuration: 'Configuration',
|
|
api : 'API configuration',
|
|
extensions : 'Extensions',
|
|
pattern : 'Index pattern',
|
|
about : 'About',
|
|
syscollector : 'Inventory',
|
|
status : 'Status',
|
|
ruleset : 'Ruleset',
|
|
rules : 'Rules',
|
|
decoders : 'Decoders',
|
|
logs : 'Logs',
|
|
groups : 'Groups',
|
|
monitoring : 'Monitoring',
|
|
reporting : 'Reporting'
|
|
}
|