mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [Maps] remove beta labeling from application and docs (#39871) * [Maps] remove beta labeling from application and docs * clean up i18n * i18n translations
This commit is contained in:
parent
6641f5bed5
commit
29905a84aa
4 changed files with 0 additions and 13 deletions
|
@ -5,8 +5,6 @@
|
|||
[partintro]
|
||||
--
|
||||
|
||||
beta[]
|
||||
|
||||
The **Maps** application enables you to parse through your geographical data at scale, with speed, and in real time. With features like multiple layers and indices in a map, plotting of raw documents, dynamic client-side styling, and global search across multiple layers, you can understand and monitor your data with ease.
|
||||
|
||||
[role="screenshot"]
|
||||
|
|
|
@ -23,7 +23,6 @@ import {
|
|||
EuiOverlayMask,
|
||||
EuiConfirmModal,
|
||||
EuiCallOut,
|
||||
EuiBetaBadge,
|
||||
} from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { FormattedMessage } from '@kbn/i18n/react';
|
||||
|
@ -391,14 +390,6 @@ export class MapListing extends React.Component {
|
|||
<FormattedMessage
|
||||
id="xpack.maps.mapListing.listingTableTitle"
|
||||
defaultMessage="Maps"
|
||||
/>{' '}
|
||||
|
||||
<EuiBetaBadge
|
||||
label="Beta"
|
||||
tooltipContent={i18n.translate('xpack.maps.mapListing.betaMessageBadge', {
|
||||
defaultMessage:
|
||||
'Maps is still in beta. Please help us improve by reporting issues or bugs in the Kibana repo.',
|
||||
})}
|
||||
/>
|
||||
</h1>
|
||||
</EuiTitle>
|
||||
|
|
|
@ -5841,7 +5841,6 @@
|
|||
"xpack.maps.mapController.saveSuccessMessage": "「{title}」が保存されました",
|
||||
"xpack.maps.mapEmbeddableFactory": "マップを読み込めません。奇形の保存されたオブジェクト",
|
||||
"xpack.maps.mapListing.advancedSettingsLinkText": "高度な設定",
|
||||
"xpack.maps.mapListing.betaMessageBadge": "マップはまだベータ段階です。Kibana repo で問題やバグを報告して、製品の改善にご協力ください。",
|
||||
"xpack.maps.mapListing.cancelTitle": "キャンセル",
|
||||
"xpack.maps.mapListing.createMapButtonLabel": "マップを作成",
|
||||
"xpack.maps.mapListing.deleteSelectedButtonLabel": "選択項目を削除",
|
||||
|
|
|
@ -5841,7 +5841,6 @@
|
|||
"xpack.maps.mapController.saveSuccessMessage": "已保存“{title}”",
|
||||
"xpack.maps.mapEmbeddableFactory": "无法加载地图,已保存对象格式错误",
|
||||
"xpack.maps.mapListing.advancedSettingsLinkText": "高级设置",
|
||||
"xpack.maps.mapListing.betaMessageBadge": "地图仍为公测版。请通过在 Kibana 报告中报告问题或错误,帮助我们改进产品。",
|
||||
"xpack.maps.mapListing.cancelTitle": "取消",
|
||||
"xpack.maps.mapListing.createMapButtonLabel": "创建地图",
|
||||
"xpack.maps.mapListing.deleteSelectedButtonLabel": "删除选定",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue