Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Mar 31, 2020
1 parent c588cfd commit c1e8411
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const InactiveLicenseSlate = () => {
defaultMessage: 'register a license',
});

const trialLicense = i18n.translate('xpack.grokdDebugger.trialLicenseTitle', {
const trialLicense = i18n.translate('xpack.grokDebugger.trialLicenseTitle', {
defaultMessage: 'Trial',
});

Expand Down
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 @@ -5784,8 +5784,6 @@
"xpack.grokDebugger.displayName": "Grok デバッガー",
"xpack.grokDebugger.grokPatternLabel": "Grok パターン",
"xpack.grokDebugger.patternsErrorMessage": "提供された {grokLogParsingTool} パターンがインプットのデータと一致していません",
"xpack.grokDebugger.registryProviderDescription": "{grokLogParsingTool} パターンを、投入時にデータ変換用にシミュレートしデバッグします。",
"xpack.grokDebugger.registryProviderTitle": "{grokLogParsingTool} デバッガー",
"xpack.grokDebugger.sampleDataLabel": "サンプルデータ",
"xpack.grokDebugger.simulateButtonLabel": "シミュレート",
"xpack.grokDebugger.structuredDataLabel": "構造化データ",
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 @@ -5784,8 +5784,6 @@
"xpack.grokDebugger.displayName": "Grok Debugger",
"xpack.grokDebugger.grokPatternLabel": "Grok 模式",
"xpack.grokDebugger.patternsErrorMessage": "提供的 {grokLogParsingTool} 模式不匹配输入中的数据",
"xpack.grokDebugger.registryProviderDescription": "采集时模拟和调试用于数据转换的 {grokLogParsingTool} 模式。",
"xpack.grokDebugger.registryProviderTitle": "{grokLogParsingTool} Debugger",
"xpack.grokDebugger.sampleDataLabel": "样例数据",
"xpack.grokDebugger.simulateButtonLabel": "模拟",
"xpack.grokDebugger.structuredDataLabel": "结构化数据",
Expand Down

0 comments on commit c1e8411

Please sign in to comment.