Add translations for new navigation items pdc and collector (#81351)

* Add translations for new navigation items pdc and collector

* run yarn i18n:extract

* run prettier
This commit is contained in:
fabienne-m
2024-02-02 16:46:50 +00:00
committed by GitHub
parent ed925c81d4
commit 9b4b0eed99
3 changed files with 23 additions and 0 deletions

View File

@@ -741,6 +741,9 @@
"authentication": {
"title": "Authentication"
},
"collector": {
"title": "Collector"
},
"config": {
"title": "Administration"
},
@@ -888,6 +891,10 @@
"subtitle": "Extend the Grafana experience with plugins",
"title": "Plugins"
},
"private-data-source-connections": {
"subtitle": "Query data that lives within a secured network without opening the network to inbound traffic from Grafana Cloud. Learn more in our docs.",
"title": "Private data source connect"
},
"profile/notifications": {
"title": "Notification history"
},