diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 41a9ff16..3911bddb 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -5,6 +5,7 @@ "messages": { "language_changed": "La langue a été changée avec succès" }, + "no_language_found": "Aucune langue trouvée.", "placeholder": "Choisir une langue", "title": "Choisir une langue" }, diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index 5730cdd3..6fe84414 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -5,6 +5,7 @@ "messages": { "language_changed": "A nyelv sikeresen megváltoztatva" }, + "no_language_found": "Nem található nyelv.", "placeholder": "Válassz nyelvet", "title": "Válassz nyelvet" }, diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index f9a17bfc..7145afcd 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -5,6 +5,7 @@ "messages": { "language_changed": "Idioma alterado" }, + "no_language_found": "Nenhum idioma encontrado.", "placeholder": "Selecione um idioma", "title": "Selecionar idioma" }, diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 5475c0a3..9735e8d2 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -5,6 +5,7 @@ "messages": { "language_changed": "Språk ändrat" }, + "no_language_found": "Inget språk hittades.", "placeholder": "Välj ett språk", "title": "Välj ett språk" },