Fix Time picker quick ranges description (#32455) (#32475)

This commit is contained in:
Tim Roes 2019-03-05 14:29:55 +01:00 committed by GitHub
parent f670ea37dd
commit b0c599835d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -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',

View file

@ -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": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}