Skip to content

Commit

Permalink
[l10n] remove a couple of unused translations (#106977)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Bamieh and kibanamachine authored Aug 3, 2021
1 parent ed28155 commit 6d145c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "コメント",
Expand Down Expand Up @@ -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": "想定される左括弧",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "注释",
Expand Down Expand Up @@ -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": "应为左括号",
Expand Down

0 comments on commit 6d145c8

Please sign in to comment.