You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -284,6 +285,7 @@ var errorsAmericanEnglish = map[int]string{
284
285
ErrWorkerModelNoAdmin.ID: "Forbidden: you are neither a CDS administrator or the administrator for the group in which you want to create the worker model",
285
286
ErrWorkerModelNoPattern.ID: "Forbidden: you must select a pattern of configuration scrips. If you have specific needs, please contact a CDS administrator",
286
287
ErrJobNotBooked.ID: "Job already released",
288
+
ErrUserNotFound.ID: "User not found",
287
289
}
288
290
289
291
varerrorsFrench=map[int]string{
@@ -420,6 +422,7 @@ var errorsFrench = map[int]string{
420
422
ErrWorkerModelNoAdmin.ID: "Accès refusé: vous n'êtes ni un administrateur CDS ni un administrateur du groupe pour lequel vous tentez de créer votre modèle",
421
423
ErrWorkerModelNoPattern.ID: "Accès refusé: vous devez obligatoirement sélectionner un pattern de script de configuration. Si vous souhaitez ajouter un pattern particulier, veuillez contacter un administrateur CDS",
0 commit comments