mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-20 08:16:52 +08:00
chore: improve the check time of variable name (#7569)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user