[7.x] [Maps] remove beta labeling from application and docs (#39871) (#40076)

* [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:
Nathan Reese 2019-07-01 19:59:24 -06:00 committed by GitHub
parent 6641f5bed5
commit 29905a84aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 13 deletions

View file

@ -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"]

View file

@ -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"
/>{' '}
&nbsp;
<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>

View file

@ -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": "選択項目を削除",

View file

@ -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": "删除选定",