mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* generic histogram container * generic histogram container * rename params * fix inspect * fix update with timerange * clean up props * send stackByField to server side * fix inspect button * helper node xavier * fix DNS histogram * fix DNS query params * move utils for fetch data into containers * cleanup graphql template on client side * rename grqphql data * i18n * fix type * fix i18n * fix i18n * fix subtitle * fix subtitle * fix i18n * fix for reviews * fix types * remove unused test * fix integration Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
7038ce28bf
commit
f95f3f39b9
80 changed files with 1423 additions and 1625 deletions
|
@ -11000,8 +11000,6 @@
|
|||
"xpack.siem.auditd.violatedSeLinuxPolicyDescription": "selinuxポリシーに違反しました",
|
||||
"xpack.siem.auditd.wasAuthorizedToUseDescription": "が以下の使用を承認されました:",
|
||||
"xpack.siem.auditd.withResultDescription": "結果付き",
|
||||
"xpack.siem.authenticationsOverTime.authenticationCountTitle": "認証カウント",
|
||||
"xpack.siem.authenticationsOverTime.unit": "{totalCount, plural, =1 {authentication} other {authentications}}",
|
||||
"xpack.siem.authenticationsTable.authenticationFailures": "認証",
|
||||
"xpack.siem.authenticationsTable.failures": "失敗",
|
||||
"xpack.siem.authenticationsTable.lastFailedDestination": "前回失敗したデスティネーション",
|
||||
|
@ -11135,9 +11133,6 @@
|
|||
"xpack.siem.eventDetails.table": "表",
|
||||
"xpack.siem.eventDetails.toggleColumnTooltip": "列を切り替えます",
|
||||
"xpack.siem.eventDetails.value": "値",
|
||||
"xpack.siem.eventsOverTime.eventCountFrequencyByActionTitle": "アクション別のイベントカウント",
|
||||
"xpack.siem.eventsOverTime.showing": "表示中",
|
||||
"xpack.siem.eventsOverTime.unit": "{totalCount, plural, =1 {event} other {events}}",
|
||||
"xpack.siem.eventsViewer.eventsLabel": "イベント",
|
||||
"xpack.siem.eventsViewer.showingLabel": "表示中",
|
||||
"xpack.siem.eventsViewer.unit": "{totalCount, plural, =1 {event} other {events}}",
|
||||
|
@ -13306,4 +13301,4 @@
|
|||
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "フィールドを選択してください。",
|
||||
"xpack.watcher.watcherDescription": "アラートの作成、管理、監視によりデータへの変更を検知します。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10999,8 +10999,6 @@
|
|||
"xpack.siem.auditd.violatedSeLinuxPolicyDescription": "已违反 selinux 策略",
|
||||
"xpack.siem.auditd.wasAuthorizedToUseDescription": "有权使用",
|
||||
"xpack.siem.auditd.withResultDescription": ",结果为",
|
||||
"xpack.siem.authenticationsOverTime.authenticationCountTitle": "身份验证计数",
|
||||
"xpack.siem.authenticationsOverTime.unit": "{totalCount, plural, =1 {个身份验证} other {个身份验证}}",
|
||||
"xpack.siem.authenticationsTable.authenticationFailures": "身份验证",
|
||||
"xpack.siem.authenticationsTable.failures": "失败",
|
||||
"xpack.siem.authenticationsTable.lastFailedDestination": "上一失败目标",
|
||||
|
@ -11134,9 +11132,6 @@
|
|||
"xpack.siem.eventDetails.table": "表",
|
||||
"xpack.siem.eventDetails.toggleColumnTooltip": "切换列",
|
||||
"xpack.siem.eventDetails.value": "值",
|
||||
"xpack.siem.eventsOverTime.eventCountFrequencyByActionTitle": "事件计数 - 按操作",
|
||||
"xpack.siem.eventsOverTime.showing": "显示",
|
||||
"xpack.siem.eventsOverTime.unit": "{totalCount, plural, =1 {个事件} other {个事件}}",
|
||||
"xpack.siem.eventsViewer.eventsLabel": "事件",
|
||||
"xpack.siem.eventsViewer.showingLabel": "显示",
|
||||
"xpack.siem.eventsViewer.unit": "{totalCount, plural, =1 {个事件} other {个事件}}",
|
||||
|
@ -13305,4 +13300,4 @@
|
|||
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "此字段必填。",
|
||||
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue