chore: improve the check time of variable name (#7569)

This commit is contained in:
Joel
2024-08-23 14:30:26 +08:00
committed by GitHub
parent 0a7ab9a47d
commit 399d7cd596
18 changed files with 105 additions and 104 deletions

View File

@@ -254,11 +254,11 @@ const translation = {
typeSelect: 'Selectează',
},
varKeyError: {
canNoBeEmpty: 'Cheia variabilei nu poate fi goală',
tooLong: 'Cheia variabilei: {{key}} este prea lungă. Nu poate fi mai lungă de 30 de caractere',
notValid: 'Cheia variabilei: {{key}} este nevalidă. Poate conține doar litere, cifre și sublinieri',
notStartWithNumber: 'Cheia variabilei: {{key}} nu poate începe cu un număr',
keyAlreadyExists: 'Cheia variabilei: :{{key}} deja există',
canNoBeEmpty: '{{key}} este necesară',
tooLong: '{{key}} este prea lungă. Nu poate fi mai lungă de 30 de caractere',
notValid: '{{key}} este nevalidă. Poate conține doar litere, cifre și sublinieri',
notStartWithNumber: '{{key}} nu poate începe cu un număr',
keyAlreadyExists: ':{{key}} deja există',
},
otherError: {
promptNoBeEmpty: 'Promptul nu poate fi gol',