mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	Change enum regex message for special characters (#4255)
This commit is contained in:
		
							parent
							
								
									edbff44c82
								
							
						
					
					
						commit
						32c161f287
					
				@ -39,7 +39,7 @@
 | 
			
		||||
  "error.validation.minSupMax": "Can't be superior",
 | 
			
		||||
  "error.validation.regex": "The value does not match the regex.",
 | 
			
		||||
  "error.validation.regex.name": "Name should start with alphabetical characters. Underscores and numbers  only are allowed after.",
 | 
			
		||||
  "error.validation.regex.values": "Values should not start with a number or a special character.",
 | 
			
		||||
  "error.validation.regex.values": "Values should not start with a number nor contain a special character.",
 | 
			
		||||
  "error.validation.required": "This value input is required.",
 | 
			
		||||
  "form.attribute.info.no-space-allowed": "No space is allowed for the name of the attribute",
 | 
			
		||||
  "form.attribute.item.appearance.description": "Otherwise, the value will be editable through a basic textarea field",
 | 
			
		||||
 | 
			
		||||
@ -38,7 +38,7 @@
 | 
			
		||||
  "error.validation.minSupMax": "Ne peut pas être plus grand",
 | 
			
		||||
  "error.validation.regex": "La valeur ne correspond pas au format attendu.",
 | 
			
		||||
  "error.validation.regex.name": "Le nom doit commencer par une lettre. Seulement les chiffres et les underscores sont autorisés après.",
 | 
			
		||||
  "error.validation.regex.values": "Les valeurs ne peuvent pas commencer par un nombre ou un caractère spécial",
 | 
			
		||||
  "error.validation.regex.values": "Les valeurs ne doivent pas commencer par un nombre ou un caractere special.",
 | 
			
		||||
  "error.validation.required": "Ce champ est obligatoire.",
 | 
			
		||||
  "form.attribute.info.no-space-allowed": "Les espaces ne sont pas autorisés pour les noms du champ",
 | 
			
		||||
  "form.attribute.item.appearance.description": "Sinon, il sera editable à partir d'une simple zone de texte",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user