From ef35833d7f3277973ca29deea90ba7137251aca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pr=C3=A9vost?= Date: Sun, 24 Mar 2024 21:32:52 -0400 Subject: [PATCH] Add missing translations --- webapp/app/locales/en-us.json | 4 +++- webapp/app/locales/fr-ca.json | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/app/locales/en-us.json b/webapp/app/locales/en-us.json index 0d79f2ff..f693ca47 100644 --- a/webapp/app/locales/en-us.json +++ b/webapp/app/locales/en-us.json @@ -1134,7 +1134,9 @@ "unsupported_source_and_target": "The string could not be translated: Unsupported source {source} and target {target}" }, "correct_error": "The string could not be marked as reviewed", - "correct_success": "The string as been marked as reviewed with success" + "correct_success": "The string as been marked as reviewed with success", + "update_error": "The string could not be updated", + "update_success": "The string has been updated with success" } }, "edit": { diff --git a/webapp/app/locales/fr-ca.json b/webapp/app/locales/fr-ca.json index ab2c0c3c..47a82d6d 100644 --- a/webapp/app/locales/fr-ca.json +++ b/webapp/app/locales/fr-ca.json @@ -1129,6 +1129,8 @@ "revision_correct_error": "Une erreur s’est produite lors du marquage de toutes les chaînes dans cette langue comme révisées", "correct_error": "Impossible de marquer la chaîne comme vérifiée", "correct_success": "La chaîne a été marquée comme révisée avec succès", + "update_error": "La chaîne n’a pas pu être mise à jour", + "update_success": "La chaîne a été mise à jour avec succès", "translate_provider_error": "La chaîne n’a pas pu être traduite : {provider}", "translate_error": { "unsupported_target": "La chaîne n’a pas pu être traduite : Langue non prise en charge {target}",