Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 13, 2020
1 parent 736e0c4 commit c84f994
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -16031,17 +16031,6 @@
"xpack.securitySolution.lists.valueListsUploadError": "値リストのアップロードエラーが発生しました。",
"xpack.securitySolution.lists.valueListsUploadSuccess": "値リスト「{fileName}」はアップロードされませんでした",
"xpack.securitySolution.lists.valueListsUploadSuccessTitle": "値リストがアップロードされました",
"xpack.securitySolution.markdown.hint.boldLabel": "**太字**",
"xpack.securitySolution.markdown.hint.bulletLabel": "* ビュレット",
"xpack.securitySolution.markdown.hint.codeLabel": "`code`",
"xpack.securitySolution.markdown.hint.headingLabel": "# 見出し",
"xpack.securitySolution.markdown.hint.imageUrlLabel": "![image](url)",
"xpack.securitySolution.markdown.hint.italicsLabel": "_italics_",
"xpack.securitySolution.markdown.hint.preformattedLabel": "```preformatted```",
"xpack.securitySolution.markdown.hint.quoteLabel": ">引用",
"xpack.securitySolution.markdown.hint.strikethroughLabel": "取り消し線",
"xpack.securitySolution.markdown.hint.urlLabel": "[link](url)",
"xpack.securitySolution.markdown.toolTip.timelineId": "タイムラインID:{ timelineId }",
"xpack.securitySolution.markdownEditor.markdown": "マークダウン",
"xpack.securitySolution.markdownEditor.markdownInputHelp": "Markdown 構文ヘルプ",
"xpack.securitySolution.markdownEditor.preview": "プレビュー",
Expand Down
11 changes: 0 additions & 11 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -16041,17 +16041,6 @@
"xpack.securitySolution.lists.valueListsUploadError": "上传值列表时出错。",
"xpack.securitySolution.lists.valueListsUploadSuccess": "值列表“{fileName}”已上传",
"xpack.securitySolution.lists.valueListsUploadSuccessTitle": "值列表已上传",
"xpack.securitySolution.markdown.hint.boldLabel": "**粗体**",
"xpack.securitySolution.markdown.hint.bulletLabel": "* 项目符号",
"xpack.securitySolution.markdown.hint.codeLabel": "`code`",
"xpack.securitySolution.markdown.hint.headingLabel": "# 标题",
"xpack.securitySolution.markdown.hint.imageUrlLabel": "![图](url)",
"xpack.securitySolution.markdown.hint.italicsLabel": "_斜体_",
"xpack.securitySolution.markdown.hint.preformattedLabel": "```预设格式```",
"xpack.securitySolution.markdown.hint.quoteLabel": ">引文",
"xpack.securitySolution.markdown.hint.strikethroughLabel": "删除线",
"xpack.securitySolution.markdown.hint.urlLabel": "[链接](url)",
"xpack.securitySolution.markdown.toolTip.timelineId": "时间线 id:{ timelineId }",
"xpack.securitySolution.markdownEditor.markdown": "Markdown",
"xpack.securitySolution.markdownEditor.markdownInputHelp": "Markdown 语法帮助",
"xpack.securitySolution.markdownEditor.preview": "预览",
Expand Down

0 comments on commit c84f994

Please sign in to comment.