Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Time picker quick ranges description #32455

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/legacy/core_plugins/kibana/ui_setting_defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 1 addition & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "时间选取器刷新时间间隔",
Expand Down Expand Up @@ -8216,4 +8215,4 @@
"xpack.watcher.watchActionsTitle": "满足后将执行 {watchActionsCount, plural, one{# 个操作} other {# 个操作}}",
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}