chore: improve the check time of variable name (#7569)
This commit is contained in:
@@ -237,11 +237,11 @@ const translation = {
|
||||
typeSelect: 'Sélectionner',
|
||||
},
|
||||
varKeyError: {
|
||||
canNoBeEmpty: 'La clé variable ne peut pas être vide',
|
||||
tooLong: 'Variable key: {{key}} too length. Can not be longer then 30 characters',
|
||||
notValid: 'Variable key: {{key}} is invalid. Can only contain letters, numbers, and underscores',
|
||||
notStartWithNumber: 'Variable key: {{key}} can not start with a number',
|
||||
keyAlreadyExists: 'Variable key: :{{key}} already exists',
|
||||
canNoBeEmpty: '{{key}} est obligatoire',
|
||||
tooLong: '{{key}} too length. Can not be longer then 30 characters',
|
||||
notValid: '{{key}} is invalid. Can only contain letters, numbers, and underscores',
|
||||
notStartWithNumber: '{{key}} can not start with a number',
|
||||
keyAlreadyExists: '{{key}} already exists',
|
||||
},
|
||||
otherError: {
|
||||
promptNoBeEmpty: 'Le prompt ne peut pas être vide',
|
||||
|
||||
Reference in New Issue
Block a user