diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index c7869ce5411..989463d77ea 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 587e38ef2f4..570296c1beb 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index f211ba2cf28..15a657fd429 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 3695a1ec883..bbacb5ae11d 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 0a4254e64be..be31cef46d6 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -439,6 +439,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1037,7 +1040,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" },