From 7fdf85593210c3e971de6677c0d9cd687f1ff505 Mon Sep 17 00:00:00 2001 From: RoxanaAnamariaTurc <106086831+RoxanaAnamariaTurc@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:10:50 +0100 Subject: [PATCH] I18n: Outstanding navigation strings (#71208) * I18n: Outstanding navigation strings * Resolving conflicts --- .../AppChrome/MegaMenu/navBarItem-translations.ts | 10 ++++++++++ public/locales/de-DE/grafana.json | 15 +++++++++++++++ public/locales/en-US/grafana.json | 15 +++++++++++++++ public/locales/es-ES/grafana.json | 15 +++++++++++++++ public/locales/fr-FR/grafana.json | 15 +++++++++++++++ public/locales/pseudo-LOCALE/grafana.json | 15 +++++++++++++++ public/locales/zh-Hans/grafana.json | 15 +++++++++++++++ 7 files changed, 100 insertions(+) diff --git a/public/app/core/components/AppChrome/MegaMenu/navBarItem-translations.ts b/public/app/core/components/AppChrome/MegaMenu/navBarItem-translations.ts index fb5a4f073da..4a62b92500e 100644 --- a/public/app/core/components/AppChrome/MegaMenu/navBarItem-translations.ts +++ b/public/app/core/components/AppChrome/MegaMenu/navBarItem-translations.ts @@ -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': diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 32e56025054..2976a964df4 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -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" diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 8e200fee0b1..52d78bb64aa 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -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" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index b6d70c8e6e5..a94d22beb4d 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -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" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 293e6ca1df7..2be3fe3cdc9 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -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" diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 2d3d59963ce..622d32c0c50 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -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": "Ŝŧőřäģę" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 170ca857a95..2be5e773883 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -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": "存储"