fixes type on detection page (#53901)

This commit is contained in:
Ben Skelker 2020-01-03 09:24:19 +02:00 committed by GitHub
parent 4b2c4cfddb
commit 6f6aacb61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 678 additions and 684 deletions

View file

@ -35,7 +35,7 @@ export const PANEL_SUBTITLE_SHOWING = i18n.translate(
export const EMPTY_TITLE = i18n.translate('xpack.siem.detectionEngine.emptyTitle', {
defaultMessage:
'It looks like you dont have any indices relevant to the detction engine in the SIEM application',
'It looks like you dont have any indices relevant to the detection engine in the SIEM application',
});
export const EMPTY_ACTION_PRIMARY = i18n.translate(

View file

@ -452,14 +452,6 @@
"common.ui.notify.toaster.unavailableServerErrorMessage": "HTTP リクエストが接続に失敗しました。Kibana サーバーが実行されていて、ご使用のブラウザの接続が正常に動作していることを確認するか、システム管理者にお問い合わせください。",
"common.ui.paginateControls.pageSizeLabel": "ページサイズ",
"common.ui.paginateControls.scrollTopButtonLabel": "最上部に移動",
"timelion.savedObjectFinder.addNewItemButtonLabel": "新規 {item} を追加",
"timelion.savedObjectFinder.manageItemsButtonLabel": "{items} の管理",
"timelion.savedObjectFinder.noMatchesFoundDescription": "一致する {items} が見つかりません。",
"timelion.savedObjectFinder.pageItemsFromHitCountDescription": "{hitCount} 件中 {pageFirstItem}-{pageLastItem} 件目",
"timelion.savedObjectFinder.sortByButtonLabeAscendingScreenReaderOnly": "昇順",
"timelion.savedObjectFinder.sortByButtonLabeDescendingScreenReaderOnly": "降順",
"timelion.savedObjectFinder.sortByButtonLabel": "名前",
"timelion.savedObjectFinder.sortByButtonLabelScreenReaderOnly": "並べ替え基準",
"common.ui.savedObjects.confirmModal.overwriteButtonLabel": "上書き",
"common.ui.savedObjects.confirmModal.overwriteConfirmationMessage": "{title} を上書きしてよろしいですか?",
"common.ui.savedObjects.confirmModal.overwriteTitle": "{name} を上書きしますか?",
@ -527,6 +519,340 @@
"common.ui.aggTypes.scaleMetricsLabel": "メトリック値のスケーリング (廃止)",
"common.ui.aggTypes.scaleMetricsTooltip": "これを有効にすると、手動最低間隔を選択し、広い間隔が使用された場合、カウントと合計メトリックが手動で選択された間隔にスケーリングされます。",
"common.ui.aggTypes.buckets.ranges.rangesFormatMessage": "{gte} {from} と {lt} {to}",
"timelion.savedObjectFinder.addNewItemButtonLabel": "新規 {item} を追加",
"timelion.savedObjectFinder.manageItemsButtonLabel": "{items} の管理",
"timelion.savedObjectFinder.noMatchesFoundDescription": "一致する {items} が見つかりません。",
"timelion.savedObjectFinder.pageItemsFromHitCountDescription": "{hitCount} 件中 {pageFirstItem}-{pageLastItem} 件目",
"timelion.savedObjectFinder.sortByButtonLabeAscendingScreenReaderOnly": "昇順",
"timelion.savedObjectFinder.sortByButtonLabeDescendingScreenReaderOnly": "降順",
"timelion.savedObjectFinder.sortByButtonLabel": "名前",
"timelion.savedObjectFinder.sortByButtonLabelScreenReaderOnly": "並べ替え基準",
"timelion.badge.readOnly.text": "読み込み専用",
"timelion.badge.readOnly.tooltip": "Timelion シートを保存できません",
"timelion.breadcrumbs.create": "作成",
"timelion.breadcrumbs.root": "Timelion",
"timelion.cells.actions.fullscreenAriaLabel": "全画面チャート",
"timelion.cells.actions.fullscreenTooltip": "全画面",
"timelion.cells.actions.removeAriaLabel": "リモートスタート",
"timelion.cells.actions.removeTooltip": "削除",
"timelion.cells.actions.reorderAriaLabel": "ドラッグして並べ替え",
"timelion.cells.actions.reorderTooltip": "ドラッグして並べ替え",
"timelion.chart.seriesList.noSchemaWarning": "次のパネルタイプは存在しません: {renderType}",
"timelion.expressionInputAriaLabel": "Timelion 式",
"timelion.expressionInputPlaceholder": "{esQuery} でのクエリを試してみてください。",
"timelion.expressionSuggestions.arg.infoTitle": "情報",
"timelion.expressionSuggestions.arg.listTitle": "引数:",
"timelion.expressionSuggestions.arg.nameTitle": "引数名",
"timelion.expressionSuggestions.arg.typesTitle": "対応タイプ",
"timelion.expressionSuggestions.func.description.chainableText": "{help} (連鎖可能)",
"timelion.expressionSuggestions.func.description.dataSourceText": "{help} (データソース)",
"timelion.fitFunctions.carry.downSampleErrorMessage": "ダウンサンプルには「carry」フィットメソドを使用せず、「scale」または「average」を使用してください",
"timelion.fullscreen.exitAriaLabel": "全画面を終了",
"timelion.fullscreen.exitTooltip": "全画面を終了",
"timelion.function.help": "Timelion のビジュアライゼーションです。",
"timelion.help.configuration.firstTimeConfigurationLinkText": "初回構成",
"timelion.help.configuration.notValid.advancedSettingsPathText": "管理 / Kibana / 高度な設定",
"timelion.help.configuration.notValid.notValidSettingsErrorMessage": "Elasticsearch の設定を確認できませんでした: {reason}。高度な設定を確認して再試行してください。({count})",
"timelion.help.configuration.notValid.paragraph1": "Logstash を使用している場合、Timelion でのログデータの探索開始に何も構成する必要はありません。他のインデックスを検索するには、{advancedSettingsPath} に移動してインデックスと一致するよう {esDefaultIndex} と {esTimefield} を設定します。",
"timelion.help.configuration.notValid.paragraph2": "他の Timelion 設定もあります。今のところ他の設定は気にしなくて大丈夫です。後程、必要に応じていつでも設定できることがわかります。",
"timelion.help.configuration.notValid.validateButtonLabel": "構成を検証",
"timelion.help.configuration.notValidTitle": "初回構成",
"timelion.help.configuration.valid.advancedSettingsPathText": "管理/Kibana/高度な設定",
"timelion.help.configuration.valid.intervalIsAutoText": "準備完了です!",
"timelion.help.configuration.valid.intervals.content.intervalIsNotAutoText": "Timelion が適切な間隔を選択できるよう、{auto} に設定します。",
"timelion.help.configuration.valid.intervalsTextPart1": "インプットバーの右にある間隔設定は、サンプリングの頻度をコントロールできます。現在 {interval} に設定されています。",
"timelion.help.configuration.valid.intervalsTextPart2": "Timelion が選択された時間範囲と間隔の組み合わせによりデータポイントが多くなりすぎると判断した場合、エラーが発生します。{advancedSettingsPath} の {maxBuckets} を構成することでこの制限を調整できます。",
"timelion.help.configuration.valid.intervalsTitle": "間隔",
"timelion.help.configuration.valid.paragraph1Part1": "デフォルトのインデックスと時間フィールドを検証し、すべて問題なさそうです。{statsMin} から {statsMax} までのデータが見つかりました。恐らく準備完了です。何か問題がある場合は、",
"timelion.help.configuration.valid.paragraph1Part2": "で Elasticsearch データソースの構成に関する詳細をご覧ください。",
"timelion.help.configuration.valid.paragraph2": "既にチャートが 1 つ表示されていますが、興味深いデータを得るにはいくつか調整が必要な可能性があります。",
"timelion.help.configuration.valid.paragraph3": "これで、一定期間のデータポイントの数を示す折れ線グラフが表示されるはずです。",
"timelion.help.configuration.valid.timeRangeText": "Kibana ツールバーのタイムピッカーで可視化するデータを含む期間を選択します。上記のすべてまたは一部の時間範囲を含む時間範囲を選択するようにしてください。",
"timelion.help.configuration.valid.timeRangeTitle": "時間範囲",
"timelion.help.configuration.validTitle": "良いお知らせです。Elasticsearch が正しく構成されました!",
"timelion.help.dataTransforming.functionReferenceLinkText": "機能リファレンス",
"timelion.help.dataTransforming.paragraph1": "基本を覚えたところで、Timelion の実力を発揮させましょう。エータのサブセットが、一定期間における全体の何パーセントを表しているか見てみましょう。例えば、Web トラフィックの何パーセントが米国からのものでしょう?",
"timelion.help.dataTransforming.paragraph2": "まず初めに、米国を含むすべてのイベントを見つけます: {esUsQuery}。",
"timelion.help.dataTransforming.paragraph3": "次に、全体に対する米国のイベントの比率を割り出します。{us} を全体で割るには、{divide} 関数を使用します: {divideDataQuery}。",
"timelion.help.dataTransforming.paragraph4": "まぁまぁですが、これでは 0 から 1 までの値になってしまいます。パーセンテージに変換するには、100 を掛けます: {multiplyDataQuery}。",
"timelion.help.dataTransforming.paragraph5": "これでトラフィックの何パーセントが米国からのものなのか分かり、一定期間内にどのように変化したのか見ることができますTimelion には、{sum}、{subtract}、{multiply}、{divide} などのいくつもの演算機能が搭載されています。これらの多くが数列や数字を扱えます。また、{movingaverage}、{abs}、{derivative} といった他の便利な変換機能もあります。",
"timelion.help.dataTransforming.paragraph6Part1": "構文を学んだところで、",
"timelion.help.dataTransforming.paragraph6Part2": "で、Timelion で利用できるすべての機能の使い方をご覧ください。Kibana ツールバーの \\{ドキュメント\\} をクリックしていつでもリファレンスを参照することができます。このチュートリアルに戻るには、リファレンスの上にある \\{チュートリアル\\} リンクをクリックします。",
"timelion.help.dataTransformingTitle": "データの変換: お楽しみの始まりです!",
"timelion.help.dontShowHelpButtonLabel": "今後表示しない",
"timelion.help.expressions.examples.customStylingDescription": "{descriptionTitle}初めの数列を赤くし、2 つ目の数列に 1 ピクセル幅のバーを使用します。",
"timelion.help.expressions.examples.customStylingDescriptionTitle": "カスタムスタイリング。",
"timelion.help.expressions.examples.groupedExpressionsDescription": "{descriptionTitle}式のグループを関数に連結させることもできます。ここでは両方の数列が線ではなく点で表示されています。",
"timelion.help.expressions.examples.groupedExpressionsDescriptionTitle": "式のグループ化。",
"timelion.help.expressions.examples.namedArgumentsDescription": "{descriptionTitle}引数の指定順序を覚える必要はありません。名前付き引数を使えば、式の読み書きが楽になります。",
"timelion.help.expressions.examples.namedArgumentsDescriptionTitle": "名前付き引数。",
"timelion.help.expressions.examples.twoExpressionsDescription": "{descriptionTitle}同じチャートに 2 つの式が使えます。",
"timelion.help.expressions.examples.twoExpressionsDescriptionTitle": "2 倍の楽しみ。",
"timelion.help.expressions.functionReferenceLinkText": "関数リファレンス",
"timelion.help.expressions.paragraph1": "それぞれの式はデータソース関数で始まります。ここから、新しい関数をデータソースに追加して変換や強化ができます。",
"timelion.help.expressions.paragraph2": "ところで、ここから先はデータの持ち主が一番よくご存知なのではないでしょうか。サンプルクエリをより有意義なものと自由に置き換えてみてください。",
"timelion.help.expressions.paragraph3": "Kibana ツールバーの {strongAdd} をクリックして、他のチャートをいくつか追加してみみましょう。そして、チャートを選択して次の式の内の 1 つをコピーし、インプットバーに貼り付けて、Enter を押します。リセットして繰り返し、他の式を試してみましょう。",
"timelion.help.expressions.paragraph4": "Timelion は、チャートの見た目をカスタマイズするための他のビュー変換機能も搭載しています。完全なリストは次のリソースをご覧ください",
"timelion.help.expressions.strongAddText": "追加",
"timelion.help.expressionsTitle": "式を使って式を定義",
"timelion.help.functions.absHelpText": "数列リストの各値の絶対値を返します",
"timelion.help.functions.aggregate.args.functionHelpText": "{functions} の 1 つ",
"timelion.help.functions.aggregateHelpText": "数列のすべての点の処理結果に基づく線を作成します。利用可能な関数: {functions}",
"timelion.help.functions.bars.args.stackHelpText": "バーがスタックした場合はデフォルトで true にする",
"timelion.help.functions.bars.args.widthHelpText": "バーの幅 (ピクセル)",
"timelion.help.functions.barsHelpText": "seriesList をバーとして表示",
"timelion.help.functions.color.args.colorHelpText": "ヘックスとしての数列の色です。例: #c6c6c6 はかわいいライトグレー。複数の色を指定し、複数数列がある場合、グラデーションになります。例: 「#00B1CC:#00FF94:#FF3A39:#CC1A6F」",
"timelion.help.functions.colorHelpText": "数列の色を変更します",
"timelion.help.functions.common.args.fitHelpText": "ターゲットの期間と間隔に数列を合わせるためのアルゴリズムです。利用可能: {fitFunctions}",
"timelion.help.functions.common.args.offsetHelpText": "日付表現による数列の取得をオフセットします。例: 1 か月前からイベントを作成する -1M tは現在のように表示されます。「 timerange」によって、チャートの全体的な時間範囲に関連した数列をオフセットします。例: 「timerange:-2」は過去に対する全体的なチャート時間範囲の 2 倍をオフセットします。",
"timelion.help.functions.condition.args.elseHelpText": "比較が false の場合に点が設定される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.condition.args.ifHelpText": "点が比較される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.condition.args.operator.suggestions.eqHelpText": "equal",
"timelion.help.functions.condition.args.operator.suggestions.gteHelpText": "超過",
"timelion.help.functions.condition.args.operator.suggestions.gtHelpText": "以上",
"timelion.help.functions.condition.args.operator.suggestions.lteHelpText": "未満",
"timelion.help.functions.condition.args.operator.suggestions.ltHelpText": "以下",
"timelion.help.functions.condition.args.operator.suggestions.neHelpText": "not equal",
"timelion.help.functions.condition.args.operatorHelpText": "比較に使用する比較演算子、有効な演算子は eq (=)、ne (≠), lt (<), lte (≦), gt (>), gte (≧)",
"timelion.help.functions.condition.args.thenHelpText": "比較が true の場合に点が設定される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.conditionHelpText": "演算子を使って各点を数字、または別の数列の同じ点と比較し、true の場合値を結果の値に設定し、オプションとして else が使用されます。",
"timelion.help.functions.cusum.args.baseHelpText": "開始の数字です。基本的に、数列の初めにこの数字が追加されます",
"timelion.help.functions.cusumHelpText": "ベースから始め、数列の累積和を返します。",
"timelion.help.functions.derivativeHelpText": "一定期間の値の変化をプロットします。",
"timelion.help.functions.divide.args.divisorHelpText": "割る数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.divideHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に割けます。",
"timelion.help.functions.es.args.indexHelpText": "クエリを実行するインデックスで、ワイルドカードが使えます。「metrics」、「split」、「timefield」引数のスクリプトフィールドのフィールド名のインデックスパターン名とフィールド名の入力候補を提供します。",
"timelion.help.functions.es.args.intervalHelpText": "**これは使用しないでください**。fit 関数のデバッグは楽しいですが、間隔ピッカーを使用すべきです。",
"timelion.help.functions.es.args.kibanaHelpText": "Kibana ダッシュボードでフィルターを適用します。Kibana ダッシュボードの使用時にのみ適用されます。",
"timelion.help.functions.es.args.metricHelpText": "Elasticsearch メトリック集約: avg、sum、min、max、percentiles、または基数、後ろにフィールドを付けます。例: 「sum:bytes」、「percentiles:bytes:95,99,99.9」、「count」",
"timelion.help.functions.es.args.qHelpText": "Lucene クエリ文字列の構文のクエリ",
"timelion.help.functions.es.args.splitHelpText": "分割する Elasticsearch フィールドと制限です。例: トップ 10 のホスト名を割り出す「{hostnameSplitArg}」",
"timelion.help.functions.es.args.timefieldHelpText": "X 軸にフィールドタイプ「date」を使用",
"timelion.help.functions.esHelpText": "Elasticsearch インスタンスからデータを取得します",
"timelion.help.functions.firstHelpText": "これは単純に input seriesList を返す内部機能です。この機能は使わないでください",
"timelion.help.functions.fit.args.modeHelpText": "数列をターゲットに合わせるためのアルゴリズムです。{fitFunctions} の 1 つ",
"timelion.help.functions.fitHelpText": "定義された fit 関数を使用して空値を入力します",
"timelion.help.functions.graphite.args.metricHelpText": "取得する Graphite メトリック、例: {metricExample}",
"timelion.help.functions.graphiteHelpText": "[実験的] Graphite からデータを取得します。Kibana の高度な設定で Graphite サーバーを構成します",
"timelion.help.functions.hide.args.hideHelpText": "数列の表示と非表示を切り替えます",
"timelion.help.functions.hideHelpText": "デフォルトで数列を非表示にします",
"timelion.help.functions.holt.args.alphaHelpText": "\n 0 から 1 の平滑化加重です。\n アルファを上げると新しい数列がオリジナルにさらに近くなります。\n 下げると数列がスムーズになります",
"timelion.help.functions.holt.args.betaHelpText": "\n 0 から 1 の傾向加重です。\n ベータを上げると線の上下の動きが長くなります。\n 下げると新しい傾向をより早く反映するようになります",
"timelion.help.functions.holt.args.gammaHelpText": "0 から 1 のシーズン加重です。データが波のようになっていますか?\n この数字を上げると、最近のシーズンの重要性が高まり、波形の動きを速くします。\n 下げると新しいシーズンの重要性が下がり、過去がより重要視されます。",
"timelion.help.functions.holt.args.sampleHelpText": "\n シーズン数列の「予測」を開始する前にサンプリングするシーズンの数です。\n (gamma でのみ有効、デフォルト: all)",
"timelion.help.functions.holt.args.seasonHelpText": "シーズンの長さです、例: パターンが毎週繰り返される場合は 1w。(gamma でのみ有効)",
"timelion.help.functions.holtHelpText": "\n 数列の始めをサンプリングし、\n いくつかのオプションパラメーターを使用して何が起こるか予測します。基本的に、この機能は未来を予測するのではなく、\n 過去のデータに基づき現在何が起きているべきかを予測します。\n この情報は異常検知に役立ちます。null には予測値が入力されます。",
"timelion.help.functions.label.args.labelHelpText": "数列の凡例値です。文字列で $1、$2 などを使用して、正規表現の捕捉グループに合わせることができます。",
"timelion.help.functions.label.args.regexHelpText": "捕捉グループをサポートする正規表現です",
"timelion.help.functions.labelHelpText": "数列のラベルを変更します。%s で既存のラベルを参照します",
"timelion.help.functions.legend.args.columnsHelpText": "凡例を分ける列の数です",
"timelion.help.functions.legend.args.position.suggestions.falseHelpText": "凡例を無効にします",
"timelion.help.functions.legend.args.position.suggestions.neHelpText": "北東の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.nwHelpText": "北西の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.seHelpText": "南東の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.swHelpText": "南西の角に凡例を配置します",
"timelion.help.functions.legend.args.positionHelpText": "凡例を配置する角: nw、ne、se、または sw。false で凡例を無効にすることもできます",
"timelion.help.functions.legend.args.showTimeHelpText": "グラフにカーソルを合わせた時、凡例の時間値を表示します。デフォルト: true",
"timelion.help.functions.legend.args.timeFormatHelpText": "moment.js フォーマットパターンです。デフォルト: {defaultTimeFormat}",
"timelion.help.functions.legendHelpText": "プロットの凡例の位置とスタイルを設定します",
"timelion.help.functions.lines.args.fillHelpText": "0 と 10 の間の数字です。エリアチャートの作成に使用します。",
"timelion.help.functions.lines.args.showHelpText": "線の表示と非表示を切り替えます",
"timelion.help.functions.lines.args.stackHelpText": "線をスタックします。よく誤解を招きます。この機能を使用する際は塗りつぶしを使うようにしましょう。",
"timelion.help.functions.lines.args.stepsHelpText": "線をステップとして表示します。つまり、点の間に中間値を挿入しません。",
"timelion.help.functions.lines.args.widthHelpText": "線の太さです",
"timelion.help.functions.linesHelpText": "seriesList を線として表示します",
"timelion.help.functions.log.args.baseHelpText": "対数のベースを設定します、デフォルトは 10 です",
"timelion.help.functions.logHelpText": "数列リストの各値の対数値を返します (デフォルトのベース:10)",
"timelion.help.functions.max.args.valueHelpText": "点を既存の値と引き渡された値のどちらか高い方に設定します。seriesList を引き渡す場合、数列がちょうど 1 つでなければなりません。",
"timelion.help.functions.maxHelpText": "インプット seriesList の各数列のそれぞれの配置の seriesList の 1 つまたは複数の数列の最高値です",
"timelion.help.functions.min.args.valueHelpText": "点を既存の値と引き渡された値のどちらか低い方に設定します。seriesList を引き渡す場合、数列がちょうど 1 つでなければなりません。",
"timelion.help.functions.minHelpText": "インプット seriesList の各数列のそれぞれの配置の seriesList の 1 つまたは複数の数列の最低値です",
"timelion.help.functions.movingaverage.args.positionHelpText": "結果時間に比較した平均点の配置です。{validPositions} の 1 つ",
"timelion.help.functions.movingaverage.args.windowHelpText": "平均を出す点の数、または日付計算式 (例: 1d、1M) です。日付計算式が指定された場合、この機能は現在選択された間隔でできるだけ近づけます。日付計算式が間隔で均等に分けられない場合、結果に異常が出る場合があります。",
"timelion.help.functions.movingaverageHelpText": "特定期間の移動平均を計算します。ばらばらの数列を滑らかにするのに有効です。",
"timelion.help.functions.movingstd.args.positionHelpText": "結果時間に比較した期間スライスの配置です。オプションは {positions} です。デフォルト: {defaultPosition}",
"timelion.help.functions.movingstd.args.windowHelpText": "標準偏差を計算する点の数です。",
"timelion.help.functions.movingstdHelpText": "特定期間の移動標準偏差を計算します。ネイティブ two-pass アルゴリズムを使用します。非常に長い数列や、非常に大きな数字を含む数列では、四捨五入による誤差がより明らかになる可能性があります。",
"timelion.help.functions.multiply.args.multiplierHelpText": "掛ける数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.multiplyHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に掛けます。",
"timelion.help.functions.points.args.fillColorHelpText": "点を塗りつぶす色です。",
"timelion.help.functions.points.args.fillHelpText": "塗りつぶしの透明度を表す 0 から 10 までの数字です",
"timelion.help.functions.points.args.radiusHelpText": "点のサイズです",
"timelion.help.functions.points.args.showHelpText": "点の表示・非表示です",
"timelion.help.functions.points.args.symbolHelpText": "点のシンボルです。{validSymbols} の 1 つ",
"timelion.help.functions.points.args.weightHelpText": "点の周りの太さです",
"timelion.help.functions.pointsHelpText": "数列を点として表示します",
"timelion.help.functions.precision.args.precisionHelpText": "各値を四捨五入する桁数です",
"timelion.help.functions.precisionHelpText": "値の小数点以下の四捨五入する桁数です",
"timelion.help.functions.props.args.globalHelpText": "各数列に対し、seriesList にプロップを設定します",
"timelion.help.functions.propsHelpText": "数列に任意のプロパティを設定するため、自己責任で行ってください。例: {example}",
"timelion.help.functions.quandl.args.codeHelpText": "プロットする Quandl コードです。これらは quandl.com に掲載されています。",
"timelion.help.functions.quandl.args.positionHelpText": "Quandl ソースによっては、複数数列を返すものがあります。どれを使用しますか1 ベースインデックス",
"timelion.help.functions.quandlHelpText": "\n [実験的]\n Quandl コードで quandl.com からデータを取得します。{quandlKeyField} を Kibana の空いている API キーに設定します。\n 高度な設定です。API は、キーなしでは非常に低いレート制限があります。",
"timelion.help.functions.range.args.maxHelpText": "新しい最高値です",
"timelion.help.functions.range.args.minHelpText": "新しい最低値です",
"timelion.help.functions.rangeHelpText": "同じシェイプを維持しつつ数列の最高値と最低値を変更します",
"timelion.help.functions.scaleInterval.args.intervalHelpText": "新しい間隔の日付計算表記です。例: 1 秒 = 1s。1m、5m、1M、1w、1y など。",
"timelion.help.functions.scaleIntervalHelpText": "変更すると、値 (通常合計またはカウント) が新しい間隔にスケーリングされます。例: 毎秒のレート",
"timelion.help.functions.static.args.labelHelpText": "数列のラベルを簡単に設定する方法です。.label() 関数を使用することもできます。",
"timelion.help.functions.static.args.valueHelpText": "表示する単一の値です。複数の値が引き渡された場合、指定された時間範囲に均等に挿入されます。",
"timelion.help.functions.staticHelpText": "チャートに 1 つの値を挿入します",
"timelion.help.functions.subtract.args.termHelpText": "インプットから引く数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.subtractHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置から引きます。",
"timelion.help.functions.sum.args.termHelpText": "インプット数列に足す数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.sumHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に足します。",
"timelion.help.functions.title.args.titleHelpText": "プロットのタイトルです。",
"timelion.help.functions.titleHelpText": "プロットの上部にタイトルを追加します。複数の seriesList がコールされた場合、最後のコールが使用されます。",
"timelion.help.functions.trend.args.endHelpText": "始めまたは終わりからの計算を修了する場所です。例えば、-10 の場合終わりから 10 点目で計算が終了し、+15 の場合始めから 15 点目で終了します。デフォルト:0",
"timelion.help.functions.trend.args.modeHelpText": "傾向線の生成に使用するアルゴリズムです。{validRegressions} の 1 つ",
"timelion.help.functions.trend.args.startHelpText": "始めまたは終わりからの計算を開始する場所です。例えば、-10 の場合終わりから 10 点目から計算を開始し、+15 の場合始めから 15 点目から開始します。デフォルト:0",
"timelion.help.functions.trendHelpText": "指定された回帰アルゴリズムで傾向線を描きます",
"timelion.help.functions.trim.args.endHelpText": "数列の終わりから切り取るバケットです。デフォルト:1",
"timelion.help.functions.trim.args.startHelpText": "数列の始めから切り取るバケットです。デフォルト:1",
"timelion.help.functions.trimHelpText": "「部分的バケットの問題」に合わせて、数列の始めか終わりの N 個のバケットを無効化するように設定します。",
"timelion.help.functions.worldbank.args.codeHelpText": "Worldbank API パスです。これは通常ドメインの後ろからクエリ文字列までのすべてです。例: {apiPathExample}。",
"timelion.help.functions.worldbankHelpText": "\n [experimental]\n 数列のパスを使用して {worldbankUrl} からデータを取得します。\n Worldbank は主に年間データを提供し、現在の年のデータがないことがよくあります。\n 最近の期間範囲のデータが取得できない場合は、{offsetQuery} をお試しください。",
"timelion.help.functions.worldbankIndicators.args.countryHelpText": "Worldbank の国 ID です。通常は国の 2 文字のコートです",
"timelion.help.functions.worldbankIndicators.args.indicatorHelpText": "使用するインジケーターコードです。{worldbankUrl} で調べる必要があります。多くが分かりずらいものです。例えば、人口は {indicatorExample} です。",
"timelion.help.functions.worldbankIndicatorsHelpText": "\n [experimental]\n 国名とインジケーターを使って {worldbankUrl} からデータを取得します。Worldbank は\n 主に年間データを提供し、現在の年のデータがないことがよくあります。最近の期間のデータが取得できない場合は、{offsetQuery} をお試しください\n 時間範囲",
"timelion.help.functions.yaxis.args.colorHelpText": "軸ラベルの色です",
"timelion.help.functions.yaxis.args.labelHelpText": "軸のラベルです",
"timelion.help.functions.yaxis.args.maxHelpText": "最高値",
"timelion.help.functions.yaxis.args.minHelpText": "最低値",
"timelion.help.functions.yaxis.args.positionHelpText": "左から右",
"timelion.help.functions.yaxis.args.tickDecimalsHelpText": "y 軸とティックラベルの小数点以下の桁数です。",
"timelion.help.functions.yaxis.args.unitsHelpText": "Y 軸のラベルのフォーマットに使用する機能です。{formatters} の 1 つ",
"timelion.help.functions.yaxis.args.yaxisHelpText": "この数列をプロットする数字の Y 軸です。例: 2 本目の Y 軸は .yaxis(2) になります。",
"timelion.help.functions.yaxisHelpText": "様々な Y 軸のオプションを構成します。恐らく最も重要なのは、N 本目 (例: 2 本目) の Y 軸を追加する機能です。",
"timelion.help.mainPage.functionReference.detailsTable.acceptedTypesColumnLabel": "対応タイプ",
"timelion.help.mainPage.functionReference.detailsTable.argumentNameColumnLabel": "引数名",
"timelion.help.mainPage.functionReference.detailsTable.informationColumnLabel": "情報",
"timelion.help.mainPage.functionReference.gettingStartedText": "関数をクリックすると詳細が表示されます。初心者の方ですか?",
"timelion.help.mainPage.functionReference.noArgumentsFunctionErrorMessage": "この関数には引数を使用できません。簡単でしょう?",
"timelion.help.mainPage.functionReference.welcomePageLinkText": "チュートリアルをご覧ください",
"timelion.help.mainPage.functionReferenceTitle": "関数リファレンス",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowDescription": "自動入力メニューに焦点を切り替えます。矢印でさらに用語を選択します",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowLabel": "下矢印",
"timelion.help.mainPage.keyboardTips.autoComplete.enterTabDescription": "現在の選択項目または自動入力メニューで最も使用されている用語を選択します",
"timelion.help.mainPage.keyboardTips.autoComplete.escDescription": "自動入力メニューを閉じます",
"timelion.help.mainPage.keyboardTips.autoCompleteTitle": "自動入力が有効な場合",
"timelion.help.mainPage.keyboardTips.generalEditing.submitRequestText": "リクエストを送信します",
"timelion.help.mainPage.keyboardTips.generalEditingTitle": "一般編集",
"timelion.help.mainPage.keyboardTipsTitle": "キーボードのヒント",
"timelion.help.mainPageTitle": "ヘルプ",
"timelion.help.nextPageButtonLabel": "次へ",
"timelion.help.previousPageButtonLabel": "前へ",
"timelion.help.querying.countMetricAggregationLinkText": "Elasticsearch メトリック集約",
"timelion.help.querying.countTextPart1": "イベントをカウントするのも良いですが、Elasticsearch のデータソースは単独の値を返す",
"timelion.help.querying.countTextPart2": "もサポートしています。最も便利なものには {min}、{max}、{avg}、{sum}、{cardinality} などがあります。{srcIp}フィールドのユニークカウントを求めたいとしましょう。{cardinality} メトリックを使うだけです: {esCardinalityQuery}{bytes}フィールドの平均を求めるには、{avg} メトリックが使えます: {esAvgQuery}",
"timelion.help.querying.countTitle": "カウントを超えて",
"timelion.help.querying.esAsteriskQueryDescriptionText": "Elasticsearch、デフォルトインデックスのすべてを計算",
"timelion.help.querying.esIndexQueryDescriptionText": "* を logstash-* インデックスの q (クエリ) として使用します",
"timelion.help.querying.luceneQueryLinkText": "Lucene クエリ文字列",
"timelion.help.querying.paragraph1": "Elasticsearch データソースが利用可能であることを確認済みなので、クエリの送信ができます。手始めに、インプットバーに {esPattern} と入力し Enter を押してみましょう。",
"timelion.help.querying.paragraph2Part1": "{esAsteriskQueryDescription} が返されます。サブセットを把握したい場合は、{htmlQuery} で {html} に一致するイベントをカウントしたり、{bobQuery} で {user} フィールドに {bob} を含み、{bytes} フィールドが 100 より大きな値のイベントを検索したりできます。このクエリはシングルクォートで囲まれています。スペースを含むためです。いずれかの",
"timelion.help.querying.paragraph2Part2": "を {esQuery} 関数の初めの引数として入力することができます。",
"timelion.help.querying.passingArgumentsText": "Timelion には一般的な操作を簡単に行えるよう、いくつものショートカットがあります。スペースや特殊文字を含まないシンプルな引数用のものがその一つで、クォートを使う必要はありません。また、多くの関数にデフォルトがあります。例えば、{esEmptyQuery} と {esStarQuery} の動作は同じです。引数には名前も付いているため、特定の順序で指定する必要はありません。例えば、{esLogstashQuery} と入力して Elasticsearch データソースに {esIndexQueryDescription} させることができます。",
"timelion.help.querying.passingArgumentsTitle": "引数の受け渡し",
"timelion.help.queryingTitle": "Elasticsearch データソースにクエリを実行中",
"timelion.help.unknownErrorMessage": "不明なエラー",
"timelion.help.welcome.content.emphasizedEverythingText": "すべて",
"timelion.help.welcome.content.functionReferenceLinkText": "関数リファレンスに移動",
"timelion.help.welcome.content.paragraph1": "Timelion は時系列に関する {emphasizedEverything} を司る、全知全能のツールです。データストアから提供された時系列データは、Timelion にお任せください。Timelion は複数データソースのデータセットを、覚えやすい式構文で比較、結合、整理できます。このチュートリアルは Elasticsearch が中心となりますが、ここで学んだことは Timelion がサポートするすべてのデータソースに適用できます。",
"timelion.help.welcome.content.paragraph2": "準備はいいですか?{strongNext} をクリックしてください。チュートリアルをスキップしてドキュメントを表示しますか?",
"timelion.help.welcome.content.strongNextText": "次へ",
"timelion.help.welcomeTitle": "{strongTimelionLabel} へようこそ!",
"timelion.intervals.customIntervalAriaLabel": "カスタム間隔",
"timelion.intervals.selectIntervalAriaLabel": "間隔を選択",
"timelion.noFunctionErrorMessage": "そのような関数はありません: {name}",
"timelion.panels.noRenderFunctionErrorMessage": "パネルにはレンダリング関数が必要です",
"timelion.panels.timechart.unknownIntervalErrorMessage": "不明な間隔",
"timelion.registerFeatureDescription": "時系列データを分析して結果を可視化するには、式言語を使用してください。",
"timelion.requestHandlerErrorTitle": "Timelion リクエストエラー",
"timelion.saveExpression.successNotificationText": "保存された式「{title}」",
"timelion.saveSheet.successNotificationText": "保存されたシート「{title}」",
"timelion.search.submitAriaLabel": "検索",
"timelion.searchErrorTitle": "Timelion リクエストエラー",
"timelion.serverSideErrors.argumentsOverflowErrorMessage": "{functionName} に引き渡された引数が多すぎます",
"timelion.serverSideErrors.bucketsOverflowErrorMessage": "バケットの最高数を超過: {maxBuckets} 個中 {bucketCount} 個が使用できます。より広い間隔または短い期間を選択してください",
"timelion.serverSideErrors.colorFunction.colorNotProvidedErrorMessage": "色が指定されていません",
"timelion.serverSideErrors.conditionFunction.unknownOperatorErrorMessage": "不明な演算子",
"timelion.serverSideErrors.conditionFunction.wrongArgTypeErrorMessage": "数字または seriesList でなければなりません",
"timelion.serverSideErrors.esFunction.indexNotFoundErrorMessage": "Elasticsearch インデックス {index} が見つかりません",
"timelion.serverSideErrors.holtFunction.missingParamsErrorMessage": "シーズンの長さとサンプルサイズ >= 2 を指定する必要があります",
"timelion.serverSideErrors.holtFunction.notEnoughPointsErrorMessage": "二重指数平滑化を使用するには最低 2 つの点が必要です",
"timelion.serverSideErrors.movingaverageFunction.notValidPositionErrorMessage": "有効な配置: {validPositions}",
"timelion.serverSideErrors.movingstdFunction.notValidPositionErrorMessage": "有効な配置: {validPositions}",
"timelion.serverSideErrors.pointsFunction.notValidSymbolErrorMessage": "有効なシンボル: {validSymbols}",
"timelion.serverSideErrors.quandlFunction.unsupportedIntervalErrorMessage": "quandl() でサポートされていない間隔: {interval}. quandl() でサポートされている間隔: {intervals}",
"timelion.serverSideErrors.sheetParseErrorMessage": "予想: 文字 {column} で {expectedDescription}。",
"timelion.serverSideErrors.unknownArgumentErrorMessage": "{functionName} への不明な引数: {argumentName}",
"timelion.serverSideErrors.unknownArgumentTypeErrorMessage": "引数タイプがサポートされていません: {argument}",
"timelion.serverSideErrors.worldbankFunction.noDataErrorMessage": "Worldbank へのリクエストは成功しましたが、{code} のデータがありませんでした",
"timelion.serverSideErrors.wrongFunctionArgumentTypeErrorMessage": "{functionName} ({argumentName}) は {requiredTypes} の内の 1 つでなければなりません。{actualType} を入手",
"timelion.serverSideErrors.yaxisFunction.notSupportedUnitTypeErrorMessage": "{units} はサポートされているユニットタイプではありません。.",
"timelion.serverSideErrors.yaxisFunction.notValidCurrencyFormatErrorMessage": "通貨は 3 文字のコードでなければなりません",
"timelion.timelionDescription": "関数式で時系列チャートを作成します。",
"timelion.topNavMenu.addChartButtonAriaLabel": "チャートを追加",
"timelion.topNavMenu.addChartButtonLabel": "追加",
"timelion.topNavMenu.delete.modal.confirmButtonLabel": "削除",
"timelion.topNavMenu.delete.modal.successNotificationText": "「{title}」が削除されました",
"timelion.topNavMenu.delete.modal.warningText": "削除されたシートは復元できません。",
"timelion.topNavMenu.delete.modalTitle": "Timelion シート「{title}」を削除しますか?",
"timelion.topNavMenu.deleteSheetButtonAriaLabel": "現在のシートを削除",
"timelion.topNavMenu.deleteSheetButtonLabel": "削除",
"timelion.topNavMenu.helpButtonAriaLabel": "ヘルプ",
"timelion.topNavMenu.helpButtonLabel": "ヘルプ",
"timelion.topNavMenu.newSheetButtonAriaLabel": "新規シート",
"timelion.topNavMenu.newSheetButtonLabel": "新規",
"timelion.topNavMenu.openSheetButtonAriaLabel": "シートを開く",
"timelion.topNavMenu.openSheetButtonLabel": "開く",
"timelion.topNavMenu.openSheetTitle": "シートを開く",
"timelion.topNavMenu.options.columnsCountLabel": "列 (列カウントは 12 できっかりと割れる必要があります)",
"timelion.topNavMenu.options.rowsCountLabel": "行 (これは現在のウィンドウの縦の長さに基づく目標値です)。",
"timelion.topNavMenu.optionsButtonAriaLabel": "オプション",
"timelion.topNavMenu.optionsButtonLabel": "オプション",
"timelion.topNavMenu.save.saveAsDashboardPanel.inputPlaceholder": "このパネルに名前を付ける",
"timelion.topNavMenu.save.saveAsDashboardPanel.selectedExpressionLabel": "現在選択されている式",
"timelion.topNavMenu.save.saveAsDashboardPanel.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveAsDashboardPanelDescription": "Kibana ダッシュボードにチャートの追加が必要ですか?できます!このオプションは、現在選択されている式を、他のオブジェクトの追加と同じように Kibana ダッシュボードに追加可能なパネルとして保存します。他のパネルへのリファレンスが使用されている場合、リファレンスの表現を直接保存する表現にコピーして、リファレンスを削除する必要があります。他の表現式を保存するよう選択すrには、チャートをクリックします。",
"timelion.topNavMenu.save.saveAsDashboardPanelLabel": "式に名前を付けて保存",
"timelion.topNavMenu.save.saveAsDashboardPanelTitle": "現在の式を Kibana ダッシュボードのパネルとして保存",
"timelion.topNavMenu.save.saveEntireSheet.inputAriaLabel": "名前",
"timelion.topNavMenu.save.saveEntireSheet.inputPlaceholder": "このシートに名前を付ける…",
"timelion.topNavMenu.save.saveEntireSheet.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveEntireSheetDescription": "Timelion 式を主に Timelion アプリで使用し、Kibana のダッシュボードに Timelion のチャートを追加する必要がない場合は、このオプションを使用します。他のパネルへのリファレンスを使用する場合もこのオプションを使用します。",
"timelion.topNavMenu.save.saveEntireSheetLabel": "シートに名前を付けて保存",
"timelion.topNavMenu.save.saveEntireSheetTitle": "Timelion シート全体の保存",
"timelion.topNavMenu.saveSheetButtonAriaLabel": "シートを保存",
"timelion.topNavMenu.saveSheetButtonLabel": "保存",
"timelion.topNavMenu.sheetOptionsTitle": "シートオプション",
"timelion.topNavMenu.statsDescription": "クエリ時間 {queryTime}ms / 処理時間 {processingTime}ms",
"timelion.uiSettings.defaultColumnsDescription": "デフォルトの Timelion シートの列数です",
"timelion.uiSettings.defaultColumnsLabel": "デフォルトの列",
"timelion.uiSettings.defaultIndexDescription": "{esParam} で検索するデフォルトの Elasticsearch インデックスです",
"timelion.uiSettings.defaultIndexLabel": "デフォルトのインデックス",
"timelion.uiSettings.defaultRowsDescription": "デフォルトの Timelion シートの行数です",
"timelion.uiSettings.defaultRowsLabel": "デフォルトの行",
"timelion.uiSettings.experimentalLabel": "実験的",
"timelion.uiSettings.graphiteURLDescription": "{experimentalLabel}Graphite ホストの <a href=\"https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite\" target=\"_blank\" rel=\"noopener\">URL</a> です",
"timelion.uiSettings.graphiteURLLabel": "Graphite URL",
"timelion.uiSettings.maximumBucketsDescription": "1 つのデータソースが返せるバケットの最大数です",
"timelion.uiSettings.maximumBucketsLabel": "バケットの最大数",
"timelion.uiSettings.minimumIntervalDescription": "「auto」を使用時に計算される最小の間隔です",
"timelion.uiSettings.minimumIntervalLabel": "最低間隔",
"timelion.uiSettings.quandlKeyDescription": "{experimentalLabel} www.quandl.com からの API キーです",
"timelion.uiSettings.quandlKeyLabel": "Quandl キー",
"timelion.uiSettings.showTutorialDescription": "Timelion アプリの起動時にデフォルトでチュートリアルを表示しますか?",
"timelion.uiSettings.showTutorialLabel": "チュートリアルを表示",
"timelion.uiSettings.targetBucketsDescription": "自動間隔の使用時に目標となるバケット数です。",
"timelion.uiSettings.targetBucketsLabel": "目標バケット数",
"timelion.uiSettings.timeFieldDescription": "{esParam} の使用時にタイムスタンプを含むデフォルトのフィールドです",
"timelion.uiSettings.timeFieldLabel": "時間フィールド",
"timelion.vis.expressionLabel": "Timelion 式",
"timelion.vis.intervalLabel": "間隔",
"timelion.help.functions.notAllowedGraphiteUrl": "この Graphite URL は kibana.yml ファイルで構成されていません。\n 「'timelion.graphiteUrls」で kibana.yml ファイルの Graphite サーバーリストを構成して\n Kibana の高度な設定で選択してください",
"timelion.emptyExpressionErrorMessage": "Timelion エラー式が入力されていません",
"management.editIndexPattern.createIndex.defaultButtonDescription": "すべてのデータに完全集約を実行",
"management.editIndexPattern.createIndex.defaultButtonText": "標準インデックスパターン",
"management.editIndexPattern.createIndex.defaultTypeName": "インデックスパターン",
@ -2938,332 +3264,6 @@
"tileMap.wmsOptions.wmsStylesLabel": "WMS スタイル",
"tileMap.wmsOptions.wmsUrlLabel": "WMS URL",
"tileMap.wmsOptions.wmsVersionLabel": "WMS バージョン",
"timelion.badge.readOnly.text": "読み込み専用",
"timelion.badge.readOnly.tooltip": "Timelion シートを保存できません",
"timelion.breadcrumbs.create": "作成",
"timelion.breadcrumbs.root": "Timelion",
"timelion.cells.actions.fullscreenAriaLabel": "全画面チャート",
"timelion.cells.actions.fullscreenTooltip": "全画面",
"timelion.cells.actions.removeAriaLabel": "リモートスタート",
"timelion.cells.actions.removeTooltip": "削除",
"timelion.cells.actions.reorderAriaLabel": "ドラッグして並べ替え",
"timelion.cells.actions.reorderTooltip": "ドラッグして並べ替え",
"timelion.chart.seriesList.noSchemaWarning": "次のパネルタイプは存在しません: {renderType}",
"timelion.expressionInputAriaLabel": "Timelion 式",
"timelion.expressionInputPlaceholder": "{esQuery} でのクエリを試してみてください。",
"timelion.expressionSuggestions.arg.infoTitle": "情報",
"timelion.expressionSuggestions.arg.listTitle": "引数:",
"timelion.expressionSuggestions.arg.nameTitle": "引数名",
"timelion.expressionSuggestions.arg.typesTitle": "対応タイプ",
"timelion.expressionSuggestions.func.description.chainableText": "{help} (連鎖可能)",
"timelion.expressionSuggestions.func.description.dataSourceText": "{help} (データソース)",
"timelion.fitFunctions.carry.downSampleErrorMessage": "ダウンサンプルには「carry」フィットメソドを使用せず、「scale」または「average」を使用してください",
"timelion.fullscreen.exitAriaLabel": "全画面を終了",
"timelion.fullscreen.exitTooltip": "全画面を終了",
"timelion.function.help": "Timelion のビジュアライゼーションです。",
"timelion.help.configuration.firstTimeConfigurationLinkText": "初回構成",
"timelion.help.configuration.notValid.advancedSettingsPathText": "管理 / Kibana / 高度な設定",
"timelion.help.configuration.notValid.notValidSettingsErrorMessage": "Elasticsearch の設定を確認できませんでした: {reason}。高度な設定を確認して再試行してください。({count})",
"timelion.help.configuration.notValid.paragraph1": "Logstash を使用している場合、Timelion でのログデータの探索開始に何も構成する必要はありません。他のインデックスを検索するには、{advancedSettingsPath} に移動してインデックスと一致するよう {esDefaultIndex} と {esTimefield} を設定します。",
"timelion.help.configuration.notValid.paragraph2": "他の Timelion 設定もあります。今のところ他の設定は気にしなくて大丈夫です。後程、必要に応じていつでも設定できることがわかります。",
"timelion.help.configuration.notValid.validateButtonLabel": "構成を検証",
"timelion.help.configuration.notValidTitle": "初回構成",
"timelion.help.configuration.valid.advancedSettingsPathText": "管理/Kibana/高度な設定",
"timelion.help.configuration.valid.intervalIsAutoText": "準備完了です!",
"timelion.help.configuration.valid.intervals.content.intervalIsNotAutoText": "Timelion が適切な間隔を選択できるよう、{auto} に設定します。",
"timelion.help.configuration.valid.intervalsTextPart1": "インプットバーの右にある間隔設定は、サンプリングの頻度をコントロールできます。現在 {interval} に設定されています。",
"timelion.help.configuration.valid.intervalsTextPart2": "Timelion が選択された時間範囲と間隔の組み合わせによりデータポイントが多くなりすぎると判断した場合、エラーが発生します。{advancedSettingsPath} の {maxBuckets} を構成することでこの制限を調整できます。",
"timelion.help.configuration.valid.intervalsTitle": "間隔",
"timelion.help.configuration.valid.paragraph1Part1": "デフォルトのインデックスと時間フィールドを検証し、すべて問題なさそうです。{statsMin} から {statsMax} までのデータが見つかりました。恐らく準備完了です。何か問題がある場合は、",
"timelion.help.configuration.valid.paragraph1Part2": "で Elasticsearch データソースの構成に関する詳細をご覧ください。",
"timelion.help.configuration.valid.paragraph2": "既にチャートが 1 つ表示されていますが、興味深いデータを得るにはいくつか調整が必要な可能性があります。",
"timelion.help.configuration.valid.paragraph3": "これで、一定期間のデータポイントの数を示す折れ線グラフが表示されるはずです。",
"timelion.help.configuration.valid.timeRangeText": "Kibana ツールバーのタイムピッカーで可視化するデータを含む期間を選択します。上記のすべてまたは一部の時間範囲を含む時間範囲を選択するようにしてください。",
"timelion.help.configuration.valid.timeRangeTitle": "時間範囲",
"timelion.help.configuration.validTitle": "良いお知らせです。Elasticsearch が正しく構成されました!",
"timelion.help.dataTransforming.functionReferenceLinkText": "機能リファレンス",
"timelion.help.dataTransforming.paragraph1": "基本を覚えたところで、Timelion の実力を発揮させましょう。エータのサブセットが、一定期間における全体の何パーセントを表しているか見てみましょう。例えば、Web トラフィックの何パーセントが米国からのものでしょう?",
"timelion.help.dataTransforming.paragraph2": "まず初めに、米国を含むすべてのイベントを見つけます: {esUsQuery}。",
"timelion.help.dataTransforming.paragraph3": "次に、全体に対する米国のイベントの比率を割り出します。{us} を全体で割るには、{divide} 関数を使用します: {divideDataQuery}。",
"timelion.help.dataTransforming.paragraph4": "まぁまぁですが、これでは 0 から 1 までの値になってしまいます。パーセンテージに変換するには、100 を掛けます: {multiplyDataQuery}。",
"timelion.help.dataTransforming.paragraph5": "これでトラフィックの何パーセントが米国からのものなのか分かり、一定期間内にどのように変化したのか見ることができますTimelion には、{sum}、{subtract}、{multiply}、{divide} などのいくつもの演算機能が搭載されています。これらの多くが数列や数字を扱えます。また、{movingaverage}、{abs}、{derivative} といった他の便利な変換機能もあります。",
"timelion.help.dataTransforming.paragraph6Part1": "構文を学んだところで、",
"timelion.help.dataTransforming.paragraph6Part2": "で、Timelion で利用できるすべての機能の使い方をご覧ください。Kibana ツールバーの \\{ドキュメント\\} をクリックしていつでもリファレンスを参照することができます。このチュートリアルに戻るには、リファレンスの上にある \\{チュートリアル\\} リンクをクリックします。",
"timelion.help.dataTransformingTitle": "データの変換: お楽しみの始まりです!",
"timelion.help.dontShowHelpButtonLabel": "今後表示しない",
"timelion.help.expressions.examples.customStylingDescription": "{descriptionTitle}初めの数列を赤くし、2 つ目の数列に 1 ピクセル幅のバーを使用します。",
"timelion.help.expressions.examples.customStylingDescriptionTitle": "カスタムスタイリング。",
"timelion.help.expressions.examples.groupedExpressionsDescription": "{descriptionTitle}式のグループを関数に連結させることもできます。ここでは両方の数列が線ではなく点で表示されています。",
"timelion.help.expressions.examples.groupedExpressionsDescriptionTitle": "式のグループ化。",
"timelion.help.expressions.examples.namedArgumentsDescription": "{descriptionTitle}引数の指定順序を覚える必要はありません。名前付き引数を使えば、式の読み書きが楽になります。",
"timelion.help.expressions.examples.namedArgumentsDescriptionTitle": "名前付き引数。",
"timelion.help.expressions.examples.twoExpressionsDescription": "{descriptionTitle}同じチャートに 2 つの式が使えます。",
"timelion.help.expressions.examples.twoExpressionsDescriptionTitle": "2 倍の楽しみ。",
"timelion.help.expressions.functionReferenceLinkText": "関数リファレンス",
"timelion.help.expressions.paragraph1": "それぞれの式はデータソース関数で始まります。ここから、新しい関数をデータソースに追加して変換や強化ができます。",
"timelion.help.expressions.paragraph2": "ところで、ここから先はデータの持ち主が一番よくご存知なのではないでしょうか。サンプルクエリをより有意義なものと自由に置き換えてみてください。",
"timelion.help.expressions.paragraph3": "Kibana ツールバーの {strongAdd} をクリックして、他のチャートをいくつか追加してみみましょう。そして、チャートを選択して次の式の内の 1 つをコピーし、インプットバーに貼り付けて、Enter を押します。リセットして繰り返し、他の式を試してみましょう。",
"timelion.help.expressions.paragraph4": "Timelion は、チャートの見た目をカスタマイズするための他のビュー変換機能も搭載しています。完全なリストは次のリソースをご覧ください",
"timelion.help.expressions.strongAddText": "追加",
"timelion.help.expressionsTitle": "式を使って式を定義",
"timelion.help.functions.absHelpText": "数列リストの各値の絶対値を返します",
"timelion.help.functions.aggregate.args.functionHelpText": "{functions} の 1 つ",
"timelion.help.functions.aggregateHelpText": "数列のすべての点の処理結果に基づく線を作成します。利用可能な関数: {functions}",
"timelion.help.functions.bars.args.stackHelpText": "バーがスタックした場合はデフォルトで true にする",
"timelion.help.functions.bars.args.widthHelpText": "バーの幅 (ピクセル)",
"timelion.help.functions.barsHelpText": "seriesList をバーとして表示",
"timelion.help.functions.color.args.colorHelpText": "ヘックスとしての数列の色です。例: #c6c6c6 はかわいいライトグレー。複数の色を指定し、複数数列がある場合、グラデーションになります。例: 「#00B1CC:#00FF94:#FF3A39:#CC1A6F」",
"timelion.help.functions.colorHelpText": "数列の色を変更します",
"timelion.help.functions.common.args.fitHelpText": "ターゲットの期間と間隔に数列を合わせるためのアルゴリズムです。利用可能: {fitFunctions}",
"timelion.help.functions.common.args.offsetHelpText": "日付表現による数列の取得をオフセットします。例: 1 か月前からイベントを作成する -1M tは現在のように表示されます。「 timerange」によって、チャートの全体的な時間範囲に関連した数列をオフセットします。例: 「timerange:-2」は過去に対する全体的なチャート時間範囲の 2 倍をオフセットします。",
"timelion.help.functions.condition.args.elseHelpText": "比較が false の場合に点が設定される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.condition.args.ifHelpText": "点が比較される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.condition.args.operator.suggestions.eqHelpText": "equal",
"timelion.help.functions.condition.args.operator.suggestions.gteHelpText": "超過",
"timelion.help.functions.condition.args.operator.suggestions.gtHelpText": "以上",
"timelion.help.functions.condition.args.operator.suggestions.lteHelpText": "未満",
"timelion.help.functions.condition.args.operator.suggestions.ltHelpText": "以下",
"timelion.help.functions.condition.args.operator.suggestions.neHelpText": "not equal",
"timelion.help.functions.condition.args.operatorHelpText": "比較に使用する比較演算子、有効な演算子は eq (=)、ne (≠), lt (&lt;), lte (≦), gt (>), gte (≧)",
"timelion.help.functions.condition.args.thenHelpText": "比較が true の場合に点が設定される値です。ここで seriesList を引き渡した場合、初めの数列が使用されます。",
"timelion.help.functions.conditionHelpText": "演算子を使って各点を数字、または別の数列の同じ点と比較し、true の場合値を結果の値に設定し、オプションとして else が使用されます。",
"timelion.help.functions.cusum.args.baseHelpText": "開始の数字です。基本的に、数列の初めにこの数字が追加されます",
"timelion.help.functions.cusumHelpText": "ベースから始め、数列の累積和を返します。",
"timelion.help.functions.derivativeHelpText": "一定期間の値の変化をプロットします。",
"timelion.help.functions.divide.args.divisorHelpText": "割る数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.divideHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に割けます。",
"timelion.help.functions.es.args.indexHelpText": "クエリを実行するインデックスで、ワイルドカードが使えます。「metrics」、「split」、「timefield」引数のスクリプトフィールドのフィールド名のインデックスパターン名とフィールド名の入力候補を提供します。",
"timelion.help.functions.es.args.intervalHelpText": "**これは使用しないでください**。fit 関数のデバッグは楽しいですが、間隔ピッカーを使用すべきです。",
"timelion.help.functions.es.args.kibanaHelpText": "Kibana ダッシュボードでフィルターを適用します。Kibana ダッシュボードの使用時にのみ適用されます。",
"timelion.help.functions.es.args.metricHelpText": "Elasticsearch メトリック集約: avg、sum、min、max、percentiles、または基数、後ろにフィールドを付けます。例: 「sum:bytes」、「percentiles:bytes:95,99,99.9」、「count」",
"timelion.help.functions.es.args.qHelpText": "Lucene クエリ文字列の構文のクエリ",
"timelion.help.functions.es.args.splitHelpText": "分割する Elasticsearch フィールドと制限です。例: トップ 10 のホスト名を割り出す「{hostnameSplitArg}」",
"timelion.help.functions.es.args.timefieldHelpText": "X 軸にフィールドタイプ「date」を使用",
"timelion.help.functions.esHelpText": "Elasticsearch インスタンスからデータを取得します",
"timelion.help.functions.firstHelpText": "これは単純に input seriesList を返す内部機能です。この機能は使わないでください",
"timelion.help.functions.fit.args.modeHelpText": "数列をターゲットに合わせるためのアルゴリズムです。{fitFunctions} の 1 つ",
"timelion.help.functions.fitHelpText": "定義された fit 関数を使用して空値を入力します",
"timelion.help.functions.graphite.args.metricHelpText": "取得する Graphite メトリック、例: {metricExample}",
"timelion.help.functions.graphiteHelpText": "[実験的] Graphite からデータを取得します。Kibana の高度な設定で Graphite サーバーを構成します",
"timelion.help.functions.hide.args.hideHelpText": "数列の表示と非表示を切り替えます",
"timelion.help.functions.hideHelpText": "デフォルトで数列を非表示にします",
"timelion.help.functions.holt.args.alphaHelpText": "\n 0 から 1 の平滑化加重です。\n アルファを上げると新しい数列がオリジナルにさらに近くなります。\n 下げると数列がスムーズになります",
"timelion.help.functions.holt.args.betaHelpText": "\n 0 から 1 の傾向加重です。\n ベータを上げると線の上下の動きが長くなります。\n 下げると新しい傾向をより早く反映するようになります",
"timelion.help.functions.holt.args.gammaHelpText": "0 から 1 のシーズン加重です。データが波のようになっていますか?\n この数字を上げると、最近のシーズンの重要性が高まり、波形の動きを速くします。\n 下げると新しいシーズンの重要性が下がり、過去がより重要視されます。",
"timelion.help.functions.holt.args.sampleHelpText": "\n シーズン数列の「予測」を開始する前にサンプリングするシーズンの数です。\n (gamma でのみ有効、デフォルト: all)",
"timelion.help.functions.holt.args.seasonHelpText": "シーズンの長さです、例: パターンが毎週繰り返される場合は 1w。(gamma でのみ有効)",
"timelion.help.functions.holtHelpText": "\n 数列の始めをサンプリングし、\n いくつかのオプションパラメーターを使用して何が起こるか予測します。基本的に、この機能は未来を予測するのではなく、\n 過去のデータに基づき現在何が起きているべきかを予測します。\n この情報は異常検知に役立ちます。null には予測値が入力されます。",
"timelion.help.functions.label.args.labelHelpText": "数列の凡例値です。文字列で $1、$2 などを使用して、正規表現の捕捉グループに合わせることができます。",
"timelion.help.functions.label.args.regexHelpText": "捕捉グループをサポートする正規表現です",
"timelion.help.functions.labelHelpText": "数列のラベルを変更します。%s で既存のラベルを参照します",
"timelion.help.functions.legend.args.columnsHelpText": "凡例を分ける列の数です",
"timelion.help.functions.legend.args.position.suggestions.falseHelpText": "凡例を無効にします",
"timelion.help.functions.legend.args.position.suggestions.neHelpText": "北東の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.nwHelpText": "北西の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.seHelpText": "南東の角に凡例を配置します",
"timelion.help.functions.legend.args.position.suggestions.swHelpText": "南西の角に凡例を配置します",
"timelion.help.functions.legend.args.positionHelpText": "凡例を配置する角: nw、ne、se、または sw。false で凡例を無効にすることもできます",
"timelion.help.functions.legend.args.showTimeHelpText": "グラフにカーソルを合わせた時、凡例の時間値を表示します。デフォルト: true",
"timelion.help.functions.legend.args.timeFormatHelpText": "moment.js フォーマットパターンです。デフォルト: {defaultTimeFormat}",
"timelion.help.functions.legendHelpText": "プロットの凡例の位置とスタイルを設定します",
"timelion.help.functions.lines.args.fillHelpText": "0 と 10 の間の数字です。エリアチャートの作成に使用します。",
"timelion.help.functions.lines.args.showHelpText": "線の表示と非表示を切り替えます",
"timelion.help.functions.lines.args.stackHelpText": "線をスタックします。よく誤解を招きます。この機能を使用する際は塗りつぶしを使うようにしましょう。",
"timelion.help.functions.lines.args.stepsHelpText": "線をステップとして表示します。つまり、点の間に中間値を挿入しません。",
"timelion.help.functions.lines.args.widthHelpText": "線の太さです",
"timelion.help.functions.linesHelpText": "seriesList を線として表示します",
"timelion.help.functions.log.args.baseHelpText": "対数のベースを設定します、デフォルトは 10 です",
"timelion.help.functions.logHelpText": "数列リストの各値の対数値を返します (デフォルトのベース:10)",
"timelion.help.functions.max.args.valueHelpText": "点を既存の値と引き渡された値のどちらか高い方に設定します。seriesList を引き渡す場合、数列がちょうど 1 つでなければなりません。",
"timelion.help.functions.maxHelpText": "インプット seriesList の各数列のそれぞれの配置の seriesList の 1 つまたは複数の数列の最高値です",
"timelion.help.functions.min.args.valueHelpText": "点を既存の値と引き渡された値のどちらか低い方に設定します。seriesList を引き渡す場合、数列がちょうど 1 つでなければなりません。",
"timelion.help.functions.minHelpText": "インプット seriesList の各数列のそれぞれの配置の seriesList の 1 つまたは複数の数列の最低値です",
"timelion.help.functions.movingaverage.args.positionHelpText": "結果時間に比較した平均点の配置です。{validPositions} の 1 つ",
"timelion.help.functions.movingaverage.args.windowHelpText": "平均を出す点の数、または日付計算式 (例: 1d、1M) です。日付計算式が指定された場合、この機能は現在選択された間隔でできるだけ近づけます。日付計算式が間隔で均等に分けられない場合、結果に異常が出る場合があります。",
"timelion.help.functions.movingaverageHelpText": "特定期間の移動平均を計算します。ばらばらの数列を滑らかにするのに有効です。",
"timelion.help.functions.movingstd.args.positionHelpText": "結果時間に比較した期間スライスの配置です。オプションは {positions} です。デフォルト: {defaultPosition}",
"timelion.help.functions.movingstd.args.windowHelpText": "標準偏差を計算する点の数です。",
"timelion.help.functions.movingstdHelpText": "特定期間の移動標準偏差を計算します。ネイティブ two-pass アルゴリズムを使用します。非常に長い数列や、非常に大きな数字を含む数列では、四捨五入による誤差がより明らかになる可能性があります。",
"timelion.help.functions.multiply.args.multiplierHelpText": "掛ける数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.multiplyHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に掛けます。",
"timelion.help.functions.points.args.fillColorHelpText": "点を塗りつぶす色です。",
"timelion.help.functions.points.args.fillHelpText": "塗りつぶしの透明度を表す 0 から 10 までの数字です",
"timelion.help.functions.points.args.radiusHelpText": "点のサイズです",
"timelion.help.functions.points.args.showHelpText": "点の表示・非表示です",
"timelion.help.functions.points.args.symbolHelpText": "点のシンボルです。{validSymbols} の 1 つ",
"timelion.help.functions.points.args.weightHelpText": "点の周りの太さです",
"timelion.help.functions.pointsHelpText": "数列を点として表示します",
"timelion.help.functions.precision.args.precisionHelpText": "各値を四捨五入する桁数です",
"timelion.help.functions.precisionHelpText": "値の小数点以下の四捨五入する桁数です",
"timelion.help.functions.props.args.globalHelpText": "各数列に対し、seriesList にプロップを設定します",
"timelion.help.functions.propsHelpText": "数列に任意のプロパティを設定するため、自己責任で行ってください。例: {example}",
"timelion.help.functions.quandl.args.codeHelpText": "プロットする Quandl コードです。これらは quandl.com に掲載されています。",
"timelion.help.functions.quandl.args.positionHelpText": "Quandl ソースによっては、複数数列を返すものがあります。どれを使用しますか1 ベースインデックス",
"timelion.help.functions.quandlHelpText": "\n [実験的]\n Quandl コードで quandl.com からデータを取得します。{quandlKeyField} を Kibana の空いている API キーに設定します。\n 高度な設定です。API は、キーなしでは非常に低いレート制限があります。",
"timelion.help.functions.range.args.maxHelpText": "新しい最高値です",
"timelion.help.functions.range.args.minHelpText": "新しい最低値です",
"timelion.help.functions.rangeHelpText": "同じシェイプを維持しつつ数列の最高値と最低値を変更します",
"timelion.help.functions.scaleInterval.args.intervalHelpText": "新しい間隔の日付計算表記です。例: 1 秒 = 1s。1m、5m、1M、1w、1y など。",
"timelion.help.functions.scaleIntervalHelpText": "変更すると、値 (通常合計またはカウント) が新しい間隔にスケーリングされます。例: 毎秒のレート",
"timelion.help.functions.static.args.labelHelpText": "数列のラベルを簡単に設定する方法です。.label() 関数を使用することもできます。",
"timelion.help.functions.static.args.valueHelpText": "表示する単一の値です。複数の値が引き渡された場合、指定された時間範囲に均等に挿入されます。",
"timelion.help.functions.staticHelpText": "チャートに 1 つの値を挿入します",
"timelion.help.functions.subtract.args.termHelpText": "インプットから引く数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.subtractHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置から引きます。",
"timelion.help.functions.sum.args.termHelpText": "インプット数列に足す数字または数列です。複数数列を含む seriesList はラベルに適用されます。",
"timelion.help.functions.sumHelpText": "seriesList の 1 つまたは複数の数列の値をインプット seriesList の各数列のそれぞれの配置に足します。",
"timelion.help.functions.title.args.titleHelpText": "プロットのタイトルです。",
"timelion.help.functions.titleHelpText": "プロットの上部にタイトルを追加します。複数の seriesList がコールされた場合、最後のコールが使用されます。",
"timelion.help.functions.trend.args.endHelpText": "始めまたは終わりからの計算を修了する場所です。例えば、-10 の場合終わりから 10 点目で計算が終了し、+15 の場合始めから 15 点目で終了します。デフォルト:0",
"timelion.help.functions.trend.args.modeHelpText": "傾向線の生成に使用するアルゴリズムです。{validRegressions} の 1 つ",
"timelion.help.functions.trend.args.startHelpText": "始めまたは終わりからの計算を開始する場所です。例えば、-10 の場合終わりから 10 点目から計算を開始し、+15 の場合始めから 15 点目から開始します。デフォルト:0",
"timelion.help.functions.trendHelpText": "指定された回帰アルゴリズムで傾向線を描きます",
"timelion.help.functions.trim.args.endHelpText": "数列の終わりから切り取るバケットです。デフォルト:1",
"timelion.help.functions.trim.args.startHelpText": "数列の始めから切り取るバケットです。デフォルト:1",
"timelion.help.functions.trimHelpText": "「部分的バケットの問題」に合わせて、数列の始めか終わりの N 個のバケットを無効化するように設定します。",
"timelion.help.functions.worldbank.args.codeHelpText": "Worldbank API パスです。これは通常ドメインの後ろからクエリ文字列までのすべてです。例: {apiPathExample}。",
"timelion.help.functions.worldbankHelpText": "\n [experimental]\n 数列のパスを使用して {worldbankUrl} からデータを取得します。\n Worldbank は主に年間データを提供し、現在の年のデータがないことがよくあります。\n 最近の期間範囲のデータが取得できない場合は、{offsetQuery} をお試しください。",
"timelion.help.functions.worldbankIndicators.args.countryHelpText": "Worldbank の国 ID です。通常は国の 2 文字のコートです",
"timelion.help.functions.worldbankIndicators.args.indicatorHelpText": "使用するインジケーターコードです。{worldbankUrl} で調べる必要があります。多くが分かりずらいものです。例えば、人口は {indicatorExample} です。",
"timelion.help.functions.worldbankIndicatorsHelpText": "\n [experimental]\n 国名とインジケーターを使って {worldbankUrl} からデータを取得します。Worldbank は\n 主に年間データを提供し、現在の年のデータがないことがよくあります。最近の期間のデータが取得できない場合は、{offsetQuery} をお試しください\n 時間範囲",
"timelion.help.functions.yaxis.args.colorHelpText": "軸ラベルの色です",
"timelion.help.functions.yaxis.args.labelHelpText": "軸のラベルです",
"timelion.help.functions.yaxis.args.maxHelpText": "最高値",
"timelion.help.functions.yaxis.args.minHelpText": "最低値",
"timelion.help.functions.yaxis.args.positionHelpText": "左から右",
"timelion.help.functions.yaxis.args.tickDecimalsHelpText": "y 軸とティックラベルの小数点以下の桁数です。",
"timelion.help.functions.yaxis.args.unitsHelpText": "Y 軸のラベルのフォーマットに使用する機能です。{formatters} の 1 つ",
"timelion.help.functions.yaxis.args.yaxisHelpText": "この数列をプロットする数字の Y 軸です。例: 2 本目の Y 軸は .yaxis(2) になります。",
"timelion.help.functions.yaxisHelpText": "様々な Y 軸のオプションを構成します。恐らく最も重要なのは、N 本目 (例: 2 本目) の Y 軸を追加する機能です。",
"timelion.help.mainPage.functionReference.detailsTable.acceptedTypesColumnLabel": "対応タイプ",
"timelion.help.mainPage.functionReference.detailsTable.argumentNameColumnLabel": "引数名",
"timelion.help.mainPage.functionReference.detailsTable.informationColumnLabel": "情報",
"timelion.help.mainPage.functionReference.gettingStartedText": "関数をクリックすると詳細が表示されます。初心者の方ですか?",
"timelion.help.mainPage.functionReference.noArgumentsFunctionErrorMessage": "この関数には引数を使用できません。簡単でしょう?",
"timelion.help.mainPage.functionReference.welcomePageLinkText": "チュートリアルをご覧ください",
"timelion.help.mainPage.functionReferenceTitle": "関数リファレンス",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowDescription": "自動入力メニューに焦点を切り替えます。矢印でさらに用語を選択します",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowLabel": "下矢印",
"timelion.help.mainPage.keyboardTips.autoComplete.enterTabDescription": "現在の選択項目または自動入力メニューで最も使用されている用語を選択します",
"timelion.help.mainPage.keyboardTips.autoComplete.escDescription": "自動入力メニューを閉じます",
"timelion.help.mainPage.keyboardTips.autoCompleteTitle": "自動入力が有効な場合",
"timelion.help.mainPage.keyboardTips.generalEditing.submitRequestText": "リクエストを送信します",
"timelion.help.mainPage.keyboardTips.generalEditingTitle": "一般編集",
"timelion.help.mainPage.keyboardTipsTitle": "キーボードのヒント",
"timelion.help.mainPageTitle": "ヘルプ",
"timelion.help.nextPageButtonLabel": "次へ",
"timelion.help.previousPageButtonLabel": "前へ",
"timelion.help.querying.countMetricAggregationLinkText": "Elasticsearch メトリック集約",
"timelion.help.querying.countTextPart1": "イベントをカウントするのも良いですが、Elasticsearch のデータソースは単独の値を返す",
"timelion.help.querying.countTextPart2": "もサポートしています。最も便利なものには {min}、{max}、{avg}、{sum}、{cardinality} などがあります。{srcIp}フィールドのユニークカウントを求めたいとしましょう。{cardinality} メトリックを使うだけです: {esCardinalityQuery}{bytes}フィールドの平均を求めるには、{avg} メトリックが使えます: {esAvgQuery}",
"timelion.help.querying.countTitle": "カウントを超えて",
"timelion.help.querying.esAsteriskQueryDescriptionText": "Elasticsearch、デフォルトインデックスのすべてを計算",
"timelion.help.querying.esIndexQueryDescriptionText": "* を logstash-* インデックスの q (クエリ) として使用します",
"timelion.help.querying.luceneQueryLinkText": "Lucene クエリ文字列",
"timelion.help.querying.paragraph1": "Elasticsearch データソースが利用可能であることを確認済みなので、クエリの送信ができます。手始めに、インプットバーに {esPattern} と入力し Enter を押してみましょう。",
"timelion.help.querying.paragraph2Part1": "{esAsteriskQueryDescription} が返されます。サブセットを把握したい場合は、{htmlQuery} で {html} に一致するイベントをカウントしたり、{bobQuery} で {user} フィールドに {bob} を含み、{bytes} フィールドが 100 より大きな値のイベントを検索したりできます。このクエリはシングルクォートで囲まれています。スペースを含むためです。いずれかの",
"timelion.help.querying.paragraph2Part2": "を {esQuery} 関数の初めの引数として入力することができます。",
"timelion.help.querying.passingArgumentsText": "Timelion には一般的な操作を簡単に行えるよう、いくつものショートカットがあります。スペースや特殊文字を含まないシンプルな引数用のものがその一つで、クォートを使う必要はありません。また、多くの関数にデフォルトがあります。例えば、{esEmptyQuery} と {esStarQuery} の動作は同じです。引数には名前も付いているため、特定の順序で指定する必要はありません。例えば、{esLogstashQuery} と入力して Elasticsearch データソースに {esIndexQueryDescription} させることができます。",
"timelion.help.querying.passingArgumentsTitle": "引数の受け渡し",
"timelion.help.queryingTitle": "Elasticsearch データソースにクエリを実行中",
"timelion.help.unknownErrorMessage": "不明なエラー",
"timelion.help.welcome.content.emphasizedEverythingText": "すべて",
"timelion.help.welcome.content.functionReferenceLinkText": "関数リファレンスに移動",
"timelion.help.welcome.content.paragraph1": "Timelion は時系列に関する {emphasizedEverything} を司る、全知全能のツールです。データストアから提供された時系列データは、Timelion にお任せください。Timelion は複数データソースのデータセットを、覚えやすい式構文で比較、結合、整理できます。このチュートリアルは Elasticsearch が中心となりますが、ここで学んだことは Timelion がサポートするすべてのデータソースに適用できます。",
"timelion.help.welcome.content.paragraph2": "準備はいいですか?{strongNext} をクリックしてください。チュートリアルをスキップしてドキュメントを表示しますか?",
"timelion.help.welcome.content.strongNextText": "次へ",
"timelion.help.welcomeTitle": "{strongTimelionLabel} へようこそ!",
"timelion.intervals.customIntervalAriaLabel": "カスタム間隔",
"timelion.intervals.selectIntervalAriaLabel": "間隔を選択",
"timelion.noFunctionErrorMessage": "そのような関数はありません: {name}",
"timelion.panels.noRenderFunctionErrorMessage": "パネルにはレンダリング関数が必要です",
"timelion.panels.timechart.unknownIntervalErrorMessage": "不明な間隔",
"timelion.registerFeatureDescription": "時系列データを分析して結果を可視化するには、式言語を使用してください。",
"timelion.requestHandlerErrorTitle": "Timelion リクエストエラー",
"timelion.saveExpression.successNotificationText": "保存された式「{title}」",
"timelion.saveSheet.successNotificationText": "保存されたシート「{title}」",
"timelion.search.submitAriaLabel": "検索",
"timelion.searchErrorTitle": "Timelion リクエストエラー",
"timelion.serverSideErrors.argumentsOverflowErrorMessage": "{functionName} に引き渡された引数が多すぎます",
"timelion.serverSideErrors.bucketsOverflowErrorMessage": "バケットの最高数を超過: {maxBuckets} 個中 {bucketCount} 個が使用できます。より広い間隔または短い期間を選択してください",
"timelion.serverSideErrors.colorFunction.colorNotProvidedErrorMessage": "色が指定されていません",
"timelion.serverSideErrors.conditionFunction.unknownOperatorErrorMessage": "不明な演算子",
"timelion.serverSideErrors.conditionFunction.wrongArgTypeErrorMessage": "数字または seriesList でなければなりません",
"timelion.serverSideErrors.esFunction.indexNotFoundErrorMessage": "Elasticsearch インデックス {index} が見つかりません",
"timelion.serverSideErrors.holtFunction.missingParamsErrorMessage": "シーズンの長さとサンプルサイズ >= 2 を指定する必要があります",
"timelion.serverSideErrors.holtFunction.notEnoughPointsErrorMessage": "二重指数平滑化を使用するには最低 2 つの点が必要です",
"timelion.serverSideErrors.movingaverageFunction.notValidPositionErrorMessage": "有効な配置: {validPositions}",
"timelion.serverSideErrors.movingstdFunction.notValidPositionErrorMessage": "有効な配置: {validPositions}",
"timelion.serverSideErrors.pointsFunction.notValidSymbolErrorMessage": "有効なシンボル: {validSymbols}",
"timelion.serverSideErrors.quandlFunction.unsupportedIntervalErrorMessage": "quandl() でサポートされていない間隔: {interval}. quandl() でサポートされている間隔: {intervals}",
"timelion.serverSideErrors.sheetParseErrorMessage": "予想: 文字 {column} で {expectedDescription}。",
"timelion.serverSideErrors.unknownArgumentErrorMessage": "{functionName} への不明な引数: {argumentName}",
"timelion.serverSideErrors.unknownArgumentTypeErrorMessage": "引数タイプがサポートされていません: {argument}",
"timelion.serverSideErrors.worldbankFunction.noDataErrorMessage": "Worldbank へのリクエストは成功しましたが、{code} のデータがありませんでした",
"timelion.serverSideErrors.wrongFunctionArgumentTypeErrorMessage": "{functionName} ({argumentName}) は {requiredTypes} の内の 1 つでなければなりません。{actualType} を入手",
"timelion.serverSideErrors.yaxisFunction.notSupportedUnitTypeErrorMessage": "{units} はサポートされているユニットタイプではありません。.",
"timelion.serverSideErrors.yaxisFunction.notValidCurrencyFormatErrorMessage": "通貨は 3 文字のコードでなければなりません",
"timelion.timelionDescription": "関数式で時系列チャートを作成します。",
"timelion.topNavMenu.addChartButtonAriaLabel": "チャートを追加",
"timelion.topNavMenu.addChartButtonLabel": "追加",
"timelion.topNavMenu.delete.modal.confirmButtonLabel": "削除",
"timelion.topNavMenu.delete.modal.successNotificationText": "「{title}」が削除されました",
"timelion.topNavMenu.delete.modal.warningText": "削除されたシートは復元できません。",
"timelion.topNavMenu.delete.modalTitle": "Timelion シート「{title}」を削除しますか?",
"timelion.topNavMenu.deleteSheetButtonAriaLabel": "現在のシートを削除",
"timelion.topNavMenu.deleteSheetButtonLabel": "削除",
"timelion.topNavMenu.helpButtonAriaLabel": "ヘルプ",
"timelion.topNavMenu.helpButtonLabel": "ヘルプ",
"timelion.topNavMenu.newSheetButtonAriaLabel": "新規シート",
"timelion.topNavMenu.newSheetButtonLabel": "新規",
"timelion.topNavMenu.openSheetButtonAriaLabel": "シートを開く",
"timelion.topNavMenu.openSheetButtonLabel": "開く",
"timelion.topNavMenu.openSheetTitle": "シートを開く",
"timelion.topNavMenu.options.columnsCountLabel": "列 (列カウントは 12 できっかりと割れる必要があります)",
"timelion.topNavMenu.options.rowsCountLabel": "行 (これは現在のウィンドウの縦の長さに基づく目標値です)。",
"timelion.topNavMenu.optionsButtonAriaLabel": "オプション",
"timelion.topNavMenu.optionsButtonLabel": "オプション",
"timelion.topNavMenu.save.saveAsDashboardPanel.inputPlaceholder": "このパネルに名前を付ける",
"timelion.topNavMenu.save.saveAsDashboardPanel.selectedExpressionLabel": "現在選択されている式",
"timelion.topNavMenu.save.saveAsDashboardPanel.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveAsDashboardPanelDescription": "Kibana ダッシュボードにチャートの追加が必要ですか?できます!このオプションは、現在選択されている式を、他のオブジェクトの追加と同じように Kibana ダッシュボードに追加可能なパネルとして保存します。他のパネルへのリファレンスが使用されている場合、リファレンスの表現を直接保存する表現にコピーして、リファレンスを削除する必要があります。他の表現式を保存するよう選択すrには、チャートをクリックします。",
"timelion.topNavMenu.save.saveAsDashboardPanelLabel": "式に名前を付けて保存",
"timelion.topNavMenu.save.saveAsDashboardPanelTitle": "現在の式を Kibana ダッシュボードのパネルとして保存",
"timelion.topNavMenu.save.saveEntireSheet.inputAriaLabel": "名前",
"timelion.topNavMenu.save.saveEntireSheet.inputPlaceholder": "このシートに名前を付ける…",
"timelion.topNavMenu.save.saveEntireSheet.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveEntireSheetDescription": "Timelion 式を主に Timelion アプリで使用し、Kibana のダッシュボードに Timelion のチャートを追加する必要がない場合は、このオプションを使用します。他のパネルへのリファレンスを使用する場合もこのオプションを使用します。",
"timelion.topNavMenu.save.saveEntireSheetLabel": "シートに名前を付けて保存",
"timelion.topNavMenu.save.saveEntireSheetTitle": "Timelion シート全体の保存",
"timelion.topNavMenu.saveSheetButtonAriaLabel": "シートを保存",
"timelion.topNavMenu.saveSheetButtonLabel": "保存",
"timelion.topNavMenu.sheetOptionsTitle": "シートオプション",
"timelion.topNavMenu.statsDescription": "クエリ時間 {queryTime}ms / 処理時間 {processingTime}ms",
"timelion.uiSettings.defaultColumnsDescription": "デフォルトの Timelion シートの列数です",
"timelion.uiSettings.defaultColumnsLabel": "デフォルトの列",
"timelion.uiSettings.defaultIndexDescription": "{esParam} で検索するデフォルトの Elasticsearch インデックスです",
"timelion.uiSettings.defaultIndexLabel": "デフォルトのインデックス",
"timelion.uiSettings.defaultRowsDescription": "デフォルトの Timelion シートの行数です",
"timelion.uiSettings.defaultRowsLabel": "デフォルトの行",
"timelion.uiSettings.experimentalLabel": "実験的",
"timelion.uiSettings.graphiteURLDescription": "{experimentalLabel}Graphite ホストの <a href=\"https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite\" target=\"_blank\" rel=\"noopener\">URL</a> です",
"timelion.uiSettings.graphiteURLLabel": "Graphite URL",
"timelion.uiSettings.maximumBucketsDescription": "1 つのデータソースが返せるバケットの最大数です",
"timelion.uiSettings.maximumBucketsLabel": "バケットの最大数",
"timelion.uiSettings.minimumIntervalDescription": "「auto」を使用時に計算される最小の間隔です",
"timelion.uiSettings.minimumIntervalLabel": "最低間隔",
"timelion.uiSettings.quandlKeyDescription": "{experimentalLabel} www.quandl.com からの API キーです",
"timelion.uiSettings.quandlKeyLabel": "Quandl キー",
"timelion.uiSettings.showTutorialDescription": "Timelion アプリの起動時にデフォルトでチュートリアルを表示しますか?",
"timelion.uiSettings.showTutorialLabel": "チュートリアルを表示",
"timelion.uiSettings.targetBucketsDescription": "自動間隔の使用時に目標となるバケット数です。",
"timelion.uiSettings.targetBucketsLabel": "目標バケット数",
"timelion.uiSettings.timeFieldDescription": "{esParam} の使用時にタイムスタンプを含むデフォルトのフィールドです",
"timelion.uiSettings.timeFieldLabel": "時間フィールド",
"timelion.vis.expressionLabel": "Timelion 式",
"timelion.vis.intervalLabel": "間隔",
"timelion.help.functions.notAllowedGraphiteUrl": "この Graphite URL は kibana.yml ファイルで構成されていません。\n 「'timelion.graphiteUrls」で kibana.yml ファイルの Graphite サーバーリストを構成して\n Kibana の高度な設定で選択してください",
"timelion.emptyExpressionErrorMessage": "Timelion エラー式が入力されていません",
"visTypeVega.editor.formatError": "仕様のフォーマット中にエラーが発生",
"visTypeVega.editor.reformatAsHJSONButtonLabel": "HJSON に変換",
"visTypeVega.editor.reformatAsJSONButtonLabel": "JSON に変換しコメントを削除",
@ -6291,6 +6291,9 @@
"xpack.licensing.check.errorExpiredMessage": "{licenseType} ライセンスが期限切れのため {pluginName} を使用できません。",
"xpack.licensing.check.errorUnavailableMessage": "現在ライセンス情報が利用できないため {pluginName} を使用できません。",
"xpack.licensing.check.errorUnsupportedMessage": "ご使用の {licenseType} ライセンスは {pluginName} をサポートしていません。ライセンスをアップグレードしてください。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription": "管理者または {updateYourLicenseLinkText} に直接お問い合わせください。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription.updateYourLicenseLinkText": "ライセンスを更新",
"xpack.licensing.welcomeBanner.licenseIsExpiredTitle": "ご使用の {licenseType} ライセンスは期限切れです",
"xpack.logstash.addRoleAlert.grantAdditionalPrivilegesDescription": "Kibana の管理で、Kibana ユーザーに {role} ロールを割り当ててください。",
"xpack.logstash.addRoleAlert.grantAdditionalPrivilegesTitle": "追加権限の授与。",
"xpack.logstash.alertCallOut.howToSeeAdditionalPipelinesDescription": "追加パイプラインを表示させる方法",
@ -12704,12 +12707,6 @@
"xpack.lens.xyVisualization.stackedAreaLabel": "スタックされたエリア",
"xpack.lens.xyVisualization.stackedBarHorizontalLabel": "スタックされた横棒",
"xpack.lens.xyVisualization.stackedBarLabel": "スタックされたバー",
"xpack.lens.xyVisualization.xyLabel": "XY",
"xpack.licensing.check.errorExpiredMessage": "{licenseType} ライセンスが期限切れのため {pluginName} を使用できません。",
"xpack.licensing.check.errorUnavailableMessage": "現在ライセンス情報が利用できないため {pluginName} を使用できません。",
"xpack.licensing.check.errorUnsupportedMessage": "ご使用の {licenseType} ライセンスは {pluginName} をサポートしていません。ライセンスをアップグレードしてください。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription": "管理者または {updateYourLicenseLinkText} に直接お問い合わせください。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription.updateYourLicenseLinkText": "ライセンスを更新",
"xpack.licensing.welcomeBanner.licenseIsExpiredTitle": "ご使用の {licenseType} ライセンスは期限切れです"
"xpack.lens.xyVisualization.xyLabel": "XY"
}
}
}

