diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 9b15f12a117..28cd3a635a9 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1128,6 +1128,10 @@ "public": { "title": "Öffentliche Dashboards" }, + "recentlyDeleted": { + "subtitle": "", + "title": "" + }, "recorded-queries": { "title": "Aufgezeichnete Abfragen" }, @@ -1189,10 +1193,6 @@ "subtitle": "Optimieren Sie die Leistung mit Erkenntnissen aus k6 und Synthetic Monitoring", "title": "Testen & Synthetics" }, - "trash": { - "subtitle": "", - "title": "" - }, "upgrading": { "title": "Statistiken und Lizenz" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 573cae41912..d15ace4e09b 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1128,6 +1128,10 @@ "public": { "title": "Paneles de control públicos" }, + "recentlyDeleted": { + "subtitle": "", + "title": "" + }, "recorded-queries": { "title": "Consultas grabadas" }, @@ -1189,10 +1193,6 @@ "subtitle": "Optimiza el rendimiento con información de seguimiento k6 y sintética", "title": "Pruebas y síntesis" }, - "trash": { - "subtitle": "", - "title": "" - }, "upgrading": { "title": "Estadísticas y licencia" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 7e6af416fd2..faf242bf77f 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1128,6 +1128,10 @@ "public": { "title": "Tableaux de bord publics" }, + "recentlyDeleted": { + "subtitle": "", + "title": "" + }, "recorded-queries": { "title": "Requêtes enregistrées" }, @@ -1189,10 +1193,6 @@ "subtitle": "Optimisez les performances grâce aux analyses de la surveillance synthétique et k6", "title": "Tests et synthèses" }, - "trash": { - "subtitle": "", - "title": "" - }, "upgrading": { "title": "Statistiques et licence" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 08445f25889..c0bb981b54e 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1128,6 +1128,10 @@ "public": { "title": "Painéis de controle públicos" }, + "recentlyDeleted": { + "subtitle": "", + "title": "" + }, "recorded-queries": { "title": "Consultas gravadas" }, @@ -1189,10 +1193,6 @@ "subtitle": "Otimize o desempenho com visões k6 e monitorização sintética", "title": "Teste e sintética" }, - "trash": { - "subtitle": "", - "title": "" - }, "upgrading": { "title": "Estatísticas e licença" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 1f7e92c78be..e07995a1ca8 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1122,6 +1122,10 @@ "public": { "title": "公共仪表板" }, + "recentlyDeleted": { + "subtitle": "", + "title": "" + }, "recorded-queries": { "title": "已记录查询" }, @@ -1183,10 +1187,6 @@ "subtitle": "使用 k6 和 Synthetic Monitoring 洞察优化性能。", "title": "测试与合成" }, - "trash": { - "subtitle": "", - "title": "" - }, "upgrading": { "title": "统计信息和许可证" },