mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] - Updates breadcrumbs text for returning to rules page (#104805)
### Summary Updates breadcrumbs text for returning to rules page from rule creation and rule details.
This commit is contained in:
parent
151dafc2f2
commit
6d9d1db6ac
4 changed files with 4 additions and 8 deletions
|
@ -15,9 +15,9 @@ export const PAGE_TITLE = i18n.translate(
|
|||
);
|
||||
|
||||
export const BACK_TO_RULES = i18n.translate(
|
||||
'xpack.securitySolution.detectionEngine.createRule.backToRulesDescription',
|
||||
'xpack.securitySolution.detectionEngine.createRule.backToRulesButton',
|
||||
{
|
||||
defaultMessage: 'Back to detection rules',
|
||||
defaultMessage: 'Rules',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@ export const PAGE_TITLE = i18n.translate(
|
|||
);
|
||||
|
||||
export const BACK_TO_RULES = i18n.translate(
|
||||
'xpack.securitySolution.detectionEngine.ruleDetails.backToRulesDescription',
|
||||
'xpack.securitySolution.detectionEngine.ruleDetails.backToRulesButton',
|
||||
{
|
||||
defaultMessage: 'Back to detection rules',
|
||||
defaultMessage: 'Rules',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
@ -19002,7 +19002,6 @@
|
|||
"xpack.securitySolution.detectionEngine.components.importRuleModal.selectRuleDescription": "インポートするセキュリティルール (検出エンジンビューからエクスポートしたもの) を選択します",
|
||||
"xpack.securitySolution.detectionEngine.createRule. stepScheduleRule.completeWithActivatingTitle": "ルールの作成と有効化",
|
||||
"xpack.securitySolution.detectionEngine.createRule. stepScheduleRule.completeWithoutActivatingTitle": "有効化せずにルールを作成",
|
||||
"xpack.securitySolution.detectionEngine.createRule.backToRulesDescription": "検出ルールに戻る",
|
||||
"xpack.securitySolution.detectionEngine.createRule.editRuleButton": "編集",
|
||||
"xpack.securitySolution.detectionEngine.createRule.eqlRuleTypeDescription": "イベント相関関係",
|
||||
"xpack.securitySolution.detectionEngine.createRule.filtersLabel": "フィルター",
|
||||
|
@ -19744,7 +19743,6 @@
|
|||
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAggregatedByDescription": "結果集約条件",
|
||||
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAllDescription": "すべての結果",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.activatedRuleLabel": "有効化",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.backToRulesDescription": "検出ルールに戻る",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.errorCalloutTitle": "ルール失敗",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.exceptionsTab": "例外",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.experimentalDescription": "実験的",
|
||||
|
|
|
@ -19281,7 +19281,6 @@
|
|||
"xpack.securitySolution.detectionEngine.components.importRuleModal.successfullyImportedRulesTitle": "已成功导入 {totalRules} 个{totalRules, plural, other {规则}}",
|
||||
"xpack.securitySolution.detectionEngine.createRule. stepScheduleRule.completeWithActivatingTitle": "创建并激活规则",
|
||||
"xpack.securitySolution.detectionEngine.createRule. stepScheduleRule.completeWithoutActivatingTitle": "创建规则但不激活",
|
||||
"xpack.securitySolution.detectionEngine.createRule.backToRulesDescription": "返回到检测规则",
|
||||
"xpack.securitySolution.detectionEngine.createRule.editRuleButton": "编辑",
|
||||
"xpack.securitySolution.detectionEngine.createRule.eqlRuleTypeDescription": "事件关联",
|
||||
"xpack.securitySolution.detectionEngine.createRule.filtersLabel": "筛选",
|
||||
|
@ -20026,7 +20025,6 @@
|
|||
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAggregatedByDescription": "结果聚合依据",
|
||||
"xpack.securitySolution.detectionEngine.ruleDescription.thresholdResultsAllDescription": "所有结果",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.activatedRuleLabel": "已激活",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.backToRulesDescription": "返回到检测规则",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.errorCalloutTitle": "规则错误位置",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.exceptionsTab": "例外",
|
||||
"xpack.securitySolution.detectionEngine.ruleDetails.experimentalDescription": "实验性",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue