diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index ee20063525e..9bf4702b568 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Wird geladen" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 95da8ab5db6..63464417bd5 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Cargando" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index a84b8d83155..483579691f8 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Chargement" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 4d6c51e607c..2c012f6238c 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Carregando" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index c03ec19a1ae..8e01f6878df 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -230,6 +230,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "正在加载" },