[l10n] remove a couple of unused translations (#106977)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Ahmad Bamieh 2021-08-03 17:04:16 +03:00 committed by GitHub
parent ed28155165
commit 6d145c807c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 10 deletions

View file

@ -7,9 +7,6 @@
import { i18n } from '@kbn/i18n';
export const MARKDOWN = i18n.translate('xpack.cases.markdownEditor.markdown', {
defaultMessage: 'Markdown',
});
export const PREVIEW = i18n.translate('xpack.cases.markdownEditor.preview', {
defaultMessage: 'Preview',
});

View file

@ -14,9 +14,6 @@ export const MARKDOWN_SYNTAX_HELP = i18n.translate(
}
);
export const MARKDOWN = i18n.translate('xpack.securitySolution.markdownEditor.markdown', {
defaultMessage: 'Markdown',
});
export const PREVIEW = i18n.translate('xpack.securitySolution.markdownEditor.preview', {
defaultMessage: 'Preview',
});

View file

@ -7518,7 +7518,6 @@
"xpack.cases.header.editableTitle.cancel": "キャンセル",
"xpack.cases.header.editableTitle.editButtonAria": "クリックすると {title} を編集できます",
"xpack.cases.header.editableTitle.save": "保存",
"xpack.cases.markdownEditor.markdown": "マークダウン",
"xpack.cases.markdownEditor.preview": "プレビュー",
"xpack.cases.pageTitle": "ケース",
"xpack.cases.recentCases.commentsTooltip": "コメント",
@ -22086,7 +22085,6 @@
"xpack.securitySolution.lists.valueListsUploadSuccess": "値リスト「{fileName}」はアップロードされませんでした",
"xpack.securitySolution.lists.valueListsUploadSuccessTitle": "値リストがアップロードされました",
"xpack.securitySolution.management.search.button": "更新",
"xpack.securitySolution.markdownEditor.markdown": "マークダウン",
"xpack.securitySolution.markdownEditor.markdownInputHelp": "Markdown 構文ヘルプ",
"xpack.securitySolution.markdownEditor.plugins.timeline.insertTimelineButtonLabel": "タイムラインリンクの挿入",
"xpack.securitySolution.markdownEditor.plugins.timeline.noParenthesesErrorMsg": "想定される左括弧",

View file

@ -7744,7 +7744,6 @@
"xpack.cases.header.editableTitle.cancel": "取消",
"xpack.cases.header.editableTitle.editButtonAria": "通过单击,可以编辑 {title}",
"xpack.cases.header.editableTitle.save": "保存",
"xpack.cases.markdownEditor.markdown": "Markdown",
"xpack.cases.markdownEditor.preview": "预览",
"xpack.cases.pageTitle": "案例",
"xpack.cases.recentCases.commentsTooltip": "注释",
@ -22589,7 +22588,6 @@
"xpack.securitySolution.lists.valueListsUploadSuccess": "值列表“{fileName}”已上传",
"xpack.securitySolution.lists.valueListsUploadSuccessTitle": "值列表已上传",
"xpack.securitySolution.management.search.button": "刷新",
"xpack.securitySolution.markdownEditor.markdown": "Markdown",
"xpack.securitySolution.markdownEditor.markdownInputHelp": "Markdown 语法帮助",
"xpack.securitySolution.markdownEditor.plugins.timeline.insertTimelineButtonLabel": "插入时间线链接",
"xpack.securitySolution.markdownEditor.plugins.timeline.noParenthesesErrorMsg": "应为左括号",