mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
* feat: add view templates option to dashboard menu * feat: increase dropdown overlay width Set the dropdown overlay width to 200px to provide breathing space for the dropdown button. Added flex to wrap the dropdown button to create space between the right icon and the left elements. * feat: add localization for messaging queues Kafka overview page Added localization support for the messaging queues Kafka overview page. Closes #1735 --------- Co-authored-by: Pranay Prateek <pranay@signoz.io>
30 lines
1016 B
JSON
30 lines
1016 B
JSON
{
|
|
"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"
|
|
}
|
|
} |