-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add localization for messaging queues Kafka overview page
Added localization support for the messaging queues Kafka overview page. Closes #1735
- Loading branch information
1 parent
28e6bbb
commit 4604018
Showing
3 changed files
with
78 additions
and
25 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
frontend/public/locales/en-GB/messagingQueuesKafkaOverview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"breadcrumb": "Messaging Queues", | ||
"header": "Kafka / Overview", | ||
"overview": { | ||
"title": "Start sending data in as little as 20 minutes", | ||
"subtitle": "Connect and Monitor Your Data Streams" | ||
}, | ||
"configureConsumer": { | ||
"title": "Configure Consumer", | ||
"description": "Add consumer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"configureProducer": { | ||
"title": "Configure Producer", | ||
"description": "Add producer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"monitorKafka": { | ||
"title": "Monitor kafka", | ||
"description": "Add your Kafka source to gain insights and enhance activity tracking.", | ||
"button": "Get Started" | ||
}, | ||
"summarySection": { | ||
"viewDetailsButton": "View Details" | ||
}, | ||
"confirmModal": { | ||
"content": "Before navigating to the details page, please make sure you have configured all the required setup to ensure correct data monitoring.", | ||
"okText": "Proceed" | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
frontend/public/locales/en/messagingQueuesKafkaOverview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"breadcrumb": "Messaging Queues", | ||
"header": "Kafka / Overview", | ||
"overview": { | ||
"title": "Start sending data in as little as 20 minutes", | ||
"subtitle": "Connect and Monitor Your Data Streams" | ||
}, | ||
"configureConsumer": { | ||
"title": "Configure Consumer", | ||
"description": "Add consumer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"configureProducer": { | ||
"title": "Configure Producer", | ||
"description": "Add producer data sources to gain insights and enhance monitoring.", | ||
"button": "Get Started" | ||
}, | ||
"monitorKafka": { | ||
"title": "Monitor kafka", | ||
"description": "Add your Kafka source to gain insights and enhance activity tracking.", | ||
"button": "Get Started" | ||
}, | ||
"summarySection": { | ||
"viewDetailsButton": "View Details" | ||
}, | ||
"confirmModal": { | ||
"content": "Before navigating to the details page, please make sure you have configured all the required setup to ensure correct data monitoring.", | ||
"okText": "Proceed" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters