mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
I18n: Outstanding navigation strings (#71208)
* I18n: Outstanding navigation strings * Resolving conflicts
This commit is contained in:
parent
f9697aba6a
commit
7fdf855932
@ -36,6 +36,8 @@ export function getNavTitle(navId: string | undefined) {
|
||||
return t('nav.snapshots.title', 'Snapshots');
|
||||
case 'dashboards/library-panels':
|
||||
return t('nav.library-panels.title', 'Library panels');
|
||||
case 'reports':
|
||||
return t('nav.reporting.title', 'Reporting');
|
||||
case 'dashboards/public':
|
||||
return t('nav.public.title', 'Public dashboards');
|
||||
case 'dashboards/new':
|
||||
@ -50,6 +52,8 @@ export function getNavTitle(navId: string | undefined) {
|
||||
return t('nav.explore.title', 'Explore');
|
||||
case 'alerting':
|
||||
return t('nav.alerting.title', 'Alerting');
|
||||
case 'plugin-page-grafana-oncall-app':
|
||||
return t('nav.oncall.title', 'OnCall');
|
||||
case 'alerting-legacy':
|
||||
return t('nav.alerting-legacy.title', 'Alerting (legacy)');
|
||||
case 'alert-home':
|
||||
@ -72,6 +76,12 @@ export function getNavTitle(navId: string | undefined) {
|
||||
return t('nav.config.title', 'Administration');
|
||||
case 'datasources':
|
||||
return t('nav.datasources.title', 'Data sources');
|
||||
case 'authentication':
|
||||
return t('nav.authentication.title', 'Authentication');
|
||||
case 'licensing':
|
||||
return t('nav.statistics-and-licensing.title', 'Statistics and licensing');
|
||||
case 'recordedQueries':
|
||||
return t('nav.recorded-queries.title', 'Recorded queries');
|
||||
case 'correlations':
|
||||
return t('nav.correlations.title', 'Correlations');
|
||||
case 'users':
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "App-Plug-ins, die das Grafana-Erlebnis erweitern",
|
||||
"title": "Apps"
|
||||
},
|
||||
"authentication": {
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": "Verwaltung"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": ""
|
||||
},
|
||||
"oncall": {
|
||||
"title": ""
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "Verwalte Einstellungen in der gesamten Organisation",
|
||||
"title": "Standardeinstellungen"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "Öffentliche Dashboards"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": ""
|
||||
},
|
||||
"reporting": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Szenen"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "Deine hervorgehobenen Dashboards werden hier angezeigt"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": ""
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "Dateispeicher verwalten",
|
||||
"title": "Speicher"
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "App plugins that extend the Grafana experience",
|
||||
"title": "Apps"
|
||||
},
|
||||
"authentication": {
|
||||
"title": "Authentication"
|
||||
},
|
||||
"config": {
|
||||
"title": "Administration"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": "Observability"
|
||||
},
|
||||
"oncall": {
|
||||
"title": "OnCall"
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "Manage preferences across an organization",
|
||||
"title": "Default preferences"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "Public dashboards"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": "Recorded queries"
|
||||
},
|
||||
"reporting": {
|
||||
"title": "Reporting"
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Scenes"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "Your starred dashboards will appear here"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": "Statistics and licensing"
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "Manage file storage",
|
||||
"title": "Storage"
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "Complementos de aplicaciones que amplían la experiencia de Grafana",
|
||||
"title": "Aplicaciones"
|
||||
},
|
||||
"authentication": {
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": "Administración"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": ""
|
||||
},
|
||||
"oncall": {
|
||||
"title": ""
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "Gestionar las preferencias en una organización",
|
||||
"title": "Preferencias por defecto"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "Paneles de control públicos"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": ""
|
||||
},
|
||||
"reporting": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Escenas"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "Tus paneles de control destacados aparecerán aquí"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": ""
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "Gestionar el almacenamiento de archivos",
|
||||
"title": "Almacenamiento"
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "Plugins d'application qui prolongent l'expérience Grafana",
|
||||
"title": "Applications"
|
||||
},
|
||||
"authentication": {
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": "Administration"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": ""
|
||||
},
|
||||
"oncall": {
|
||||
"title": ""
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "Gérer les préférences au sein d'une organisation",
|
||||
"title": "Préférences par défaut"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "Tableaux de bord publics"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": ""
|
||||
},
|
||||
"reporting": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Scènes"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "Vos tableaux de bord favoris apparaîtront ici"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": ""
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "Gérer le stockage de fichiers",
|
||||
"title": "Stockage"
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "Åpp pľūģįʼnş ŧĥäŧ ęχŧęʼnđ ŧĥę Ğřäƒäʼnä ęχpęřįęʼnčę",
|
||||
"title": "Åppş"
|
||||
},
|
||||
"authentication": {
|
||||
"title": "Åūŧĥęʼnŧįčäŧįőʼn"
|
||||
},
|
||||
"config": {
|
||||
"title": "Åđmįʼnįşŧřäŧįőʼn"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": "Øþşęřväþįľįŧy"
|
||||
},
|
||||
"oncall": {
|
||||
"title": "ØʼnCäľľ"
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "Mäʼnäģę přęƒęřęʼnčęş äčřőşş äʼn őřģäʼnįžäŧįőʼn",
|
||||
"title": "Đęƒäūľŧ přęƒęřęʼnčęş"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "Pūþľįč đäşĥþőäřđş"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": "Ŗęčőřđęđ qūęřįęş"
|
||||
},
|
||||
"reporting": {
|
||||
"title": "Ŗępőřŧįʼnģ"
|
||||
},
|
||||
"scenes": {
|
||||
"title": "Ŝčęʼnęş"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "Ÿőūř şŧäřřęđ đäşĥþőäřđş ŵįľľ äppęäř ĥęřę"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": "Ŝŧäŧįşŧįčş äʼnđ ľįčęʼnşįʼnģ"
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "Mäʼnäģę ƒįľę şŧőřäģę",
|
||||
"title": "Ŝŧőřäģę"
|
||||
|
@ -292,6 +292,9 @@
|
||||
"subtitle": "扩展 Grafana 体验的应用插件",
|
||||
"title": "应用"
|
||||
},
|
||||
"authentication": {
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": "管理"
|
||||
},
|
||||
@ -398,6 +401,9 @@
|
||||
"observability": {
|
||||
"title": ""
|
||||
},
|
||||
"oncall": {
|
||||
"title": ""
|
||||
},
|
||||
"org-settings": {
|
||||
"subtitle": "管理整个组织的首选项",
|
||||
"title": "默认首选项"
|
||||
@ -428,6 +434,12 @@
|
||||
"public": {
|
||||
"title": "公共仪表板"
|
||||
},
|
||||
"recorded-queries": {
|
||||
"title": ""
|
||||
},
|
||||
"reporting": {
|
||||
"title": ""
|
||||
},
|
||||
"scenes": {
|
||||
"title": "场景"
|
||||
},
|
||||
@ -461,6 +473,9 @@
|
||||
"starred-empty": {
|
||||
"title": "您已加星标的仪表板将显示在这里"
|
||||
},
|
||||
"statistics-and-licensing": {
|
||||
"title": ""
|
||||
},
|
||||
"storage": {
|
||||
"subtitle": "管理文件存储",
|
||||
"title": "存储"
|
||||
|
Loading…
Reference in New Issue
Block a user