mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
f670ea37dd
commit
b0c599835d
2 changed files with 3 additions and 4 deletions
|
@ -852,8 +852,8 @@ export function getUiSettingDefaults() {
|
|||
description: i18n.translate('kbn.advancedSettings.timepicker.quickRangesText', {
|
||||
defaultMessage:
|
||||
'The list of ranges to show in the Quick section of the time picker. This should be an array of objects, ' +
|
||||
'with each object containing "from", "to" (see {acceptedFormatsLink}), ' +
|
||||
'"display" (the title to be displayed), and "section" (which column to put the option in).',
|
||||
'with each object containing "from", "to" (see {acceptedFormatsLink}), and ' +
|
||||
'"display" (the title to be displayed).',
|
||||
description:
|
||||
'Part of composite text: kbn.advancedSettings.timepicker.quickRangesText + ' +
|
||||
'kbn.advancedSettings.timepicker.quickRanges.acceptedFormatsLinkText',
|
||||
|
|
|
@ -935,7 +935,6 @@
|
|||
"kbn.advancedSettings.suggestFilterValuesTitle": "筛选编辑器建议值",
|
||||
"kbn.advancedSettings.timepicker.monthToDate": "本月迄今为止",
|
||||
"kbn.advancedSettings.timepicker.quickRanges.acceptedFormatsLinkText": "接受的格式",
|
||||
"kbn.advancedSettings.timepicker.quickRangesText": "要在时间选取器的“速选”部分中显示的范围列表。这应该是对象数组,每个对象包含“from”、“to”(请参阅{acceptedFormatsLink})、“display”(要显示的标题)以及“section”(要放置选项的列)。",
|
||||
"kbn.advancedSettings.timepicker.quickRangesTitle": "时间选取器的速选范围",
|
||||
"kbn.advancedSettings.timepicker.refreshIntervalDefaultsText": "时间筛选的默认刷新时间间隔",
|
||||
"kbn.advancedSettings.timepicker.refreshIntervalDefaultsTitle": "时间选取器刷新时间间隔",
|
||||
|
@ -8220,4 +8219,4 @@
|
|||
"xpack.watcher.watchActionsTitle": "满足后将执行 {watchActionsCount, plural, one{# 个操作} other {# 个操作}}",
|
||||
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue