mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Fixed text for cloud dashboard benchmark section (#153251)
This commit is contained in:
parent
e2ddf6123c
commit
97e40b697d
4 changed files with 7 additions and 4 deletions
|
@ -195,7 +195,13 @@ export const BenchmarksSection = ({
|
|||
}
|
||||
viewAllButtonTitle={i18n.translate(
|
||||
'xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle',
|
||||
{ defaultMessage: 'View all failed findings for this cluster' }
|
||||
{
|
||||
defaultMessage: 'View all failed findings for this {postureAsset}',
|
||||
values: {
|
||||
postureAsset:
|
||||
dashboardType === CSPM_POLICY_TEMPLATE ? 'cloud account' : 'cluster',
|
||||
},
|
||||
}
|
||||
)}
|
||||
onViewAllClick={() => navToFailedFindingsByCluster(cluster)}
|
||||
/>
|
||||
|
|
|
@ -10036,7 +10036,6 @@
|
|||
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "Gérer les règles",
|
||||
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "Niveau du cloud",
|
||||
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "Section CIS",
|
||||
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "Afficher tous les échecs des résultats pour ce cluster",
|
||||
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "Conformité",
|
||||
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "Afficher tous les échecs des résultats",
|
||||
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "Conformité par section CIS",
|
||||
|
|
|
@ -10025,7 +10025,6 @@
|
|||
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "ルールの管理",
|
||||
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "クラウド態勢",
|
||||
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "CISセクション",
|
||||
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "このクラスターの失敗した調査結果をすべて表示",
|
||||
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "コンプライアンス",
|
||||
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "すべてのフィールド調査結果を表示",
|
||||
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "CISセクション別のコンプライアンス",
|
||||
|
|
|
@ -10040,7 +10040,6 @@
|
|||
"xpack.csp.dashboard.benchmarkSection.manageRulesButton": "管理规则",
|
||||
"xpack.csp.dashboard.cspPageTemplate.pageTitle": "云态势",
|
||||
"xpack.csp.dashboard.risksTable.cisSectionColumnLabel": "CIS 部分",
|
||||
"xpack.csp.dashboard.risksTable.clusterCardViewAllButtonTitle": "查看此集群的所有失败结果",
|
||||
"xpack.csp.dashboard.risksTable.complianceColumnLabel": "合规性",
|
||||
"xpack.csp.dashboard.risksTable.viewAllButtonTitle": "查看所有失败的结果",
|
||||
"xpack.csp.dashboard.summarySection.complianceByCisSectionPanelTitle": "合规性(按 CIS 部分)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue