diff --git a/i18n/cli/en.yml b/i18n/cli/en.yml index b8c1bd7..dfa5835 100644 --- a/i18n/cli/en.yml +++ b/i18n/cli/en.yml @@ -30,6 +30,7 @@ en: not_authorized: "You haven't the access to remote file!" upload: "Can't upload the file on the server!" unknown: "An unknown error is occured!" + unknown_type: "The sync type is unknown" warning: select: 'Your choice is not a valid element!' diff --git a/i18n/cli/fr.yml b/i18n/cli/fr.yml index ea9b9f0..b354e85 100644 --- a/i18n/cli/fr.yml +++ b/i18n/cli/fr.yml @@ -30,6 +30,7 @@ fr: not_authorized: "Vous n'avez pas les autorisations d'accès au fichier distant!" upload: "Impossible d'envoyer le fichier sur le serveur!" unknown: "Une erreur inconnue est survenue!" + unknown_type: "Le type de synchronisation est inconnu" warning: select: "Votre choix n'est pas un élément valide!"