Skip to content

Commit

Permalink
undo changes to translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreal1314 committed Jan 16, 2025
1 parent 4669595 commit 00d1ab3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14731,7 +14731,7 @@
"xpack.csp.findings.latestFindings.groupBy": "Regrouper les résultats selon",
"xpack.csp.findings.latestFindings.groupByCloudAccount": "Compte cloud",
"xpack.csp.findings.latestFindings.groupByKubernetesCluster": "Cluster Kubernetes",
"xpack.csp.findings.latestFindings.groupByResourceId": "ID de ressource",
"xpack.csp.findings.latestFindings.groupByResource": "ressource",
"xpack.csp.findings.latestFindings.groupByRuleName": "Nom de règle",
"xpack.csp.findings.latestFindings.tableRowTypeLabel": "Résultats",
"xpack.csp.findings.latestVulnerabilities.tableRowTypeLabel": "Vulnérabilités",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14597,7 +14597,7 @@
"xpack.csp.findings.latestFindings.groupBy": "調査結果のグループ分けの条件",
"xpack.csp.findings.latestFindings.groupByCloudAccount": "クラウドアカウント",
"xpack.csp.findings.latestFindings.groupByKubernetesCluster": "Kubernetesクラスター",
"xpack.csp.findings.latestFindings.groupByResourceId": "リソース ID",
"xpack.csp.findings.latestFindings.groupByResource": "リソース",
"xpack.csp.findings.latestFindings.groupByRuleName": "ルール名",
"xpack.csp.findings.latestFindings.tableRowTypeLabel": "調査結果",
"xpack.csp.findings.latestVulnerabilities.tableRowTypeLabel": "脆弱性",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14330,7 +14330,7 @@
"xpack.csp.findings.latestFindings.groupBy": "结果分组依据",
"xpack.csp.findings.latestFindings.groupByCloudAccount": "云帐户",
"xpack.csp.findings.latestFindings.groupByKubernetesCluster": "Kubernetes 集群",
"xpack.csp.findings.latestFindings.groupByResourceId": "资源 ID",
"xpack.csp.findings.latestFindings.groupByResource": "资源",
"xpack.csp.findings.latestFindings.groupByRuleName": "规则名称",
"xpack.csp.findings.latestFindings.tableRowTypeLabel": "结果",
"xpack.csp.findings.latestVulnerabilities.tableRowTypeLabel": "漏洞",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const NULL_GROUPING_MESSAGES = {

export const defaultGroupingOptions: GroupOption[] = [
{
label: i18n.translate('xpack.csp.findings.latestFindings.groupByResourceId', {
label: i18n.translate('xpack.csp.findings.latestFindings.groupByResource', {
defaultMessage: 'Resource ID',
}),
key: FINDINGS_GROUPING_OPTIONS.RESOURCE_ID,
Expand Down

0 comments on commit 00d1ab3

Please sign in to comment.