diff --git a/public/app/core/components/NavBar/navBarItem-translations.ts b/public/app/core/components/NavBar/navBarItem-translations.ts index 489420ec3a1..db6a018ebb4 100644 --- a/public/app/core/components/NavBar/navBarItem-translations.ts +++ b/public/app/core/components/NavBar/navBarItem-translations.ts @@ -121,6 +121,8 @@ export function getNavTitle(navId: string | undefined) { return t('nav.profile/password.title', 'Change password'); case 'sign-out': return t('nav.sign-out.title', 'Sign out'); + case 'search': + return t('nav.search-dashboards.title', 'Search dashboards'); default: return undefined; } diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index f8d014b4763..27d9c51e8b2 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "Grafana durchsuchen" }, + "search-dashboards": { + "title": "" + }, "server-settings": { "subtitle": "Zeige die in deiner Grafana-Konfiguration festgelegten Einstellungen an", "title": "Einstellungen" diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index a2948102dec..513c32a7268 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "Search Grafana" }, + "search-dashboards": { + "title": "Search dashboards" + }, "server-settings": { "subtitle": "View the settings defined in your Grafana config", "title": "Settings" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 279a0268ddb..7e4eda723da 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "Buscar Grafana" }, + "search-dashboards": { + "title": "" + }, "server-settings": { "subtitle": "Vea la configuración definida en los ajustes de Grafana", "title": "Configuración" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 293a6870412..3267d649676 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "Rechercher dans Grafana" }, + "search-dashboards": { + "title": "" + }, "server-settings": { "subtitle": "Afficher les paramètres définis dans votre configuration Grafana", "title": "Paramètres" diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 11149157a5c..29e0f16a0d7 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "Ŝęäřčĥ Ğřäƒäʼnä" }, + "search-dashboards": { + "title": "Ŝęäřčĥ đäşĥþőäřđş" + }, "server-settings": { "subtitle": "Vįęŵ ŧĥę şęŧŧįʼnģş đęƒįʼnęđ įʼn yőūř Ğřäƒäʼnä čőʼnƒįģ", "title": "Ŝęŧŧįʼnģş" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 8b6769c214d..6698e77b582 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -253,6 +253,9 @@ "search": { "placeholder": "搜索 Grafana" }, + "search-dashboards": { + "title": "" + }, "server-settings": { "subtitle": "查看 Grafana 配置中定义的设置", "title": "设置"