From ef64dfaccb68b81a73d08c7ff0b394b0d1785fb0 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 13 Feb 2020 16:12:04 -0800 Subject: [PATCH] Missed translation files in last commit. --- bodyshop_translations.babel | 21 +++++++++++++++++++++ client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + 4 files changed, 24 insertions(+) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index d24d8bcd7..182d703ce 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -6869,6 +6869,27 @@ errors + + deleting + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + saving false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index e73d2613d..f8316bc7c 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -446,6 +446,7 @@ "new": "New Vendor" }, "errors": { + "deleting": "Error encountered while deleting vendor. ", "saving": "Error encountered while saving vendor. " }, "fields": { diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index a37bf823c..e378a2e8d 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -446,6 +446,7 @@ "new": "Nuevo vendedor" }, "errors": { + "deleting": "Se encontró un error al eliminar el proveedor.", "saving": "Se encontró un error al guardar el proveedor." }, "fields": { diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 5b8b0c0f2..013c4b356 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -446,6 +446,7 @@ "new": "Nouveau vendeur" }, "errors": { + "deleting": "Erreur rencontrée lors de la suppression du fournisseur.", "saving": "Erreur rencontrée lors de l'enregistrement du fournisseur." }, "fields": {