Skip to content

Commit

Permalink
Fix translation check
Browse files Browse the repository at this point in the history
  • Loading branch information
js-jankisalvi committed Aug 24, 2023
1 parent 6c646d7 commit b728fab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -10462,7 +10462,6 @@
"xpack.cases.caseTable.caseDetailsLinkAria": "cliquez pour visiter le cas portant le titre {detailName}",
"xpack.cases.caseTable.pushLinkAria": "cliquez pour afficher l'incident relatif à {thirdPartyName}.",
"xpack.cases.caseTable.selectedCasesTitle": "{totalRules} {totalRules, plural, =1 {cas} one {aux cas suivants} many {cas} other {cas}} sélectionné(s)",
"xpack.cases.caseTable.showingCasesTitle": "Affichage de {totalRules} {totalRules, plural, =1 {cas} one {aux cas suivants} many {cas} other {cas}}",
"xpack.cases.caseTable.unit": "{totalCount, plural, =1 {cas} one {aux cas suivants} many {cas} other {cas}}",
"xpack.cases.caseView.actionLabel.selectedThirdParty": "{thirdParty} sélectionné comme système de gestion des incidents",
"xpack.cases.caseView.actionLabel.viewIncident": "Afficher {incidentNumber}",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10477,7 +10477,6 @@
"xpack.cases.caseTable.caseDetailsLinkAria": "クリックすると、タイトル{detailName}のケースを表示します",
"xpack.cases.caseTable.pushLinkAria": "クリックすると、{thirdPartyName}でインシデントを表示します。",
"xpack.cases.caseTable.selectedCasesTitle": "{totalRules}件の{totalRules, plural, =1 {ケース} other {ケース}}が選択済み",
"xpack.cases.caseTable.showingCasesTitle": "{totalRules} {totalRules, plural, =1 {ケース} other {ケース}}を表示中",
"xpack.cases.caseTable.unit": "{totalCount, plural, =1 {ケース} other {ケース}}",
"xpack.cases.caseView.actionLabel.selectedThirdParty": "{thirdParty}をインシデント管理システムとして選択しました",
"xpack.cases.caseView.actionLabel.viewIncident": "{incidentNumber}を表示",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10477,7 +10477,6 @@
"xpack.cases.caseTable.caseDetailsLinkAria": "单击以访问标题为 {detailName} 的案例",
"xpack.cases.caseTable.pushLinkAria": "单击可在 {thirdPartyName} 上查看该事件。",
"xpack.cases.caseTable.selectedCasesTitle": "已选定 {totalRules} 个{totalRules, plural, =1 {案例} other {案例}}",
"xpack.cases.caseTable.showingCasesTitle": "正在显示 {totalRules} 个 {totalRules, plural, =1 {案例} other {案例}}",
"xpack.cases.caseTable.unit": "{totalCount, plural, =1 {案例} other {案例}}",
"xpack.cases.caseView.actionLabel.selectedThirdParty": "已选择 {thirdParty} 作为事件管理系统",
"xpack.cases.caseView.actionLabel.viewIncident": "查看 {incidentNumber}",
Expand Down

0 comments on commit b728fab

Please sign in to comment.