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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 0 deletions

View File

@ -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;
}

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"
},

View File

@ -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"
},