Skip to content

Commit

Permalink
delete unused keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Apr 21, 2020
1 parent eeedb5d commit 990fac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
13 changes: 1 addition & 12 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@
"charts.controls.rangeErrorMessage": "値は {min} と {max} の間でなければなりません",
"charts.controls.vislibBasicOptions.legendPositionLabel": "凡例位置",
"charts.controls.vislibBasicOptions.showTooltipLabel": "ツールヒントを表示",
"common.ui.errorAutoCreateIndex.breadcrumbs.errorText": "エラー",
"common.ui.errorAutoCreateIndex.errorDescription": "Elasticsearch クラスターの {autoCreateIndexActionConfig} 設定が原因で、Kibana が保存されたオブジェクトを格納するインデックスを自動的に作成できないようです。Kibana は、保存されたオブジェクトインデックスが適切なマッピング/スキーマを使用し Kibana から Elasticsearch へのポーリングの回数を減らすための最適な手段であるため、この Elasticsearch の機能を使用します。",
"common.ui.errorAutoCreateIndex.errorDisclaimer": "申し訳ございませんが、この問題が解決されるまで Kibana で何も保存することができません。",
"common.ui.errorAutoCreateIndex.errorTitle": "おっと!",
"common.ui.errorAutoCreateIndex.howToFixError.goBackText": "ブラウザの戻るボタンで前の画面に戻ります。",
"common.ui.errorAutoCreateIndex.howToFixError.removeConfigText": "Elasticsearch 構成ファイルから {autoCreateIndexActionConfig} を削除します。",
"common.ui.errorAutoCreateIndex.howToFixError.restartText": "Elasticsearch を再起動します。",
"common.ui.errorAutoCreateIndex.howToFixErrorTitle": "どうすれば良いのでしょう?",
"common.ui.errorAutoCreateIndex.noteImageAriaLabel": "情報",
"common.ui.errorAutoCreateIndex.noteMessage": "{autoCreateIndexActionConfig} は、機能を有効にするパターンのホワイトリストを定義することもできます。Kibana と同じ理由でこの機能を使用する他のプラグイン/操作をすべて把握する必要があるため、この設定のこのような使い方はここでは説明しません。",
"common.ui.errorAutoCreateIndex.noteTitle": "注:",
"common.ui.errorUrlOverflow.breadcrumbs.errorText": "エラー",
"common.ui.errorUrlOverflow.errorDescription": "とても長い URL ですね。残念なお知らせがあります。ご使用のブラウザは Kibana の超巨大 URL に対応していません。問題を避けるため、Kibana はご使用のブラウザでの URL を {urlCharacterLimit} 文字に制限します。",
"common.ui.errorUrlOverflow.errorTitle": "おっと!",
Expand Down Expand Up @@ -16749,4 +16738,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "フィールドを選択してください。",
"xpack.watcher.watcherDescription": "アラートの作成、管理、監視によりデータへの変更を検知します。"
}
}
}
13 changes: 1 addition & 12 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@
"charts.controls.rangeErrorMessage": "值必须是在 {min} 到 {max} 的范围内",
"charts.controls.vislibBasicOptions.legendPositionLabel": "图例位置",
"charts.controls.vislibBasicOptions.showTooltipLabel": "显示工具提示",
"common.ui.errorAutoCreateIndex.breadcrumbs.errorText": "错误",
"common.ui.errorAutoCreateIndex.errorDescription": "似乎 Elasticsearch 集群的 {autoCreateIndexActionConfig} 设置使 Kibana 无法自动创建用于存储已保存对象的索引。Kibana 将使用此 Elasticsearch 功能,因为这是确保已保存对象索引使用正确映射/架构的最好方式,而且其允许 Kibana 较少地轮询 Elasticsearch。",
"common.ui.errorAutoCreateIndex.errorDisclaimer": "但是,只有解决了此问题后,您才能在 Kibana 保存内容。",
"common.ui.errorAutoCreateIndex.errorTitle": "糟糕!",
"common.ui.errorAutoCreateIndex.howToFixError.goBackText": "使用浏览器的后退按钮返回您之前正做的工作。",
"common.ui.errorAutoCreateIndex.howToFixError.removeConfigText": "从 Elasticsearch 配置文件中删除 {autoCreateIndexActionConfig}",
"common.ui.errorAutoCreateIndex.howToFixError.restartText": "重新启动 Elasticsearch。",
"common.ui.errorAutoCreateIndex.howToFixErrorTitle": "那么,我如何解决此问题?",
"common.ui.errorAutoCreateIndex.noteImageAriaLabel": "信息",
"common.ui.errorAutoCreateIndex.noteMessage": "{autoCreateIndexActionConfig} 还可以定义应启用此功能的模式白名单。我们在这里不讨论如何以那种方式使用该设置,因为这和 Kibana 一样需要您了解依赖该功能的所有其他插件/交互。",
"common.ui.errorAutoCreateIndex.noteTitle": "注意:",
"common.ui.errorUrlOverflow.breadcrumbs.errorText": "错误",
"common.ui.errorUrlOverflow.errorDescription": "您的 URL 真不小。我有一些不幸的消息:您的浏览器与 Kibana 的超长 URL 不太兼容。为了避免您遇到问题,Kibana 在您的浏览器中将 URL 长度限制在 {urlCharacterLimit} 个字符。",
"common.ui.errorUrlOverflow.errorTitle": "喔哦!",
Expand Down Expand Up @@ -16754,4 +16743,4 @@
"xpack.watcher.watchEdit.thresholdWatchExpression.aggType.fieldIsRequiredValidationMessage": "此字段必填。",
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}

0 comments on commit 990fac9

Please sign in to comment.