All checks were successful
Dev CI / Backend — Lint (push) Successful in 10m23s
Dev CI / Backend — Unit Tests (push) Successful in 10m17s
Dev CI / Frontend — Lint & Type-check (push) Successful in 11m3s
Dev CI / Frontend — Unit Tests (push) Successful in 10m33s
Dev CI / Notify Failure (push) Has been skipped
24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"INTERNAL_ERROR": "Erreur interne du serveur",
|
|
"UNAUTHORIZED": "Authentification requise",
|
|
"FORBIDDEN": "Vous n'avez pas la permission d'effectuer cette action",
|
|
"NOT_FOUND": "Ressource introuvable",
|
|
"CONFLICT": "Conflit",
|
|
"RATE_LIMITED": "Trop de requêtes — veuillez réessayer plus tard",
|
|
"PORT_NOT_FOUND": "Port introuvable : {portCode}",
|
|
"PORT_INVALID_CODE": "Code de port invalide : {portCode}",
|
|
"USER_NOT_FOUND": "Utilisateur introuvable",
|
|
"USER_EMAIL_TAKEN": "Cet email est déjà utilisé",
|
|
"USER_INACTIVE": "Le compte utilisateur est inactif",
|
|
"USER_EMAIL_NOT_VERIFIED": "Adresse email non vérifiée",
|
|
"ORGANIZATION_NOT_FOUND": "Organisation introuvable",
|
|
"INVALID_CREDENTIALS": "Email ou mot de passe invalide",
|
|
"INVALID_TOKEN": "Jeton invalide ou expiré",
|
|
"BOOKING_NOT_FOUND": "Réservation {bookingNumber} introuvable",
|
|
"BOOKING_INVALID_STATUS": "Transition de statut de réservation invalide",
|
|
"RATE_QUOTE_NOT_FOUND": "Cotation introuvable",
|
|
"RATE_QUOTE_EXPIRED": "La cotation a expiré",
|
|
"CARRIER_NOT_FOUND": "Transporteur introuvable",
|
|
"NO_LICENSES_AVAILABLE": "Aucune licence disponible pour cette organisation"
|
|
}
|