Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Oct 19, 2021
1 parent 72a33c3 commit 2bd148f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,21 +232,21 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiCard
icon={<EuiIcon type="logoSecurity" size="xxl" />}
href={addBasePath('/app/integrations/detail/endpoint/')}
title={i18n.translate('xpack.observability.home.featuredSecurityTitle', {
title={i18n.translate('xpack.fleet.featuredSecurityTitle', {
defaultMessage: 'Endpoint Security',
})}
description={i18n.translate('xpack.observability.home.featuredSecurityDesc', {
description={i18n.translate('xpack.fleet.featuredSecurityDesc', {
defaultMessage:
'Protect your hosts with threat prevention, detection, and deep security data visibility.',
})}
/>
</EuiFlexItem>
<EuiFlexItem>
<EuiCard
title={i18n.translate('xpack.observability.home.featuredObsTitle', {
title={i18n.translate('xpack.fleet.featuredObsTitle', {
defaultMessage: 'Elastic APM',
})}
description={i18n.translate('xpack.observability.home.featuredObsDesc', {
description={i18n.translate('xpack.fleet.featuredObsDesc', {
defaultMessage:
'Monitor, detect and diagnose complex performance issues from your application.',
})}
Expand All @@ -258,10 +258,10 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiCard
icon={<EuiIcon type="logoAppSearch" size="xxl" />}
href={addBasePath('/app/enterprise_search/app_search')}
title={i18n.translate('xpack.observability.home.featuredObsTitle', {
title={i18n.translate('xpack.fleet.featuredSearchTitle', {
defaultMessage: 'Web site crawler',
})}
description={i18n.translate('xpack.observability.home.featuredObsDesc', {
description={i18n.translate('xpack.fleet.featuredSearchDesc', {
defaultMessage: 'Add search to your website with the App Search web crawler.',
})}
/>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -11010,7 +11010,6 @@
"xpack.fleet.epm.usedByLabel": "エージェントポリシー",
"xpack.fleet.epm.versionLabel": "バージョン",
"xpack.fleet.epmList.allPackagesFilterLinkText": "すべて",
"xpack.fleet.epmList.installedTitle": "インストールされている統合",
"xpack.fleet.epmList.missingIntegrationPlaceholder": "検索用語と一致する統合が見つかりませんでした。別のキーワードを試すか、左側のカテゴリを使用して参照してください。",
"xpack.fleet.epmList.noPackagesFoundPlaceholder": "パッケージが見つかりません",
"xpack.fleet.epmList.searchPackagesPlaceholder": "統合を検索",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -11125,7 +11125,6 @@
"xpack.fleet.epm.usedByLabel": "代理策略",
"xpack.fleet.epm.versionLabel": "版本",
"xpack.fleet.epmList.allPackagesFilterLinkText": "全部",
"xpack.fleet.epmList.installedTitle": "已安装集成",
"xpack.fleet.epmList.missingIntegrationPlaceholder": "我们未找到任何匹配搜索词的集成。请重试其他关键字,或使用左侧的类别浏览。",
"xpack.fleet.epmList.noPackagesFoundPlaceholder": "未找到任何软件包",
"xpack.fleet.epmList.searchPackagesPlaceholder": "搜索集成",
Expand Down

0 comments on commit 2bd148f

Please sign in to comment.