Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[l10n] remove a couple of unused translations #106977

Merged
merged 4 commits into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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