Skip to content

Commit

Permalink
Remove unused translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Mar 18, 2019
1 parent 3858587 commit bec23fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,6 @@
"kbn.advancedSettings.courier.ignoreFilterTitle": "忽略筛选",
"kbn.advancedSettings.courier.maxRequestsText": "控制用于 Kibana 发送的 _msearch 请求的 “{maxRequestsLink}” 设置。设置为 0 可禁用此配置并使用 Elasticsearch 默认值。",
"kbn.advancedSettings.courier.maxRequestsTitle": "最大并发分片请求数",
"kbn.advancedSettings.courier.maxSegmentCountText": "Discover 中的请求将拆分成段,以防止大型请求发送给 Elasticsearch。此设置会尝试阻止段列表过长,否则会导致系统花费很长时间处理请求。",
"kbn.advancedSettings.courier.maxSegmentCountTitle": "最大段计数",
"kbn.advancedSettings.courier.requestPreferenceText": "允许您设置用于处理搜索请求的分片。<ul>\n <li><strong>{sessionId}:</strong> 限制在相同分片上执行所有搜索请求的操作。\n 这有利于在各个请求之间复用分片缓存。</li>\n <li><strong>{custom}:</strong> 允许您定义自己的首选项。\n 使用 <strong>courier:customRequestPreference</strong> 定制首选项值。</li>\n <li><strong>{none}:</strong> 表示不设置首选项。\n 这可能会提供更佳的性能,因此请求可以在所有分片副本上进行分配。\n 不过,结果可能会不一致,因为不同的分片可能处于不同的刷新状态。</li>\n </ul>",
"kbn.advancedSettings.courier.requestPreferenceTitle": "请求首选项",
"kbn.advancedSettings.csv.quoteValuesText": "在 csv 导出中是否应使用引号引起值?",
Expand Down Expand Up @@ -1287,8 +1285,6 @@
"kbn.discover.hitsPluralTitle": "{hits, plural, one {次命中} other {次命中}}",
"kbn.discover.howToChangeTheTimeTooltip": "要更改时间,请单击导航栏中的时钟图标",
"kbn.discover.howToSeeOtherMatchingDocumentsDescription": "以下是匹配您的搜索的前 {sampleSize} 个文档,请优化您的搜索以查看其他文档。",
"kbn.discover.inspectorRequest.segmentFetchCompleteStatusDescription": "此请求将查询 Elasticsearch 以获取搜索的数据。",
"kbn.discover.inspectorRequest.segmentFetchCompleteStatusTitle": "段 {fetchCompleteStatus}",
"kbn.discover.localMenu.inspectTitle": "检查",
"kbn.discover.localMenu.localMenu.newSearchTitle": "新建",
"kbn.discover.localMenu.newSearchDescription": "新搜索",
Expand Down Expand Up @@ -8183,4 +8179,4 @@
"xpack.watcher.watchActionsTitle": "满足后将执行 {watchActionsCount, plural, one{# 个操作} other {# 个操作}}",
"xpack.watcher.watcherDescription": "通过创建、管理和监测警报来检测数据中的更改。"
}
}
}

0 comments on commit bec23fc

Please sign in to comment.