mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
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:
parent
ed925c81d4
commit
9b4b0eed99
@ -171,12 +171,16 @@ export function getNavTitle(navId: string | undefined) {
|
||||
return t('nav.connections.title', 'Connections');
|
||||
case 'connections-add-new-connection':
|
||||
return t('nav.add-new-connections.title', 'Add new connection');
|
||||
case 'standalone-plugin-page-/connections/collector':
|
||||
return t('nav.collector.title', 'Collector');
|
||||
case 'connections-datasources':
|
||||
return t('nav.data-sources.title', 'Data sources');
|
||||
case 'standalone-plugin-page-/connections/infrastructure':
|
||||
return t('nav.integrations.title', 'Integrations');
|
||||
case 'standalone-plugin-page-/connections/connect-data':
|
||||
return t('nav.connect-data.title', 'Connect data');
|
||||
case 'standalone-plugin-page-/connections/private-data-source-connections':
|
||||
return t('nav.private-data-source-connections.title', 'Private data source connect');
|
||||
case 'plugin-page-grafana-detect-app':
|
||||
return t('nav.detect.title', 'Detect');
|
||||
case 'plugin-page-grafana-quaderno-app':
|
||||
@ -276,6 +280,11 @@ export function getNavSubTitle(navId: string | undefined) {
|
||||
return t('nav.connections.subtitle', 'Browse and create new connections');
|
||||
case 'connections-datasources':
|
||||
return t('nav.data-sources.subtitle', 'View and manage your connected data source connections');
|
||||
case 'connections-private-data-source-connections':
|
||||
return t(
|
||||
'nav.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.'
|
||||
);
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -741,6 +741,9 @@
|
||||
"authentication": {
|
||||
"title": "Åūŧĥęʼnŧįčäŧįőʼn"
|
||||
},
|
||||
"collector": {
|
||||
"title": "Cőľľęčŧőř"
|
||||
},
|
||||
"config": {
|
||||
"title": "Åđmįʼnįşŧřäŧįőʼn"
|
||||
},
|
||||
@ -888,6 +891,10 @@
|
||||
"subtitle": "Ēχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę ŵįŧĥ pľūģįʼnş",
|
||||
"title": "Pľūģįʼnş"
|
||||
},
|
||||
"private-data-source-connections": {
|
||||
"subtitle": "Qūęřy đäŧä ŧĥäŧ ľįvęş ŵįŧĥįʼn ä şęčūřęđ ʼnęŧŵőřĸ ŵįŧĥőūŧ őpęʼnįʼnģ ŧĥę ʼnęŧŵőřĸ ŧő įʼnþőūʼnđ ŧř䃃įč ƒřőm Ğřäƒäʼnä Cľőūđ. Ŀęäřʼn mőřę įʼn őūř đőčş.",
|
||||
"title": "Přįväŧę đäŧä şőūřčę čőʼnʼnęčŧ"
|
||||
},
|
||||
"profile/notifications": {
|
||||
"title": "Ńőŧįƒįčäŧįőʼn ĥįşŧőřy"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user