diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 471bc06919f..bf7a0308c24 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1163,6 +1163,10 @@ "title": "Das Neueste aus dem Blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Dashboard markiert", "unstarred-dashboard": "Dashboard nicht markiert" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index f3f9fca2b9f..077fea16e7c 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1163,6 +1163,10 @@ "title": "Últimas entradas del blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Panel de control destacado", "unstarred-dashboard": "Panel de control no destacado" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 0fbd3b383dc..c054c1a56a0 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1163,6 +1163,10 @@ "title": "Dernières nouvelles sur le blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Tableau de bord favori", "unstarred-dashboard": "Tableau de bord non favori" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index da2bbb2143d..5cc66282b4a 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1163,6 +1163,10 @@ "title": "Mais recentes do blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Painel de controle marcado como favorito", "unstarred-dashboard": "Painel de controle não marcado como favorito" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index b2360fbaefa..16453d4cefa 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1157,6 +1157,10 @@ "title": "最新博客" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "仪表盘已加星标", "unstarred-dashboard": "仪表板未加星标" },