Skip to content

Commit bfccfdb

Browse files
committed
ran translation fix for embedded link
1 parent 44c3a46 commit bfccfdb

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

x-pack/platform/plugins/private/translations/translations/fr-FR.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19026,7 +19026,6 @@
1902619026
"xpack.fleet.settings.editOutputFlyout.kafkaCompressionTitle": "Compression",
1902719027
"xpack.fleet.settings.editOutputFlyout.kafkaConnectionTypeLabel": "Connexion",
1902819028
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicHelptext": "Sélectionnez un sujet dans la liste. Si un sujet n'est pas disponible, créez un sujet personnalisé.",
19029-
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicLabel": "Sujet du champ",
1903019029
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderKeyInputLabel": "Clé",
1903119030
"xpack.fleet.settings.editOutputFlyout.kafkaHeadersTitle": "En-têtes",
1903219031
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderValueInputLabel": "Valeur",

x-pack/platform/plugins/private/translations/translations/ja-JP.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18887,7 +18887,6 @@
1888718887
"xpack.fleet.settings.editOutputFlyout.kafkaCompressionTitle": "圧縮",
1888818888
"xpack.fleet.settings.editOutputFlyout.kafkaConnectionTypeLabel": "接続",
1888918889
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicHelptext": "リストからトピックを選択してください。トピックがない場合は、カスタムトピックを作成してください。",
18890-
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicLabel": "フィールドからのトピック",
1889118890
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderKeyInputLabel": "キー",
1889218891
"xpack.fleet.settings.editOutputFlyout.kafkaHeadersTitle": "ヘッダー",
1889318892
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderValueInputLabel": "値",

x-pack/platform/plugins/private/translations/translations/zh-CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18586,7 +18586,6 @@
1858618586
"xpack.fleet.settings.editOutputFlyout.kafkaCompressionTitle": "压缩",
1858718587
"xpack.fleet.settings.editOutputFlyout.kafkaConnectionTypeLabel": "连接",
1858818588
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicHelptext": "从列表中选择主题。如果主题不可用,请创建定制主题。",
18589-
"xpack.fleet.settings.editOutputFlyout.kafkaDynamicTopicLabel": "来自字段的主题",
1859018589
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderKeyInputLabel": "钥匙",
1859118590
"xpack.fleet.settings.editOutputFlyout.kafkaHeadersTitle": "标题",
1859218591
"xpack.fleet.settings.editOutputFlyout.kafkaHeaderValueInputLabel": "值",

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/settings/components/edit_output_flyout/output_form_kafka_topics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const OutputFormKafkaTopics: React.FunctionComponent<{ inputs: OutputForm
8383
guideLink: (
8484
<EuiLink href={docLinks.links.filebeat.kafkaOutput} target="_blank" external>
8585
<FormattedMessage
86-
id="xpack.fleet.settings.editOutputFlyout.kafkaGuideLink"
86+
id="xpack.fleet.settings.kafkaGuideLink"
8787
defaultMessage="docs."
8888
/>
8989
</EuiLink>

0 commit comments

Comments
 (0)