mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
chore: improve the check time of variable name (#7569)
This commit is contained in:
@@ -233,11 +233,11 @@ const translation = {
|
||||
typeSelect: '下拉選項',
|
||||
},
|
||||
varKeyError: {
|
||||
canNoBeEmpty: '變數不能為空',
|
||||
tooLong: '變數: {{key}} 長度太長。不能超過 30 個字元',
|
||||
notValid: '變數: {{key}} 非法。只能包含英文字元,數字和下劃線',
|
||||
notStartWithNumber: '變數: {{key}} 不能以數字開頭',
|
||||
keyAlreadyExists: '變數:{{key}} 已存在',
|
||||
canNoBeEmpty: '{{key}} 是必要的',
|
||||
tooLong: '{{key}} 長度太長。不能超過 30 個字元',
|
||||
notValid: '{{key}} 非法。只能包含英文字元,數字和下劃線',
|
||||
notStartWithNumber: '{{key}} 不能以數字開頭',
|
||||
keyAlreadyExists: '{{key}} 已存在',
|
||||
},
|
||||
otherError: {
|
||||
promptNoBeEmpty: '提示詞不能為空',
|
||||
|
||||
Reference in New Issue
Block a user