From 67ee40ce121cb032423e73d52ac119c443c3e678 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:24:47 +0100 Subject: [PATCH] I18n: Download translations from Crowdin (#94599) --- public/locales/de-DE/grafana.json | 3 +++ public/locales/es-ES/grafana.json | 3 +++ public/locales/fr-FR/grafana.json | 3 +++ public/locales/pt-BR/grafana.json | 3 +++ public/locales/zh-Hans/grafana.json | 3 +++ 5 files changed, 15 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index ad79affc6b5..5696514fbb2 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1225,6 +1225,7 @@ "documentation": "", "host": { "description": "", + "error": "", "label": "", "placeholder": "" }, @@ -1234,11 +1235,13 @@ }, "search_filter": { "description": "", + "error": "", "label": "", "placeholder": "" }, "search-base-dns": { "description": "", + "error": "", "label": "", "placeholder": "" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 9ab396e02e5..de435a0f299 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1225,6 +1225,7 @@ "documentation": "", "host": { "description": "", + "error": "", "label": "", "placeholder": "" }, @@ -1234,11 +1235,13 @@ }, "search_filter": { "description": "", + "error": "", "label": "", "placeholder": "" }, "search-base-dns": { "description": "", + "error": "", "label": "", "placeholder": "" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index da3b6c03325..5026b24b35a 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1225,6 +1225,7 @@ "documentation": "", "host": { "description": "", + "error": "", "label": "", "placeholder": "" }, @@ -1234,11 +1235,13 @@ }, "search_filter": { "description": "", + "error": "", "label": "", "placeholder": "" }, "search-base-dns": { "description": "", + "error": "", "label": "", "placeholder": "" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index edb0a1a470e..e0041a149dc 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1225,6 +1225,7 @@ "documentation": "", "host": { "description": "", + "error": "", "label": "", "placeholder": "" }, @@ -1234,11 +1235,13 @@ }, "search_filter": { "description": "", + "error": "", "label": "", "placeholder": "" }, "search-base-dns": { "description": "", + "error": "", "label": "", "placeholder": "" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 20bc710c828..62188766e99 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1216,6 +1216,7 @@ "documentation": "", "host": { "description": "", + "error": "", "label": "", "placeholder": "" }, @@ -1225,11 +1226,13 @@ }, "search_filter": { "description": "", + "error": "", "label": "", "placeholder": "" }, "search-base-dns": { "description": "", + "error": "", "label": "", "placeholder": "" },