View file

@ -452,14 +452,6 @@
"common.ui.notify.toaster.unavailableServerErrorMessage": "HTTP 请求无法连接。请检查 Kibana 服务器是否正在运行以及您的浏览器是否具有有效的连接,或请联系您的系统管理员。",
"common.ui.paginateControls.pageSizeLabel": "页面大小",
"common.ui.paginateControls.scrollTopButtonLabel": "滚动至顶部",
"timelion.savedObjectFinder.addNewItemButtonLabel": "添加新的 {item}",
"timelion.savedObjectFinder.manageItemsButtonLabel": "管理 {items}",
"timelion.savedObjectFinder.noMatchesFoundDescription": "未找到任何匹配的 {items}。",
"timelion.savedObjectFinder.pageItemsFromHitCountDescription": "{pageFirstItem}-{pageLastItem} 页,共 {hitCount} 页",
"timelion.savedObjectFinder.sortByButtonLabeAscendingScreenReaderOnly": "升序",
"timelion.savedObjectFinder.sortByButtonLabeDescendingScreenReaderOnly": "降序",
"timelion.savedObjectFinder.sortByButtonLabel": "名称",
"timelion.savedObjectFinder.sortByButtonLabelScreenReaderOnly": "排序依据",
"common.ui.savedObjects.confirmModal.overwriteButtonLabel": "覆盖",
"common.ui.savedObjects.confirmModal.overwriteConfirmationMessage": "确定要覆盖 “{title}”?",
"common.ui.savedObjects.confirmModal.overwriteTitle": "覆盖“{name}”?",
@ -528,6 +520,340 @@
"common.ui.aggTypes.scaleMetricsLabel": "缩放指标值(已弃用)",
"common.ui.aggTypes.scaleMetricsTooltip": "如果选择手动最小时间间隔并将使用较大的时间间隔,则启用此设置将使计数和求和指标缩放到手动选择的时间间隔。",
"common.ui.aggTypes.buckets.ranges.rangesFormatMessage": "{gte} {from} 且 {lt} {to}",
"timelion.savedObjectFinder.addNewItemButtonLabel": "添加新的 {item}",
"timelion.savedObjectFinder.manageItemsButtonLabel": "管理 {items}",
"timelion.savedObjectFinder.noMatchesFoundDescription": "未找到任何匹配的 {items}。",
"timelion.savedObjectFinder.pageItemsFromHitCountDescription": "{pageFirstItem}-{pageLastItem} 页,共 {hitCount} 页",
"timelion.savedObjectFinder.sortByButtonLabeAscendingScreenReaderOnly": "升序",
"timelion.savedObjectFinder.sortByButtonLabeDescendingScreenReaderOnly": "降序",
"timelion.savedObjectFinder.sortByButtonLabel": "名称",
"timelion.savedObjectFinder.sortByButtonLabelScreenReaderOnly": "排序依据",
"timelion.badge.readOnly.text": "只读",
"timelion.badge.readOnly.tooltip": "无法保存 Timelion 工作表",
"timelion.breadcrumbs.create": "创建",
"timelion.breadcrumbs.root": "Timelion",
"timelion.cells.actions.fullscreenAriaLabel": "全屏图表",
"timelion.cells.actions.fullscreenTooltip": "全屏",
"timelion.cells.actions.removeAriaLabel": "删除图表",
"timelion.cells.actions.removeTooltip": "删除",
"timelion.cells.actions.reorderAriaLabel": "拖动以重新排序",
"timelion.cells.actions.reorderTooltip": "拖动以重新排序",
"timelion.chart.seriesList.noSchemaWarning": "没有此类面板类型:{renderType}",
"timelion.expressionInputAriaLabel": "Timelion 表达式",
"timelion.expressionInputPlaceholder": "请尝试使用 {esQuery} 查询",
"timelion.expressionSuggestions.arg.infoTitle": "信息",
"timelion.expressionSuggestions.arg.listTitle": "参数:",
"timelion.expressionSuggestions.arg.nameTitle": "参数类型",
"timelion.expressionSuggestions.arg.typesTitle": "接受的类型",
"timelion.expressionSuggestions.func.description.chainableText": "{help}(可链接)",
"timelion.expressionSuggestions.func.description.dataSourceText": "{help}(数据源)",
"timelion.fitFunctions.carry.downSampleErrorMessage": "请勿使用“carry”拟合方法下采样而是使用“scale”或“average”",
"timelion.fullscreen.exitAriaLabel": "退出全屏",
"timelion.fullscreen.exitTooltip": "退出全屏",
"timelion.function.help": "Timelion 可视化",
"timelion.help.configuration.firstTimeConfigurationLinkText": "首次配置",
"timelion.help.configuration.notValid.advancedSettingsPathText": "管理/Kibana/高级设置",
"timelion.help.configuration.notValid.notValidSettingsErrorMessage": "无法验证 Elasticsearch 设置:{reason}。请检查您的高级设置,然后重试。({count})",
"timelion.help.configuration.notValid.paragraph1": "如果使用的是 Logstash则无需配置任何内容即可开始使用 Timelion 浏览日志数据。要搜索其他索引,请转到 {advancedSettingsPath},然后配置 {esDefaultIndex} 和 {esTimefield} 设置以匹配您的索引。",
"timelion.help.configuration.notValid.paragraph2": "您还会看到一些其他 Timelion 设置。您现在无需担心这些设置。稍后就会发现,您可以根据需要即时设置其中大部分的设置。",
"timelion.help.configuration.notValid.validateButtonLabel": "验证配置",
"timelion.help.configuration.notValidTitle": "首次配置",
"timelion.help.configuration.valid.advancedSettingsPathText": "管理/Kibana/高级设置",
"timelion.help.configuration.valid.intervalIsAutoText": "全部准备就绪!",
"timelion.help.configuration.valid.intervals.content.intervalIsNotAutoText": "将其设为 {auto} 以允许 Timelion 选择适当的间隔。",
"timelion.help.configuration.valid.intervalsTextPart1": "输入栏右侧的间隔选择器可让您控制采样频率。当前设为 {interval}。",
"timelion.help.configuration.valid.intervalsTextPart2": "如果 Timelion 认为您的时间范围和间隔组合生成的数据点过多,将引发一个错误。您可以通过在 {advancedSettingsPath} 中配置 {maxBuckets} 来调整该限制。",
"timelion.help.configuration.valid.intervalsTitle": "间隔",
"timelion.help.configuration.valid.paragraph1Part1": "我们已验证您的默认索引、时间字段及所有设置均正确无误。我们找到了范围介于 {statsMin} 到 {statsMax} 之间的数据。您大概已准备就绪。如果有错误,请参阅",
"timelion.help.configuration.valid.paragraph1Part2": ",了解有关配置 Elasticsearch 数据源的信息。",
"timelion.help.configuration.valid.paragraph2": "您应该能看到一个图表,但还需要做一些调整才能看到所有感兴趣的数据:",
"timelion.help.configuration.valid.paragraph3": "现在,您应看到一个数据点计数随时间变化的折线图。",
"timelion.help.configuration.valid.timeRangeText": "使用 Kibana 工具栏中的时间选择器,选择包含要可视化数据的时间段。请确保选择包含上述所示的全部或部分时间范围的时间段。",
"timelion.help.configuration.valid.timeRangeTitle": "时间范围",
"timelion.help.configuration.validTitle": "真棒Elasticsearch 配置正确!",
"timelion.help.dataTransforming.functionReferenceLinkText": "函数引用",
"timelion.help.dataTransforming.paragraph1": "至此,您已经掌握了基础知识,接下来开始体验 Timelion 的强大功能。让我们来计算一段时间内部分数据子集占整体数量的百分比。例如,我们的 Web 流量中有多少来自美国?",
"timelion.help.dataTransforming.paragraph2": "首先,我们需要查找包含 US 的所有事件:{esUsQuery}。",
"timelion.help.dataTransforming.paragraph3": "接下来,要计算 US 事件与所有事件之比。要将 {us} 除以总值,我们可以使用 {divide} 函数:{divideDataQuery}。",
"timelion.help.dataTransforming.paragraph4": "还不错,但这是一个介于 0 到 1 之间的数字。要将其转换为百分比,只需乘以 100{multiplyDataQuery}。",
"timelion.help.dataTransforming.paragraph5": "现在我们知道了其中美国流量所占的百分比并且可以看到其随时间的变化情况Timelion 具有很多内置算术函数,例如 {sum}、{subtract}、{multiply} 和 {divide}。其中很多函数可以采用一个序列或一个数字。此外,还有其他有用的数据转换函数,例如 {movingaverage}、{abs} 和 {derivative}。",
"timelion.help.dataTransforming.paragraph6Part1": "现在您已熟悉了语法,然后,请参阅",
"timelion.help.dataTransforming.paragraph6Part2": ",了解如何使用所有可用的 Timelion 函数。您可以单击 Kibana 工具栏上的 \\{Docs\\},随时查看参考资料。要返回此教程,请单击参考资料顶部的 \\{Tutorial\\} 链接。",
"timelion.help.dataTransformingTitle": "转换您的数据:真正的乐趣所在!",
"timelion.help.dontShowHelpButtonLabel": "不再显示此内容",
"timelion.help.expressions.examples.customStylingDescription": "{descriptionTitle}将第一个序列着色为红色,并为第二个序列使用 1 像素宽的条。",
"timelion.help.expressions.examples.customStylingDescriptionTitle": "定制样式。",
"timelion.help.expressions.examples.groupedExpressionsDescription": "{descriptionTitle}您还可以将表达式组链接到函数。这里两个序列都显示为圈点,而不是线。",
"timelion.help.expressions.examples.groupedExpressionsDescriptionTitle": "将表达式分组。",
"timelion.help.expressions.examples.namedArgumentsDescription": "{descriptionTitle}请不要尝试记住指定参数所需的顺序,使用命名参数可使表达式更易于读写。",
"timelion.help.expressions.examples.namedArgumentsDescriptionTitle": "命名参数。",
"timelion.help.expressions.examples.twoExpressionsDescription": "{descriptionTitle}同一个图表上的两个表达式。",
"timelion.help.expressions.examples.twoExpressionsDescriptionTitle": "乐趣倍增。",
"timelion.help.expressions.functionReferenceLinkText": "函数引用",
"timelion.help.expressions.paragraph1": "每个表达式都以一个数据源函数开头。接着,您可以对数据源附加新函数,以对其进行转换和增强。",
"timelion.help.expressions.paragraph2": "对了,从现在开始,您可能比我们更了解自己的数据。可以随意将示例查询替换为更有意义的内容!",
"timelion.help.expressions.paragraph3": "接下来我们开始进行实验,请单击 Kibana 工具栏中的 {strongAdd} 添加另一个或第三个图表。然后,选择一个图表,复制下列其中一个表达式,粘贴到输入栏,然后按 Enter 键。清除,再重复上述操作来尝试其他表达式。",
"timelion.help.expressions.paragraph4": "Timelion 还提供了很多视图转换函数,可用于定制图表的外观。有关完整列表,请参阅",
"timelion.help.expressions.strongAddText": "添加",
"timelion.help.expressionsTitle": "使用表达式表达您自己",
"timelion.help.functions.absHelpText": "返回序列列表中每个值的绝对值",
"timelion.help.functions.aggregate.args.functionHelpText": "以下选项之一:{functions}",
"timelion.help.functions.aggregateHelpText": "基于对序列中所有点的处理结果创建静态线。可用函数:{functions}",
"timelion.help.functions.bars.args.stackHelpText": "条应堆叠,默认情况下为 true",
"timelion.help.functions.bars.args.widthHelpText": "条宽(以像素为单位)",
"timelion.help.functions.barsHelpText": "将 seriesList 显示为条",
"timelion.help.functions.color.args.colorHelpText": "序列颜色,以十六进制为单位,例如,#c6c6c6 表示雅致的浅灰色。如果您指定多种颜色,并有多个序列,可生成渐变色,例如,“#00B1CC:#00FF94:#FF3A39:#CC1A6F”",
"timelion.help.functions.colorHelpText": "更改序列颜色",
"timelion.help.functions.common.args.fitHelpText": "用于将序列拟合到目标时间跨度和间隔的算法。可用:{fitFunctions}",
"timelion.help.functions.common.args.offsetHelpText": "通过日期表达式(例如 -1M偏移序列检索使一个月前的事件看起来好像正在发生一样。通过使用值“timerange”可以相对于图表整体时间范围来偏移序列。例如“timerange:-2”将指定一个是过去图表整体时间范围两倍的偏移量。",
"timelion.help.functions.condition.args.elseHelpText": "比较为 false 时要将该点设置成的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.condition.args.ifHelpText": "要与该点进行比较的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.condition.args.operator.suggestions.eqHelpText": "等于",
"timelion.help.functions.condition.args.operator.suggestions.gteHelpText": "大于等于",
"timelion.help.functions.condition.args.operator.suggestions.gtHelpText": "大于",
"timelion.help.functions.condition.args.operator.suggestions.lteHelpText": "小于等于",
"timelion.help.functions.condition.args.operator.suggestions.ltHelpText": "小于",
"timelion.help.functions.condition.args.operator.suggestions.neHelpText": "不等于",
"timelion.help.functions.condition.args.operatorHelpText": "用于比较的比较运算符,有效运算符包括 eq等于、ne不等于、lt小于、lte小于等于、gt大于、gte大于等于",
"timelion.help.functions.condition.args.thenHelpText": "比较为 true 时要将该点设置成的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.conditionHelpText": "使用运算符将每个点与另一个序列中的数字或相同点进行比较,然后在条件证明为 true 时将其值设置为该结果,且使用可选的 else。",
"timelion.help.functions.cusum.args.baseHelpText": "起始数字。基本上只会将此值添加到序列的开头",
"timelion.help.functions.cusumHelpText": "从基数开始,返回序列的累计和。",
"timelion.help.functions.derivativeHelpText": "绘制值随时间的变化。",
"timelion.help.functions.divide.args.divisorHelpText": "要除以的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.divideHelpText": "将 seriesList 中一个或多个序列的值除以输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.es.args.indexHelpText": "要查询的索引,接受通配符。在提供 metrics、split 和 timefield 参数建议之前,请先提供脚本字段的索引模式名称和字段名称类型。",
"timelion.help.functions.es.args.intervalHelpText": "**DO NOT USE THIS**.调试拟合函数很有趣,但建议您应使用间隔选择器",
"timelion.help.functions.es.args.kibanaHelpText": "在 Kibana 仪表板上使用筛选。仅当在 Kibana 仪表板上使用时才有效",
"timelion.help.functions.es.args.metricHelpText": "Elasticsearch 指标汇总avg、sum、min、max、percentiles 或 cardinality后跟一个字段。例如“sum:bytes”、“percentiles:bytes:95,99,99.9”或仅“count”",
"timelion.help.functions.es.args.qHelpText": "采用 lucene 查询字符串语法的查询",
"timelion.help.functions.es.args.splitHelpText": "Elasticsearch 字段用于拆分序列和设置限制。例如,“{hostnameSplitArg}” 用于获取前 10 个主机名",
"timelion.help.functions.es.args.timefieldHelpText": "用于 X 轴的“date”类型的字段",
"timelion.help.functions.esHelpText": "从 Elasticsearch 实例拉取数据",
"timelion.help.functions.firstHelpText": "这是内部函数,只返回输入 seriesList。请勿使用此选项",
"timelion.help.functions.fit.args.modeHelpText": "用于将序列拟合到目标的算法。以下选项之一:{fitFunctions}",
"timelion.help.functions.fitHelpText": "使用已定义的拟合函数填充 null 值",
"timelion.help.functions.graphite.args.metricHelpText": "要拉取的 Graphite 指标,例如 {metricExample}",
"timelion.help.functions.graphiteHelpText": "[实验] 从 Graphite 拉取数据。在 Kibana 的“高级设置”中配置 Graphite 服务器",
"timelion.help.functions.hide.args.hideHelpText": "隐藏或取消隐藏序列",
"timelion.help.functions.hideHelpText": "默认隐藏序列",
"timelion.help.functions.holt.args.alphaHelpText": "\n 平滑权重0 到 1。\n 增加 alpha 值会使新序列更接近原始序列。\n 降低 alpha 值会使序列更平滑",
"timelion.help.functions.holt.args.betaHelpText": "\n 趋势权重0 到 1。\n 增加 beta 值会使上升/下降的线条继续上升/下降更长。\n 降低 beta 值会使函数更快地学习新趋势",
"timelion.help.functions.holt.args.gammaHelpText": "季节性权重0 到 1。您的数据是不是看起来像波形\n 增加此值会使最近的季节更加重要,从而更快地改变波形。\n 降低此值会使新季节的重要性下降,使历史数据更加重要。",
"timelion.help.functions.holt.args.sampleHelpText": "\n 在季节性序列中开始“预测”前要采样的季节数。\n (仅适用于 gamma默认值all",
"timelion.help.functions.holt.args.seasonHelpText": "季节的时长,例如,如果模式每周重复一次,则为 1w。仅适用于 gamma",
"timelion.help.functions.holtHelpText": "\n 对序列开头采样,并通过多个可选参数用它来\n 预测后续事件。通常,此方法不会真正预测未来,\n 而是根据过去的数据预测当前会发生的事件,\n 这对于异常检测很有帮助。注意,将使用预测值填充 null 值。",
"timelion.help.functions.label.args.labelHelpText": "序列的图例值。您可以在字符串中使用 $1、$2 等来匹配正则表达式捕获组",
"timelion.help.functions.label.args.regexHelpText": "支持捕获组的正则表达式",
"timelion.help.functions.labelHelpText": "更改序列标签。使用 %s 引用现有标签",
"timelion.help.functions.legend.args.columnsHelpText": "要将图例划分为的列数",
"timelion.help.functions.legend.args.position.suggestions.falseHelpText": "禁用图例",
"timelion.help.functions.legend.args.position.suggestions.neHelpText": "将图例放在东北角",
"timelion.help.functions.legend.args.position.suggestions.nwHelpText": "将图例放在西北角",
"timelion.help.functions.legend.args.position.suggestions.seHelpText": "将图例放在东南角",
"timelion.help.functions.legend.args.position.suggestions.swHelpText": "将图例放在西南角",
"timelion.help.functions.legend.args.positionHelpText": "放置图例的角nw、ne、se 或 sw。您还可以传递 false 来禁用图例",
"timelion.help.functions.legend.args.showTimeHelpText": "悬停在图表上方时在图例中显示时间值。默认值true",
"timelion.help.functions.legend.args.timeFormatHelpText": "moment.js 格式模式。默认值:{defaultTimeFormat}",
"timelion.help.functions.legendHelpText": "设置绘图上图例的位置和样式",
"timelion.help.functions.lines.args.fillHelpText": "介于 0 到 10 之间的数字。用于绘制面积图",
"timelion.help.functions.lines.args.showHelpText": "显示或隐藏线条",
"timelion.help.functions.lines.args.stackHelpText": "堆叠线条,通常会产生误导。如果使用此选项,请至少使用一些填充色。",
"timelion.help.functions.lines.args.stepsHelpText": "以步长显示线条,例如,不在点之间内插",
"timelion.help.functions.lines.args.widthHelpText": "线条粗细",
"timelion.help.functions.linesHelpText": "将 seriesList 显示为线条",
"timelion.help.functions.log.args.baseHelpText": "设置对数底数,默认为 10",
"timelion.help.functions.logHelpText": "返回序列列表中每个值的对数值默认底数10",
"timelion.help.functions.max.args.valueHelpText": "将点设置为较大的值,即现有值或传递的值。如果传递 seriesList则其必须只包含 1 个序列。",
"timelion.help.functions.maxHelpText": "将 seriesList 中的一个或多个序列的最大值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.min.args.valueHelpText": "将点设置为较小的值,即现有值或传递的值。如果传递 seriesList则其必须只包含 1 个序列。",
"timelion.help.functions.minHelpText": "seriesList 中一个或多个序列的最小值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.movingaverage.args.positionHelpText": "平均点相对于结果时间的位置。以下选项之一:{validPositions}",
"timelion.help.functions.movingaverage.args.windowHelpText": "点数量或用于求平均值的日期数学表达式例如1d、1M。如果指定了日期数学表达式函数将尽可能接近当前选择的间隔。如果日期数学表达式不能按间隔均分结果可能会显示异常。",
"timelion.help.functions.movingaverageHelpText": "计算给定窗口的移动平均值。适合平滑干扰序列",
"timelion.help.functions.movingstd.args.positionHelpText": "窗口切片相对于结果时间的位置。选项为 {positions}。默认值:{defaultPosition}",
"timelion.help.functions.movingstd.args.windowHelpText": "要用于计算标准偏差的点数量。",
"timelion.help.functions.movingstdHelpText": "计算特定窗口的移动标准偏差。使用朴素的扫描两遍算法。对于极长的序列,或数量极大的序列,舍入错误可能会变得更明显。",
"timelion.help.functions.multiply.args.multiplierHelpText": "要乘以的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.multiplyHelpText": "将 seriesList 中一个或多个序列的值乘以输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.points.args.fillColorHelpText": "用于填充点的颜色",
"timelion.help.functions.points.args.fillHelpText": "介于 0 到 10 之间的数字,代表填充的不透明度",
"timelion.help.functions.points.args.radiusHelpText": "点大小",
"timelion.help.functions.points.args.showHelpText": "显示或不显示点",
"timelion.help.functions.points.args.symbolHelpText": "点符号。以下选项之一:{validSymbols}",
"timelion.help.functions.points.args.weightHelpText": "围绕点的线条粗细",
"timelion.help.functions.pointsHelpText": "将序列显示为点",
"timelion.help.functions.precision.args.precisionHelpText": "将每个值舍入到的小数位数",
"timelion.help.functions.precisionHelpText": "将值的小数部分舍入到的小数位数",
"timelion.help.functions.props.args.globalHelpText": "在 seriesList 与每个序列上设置属性",
"timelion.help.functions.propsHelpText": "在序列上可设置任意属性,但请自担风险。例如 {example}",
"timelion.help.functions.quandl.args.codeHelpText": "要绘图的 quandl 代码。可以在 quandl.com 找到这些内容。",
"timelion.help.functions.quandl.args.positionHelpText": "某些 quandl 源会返回多个序列,我该使用哪一个?基于 1 的索引。",
"timelion.help.functions.quandlHelpText": "\n [实验]\n 使用 quandl 代码从 quandl.com 拉取数据。在 Kibana 的“高级设置”中将 {quandlKeyField} 设置为\n 可用 API 密钥。API 在没有密钥的情况下,会有非常低的速率限制。",
"timelion.help.functions.range.args.maxHelpText": "新的最大值",
"timelion.help.functions.range.args.minHelpText": "新的最小值",
"timelion.help.functions.rangeHelpText": "保持形状不变的同时更改序列的最大值和最小值",
"timelion.help.functions.scaleInterval.args.intervalHelpText": "采用日期数学表示法的新间隔例如1 秒对应于 1s。1m、5m、1M、1w、1y 等。",
"timelion.help.functions.scaleIntervalHelpText": "更改会将值(通常是求和或计数)缩放到一个新间隔。例如,每秒速率",
"timelion.help.functions.static.args.labelHelpText": "一种快速设置序列标签的方法。您还可以使用 .label() 函数",
"timelion.help.functions.static.args.valueHelpText": "要显示的单个值,您还可以传递多个值,我会将这些值平均内插到您的时间范围内。",
"timelion.help.functions.staticHelpText": "跨图表绘制单个值",
"timelion.help.functions.subtract.args.termHelpText": "要从输入中减去的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.subtractHelpText": "将 seriesList 中一个或多个序列的值减去输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.sum.args.termHelpText": "要与输入序列求和的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.sumHelpText": "将 seriesList 中一个或多个序列的值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.title.args.titleHelpText": "绘图标题。",
"timelion.help.functions.titleHelpText": "在绘图顶部添加一个标题。如果在多个 seriesList 上调用,则将使用最后一个调用。",
"timelion.help.functions.trend.args.endHelpText": "距开头或结尾停止计算的位置。例如,-10 将从距结尾 10 个点的位置停止计算,+15 将在距开头 15 个点的位置停止计算。默认值0",
"timelion.help.functions.trend.args.modeHelpText": "用于生成趋势线的算法。以下值之一:{validRegressions}",
"timelion.help.functions.trend.args.startHelpText": "距开头或结尾开始计算的位置。例如,-10 将从距结尾 10 个点的位置开始计算,+15 将在距开头 15 个点的位置开始计算。默认值0",
"timelion.help.functions.trendHelpText": "使用指定回归算法绘制趋势线",
"timelion.help.functions.trim.args.endHelpText": "从序列结尾剪裁的桶。默认值1",
"timelion.help.functions.trim.args.startHelpText": "从序列开头剪裁的桶。默认值1",
"timelion.help.functions.trimHelpText": "将序列开头或结尾的 N 个桶设为 null以拟合“部分桶问题”",
"timelion.help.functions.worldbank.args.codeHelpText": "Worldbank API 路径。这通常是指在域之后、查询字符串之前的所有内容。例如:{apiPathExample}。",
"timelion.help.functions.worldbankHelpText": "\n [实验]\n 使用序列路径从 {worldbankUrl} 拉取数据。\n 世界银行主要提供年度数据,但通常不提供当年数据。\n 如果未获得最近时间范围的任何数据,请尝试使用 {offsetQuery}。",
"timelion.help.functions.worldbankIndicators.args.countryHelpText": "世界银行国家/地区标识符。通常使用国家/地区的两字母代码",
"timelion.help.functions.worldbankIndicators.args.indicatorHelpText": "要使用的指标代码。您必须在 {worldbankUrl} 上查看此代码。通常会比较迟钝。例如,{indicatorExample} 为人口",
"timelion.help.functions.worldbankIndicatorsHelpText": "\n [实验]\n 使用国家/地区名和指标从 {worldbankUrl} 拉取数据。世界银行主要提供\n 年度数据,但通常不提供当年数据。如果未获得最近时间范围的任何数据,请尝试使用 {offsetQuery}\n 。",
"timelion.help.functions.yaxis.args.colorHelpText": "轴标签的颜色",
"timelion.help.functions.yaxis.args.labelHelpText": "轴标签",
"timelion.help.functions.yaxis.args.maxHelpText": "最大值",
"timelion.help.functions.yaxis.args.minHelpText": "最小值",
"timelion.help.functions.yaxis.args.positionHelpText": "左或右",
"timelion.help.functions.yaxis.args.tickDecimalsHelpText": "Y 轴刻度标记的小数位数。",
"timelion.help.functions.yaxis.args.unitsHelpText": "用于设置 Y 轴标签格式的函数。以下选项之一:{formatters}",
"timelion.help.functions.yaxis.args.yaxisHelpText": "用于绘制此序列的带编号的 Y 轴,例如,.yaxis(2) 对应于第 2 个 Y 轴。",
"timelion.help.functions.yaxisHelpText": "配置各种 Y 轴选项,其中最重要的选项可能是添加第 N 个(例如第 2 个Y 轴的功能",
"timelion.help.mainPage.functionReference.detailsTable.acceptedTypesColumnLabel": "接受的类型",
"timelion.help.mainPage.functionReference.detailsTable.argumentNameColumnLabel": "参数类型",
"timelion.help.mainPage.functionReference.detailsTable.informationColumnLabel": "信息",
"timelion.help.mainPage.functionReference.gettingStartedText": "请单击任何函数以了解更多信息。马上开始使用?",
"timelion.help.mainPage.functionReference.noArgumentsFunctionErrorMessage": "此函数不接受任何参数。嗯,这很简单,不是吗?",
"timelion.help.mainPage.functionReference.welcomePageLinkText": "查看教程",
"timelion.help.mainPage.functionReferenceTitle": "函数引用",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowDescription": "将焦点切换到自动完成菜单。使用箭头进一步选择词",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowLabel": "向下箭头",
"timelion.help.mainPage.keyboardTips.autoComplete.enterTabDescription": "选择自动完成菜单中当前选定的词或最顶部的词",
"timelion.help.mainPage.keyboardTips.autoComplete.escDescription": "关闭自动完成菜单",
"timelion.help.mainPage.keyboardTips.autoCompleteTitle": "当自动完成可见时",
"timelion.help.mainPage.keyboardTips.generalEditing.submitRequestText": "提交请求",
"timelion.help.mainPage.keyboardTips.generalEditingTitle": "常规编辑",
"timelion.help.mainPage.keyboardTipsTitle": "键盘提示",
"timelion.help.mainPageTitle": "帮助",
"timelion.help.nextPageButtonLabel": "下一个",
"timelion.help.previousPageButtonLabel": "上一页",
"timelion.help.querying.countMetricAggregationLinkText": "Elasticsearch 指标聚合",
"timelion.help.querying.countTextPart1": "除了具有卓越的事件计数功能Elasticsearch 数据源还支持任何返回单个值的",
"timelion.help.querying.countTextPart2": "。其中最有用是 {min}、{max}、{avg}、{sum} 和 {cardinality}。假设您需要 {srcIp} 字段的唯一计数。只需使用 {cardinality} 指标:{esCardinalityQuery}。如需获取 {bytes} 字段的平均值,则可以使用 {avg} 指标:{esAvgQuery}。",
"timelion.help.querying.countTitle": "不只是计数",
"timelion.help.querying.esAsteriskQueryDescriptionText": "嗨 Elasticsearch请在我的默认索引中查找所有内容",
"timelion.help.querying.esIndexQueryDescriptionText": "使用 * 作为 logstash-* 索引的 q (query)",
"timelion.help.querying.luceneQueryLinkText": "Lucene 查询字符串",
"timelion.help.querying.paragraph1": "至此,我们已验证您的 Elasticsearch 数据源工作正常,接下来,可以开始提交查询了。如果是初学者,请在输入栏中输入 {esPattern},然后按 Enter 键。",
"timelion.help.querying.paragraph2Part1": "这个意思是说 {esAsteriskQueryDescription}。如果要查找子集,可以输入 {htmlQuery} 之类的内容以算出与 {html} 匹配的事件个数,或输入 {bobQuery} 来查找在 {user} 字段中包含 {bob} 且 {bytes} 字段大于 100 的事件。注意,此查询需要用单引号引住,因为其包含空格。您可以输入任何",
"timelion.help.querying.paragraph2Part2": "作为 {esQuery} 函数的第一个参数。",
"timelion.help.querying.passingArgumentsText": "Timelion 具有很多快捷键,可以轻松完成各种常见操作。对于不包含空格或特殊字符的简单参数,无需使用引号。而且很多函数都具有默认值。例如,{esEmptyQuery} 和 {esStarQuery} 作用相同。参数也有名称,您无需为其指定特定顺序。例如,可以输入 {esLogstashQuery} 告知 Elasticsearch 数据源 {esIndexQueryDescription}。",
"timelion.help.querying.passingArgumentsTitle": "传递参数",
"timelion.help.queryingTitle": "查询 Elasticsearch 数据源",
"timelion.help.unknownErrorMessage": "未知错误",
"timelion.help.welcome.content.emphasizedEverythingText": "所有内容",
"timelion.help.welcome.content.functionReferenceLinkText": "跳到函数引用",
"timelion.help.welcome.content.paragraph1": "Timelion 是抓取精准、适用于所有内容的可插拔时间序列接口{emphasizedEverything}。如果您的数据存储可以生成时间序列,就能够随意使用 Timelion 的所有强大功能。借助 Timelion可使用易于掌握的表达式语法对跨多个数据源的数据集进行比较、合并和整理。尽管本教程主要介绍 Elasticsearch但您很快会发现本文所介绍的内容适用于 Timelion 支持的任何数据源。",
"timelion.help.welcome.content.paragraph2": "准备好开始了吗?单击 {strongNext}。想要跳过教程并查看文档?",
"timelion.help.welcome.content.strongNextText": "下一个",
"timelion.help.welcomeTitle": "欢迎来到 {strongTimelionLabel}",
"timelion.intervals.customIntervalAriaLabel": "定制时间间隔",
"timelion.intervals.selectIntervalAriaLabel": "选择时间间隔",
"timelion.noFunctionErrorMessage": "没有此类函数:{name}",
"timelion.panels.noRenderFunctionErrorMessage": "面板必须具有渲染函数",
"timelion.panels.timechart.unknownIntervalErrorMessage": "时间间隔未知",
"timelion.registerFeatureDescription": "使用表达式语言分析时间序列数据,并将结果可视化。",
"timelion.requestHandlerErrorTitle": "Timelion 请求错误",
"timelion.saveExpression.successNotificationText": "已保存表达式“{title}”",
"timelion.saveSheet.successNotificationText": "已保存工作表“{title}”",
"timelion.search.submitAriaLabel": "搜索",
"timelion.searchErrorTitle": "Timelion 请求错误",
"timelion.serverSideErrors.argumentsOverflowErrorMessage": "太多参数传递到:{functionName}",
"timelion.serverSideErrors.bucketsOverflowErrorMessage": "超过了最大桶数:允许 {bucketCount}/{maxBuckets} 个。选择较大的时间间隔或较短的时间范围",
"timelion.serverSideErrors.colorFunction.colorNotProvidedErrorMessage": "未提供颜色",
"timelion.serverSideErrors.conditionFunction.unknownOperatorErrorMessage": "运算符未知",
"timelion.serverSideErrors.conditionFunction.wrongArgTypeErrorMessage": "必须为数字或 seriesList",
"timelion.serverSideErrors.esFunction.indexNotFoundErrorMessage": "找不到 Elasticsearch 索引:{index}",
"timelion.serverSideErrors.holtFunction.missingParamsErrorMessage": "必须指定季节长度,示例大小 >= 2",
"timelion.serverSideErrors.holtFunction.notEnoughPointsErrorMessage": "您需要至少 2 个点才能使用双指数平滑法",
"timelion.serverSideErrors.movingaverageFunction.notValidPositionErrorMessage": "有效位置为:{validPositions}",
"timelion.serverSideErrors.movingstdFunction.notValidPositionErrorMessage": "有效位置为:{validPositions}",
"timelion.serverSideErrors.pointsFunction.notValidSymbolErrorMessage": "有效符号为:{validSymbols}",
"timelion.serverSideErrors.quandlFunction.unsupportedIntervalErrorMessage": "quandl() 不支持的时间间隔:{interval}。quandl() 支持:{intervals}",
"timelion.serverSideErrors.sheetParseErrorMessage": "应为:字符位置 {column} 的{expectedDescription}",
"timelion.serverSideErrors.unknownArgumentErrorMessage": "{functionName} 的未知参数:{argumentName}",
"timelion.serverSideErrors.unknownArgumentTypeErrorMessage": "不支持的参数类型:{argument}",
"timelion.serverSideErrors.worldbankFunction.noDataErrorMessage": "世界银行请求成功,但 {code} 没有数据",
"timelion.serverSideErrors.wrongFunctionArgumentTypeErrorMessage": "{functionName}({argumentName}) 必须是 {requiredTypes} 之一。得到:{actualType}",
"timelion.serverSideErrors.yaxisFunction.notSupportedUnitTypeErrorMessage": "{units} 为不受支持的单元类型。",
"timelion.serverSideErrors.yaxisFunction.notValidCurrencyFormatErrorMessage": "货币必须使用三个字母的代码",
"timelion.timelionDescription": "使用函数表达式构建时间序列",
"timelion.topNavMenu.addChartButtonAriaLabel": "添加图表",
"timelion.topNavMenu.addChartButtonLabel": "添加",
"timelion.topNavMenu.delete.modal.confirmButtonLabel": "删除",
"timelion.topNavMenu.delete.modal.successNotificationText": "已删除“{title}”",
"timelion.topNavMenu.delete.modal.warningText": "您无法恢复已删除的工作表。",
"timelion.topNavMenu.delete.modalTitle": "是否删除 Timelion 工作表 “{title}”?",
"timelion.topNavMenu.deleteSheetButtonAriaLabel": "删除当前工作表",
"timelion.topNavMenu.deleteSheetButtonLabel": "删除",
"timelion.topNavMenu.helpButtonAriaLabel": "帮助",
"timelion.topNavMenu.helpButtonLabel": "帮助",
"timelion.topNavMenu.newSheetButtonAriaLabel": "新建工作表",
"timelion.topNavMenu.newSheetButtonLabel": "新建",
"timelion.topNavMenu.openSheetButtonAriaLabel": "打开工作表",
"timelion.topNavMenu.openSheetButtonLabel": "打开",
"timelion.topNavMenu.openSheetTitle": "打开工作表",
"timelion.topNavMenu.options.columnsCountLabel": "列(列数必须均分为 12",
"timelion.topNavMenu.options.rowsCountLabel": "行(这是基于当前窗口高度的目标)",
"timelion.topNavMenu.optionsButtonAriaLabel": "选项",
"timelion.topNavMenu.optionsButtonLabel": "选项",
"timelion.topNavMenu.save.saveAsDashboardPanel.inputPlaceholder": "命名此面板",
"timelion.topNavMenu.save.saveAsDashboardPanel.selectedExpressionLabel": "当前选择的表达式",
"timelion.topNavMenu.save.saveAsDashboardPanel.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveAsDashboardPanelDescription": "是否需要将图表添加到 Kibana 仪表板?我们可以做到这一点!此选项会将当前选择的表达式另存为一个面板,可像添加任何其他内容一样添加到 Kibana 仪表板。注意,如果使用对其他面板的引用,则需要删除该引用,方法是:将引用的表达式直接复制到要保存的表达式中即可。单击图表可选择要保存的其他表达式。",
"timelion.topNavMenu.save.saveAsDashboardPanelLabel": "将表达式另存为",
"timelion.topNavMenu.save.saveAsDashboardPanelTitle": "将当前表达式另存为 Kibana 仪表板面板",
"timelion.topNavMenu.save.saveEntireSheet.inputAriaLabel": "名称",
"timelion.topNavMenu.save.saveEntireSheet.inputPlaceholder": "命名此工作表......",
"timelion.topNavMenu.save.saveEntireSheet.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveEntireSheetDescription": "如果您主要在 Timelion 应用中使用 Timelion 表达式,且不需要将 Timelion 图表添加到 Kibana 仪表板,则需要使用此选项。如果您使用对其他面板的引用,可能也需要此选项。",
"timelion.topNavMenu.save.saveEntireSheetLabel": "将工作表另存为",
"timelion.topNavMenu.save.saveEntireSheetTitle": "保存整个 Timelion 工作表",
"timelion.topNavMenu.saveSheetButtonAriaLabel": "保存工作表",
"timelion.topNavMenu.saveSheetButtonLabel": "保存",
"timelion.topNavMenu.sheetOptionsTitle": "工作表选项",
"timelion.topNavMenu.statsDescription": "查询时间 {queryTime}ms /处理时间 {processingTime}ms",
"timelion.uiSettings.defaultColumnsDescription": "默认情况下 Timelion 工作表上的列数目",
"timelion.uiSettings.defaultColumnsLabel": "默认列",
"timelion.uiSettings.defaultIndexDescription": "要使用 {esParam} 搜索的默认 Elasticsearch 索引",
"timelion.uiSettings.defaultIndexLabel": "默认索引",
"timelion.uiSettings.defaultRowsDescription": "默认情况下 Timelion 工作表上的行数目",
"timelion.uiSettings.defaultRowsLabel": "默认行数",
"timelion.uiSettings.experimentalLabel": "实验性",
"timelion.uiSettings.graphiteURLDescription": "{experimentalLabel} Graphite 主机的 <a href=\"https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite\" target=\"_blank\" rel=\"noopener\">URL</a>",
"timelion.uiSettings.graphiteURLLabel": "Graphite URL",
"timelion.uiSettings.maximumBucketsDescription": "单个数据源可以返回的最大存储桶数目",
"timelion.uiSettings.maximumBucketsLabel": "最大存储桶数",
"timelion.uiSettings.minimumIntervalDescription": "使用“自动”时将计算的最小时间间隔",
"timelion.uiSettings.minimumIntervalLabel": "最小时间间隔",
"timelion.uiSettings.quandlKeyDescription": "{experimentalLabel} 来自 www.quandl.com 的 API 密钥",
"timelion.uiSettings.quandlKeyLabel": "Quandl 密钥",
"timelion.uiSettings.showTutorialDescription": "进入 Timelion 应用时我是否应该默认显示教程?",
"timelion.uiSettings.showTutorialLabel": "显示教程",
"timelion.uiSettings.targetBucketsDescription": "使用自动时间间隔时想要的存储桶数目",
"timelion.uiSettings.targetBucketsLabel": "目标存储桶",
"timelion.uiSettings.timeFieldDescription": "使用 {esParam} 时包含时间戳的默认字段",
"timelion.uiSettings.timeFieldLabel": "时间字段",
"timelion.vis.expressionLabel": "Timelion 表达式",
"timelion.vis.intervalLabel": "时间间隔",
"timelion.help.functions.notAllowedGraphiteUrl": "在 kibana.yml 文件中未配置此 Graphite URL。\n 请在 kibana.yml 文件中“timelion.graphiteUrls”下配置 Graphite 服务器列表,并\n 从 Kibana 的高级设置中选择一个",
"timelion.emptyExpressionErrorMessage": "Timelion 错误:未提供表达式",
"management.editIndexPattern.createIndex.defaultButtonDescription": "对任何数据执行完全聚合",
"management.editIndexPattern.createIndex.defaultButtonText": "标准索引模式",
"management.editIndexPattern.createIndex.defaultTypeName": "索引模式",
@ -2939,332 +3265,6 @@
"tileMap.wmsOptions.wmsStylesLabel": "WMS 样式",
"tileMap.wmsOptions.wmsUrlLabel": "WMS url",
"tileMap.wmsOptions.wmsVersionLabel": "WMS 版本",
"timelion.badge.readOnly.text": "只读",
"timelion.badge.readOnly.tooltip": "无法保存 Timelion 工作表",
"timelion.breadcrumbs.create": "创建",
"timelion.breadcrumbs.root": "Timelion",
"timelion.cells.actions.fullscreenAriaLabel": "全屏图表",
"timelion.cells.actions.fullscreenTooltip": "全屏",
"timelion.cells.actions.removeAriaLabel": "删除图表",
"timelion.cells.actions.removeTooltip": "删除",
"timelion.cells.actions.reorderAriaLabel": "拖动以重新排序",
"timelion.cells.actions.reorderTooltip": "拖动以重新排序",
"timelion.chart.seriesList.noSchemaWarning": "没有此类面板类型:{renderType}",
"timelion.expressionInputAriaLabel": "Timelion 表达式",
"timelion.expressionInputPlaceholder": "请尝试使用 {esQuery} 查询",
"timelion.expressionSuggestions.arg.infoTitle": "信息",
"timelion.expressionSuggestions.arg.listTitle": "参数:",
"timelion.expressionSuggestions.arg.nameTitle": "参数类型",
"timelion.expressionSuggestions.arg.typesTitle": "接受的类型",
"timelion.expressionSuggestions.func.description.chainableText": "{help}(可链接)",
"timelion.expressionSuggestions.func.description.dataSourceText": "{help}(数据源)",
"timelion.fitFunctions.carry.downSampleErrorMessage": "请勿使用“carry”拟合方法下采样而是使用“scale”或“average”",
"timelion.fullscreen.exitAriaLabel": "退出全屏",
"timelion.fullscreen.exitTooltip": "退出全屏",
"timelion.function.help": "Timelion 可视化",
"timelion.help.configuration.firstTimeConfigurationLinkText": "首次配置",
"timelion.help.configuration.notValid.advancedSettingsPathText": "管理/Kibana/高级设置",
"timelion.help.configuration.notValid.notValidSettingsErrorMessage": "无法验证 Elasticsearch 设置:{reason}。请检查您的高级设置,然后重试。({count})",
"timelion.help.configuration.notValid.paragraph1": "如果使用的是 Logstash则无需配置任何内容即可开始使用 Timelion 浏览日志数据。要搜索其他索引,请转到 {advancedSettingsPath},然后配置 {esDefaultIndex} 和 {esTimefield} 设置以匹配您的索引。",
"timelion.help.configuration.notValid.paragraph2": "您还会看到一些其他 Timelion 设置。您现在无需担心这些设置。稍后就会发现,您可以根据需要即时设置其中大部分的设置。",
"timelion.help.configuration.notValid.validateButtonLabel": "验证配置",
"timelion.help.configuration.notValidTitle": "首次配置",
"timelion.help.configuration.valid.advancedSettingsPathText": "管理/Kibana/高级设置",
"timelion.help.configuration.valid.intervalIsAutoText": "全部准备就绪!",
"timelion.help.configuration.valid.intervals.content.intervalIsNotAutoText": "将其设为 {auto} 以允许 Timelion 选择适当的间隔。",
"timelion.help.configuration.valid.intervalsTextPart1": "输入栏右侧的间隔选择器可让您控制采样频率。当前设为 {interval}。",
"timelion.help.configuration.valid.intervalsTextPart2": "如果 Timelion 认为您的时间范围和间隔组合生成的数据点过多,将引发一个错误。您可以通过在 {advancedSettingsPath} 中配置 {maxBuckets} 来调整该限制。",
"timelion.help.configuration.valid.intervalsTitle": "间隔",
"timelion.help.configuration.valid.paragraph1Part1": "我们已验证您的默认索引、时间字段及所有设置均正确无误。我们找到了范围介于 {statsMin} 到 {statsMax} 之间的数据。您大概已准备就绪。如果有错误,请参阅",
"timelion.help.configuration.valid.paragraph1Part2": ",了解有关配置 Elasticsearch 数据源的信息。",
"timelion.help.configuration.valid.paragraph2": "您应该能看到一个图表,但还需要做一些调整才能看到所有感兴趣的数据:",
"timelion.help.configuration.valid.paragraph3": "现在,您应看到一个数据点计数随时间变化的折线图。",
"timelion.help.configuration.valid.timeRangeText": "使用 Kibana 工具栏中的时间选择器,选择包含要可视化数据的时间段。请确保选择包含上述所示的全部或部分时间范围的时间段。",
"timelion.help.configuration.valid.timeRangeTitle": "时间范围",
"timelion.help.configuration.validTitle": "真棒Elasticsearch 配置正确!",
"timelion.help.dataTransforming.functionReferenceLinkText": "函数引用",
"timelion.help.dataTransforming.paragraph1": "至此,您已经掌握了基础知识,接下来开始体验 Timelion 的强大功能。让我们来计算一段时间内部分数据子集占整体数量的百分比。例如,我们的 Web 流量中有多少来自美国?",
"timelion.help.dataTransforming.paragraph2": "首先,我们需要查找包含 US 的所有事件:{esUsQuery}。",
"timelion.help.dataTransforming.paragraph3": "接下来,要计算 US 事件与所有事件之比。要将 {us} 除以总值,我们可以使用 {divide} 函数:{divideDataQuery}。",
"timelion.help.dataTransforming.paragraph4": "还不错,但这是一个介于 0 到 1 之间的数字。要将其转换为百分比,只需乘以 100{multiplyDataQuery}。",
"timelion.help.dataTransforming.paragraph5": "现在我们知道了其中美国流量所占的百分比并且可以看到其随时间的变化情况Timelion 具有很多内置算术函数,例如 {sum}、{subtract}、{multiply} 和 {divide}。其中很多函数可以采用一个序列或一个数字。此外,还有其他有用的数据转换函数,例如 {movingaverage}、{abs} 和 {derivative}。",
"timelion.help.dataTransforming.paragraph6Part1": "现在您已熟悉了语法,然后,请参阅",
"timelion.help.dataTransforming.paragraph6Part2": ",了解如何使用所有可用的 Timelion 函数。您可以单击 Kibana 工具栏上的 \\{Docs\\},随时查看参考资料。要返回此教程,请单击参考资料顶部的 \\{Tutorial\\} 链接。",
"timelion.help.dataTransformingTitle": "转换您的数据:真正的乐趣所在!",
"timelion.help.dontShowHelpButtonLabel": "不再显示此内容",
"timelion.help.expressions.examples.customStylingDescription": "{descriptionTitle}将第一个序列着色为红色,并为第二个序列使用 1 像素宽的条。",
"timelion.help.expressions.examples.customStylingDescriptionTitle": "定制样式。",
"timelion.help.expressions.examples.groupedExpressionsDescription": "{descriptionTitle}您还可以将表达式组链接到函数。这里两个序列都显示为圈点,而不是线。",
"timelion.help.expressions.examples.groupedExpressionsDescriptionTitle": "将表达式分组。",
"timelion.help.expressions.examples.namedArgumentsDescription": "{descriptionTitle}请不要尝试记住指定参数所需的顺序,使用命名参数可使表达式更易于读写。",
"timelion.help.expressions.examples.namedArgumentsDescriptionTitle": "命名参数。",
"timelion.help.expressions.examples.twoExpressionsDescription": "{descriptionTitle}同一个图表上的两个表达式。",
"timelion.help.expressions.examples.twoExpressionsDescriptionTitle": "乐趣倍增。",
"timelion.help.expressions.functionReferenceLinkText": "函数引用",
"timelion.help.expressions.paragraph1": "每个表达式都以一个数据源函数开头。接着,您可以对数据源附加新函数,以对其进行转换和增强。",
"timelion.help.expressions.paragraph2": "对了,从现在开始,您可能比我们更了解自己的数据。可以随意将示例查询替换为更有意义的内容!",
"timelion.help.expressions.paragraph3": "接下来我们开始进行实验,请单击 Kibana 工具栏中的 {strongAdd} 添加另一个或第三个图表。然后,选择一个图表,复制下列其中一个表达式,粘贴到输入栏,然后按 Enter 键。清除,再重复上述操作来尝试其他表达式。",
"timelion.help.expressions.paragraph4": "Timelion 还提供了很多视图转换函数,可用于定制图表的外观。有关完整列表,请参阅",
"timelion.help.expressions.strongAddText": "添加",
"timelion.help.expressionsTitle": "使用表达式表达您自己",
"timelion.help.functions.absHelpText": "返回序列列表中每个值的绝对值",
"timelion.help.functions.aggregate.args.functionHelpText": "以下选项之一:{functions}",
"timelion.help.functions.aggregateHelpText": "基于对序列中所有点的处理结果创建静态线。可用函数:{functions}",
"timelion.help.functions.bars.args.stackHelpText": "条应堆叠,默认情况下为 true",
"timelion.help.functions.bars.args.widthHelpText": "条宽(以像素为单位)",
"timelion.help.functions.barsHelpText": "将 seriesList 显示为条",
"timelion.help.functions.color.args.colorHelpText": "序列颜色,以十六进制为单位,例如,#c6c6c6 表示雅致的浅灰色。如果您指定多种颜色,并有多个序列,可生成渐变色,例如,“#00B1CC:#00FF94:#FF3A39:#CC1A6F”",
"timelion.help.functions.colorHelpText": "更改序列颜色",
"timelion.help.functions.common.args.fitHelpText": "用于将序列拟合到目标时间跨度和间隔的算法。可用:{fitFunctions}",
"timelion.help.functions.common.args.offsetHelpText": "通过日期表达式(例如 -1M偏移序列检索使一个月前的事件看起来好像正在发生一样。通过使用值“timerange”可以相对于图表整体时间范围来偏移序列。例如“timerange:-2”将指定一个是过去图表整体时间范围两倍的偏移量。",
"timelion.help.functions.condition.args.elseHelpText": "比较为 false 时要将该点设置成的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.condition.args.ifHelpText": "要与该点进行比较的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.condition.args.operator.suggestions.eqHelpText": "等于",
"timelion.help.functions.condition.args.operator.suggestions.gteHelpText": "大于等于",
"timelion.help.functions.condition.args.operator.suggestions.gtHelpText": "大于",
"timelion.help.functions.condition.args.operator.suggestions.lteHelpText": "小于等于",
"timelion.help.functions.condition.args.operator.suggestions.ltHelpText": "小于",
"timelion.help.functions.condition.args.operator.suggestions.neHelpText": "不等于",
"timelion.help.functions.condition.args.operatorHelpText": "用于比较的比较运算符,有效运算符包括 eq等于、ne不等于、lt小于、lte小于等于、gt大于、gte大于等于",
"timelion.help.functions.condition.args.thenHelpText": "比较为 true 时要将该点设置成的值。如果在此处传递 seriesList将使用第一个序列",
"timelion.help.functions.conditionHelpText": "使用运算符将每个点与另一个序列中的数字或相同点进行比较,然后在条件证明为 true 时将其值设置为该结果,且使用可选的 else。",
"timelion.help.functions.cusum.args.baseHelpText": "起始数字。基本上只会将此值添加到序列的开头",
"timelion.help.functions.cusumHelpText": "从基数开始,返回序列的累计和。",
"timelion.help.functions.derivativeHelpText": "绘制值随时间的变化。",
"timelion.help.functions.divide.args.divisorHelpText": "要除以的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.divideHelpText": "将 seriesList 中一个或多个序列的值除以输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.es.args.indexHelpText": "要查询的索引,接受通配符。在提供 metrics、split 和 timefield 参数建议之前,请先提供脚本字段的索引模式名称和字段名称类型。",
"timelion.help.functions.es.args.intervalHelpText": "**DO NOT USE THIS**.调试拟合函数很有趣,但建议您应使用间隔选择器",
"timelion.help.functions.es.args.kibanaHelpText": "在 Kibana 仪表板上使用筛选。仅当在 Kibana 仪表板上使用时才有效",
"timelion.help.functions.es.args.metricHelpText": "Elasticsearch 指标汇总avg、sum、min、max、percentiles 或 cardinality后跟一个字段。例如“sum:bytes”、“percentiles:bytes:95,99,99.9”或仅“count”",
"timelion.help.functions.es.args.qHelpText": "采用 lucene 查询字符串语法的查询",
"timelion.help.functions.es.args.splitHelpText": "Elasticsearch 字段用于拆分序列和设置限制。例如,“{hostnameSplitArg}” 用于获取前 10 个主机名",
"timelion.help.functions.es.args.timefieldHelpText": "用于 X 轴的“date”类型的字段",
"timelion.help.functions.esHelpText": "从 Elasticsearch 实例拉取数据",
"timelion.help.functions.firstHelpText": "这是内部函数,只返回输入 seriesList。请勿使用此选项",
"timelion.help.functions.fit.args.modeHelpText": "用于将序列拟合到目标的算法。以下选项之一:{fitFunctions}",
"timelion.help.functions.fitHelpText": "使用已定义的拟合函数填充 null 值",
"timelion.help.functions.graphite.args.metricHelpText": "要拉取的 Graphite 指标,例如 {metricExample}",
"timelion.help.functions.graphiteHelpText": "[实验] 从 Graphite 拉取数据。在 Kibana 的“高级设置”中配置 Graphite 服务器",
"timelion.help.functions.hide.args.hideHelpText": "隐藏或取消隐藏序列",
"timelion.help.functions.hideHelpText": "默认隐藏序列",
"timelion.help.functions.holt.args.alphaHelpText": "\n 平滑权重0 到 1。\n 增加 alpha 值会使新序列更接近原始序列。\n 降低 alpha 值会使序列更平滑",
"timelion.help.functions.holt.args.betaHelpText": "\n 趋势权重0 到 1。\n 增加 beta 值会使上升/下降的线条继续上升/下降更长。\n 降低 beta 值会使函数更快地学习新趋势",
"timelion.help.functions.holt.args.gammaHelpText": "季节性权重0 到 1。您的数据是不是看起来像波形\n 增加此值会使最近的季节更加重要,从而更快地改变波形。\n 降低此值会使新季节的重要性下降,使历史数据更加重要。",
"timelion.help.functions.holt.args.sampleHelpText": "\n 在季节性序列中开始“预测”前要采样的季节数。\n (仅适用于 gamma默认值all",
"timelion.help.functions.holt.args.seasonHelpText": "季节的时长,例如,如果模式每周重复一次,则为 1w。仅适用于 gamma",
"timelion.help.functions.holtHelpText": "\n 对序列开头采样,并通过多个可选参数用它来\n 预测后续事件。通常,此方法不会真正预测未来,\n 而是根据过去的数据预测当前会发生的事件,\n 这对于异常检测很有帮助。注意,将使用预测值填充 null 值。",
"timelion.help.functions.label.args.labelHelpText": "序列的图例值。您可以在字符串中使用 $1、$2 等来匹配正则表达式捕获组",
"timelion.help.functions.label.args.regexHelpText": "支持捕获组的正则表达式",
"timelion.help.functions.labelHelpText": "更改序列标签。使用 %s 引用现有标签",
"timelion.help.functions.legend.args.columnsHelpText": "要将图例划分为的列数",
"timelion.help.functions.legend.args.position.suggestions.falseHelpText": "禁用图例",
"timelion.help.functions.legend.args.position.suggestions.neHelpText": "将图例放在东北角",
"timelion.help.functions.legend.args.position.suggestions.nwHelpText": "将图例放在西北角",
"timelion.help.functions.legend.args.position.suggestions.seHelpText": "将图例放在东南角",
"timelion.help.functions.legend.args.position.suggestions.swHelpText": "将图例放在西南角",
"timelion.help.functions.legend.args.positionHelpText": "放置图例的角nw、ne、se 或 sw。您还可以传递 false 来禁用图例",
"timelion.help.functions.legend.args.showTimeHelpText": "悬停在图表上方时在图例中显示时间值。默认值true",
"timelion.help.functions.legend.args.timeFormatHelpText": "moment.js 格式模式。默认值:{defaultTimeFormat}",
"timelion.help.functions.legendHelpText": "设置绘图上图例的位置和样式",
"timelion.help.functions.lines.args.fillHelpText": "介于 0 到 10 之间的数字。用于绘制面积图",
"timelion.help.functions.lines.args.showHelpText": "显示或隐藏线条",
"timelion.help.functions.lines.args.stackHelpText": "堆叠线条,通常会产生误导。如果使用此选项,请至少使用一些填充色。",
"timelion.help.functions.lines.args.stepsHelpText": "以步长显示线条,例如,不在点之间内插",
"timelion.help.functions.lines.args.widthHelpText": "线条粗细",
"timelion.help.functions.linesHelpText": "将 seriesList 显示为线条",
"timelion.help.functions.log.args.baseHelpText": "设置对数底数,默认为 10",
"timelion.help.functions.logHelpText": "返回序列列表中每个值的对数值默认底数10",
"timelion.help.functions.max.args.valueHelpText": "将点设置为较大的值,即现有值或传递的值。如果传递 seriesList则其必须只包含 1 个序列。",
"timelion.help.functions.maxHelpText": "将 seriesList 中的一个或多个序列的最大值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.min.args.valueHelpText": "将点设置为较小的值,即现有值或传递的值。如果传递 seriesList则其必须只包含 1 个序列。",
"timelion.help.functions.minHelpText": "seriesList 中一个或多个序列的最小值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.movingaverage.args.positionHelpText": "平均点相对于结果时间的位置。以下选项之一:{validPositions}",
"timelion.help.functions.movingaverage.args.windowHelpText": "点数量或用于求平均值的日期数学表达式例如1d、1M。如果指定了日期数学表达式函数将尽可能接近当前选择的间隔。如果日期数学表达式不能按间隔均分结果可能会显示异常。",
"timelion.help.functions.movingaverageHelpText": "计算给定窗口的移动平均值。适合平滑干扰序列",
"timelion.help.functions.movingstd.args.positionHelpText": "窗口切片相对于结果时间的位置。选项为 {positions}。默认值:{defaultPosition}",
"timelion.help.functions.movingstd.args.windowHelpText": "要用于计算标准偏差的点数量。",
"timelion.help.functions.movingstdHelpText": "计算特定窗口的移动标准偏差。使用朴素的扫描两遍算法。对于极长的序列,或数量极大的序列,舍入错误可能会变得更明显。",
"timelion.help.functions.multiply.args.multiplierHelpText": "要乘以的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.multiplyHelpText": "将 seriesList 中一个或多个序列的值乘以输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.points.args.fillColorHelpText": "用于填充点的颜色",
"timelion.help.functions.points.args.fillHelpText": "介于 0 到 10 之间的数字,代表填充的不透明度",
"timelion.help.functions.points.args.radiusHelpText": "点大小",
"timelion.help.functions.points.args.showHelpText": "显示或不显示点",
"timelion.help.functions.points.args.symbolHelpText": "点符号。以下选项之一:{validSymbols}",
"timelion.help.functions.points.args.weightHelpText": "围绕点的线条粗细",
"timelion.help.functions.pointsHelpText": "将序列显示为点",
"timelion.help.functions.precision.args.precisionHelpText": "将每个值舍入到的小数位数",
"timelion.help.functions.precisionHelpText": "将值的小数部分舍入到的小数位数",
"timelion.help.functions.props.args.globalHelpText": "在 seriesList 与每个序列上设置属性",
"timelion.help.functions.propsHelpText": "在序列上可设置任意属性,但请自担风险。例如 {example}",
"timelion.help.functions.quandl.args.codeHelpText": "要绘图的 quandl 代码。可以在 quandl.com 找到这些内容。",
"timelion.help.functions.quandl.args.positionHelpText": "某些 quandl 源会返回多个序列,我该使用哪一个?基于 1 的索引。",
"timelion.help.functions.quandlHelpText": "\n [实验]\n 使用 quandl 代码从 quandl.com 拉取数据。在 Kibana 的“高级设置”中将 {quandlKeyField} 设置为\n 可用 API 密钥。API 在没有密钥的情况下,会有非常低的速率限制。",
"timelion.help.functions.range.args.maxHelpText": "新的最大值",
"timelion.help.functions.range.args.minHelpText": "新的最小值",
"timelion.help.functions.rangeHelpText": "保持形状不变的同时更改序列的最大值和最小值",
"timelion.help.functions.scaleInterval.args.intervalHelpText": "采用日期数学表示法的新间隔例如1 秒对应于 1s。1m、5m、1M、1w、1y 等。",
"timelion.help.functions.scaleIntervalHelpText": "更改会将值(通常是求和或计数)缩放到一个新间隔。例如,每秒速率",
"timelion.help.functions.static.args.labelHelpText": "一种快速设置序列标签的方法。您还可以使用 .label() 函数",
"timelion.help.functions.static.args.valueHelpText": "要显示的单个值,您还可以传递多个值,我会将这些值平均内插到您的时间范围内。",
"timelion.help.functions.staticHelpText": "跨图表绘制单个值",
"timelion.help.functions.subtract.args.termHelpText": "要从输入中减去的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.subtractHelpText": "将 seriesList 中一个或多个序列的值减去输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.sum.args.termHelpText": "要与输入序列求和的数字或序列。具有多个序列的 seriesList 将按标签方式应用。",
"timelion.help.functions.sumHelpText": "将 seriesList 中一个或多个序列的值加到输入 seriesList 的每个序列中的每个位置",
"timelion.help.functions.title.args.titleHelpText": "绘图标题。",
"timelion.help.functions.titleHelpText": "在绘图顶部添加一个标题。如果在多个 seriesList 上调用,则将使用最后一个调用。",
"timelion.help.functions.trend.args.endHelpText": "距开头或结尾停止计算的位置。例如,-10 将从距结尾 10 个点的位置停止计算,+15 将在距开头 15 个点的位置停止计算。默认值0",
"timelion.help.functions.trend.args.modeHelpText": "用于生成趋势线的算法。以下值之一:{validRegressions}",
"timelion.help.functions.trend.args.startHelpText": "距开头或结尾开始计算的位置。例如,-10 将从距结尾 10 个点的位置开始计算,+15 将在距开头 15 个点的位置开始计算。默认值0",
"timelion.help.functions.trendHelpText": "使用指定回归算法绘制趋势线",
"timelion.help.functions.trim.args.endHelpText": "从序列结尾剪裁的桶。默认值1",
"timelion.help.functions.trim.args.startHelpText": "从序列开头剪裁的桶。默认值1",
"timelion.help.functions.trimHelpText": "将序列开头或结尾的 N 个桶设为 null以拟合“部分桶问题”",
"timelion.help.functions.worldbank.args.codeHelpText": "Worldbank API 路径。这通常是指在域之后、查询字符串之前的所有内容。例如:{apiPathExample}。",
"timelion.help.functions.worldbankHelpText": "\n [实验]\n 使用序列路径从 {worldbankUrl} 拉取数据。\n 世界银行主要提供年度数据,但通常不提供当年数据。\n 如果未获得最近时间范围的任何数据,请尝试使用 {offsetQuery}。",
"timelion.help.functions.worldbankIndicators.args.countryHelpText": "世界银行国家/地区标识符。通常使用国家/地区的两字母代码",
"timelion.help.functions.worldbankIndicators.args.indicatorHelpText": "要使用的指标代码。您必须在 {worldbankUrl} 上查看此代码。通常会比较迟钝。例如,{indicatorExample} 为人口",
"timelion.help.functions.worldbankIndicatorsHelpText": "\n [实验]\n 使用国家/地区名和指标从 {worldbankUrl} 拉取数据。世界银行主要提供\n 年度数据,但通常不提供当年数据。如果未获得最近时间范围的任何数据,请尝试使用 {offsetQuery}\n 。",
"timelion.help.functions.yaxis.args.colorHelpText": "轴标签的颜色",
"timelion.help.functions.yaxis.args.labelHelpText": "轴标签",
"timelion.help.functions.yaxis.args.maxHelpText": "最大值",
"timelion.help.functions.yaxis.args.minHelpText": "最小值",
"timelion.help.functions.yaxis.args.positionHelpText": "左或右",
"timelion.help.functions.yaxis.args.tickDecimalsHelpText": "Y 轴刻度标记的小数位数。",
"timelion.help.functions.yaxis.args.unitsHelpText": "用于设置 Y 轴标签格式的函数。以下选项之一:{formatters}",
"timelion.help.functions.yaxis.args.yaxisHelpText": "用于绘制此序列的带编号的 Y 轴,例如,.yaxis(2) 对应于第 2 个 Y 轴。",
"timelion.help.functions.yaxisHelpText": "配置各种 Y 轴选项,其中最重要的选项可能是添加第 N 个(例如第 2 个Y 轴的功能",
"timelion.help.mainPage.functionReference.detailsTable.acceptedTypesColumnLabel": "接受的类型",
"timelion.help.mainPage.functionReference.detailsTable.argumentNameColumnLabel": "参数类型",
"timelion.help.mainPage.functionReference.detailsTable.informationColumnLabel": "信息",
"timelion.help.mainPage.functionReference.gettingStartedText": "请单击任何函数以了解更多信息。马上开始使用?",
"timelion.help.mainPage.functionReference.noArgumentsFunctionErrorMessage": "此函数不接受任何参数。嗯,这很简单,不是吗?",
"timelion.help.mainPage.functionReference.welcomePageLinkText": "查看教程",
"timelion.help.mainPage.functionReferenceTitle": "函数引用",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowDescription": "将焦点切换到自动完成菜单。使用箭头进一步选择词",
"timelion.help.mainPage.keyboardTips.autoComplete.downArrowLabel": "向下箭头",
"timelion.help.mainPage.keyboardTips.autoComplete.enterTabDescription": "选择自动完成菜单中当前选定的词或最顶部的词",
"timelion.help.mainPage.keyboardTips.autoComplete.escDescription": "关闭自动完成菜单",
"timelion.help.mainPage.keyboardTips.autoCompleteTitle": "当自动完成可见时",
"timelion.help.mainPage.keyboardTips.generalEditing.submitRequestText": "提交请求",
"timelion.help.mainPage.keyboardTips.generalEditingTitle": "常规编辑",
"timelion.help.mainPage.keyboardTipsTitle": "键盘提示",
"timelion.help.mainPageTitle": "帮助",
"timelion.help.nextPageButtonLabel": "下一个",
"timelion.help.previousPageButtonLabel": "上一页",
"timelion.help.querying.countMetricAggregationLinkText": "Elasticsearch 指标聚合",
"timelion.help.querying.countTextPart1": "除了具有卓越的事件计数功能Elasticsearch 数据源还支持任何返回单个值的",
"timelion.help.querying.countTextPart2": "。其中最有用是 {min}、{max}、{avg}、{sum} 和 {cardinality}。假设您需要 {srcIp} 字段的唯一计数。只需使用 {cardinality} 指标:{esCardinalityQuery}。如需获取 {bytes} 字段的平均值,则可以使用 {avg} 指标:{esAvgQuery}。",
"timelion.help.querying.countTitle": "不只是计数",
"timelion.help.querying.esAsteriskQueryDescriptionText": "嗨 Elasticsearch请在我的默认索引中查找所有内容",
"timelion.help.querying.esIndexQueryDescriptionText": "使用 * 作为 logstash-* 索引的 q (query)",
"timelion.help.querying.luceneQueryLinkText": "Lucene 查询字符串",
"timelion.help.querying.paragraph1": "至此,我们已验证您的 Elasticsearch 数据源工作正常,接下来,可以开始提交查询了。如果是初学者,请在输入栏中输入 {esPattern},然后按 Enter 键。",
"timelion.help.querying.paragraph2Part1": "这个意思是说 {esAsteriskQueryDescription}。如果要查找子集,可以输入 {htmlQuery} 之类的内容以算出与 {html} 匹配的事件个数,或输入 {bobQuery} 来查找在 {user} 字段中包含 {bob} 且 {bytes} 字段大于 100 的事件。注意,此查询需要用单引号引住,因为其包含空格。您可以输入任何",
"timelion.help.querying.paragraph2Part2": "作为 {esQuery} 函数的第一个参数。",
"timelion.help.querying.passingArgumentsText": "Timelion 具有很多快捷键,可以轻松完成各种常见操作。对于不包含空格或特殊字符的简单参数,无需使用引号。而且很多函数都具有默认值。例如,{esEmptyQuery} 和 {esStarQuery} 作用相同。参数也有名称,您无需为其指定特定顺序。例如,可以输入 {esLogstashQuery} 告知 Elasticsearch 数据源 {esIndexQueryDescription}。",
"timelion.help.querying.passingArgumentsTitle": "传递参数",
"timelion.help.queryingTitle": "查询 Elasticsearch 数据源",
"timelion.help.unknownErrorMessage": "未知错误",
"timelion.help.welcome.content.emphasizedEverythingText": "所有内容",
"timelion.help.welcome.content.functionReferenceLinkText": "跳到函数引用",
"timelion.help.welcome.content.paragraph1": "Timelion 是抓取精准、适用于所有内容的可插拔时间序列接口{emphasizedEverything}。如果您的数据存储可以生成时间序列,就能够随意使用 Timelion 的所有强大功能。借助 Timelion可使用易于掌握的表达式语法对跨多个数据源的数据集进行比较、合并和整理。尽管本教程主要介绍 Elasticsearch但您很快会发现本文所介绍的内容适用于 Timelion 支持的任何数据源。",
"timelion.help.welcome.content.paragraph2": "准备好开始了吗?单击 {strongNext}。想要跳过教程并查看文档?",
"timelion.help.welcome.content.strongNextText": "下一个",
"timelion.help.welcomeTitle": "欢迎来到 {strongTimelionLabel}",
"timelion.intervals.customIntervalAriaLabel": "定制时间间隔",
"timelion.intervals.selectIntervalAriaLabel": "选择时间间隔",
"timelion.noFunctionErrorMessage": "没有此类函数:{name}",
"timelion.panels.noRenderFunctionErrorMessage": "面板必须具有渲染函数",
"timelion.panels.timechart.unknownIntervalErrorMessage": "时间间隔未知",
"timelion.registerFeatureDescription": "使用表达式语言分析时间序列数据,并将结果可视化。",
"timelion.requestHandlerErrorTitle": "Timelion 请求错误",
"timelion.saveExpression.successNotificationText": "已保存表达式“{title}”",
"timelion.saveSheet.successNotificationText": "已保存工作表“{title}”",
"timelion.search.submitAriaLabel": "搜索",
"timelion.searchErrorTitle": "Timelion 请求错误",
"timelion.serverSideErrors.argumentsOverflowErrorMessage": "太多参数传递到:{functionName}",
"timelion.serverSideErrors.bucketsOverflowErrorMessage": "超过了最大桶数:允许 {bucketCount}/{maxBuckets} 个。选择较大的时间间隔或较短的时间范围",
"timelion.serverSideErrors.colorFunction.colorNotProvidedErrorMessage": "未提供颜色",
"timelion.serverSideErrors.conditionFunction.unknownOperatorErrorMessage": "运算符未知",
"timelion.serverSideErrors.conditionFunction.wrongArgTypeErrorMessage": "必须为数字或 seriesList",
"timelion.serverSideErrors.esFunction.indexNotFoundErrorMessage": "找不到 Elasticsearch 索引:{index}",
"timelion.serverSideErrors.holtFunction.missingParamsErrorMessage": "必须指定季节长度,示例大小 >= 2",
"timelion.serverSideErrors.holtFunction.notEnoughPointsErrorMessage": "您需要至少 2 个点才能使用双指数平滑法",
"timelion.serverSideErrors.movingaverageFunction.notValidPositionErrorMessage": "有效位置为:{validPositions}",
"timelion.serverSideErrors.movingstdFunction.notValidPositionErrorMessage": "有效位置为:{validPositions}",
"timelion.serverSideErrors.pointsFunction.notValidSymbolErrorMessage": "有效符号为:{validSymbols}",
"timelion.serverSideErrors.quandlFunction.unsupportedIntervalErrorMessage": "quandl() 不支持的时间间隔:{interval}。quandl() 支持:{intervals}",
"timelion.serverSideErrors.sheetParseErrorMessage": "应为:字符位置 {column} 的{expectedDescription}",
"timelion.serverSideErrors.unknownArgumentErrorMessage": "{functionName} 的未知参数:{argumentName}",
"timelion.serverSideErrors.unknownArgumentTypeErrorMessage": "不支持的参数类型:{argument}",
"timelion.serverSideErrors.worldbankFunction.noDataErrorMessage": "世界银行请求成功,但 {code} 没有数据",
"timelion.serverSideErrors.wrongFunctionArgumentTypeErrorMessage": "{functionName}({argumentName}) 必须是 {requiredTypes} 之一。得到:{actualType}",
"timelion.serverSideErrors.yaxisFunction.notSupportedUnitTypeErrorMessage": "{units} 为不受支持的单元类型。",
"timelion.serverSideErrors.yaxisFunction.notValidCurrencyFormatErrorMessage": "货币必须使用三个字母的代码",
"timelion.timelionDescription": "使用函数表达式构建时间序列",
"timelion.topNavMenu.addChartButtonAriaLabel": "添加图表",
"timelion.topNavMenu.addChartButtonLabel": "添加",
"timelion.topNavMenu.delete.modal.confirmButtonLabel": "删除",
"timelion.topNavMenu.delete.modal.successNotificationText": "已删除“{title}”",
"timelion.topNavMenu.delete.modal.warningText": "您无法恢复已删除的工作表。",
"timelion.topNavMenu.delete.modalTitle": "是否删除 Timelion 工作表 “{title}”?",
"timelion.topNavMenu.deleteSheetButtonAriaLabel": "删除当前工作表",
"timelion.topNavMenu.deleteSheetButtonLabel": "删除",
"timelion.topNavMenu.helpButtonAriaLabel": "帮助",
"timelion.topNavMenu.helpButtonLabel": "帮助",
"timelion.topNavMenu.newSheetButtonAriaLabel": "新建工作表",
"timelion.topNavMenu.newSheetButtonLabel": "新建",
"timelion.topNavMenu.openSheetButtonAriaLabel": "打开工作表",
"timelion.topNavMenu.openSheetButtonLabel": "打开",
"timelion.topNavMenu.openSheetTitle": "打开工作表",
"timelion.topNavMenu.options.columnsCountLabel": "列(列数必须均分为 12",
"timelion.topNavMenu.options.rowsCountLabel": "行(这是基于当前窗口高度的目标)",
"timelion.topNavMenu.optionsButtonAriaLabel": "选项",
"timelion.topNavMenu.optionsButtonLabel": "选项",
"timelion.topNavMenu.save.saveAsDashboardPanel.inputPlaceholder": "命名此面板",
"timelion.topNavMenu.save.saveAsDashboardPanel.selectedExpressionLabel": "当前选择的表达式",
"timelion.topNavMenu.save.saveAsDashboardPanel.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveAsDashboardPanelDescription": "是否需要将图表添加到 Kibana 仪表板?我们可以做到这一点!此选项会将当前选择的表达式另存为一个面板,可像添加任何其他内容一样添加到 Kibana 仪表板。注意,如果使用对其他面板的引用,则需要删除该引用,方法是:将引用的表达式直接复制到要保存的表达式中即可。单击图表可选择要保存的其他表达式。",
"timelion.topNavMenu.save.saveAsDashboardPanelLabel": "将表达式另存为",
"timelion.topNavMenu.save.saveAsDashboardPanelTitle": "将当前表达式另存为 Kibana 仪表板面板",
"timelion.topNavMenu.save.saveEntireSheet.inputAriaLabel": "名称",
"timelion.topNavMenu.save.saveEntireSheet.inputPlaceholder": "命名此工作表......",
"timelion.topNavMenu.save.saveEntireSheet.submitButtonLabel": "保存",
"timelion.topNavMenu.save.saveEntireSheetDescription": "如果您主要在 Timelion 应用中使用 Timelion 表达式,且不需要将 Timelion 图表添加到 Kibana 仪表板,则需要使用此选项。如果您使用对其他面板的引用,可能也需要此选项。",
"timelion.topNavMenu.save.saveEntireSheetLabel": "将工作表另存为",
"timelion.topNavMenu.save.saveEntireSheetTitle": "保存整个 Timelion 工作表",
"timelion.topNavMenu.saveSheetButtonAriaLabel": "保存工作表",
"timelion.topNavMenu.saveSheetButtonLabel": "保存",
"timelion.topNavMenu.sheetOptionsTitle": "工作表选项",
"timelion.topNavMenu.statsDescription": "查询时间 {queryTime}ms /处理时间 {processingTime}ms",
"timelion.uiSettings.defaultColumnsDescription": "默认情况下 Timelion 工作表上的列数目",
"timelion.uiSettings.defaultColumnsLabel": "默认列",
"timelion.uiSettings.defaultIndexDescription": "要使用 {esParam} 搜索的默认 Elasticsearch 索引",
"timelion.uiSettings.defaultIndexLabel": "默认索引",
"timelion.uiSettings.defaultRowsDescription": "默认情况下 Timelion 工作表上的行数目",
"timelion.uiSettings.defaultRowsLabel": "默认行数",
"timelion.uiSettings.experimentalLabel": "实验性",
"timelion.uiSettings.graphiteURLDescription": "{experimentalLabel} Graphite 主机的 <a href=\"https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite\" target=\"_blank\" rel=\"noopener\">URL</a>",
"timelion.uiSettings.graphiteURLLabel": "Graphite URL",
"timelion.uiSettings.maximumBucketsDescription": "单个数据源可以返回的最大存储桶数目",
"timelion.uiSettings.maximumBucketsLabel": "最大存储桶数",
"timelion.uiSettings.minimumIntervalDescription": "使用“自动”时将计算的最小时间间隔",
"timelion.uiSettings.minimumIntervalLabel": "最小时间间隔",
"timelion.uiSettings.quandlKeyDescription": "{experimentalLabel} 来自 www.quandl.com 的 API 密钥",
"timelion.uiSettings.quandlKeyLabel": "Quandl 密钥",
"timelion.uiSettings.showTutorialDescription": "进入 Timelion 应用时我是否应该默认显示教程?",
"timelion.uiSettings.showTutorialLabel": "显示教程",
"timelion.uiSettings.targetBucketsDescription": "使用自动时间间隔时想要的存储桶数目",
"timelion.uiSettings.targetBucketsLabel": "目标存储桶",
"timelion.uiSettings.timeFieldDescription": "使用 {esParam} 时包含时间戳的默认字段",
"timelion.uiSettings.timeFieldLabel": "时间字段",
"timelion.vis.expressionLabel": "Timelion 表达式",
"timelion.vis.intervalLabel": "时间间隔",
"timelion.help.functions.notAllowedGraphiteUrl": "在 kibana.yml 文件中未配置此 Graphite URL。\n 请在 kibana.yml 文件中“timelion.graphiteUrls”下配置 Graphite 服务器列表,并\n 从 Kibana 的高级设置中选择一个",
"timelion.emptyExpressionErrorMessage": "Timelion 错误:未提供表达式",
"visTypeVega.editor.formatError": "格式化规范时出错",
"visTypeVega.editor.reformatAsHJSONButtonLabel": "重新格式化为 HJSON",
"visTypeVega.editor.reformatAsJSONButtonLabel": "重新格式化为 JSON删除注释",
@ -6232,6 +6232,9 @@
"xpack.licensing.check.errorExpiredMessage": "您不能使用 {pluginName},因为您的{licenseType}许可证已过期。",
"xpack.licensing.check.errorUnavailableMessage": "您不能使用 {pluginName},因为许可证信息当前不可用。",
"xpack.licensing.check.errorUnsupportedMessage": "您的{licenseType}许可证不支持 {pluginName}。请升级您的许可证。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription": "联系您的管理员或直接{updateYourLicenseLinkText}。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription.updateYourLicenseLinkText": "更新您的许可",
"xpack.licensing.welcomeBanner.licenseIsExpiredTitle": "您的{licenseType}许可已过期",
"xpack.logstash.addRoleAlert.grantAdditionalPrivilegesDescription": "在 Kibana“管理”中将 {role} 角色分配给您的 Kibana 用户。",
"xpack.logstash.addRoleAlert.grantAdditionalPrivilegesTitle": "授予其他权限。",
"xpack.logstash.alertCallOut.howToSeeAdditionalPipelinesDescription": "我如何可以看到其他管道?",
@ -12732,12 +12735,6 @@
"xpack.lens.xyVisualization.stackedAreaLabel": "堆叠面积图",
"xpack.lens.xyVisualization.stackedBarHorizontalLabel": "堆叠水平条形图",
"xpack.lens.xyVisualization.stackedBarLabel": "堆叠条形图",
"xpack.lens.xyVisualization.xyLabel": "XY",
"xpack.licensing.check.errorExpiredMessage": "您不能使用 {pluginName},因为您的{licenseType}许可证已过期。",
"xpack.licensing.check.errorUnavailableMessage": "您不能使用 {pluginName},因为许可证信息当前不可用。",
"xpack.licensing.check.errorUnsupportedMessage": "您的{licenseType}许可证不支持 {pluginName}。请升级您的许可证。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription": "联系您的管理员或直接{updateYourLicenseLinkText}。",
"xpack.licensing.welcomeBanner.licenseIsExpiredDescription.updateYourLicenseLinkText": "更新您的许可",
"xpack.licensing.welcomeBanner.licenseIsExpiredTitle": "您的{licenseType}许可已过期"
"xpack.lens.xyVisualization.xyLabel": "XY"
}
}