From 0238b78f450db16f21518908c55539fe73c2b028 Mon Sep 17 00:00:00 2001 From: Proto <34919827+protoniuman@users.noreply.github.com> Date: Sun, 19 Dec 2021 10:57:57 +0100 Subject: [PATCH] Update ApiError_fr.properties --- .../resources/i18n/ApiError_fr.properties | 27 ++----------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/src/main/resources/i18n/ApiError_fr.properties b/src/main/resources/i18n/ApiError_fr.properties index 8a1d9426..c9977d62 100644 --- a/src/main/resources/i18n/ApiError_fr.properties +++ b/src/main/resources/i18n/ApiError_fr.properties @@ -1,41 +1,24 @@ ### Commun ### JSON = échec de l'analyse du message JSON - INSUFFICIENT_BALANCE = balance insuffisante - UNAUTHORIZED = appel de l’API non autorisé - REPOSITORY_ISSUE = erreur de dépôt - NON_PRODUCTION = cet appel API n'est pas autorisé pour les systèmes en production - BLOCKCHAIN_NEEDS_SYNC = la blockchain doit d'abord être synchronisée - NO_TIME_SYNC = heure pas encore synchronisée ### Validation ### INVALID_SIGNATURE = signature invalide - INVALID_ADDRESS = adresse invalide - INVALID_PUBLIC_KEY = clé publique invalide - INVALID_DATA = données invalides - INVALID_NETWORK_ADDRESS = adresse réseau invalide - ADDRESS_UNKNOWN = adresse de compte inconnue - INVALID_CRITERIA = critère de recherche invalide - INVALID_REFERENCE = référence invalide - TRANSFORMATION_ERROR = ne peut pas transformer JSON en transaction - INVALID_PRIVATE_KEY = clé privée invalide - INVALID_HEIGHT = hauteur de bloc invalide - CANNOT_MINT = le compte ne peut pas mint ### Blocks ### @@ -43,8 +26,8 @@ BLOCK_UNKNOWN = bloc inconnu ### Transactions ### TRANSACTION_UNKNOWN = opération inconnue - PUBLIC_KEY_NOT_FOUND = clé publique introuvable + # celui-ci est spécial dans le sens où l'appelant doit passer deux chaînes supplémentaires, d'où les deux %s TRANSACTION_INVALID = transaction invalide: %s (%s) @@ -53,19 +36,15 @@ NAME_UNKNOWN = nom inconnu ### Asset ### INVALID_ASSET_ID = identifiant d'actif invalide - INVALID_ORDER_ID = identifiant de commande d'actif non valide - ORDER_UNKNOWN = identifiant d'ordre d'actif inconnu ### Groupes ### GROUP_UNKNOWN = groupe inconnu ### Blockchain étrangère ### -FOREIGN_BLOCKCHAIN_NETWORK_ISSUE = blokchain étrangère ou problème de réseau ElectrumX - +FOREIGN_BLOCKCHAIN_NETWORK_ISSUE = Problème blokchain étrangère ou de réseau ElectrumX FOREIGN_BLOCKCHAIN_BALANCE_ISSUE = solde insuffisant sur la blockchain étrangère - FOREIGN_BLOCKCHAIN_TOO_SOON = trop tôt pour diffuser la transaction sur la blockchain étrangère (temps de verrouillage/temps de bloc médian) ### Portail de trading ### @@ -73,6 +52,4 @@ ORDER_SIZE_TOO_SMALL = montant de commande trop bas ### Données ### FILE_NOT_FOUND = fichier introuvable - NO_REPLY = le pair n'a pas renvoyé de données -