diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index f4d7eb31706..ae56080d8ca 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 85d1c76449c..fedba1f1abf 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index d0345b0674f..86256c0ee9e 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index b43369d5648..712456d7217 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index de69d235d0a..0518af6ce7c 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -327,6 +328,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "",