mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.7`: - [[Security Solution][Exceptions] - Fix value list import button label (#152281)](https://github.com/elastic/kibana/pull/152281) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Yara Tercero","email":"yctercero@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-03-07T04:09:24Z","message":"[Security Solution][Exceptions] - Fix value list import button label (#152281)\n\n## Summary\r\n\r\nAddresses https://github.com/elastic/kibana/issues/149801","sha":"4c9e3b43494b867f8747a1eff4ce36415f8ea85d","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team: SecuritySolution","Team:Security Solution Platform","v8.7.0","v8.8.0"],"number":152281,"url":"https://github.com/elastic/kibana/pull/152281","mergeCommit":{"message":"[Security Solution][Exceptions] - Fix value list import button label (#152281)\n\n## Summary\r\n\r\nAddresses https://github.com/elastic/kibana/issues/149801","sha":"4c9e3b43494b867f8747a1eff4ce36415f8ea85d"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/152281","number":152281,"mergeCommit":{"message":"[Security Solution][Exceptions] - Fix value list import button label (#152281)\n\n## Summary\r\n\r\nAddresses https://github.com/elastic/kibana/issues/149801","sha":"4c9e3b43494b867f8747a1eff4ce36415f8ea85d"}}]}] BACKPORT--> Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
This commit is contained in:
parent
82fa5fb396
commit
f37e3ec87e
4 changed files with 2 additions and 5 deletions
|
@ -48,8 +48,8 @@ export const CANCEL_BUTTON = i18n.translate(
|
|||
}
|
||||
);
|
||||
|
||||
export const UPLOAD_BUTTON = i18n.translate('xpack.securitySolution.lists.valueListsImportButton', {
|
||||
defaultMessage: 'Import list',
|
||||
export const UPLOAD_BUTTON = i18n.translate('xpack.securitySolution.lists.valueListImportButton', {
|
||||
defaultMessage: 'Import value list',
|
||||
});
|
||||
|
||||
export const UPLOAD_SUCCESS_TITLE = i18n.translate(
|
||||
|
|
|
@ -29953,7 +29953,6 @@
|
|||
"xpack.securitySolution.lists.valueListsForm.keywordsRadioLabel": "Mots clés",
|
||||
"xpack.securitySolution.lists.valueListsForm.listTypesRadioLabel": "Type de liste de valeurs",
|
||||
"xpack.securitySolution.lists.valueListsForm.textRadioLabel": "Texte",
|
||||
"xpack.securitySolution.lists.valueListsImportButton": "Importer la liste",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccess": "La liste de valeurs \"{fileName}\" a été importée",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccessTitle": "Liste de valeurs importée",
|
||||
"xpack.securitySolution.lists.valueListsTable.actionsColumn": "Actions",
|
||||
|
|
|
@ -29922,7 +29922,6 @@
|
|||
"xpack.securitySolution.lists.valueListsForm.keywordsRadioLabel": "キーワード",
|
||||
"xpack.securitySolution.lists.valueListsForm.listTypesRadioLabel": "値リストのタイプ",
|
||||
"xpack.securitySolution.lists.valueListsForm.textRadioLabel": "テキスト",
|
||||
"xpack.securitySolution.lists.valueListsImportButton": "リストをインポート",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccess": "値リスト'{fileName}'がインポートされました",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccessTitle": "値リストがインポートされました",
|
||||
"xpack.securitySolution.lists.valueListsTable.actionsColumn": "アクション",
|
||||
|
|
|
@ -29956,7 +29956,6 @@
|
|||
"xpack.securitySolution.lists.valueListsForm.keywordsRadioLabel": "关键字",
|
||||
"xpack.securitySolution.lists.valueListsForm.listTypesRadioLabel": "值列表类型",
|
||||
"xpack.securitySolution.lists.valueListsForm.textRadioLabel": "文本",
|
||||
"xpack.securitySolution.lists.valueListsImportButton": "导入列表",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccess": "值列表“{fileName}”已导入",
|
||||
"xpack.securitySolution.lists.valueListsImportSuccessTitle": "值列表已导入",
|
||||
"xpack.securitySolution.lists.valueListsTable.actionsColumn": "操作",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue