Skip to content

Commit

Permalink
Fix typo + translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Nov 16, 2023
1 parent ab7c023 commit e12a7d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -66,7 +66,7 @@ export const UpgradeStatusCallout: React.FunctionComponent<{
>
<FormattedMessage
id="xpack.fleet.upgradePackagePolicy.statusCallout.hasNewSecrets"
defaultMessage="Some of this integration's form fields have been converted to secrets in this version. Your existing values are autofilled in each secret input during this upgrade, but you won't be able to view then again after saving. {learnMoreLink}"
defaultMessage="Some of this integration's form fields have been converted to secrets in this version. Your existing values are autofilled in each secret input during this upgrade, but you won't be able to view them again after saving. {learnMoreLink}"
values={{
learnMoreLink: (
<EuiLink href={docLinks.links.fleet.policySecrets} target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Expand Up @@ -43309,10 +43309,10 @@
"randomSampling.ui.sliderControl.performanceLabel": "Performances",
"reporting.commonExportTypesHelpers.missingJobHeadersErrorMessage": "Les en-têtes de tâche sont manquants",
"reporting.commonExportTypesHelpers.failedToDecryptReportJobDataErrorMessage": "Impossible de déchiffrer les données de la tâche de reporting. Veuillez vous assurer que {encryptionKey} est défini et générez à nouveau ce rapport. {err}",
"reactPackages.mountPointPortal.errorMessage": "Erreur lors du rendu du contenu du portail.",
"reporting.common.browserCouldNotLaunchErrorMessage": "Impossible de générer des captures d'écran, car le navigateur ne s’est pas lancé. Consultez les logs de serveur pour en savoir plus.",
"reporting.common.cloud.insufficientSystemMemoryError": "Impossible de générer ce rapport en raison d’un manque de mémoire.",
"reporting.common.pdfWorkerOutOfMemoryErrorMessage": "Impossible de générer un PDF en raison d’un manque de mémoire. Essayez de réduire la taille du PDF et relancez ce rapport.",
"reactPackages.mountPointPortal.errorMessage": "Erreur lors du rendu du contenu du portail.",
"savedObjectsFinder.advancedSettings.listingLimitText": "Nombre d'objets à récupérer pour les pages de listing",
"savedObjectsFinder.advancedSettings.listingLimitTitle": "Limite de listing d’objets",
"savedObjectsFinder.advancedSettings.perPageText": "Nombre d'objets à afficher par page dans la boîte de dialogue de chargement",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Expand Up @@ -43299,10 +43299,10 @@
"randomSampling.ui.sliderControl.performanceLabel": "パフォーマンス",
"reporting.commonExportTypesHelpers.failedToDecryptReportJobDataErrorMessage": "レポートジョブデータの解読に失敗しました。{encryptionKey} が設定されていることを確認してこのレポートを再生成してください。{err}",
"reporting.commonExportTypesHelpers.missingJobHeadersErrorMessage": "ジョブヘッダーがありません",
"reactPackages.mountPointPortal.errorMessage": "ポータルコンテンツのレンダリングエラー",
"reporting.common.browserCouldNotLaunchErrorMessage": "ブラウザーが起動していないため、スクリーンショットを生成できません。詳細については、サーバーログを参照してください。",
"reporting.common.cloud.insufficientSystemMemoryError": "メモリ不足のため、このレポートを生成できません。",
"reporting.common.pdfWorkerOutOfMemoryErrorMessage": "メモリ不足のため、PDFを生成できません。PDFのサイズを小さくして、このレポートを再試行してください。",
"reactPackages.mountPointPortal.errorMessage": "ポータルコンテンツのレンダリングエラー",
"savedObjectsFinder.advancedSettings.listingLimitText": "一覧ページ用に取得するオブジェクトの数です",
"savedObjectsFinder.advancedSettings.listingLimitTitle": "オブジェクト取得制限",
"savedObjectsFinder.advancedSettings.perPageText": "読み込みダイアログで表示されるページごとのオブジェクトの数です",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Expand Up @@ -43293,10 +43293,10 @@
"randomSampling.ui.sliderControl.performanceLabel": "性能",
"reporting.commonExportTypesHelpers.missingJobHeadersErrorMessage": "作业标头缺失",
"reporting.commonExportTypesHelpers.failedToDecryptReportJobDataErrorMessage": "无法解密报告作业数据。请确保已设置 {encryptionKey},然后重新生成此报告。{err}",
"reactPackages.mountPointPortal.errorMessage": "呈现门户内容时出错",
"reporting.common.browserCouldNotLaunchErrorMessage": "无法生成屏幕截图,因为浏览器未启动。有关更多信息,请查看服务器日志。",
"reporting.common.cloud.insufficientSystemMemoryError": "由于内存不足,无法生成此报告。",
"reporting.common.pdfWorkerOutOfMemoryErrorMessage": "由于内存不足,无法生成 PDF。尝试生成更小的 PDF,然后重试此报告。",
"reactPackages.mountPointPortal.errorMessage": "呈现门户内容时出错",
"savedObjectsFinder.advancedSettings.listingLimitText": "要为列表页面提取的对象数目",
"savedObjectsFinder.advancedSettings.listingLimitTitle": "对象列表限制",
"savedObjectsFinder.advancedSettings.perPageText": "加载对话框中每页要显示的对象数目",
Expand Down

0 comments on commit e12a7d4

Please sign in to comment.