diff --git a/services/web/locales/da.json b/services/web/locales/da.json index c35fc11671..82f3101f74 100644 --- a/services/web/locales/da.json +++ b/services/web/locales/da.json @@ -1,4 +1,8 @@ { + "n_warnings": "__count__ advarsel", + "n_warnings_plural": "__count__ advarsler", + "n_errors": "__count__ fejl", + "n_errors_plural": "__count__ fejl", "view_pdf": "Se PDF", "your_project_has_errors": "Der er fejl i dit projekt", "view_warnings": "Se advarsler", diff --git a/services/web/locales/fr.json b/services/web/locales/fr.json index 5a54721a1e..7fd8f5345a 100644 --- a/services/web/locales/fr.json +++ b/services/web/locales/fr.json @@ -1,4 +1,8 @@ { + "n_warnings": "__count__ avertissement", + "n_warnings_plural": "__count__ avertissements", + "n_errors": "__count__ erreur", + "n_errors_plural": "__count__ erreurs", "view_pdf": "Voir le PDF", "your_project_has_errors": "Il y a des erreurs dans votre projet", "view_warnings": "Voir les avertissements",