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

[8.x] [Search: Home page] Remove the extra `.` from the `{number} active API keys.` text. (#199096) #199179

Merged
merged 1 commit into from
Nov 6, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ApiKeyPanel: React.FC = () => {
>
<FormattedMessage
id="xpack.enterpriseSearch.apiKey.activeKeys"
defaultMessage="{number} active API keys."
defaultMessage="{number} active API keys"
values={{
number: apiKeys.length,
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const ApiKeyPanelContent: React.FC<ApiKeyPanelContent> = ({ apiKeys, open
>
<FormattedMessage
id="xpack.enterpriseSearch.apiKey.activeKeys"
defaultMessage="{number} active API keys."
defaultMessage="{number} active API keys"
values={{
number: apiKeys?.length || 0,
}}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -15292,7 +15292,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "Tableaux de bord et outils permettant de visualiser le comportement des utilisateurs finaux et de mesurer les performances de vos applications de recherche.",
"xpack.enterpriseSearch.analytics.productName": "Behavioral Analytics",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "Rechercher des noms de collection",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} clés d'API actives.",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} clés d'API actives",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "Cette clé ne s’affichera qu’une fois, conservez-la donc en lieu sûr. Nous ne conservons pas vos clés d’API, vous devrez donc générer une clé de remplacement si vous la perdez.",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "Stocker cette clé d'API",
"xpack.enterpriseSearch.apiKey.cloudId": "Identifiant du cloud :",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -15038,7 +15038,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "エンドユーザーの行動を可視化し、検索アプリケーションのパフォーマンスを測定するためのダッシュボードとツール。",
"xpack.enterpriseSearch.analytics.productName": "Behavioral Analytics",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "コレクション名を検索",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number}個のアクティブなAPIキー",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number}個のアクティブなAPIキー",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "このキーは一度しか表示されないため、安全な場所に保存しておいてください。当社はお客様のAPIキーを保存しません。キーを紛失した場合は、代替キーを生成する必要があります。",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "このAPIキーを保存",
"xpack.enterpriseSearch.apiKey.cloudId": "クラウドID:",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -15067,7 +15067,7 @@
"xpack.enterpriseSearch.analytics.productDescription": "用于对最终用户行为进行可视化并评估搜索应用程序性能的仪表板和工具。",
"xpack.enterpriseSearch.analytics.productName": "行为分析",
"xpack.enterpriseSearch.analytics.searchPlaceholder": "搜索集合名称",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} 个活动 API 密钥",
"xpack.enterpriseSearch.apiKey.activeKeys": "{number} 个活动 API 密钥",
"xpack.enterpriseSearch.apiKey.apiKeyStepDescription": "此密钥仅显示一次,因此请将其保存到某个安全位置。我们不存储您的 API 密钥,因此,如果您丢失了密钥,则需要生成替代密钥。",
"xpack.enterpriseSearch.apiKey.apiKeyStepTitle": "存储此 API 密钥",
"xpack.enterpriseSearch.apiKey.cloudId": "云 ID:",
Expand Down