fix: global variable key repeat & value type (#2540)

This commit is contained in:
heheer
2024-08-27 16:04:00 +08:00
committed by GitHub
parent d3731d221a
commit 67445b40bc
5 changed files with 43 additions and 7 deletions

View File

@@ -914,6 +914,7 @@
"add option": "Add option",
"input type": "Text",
"key": "Variable key",
"key already exists": "Key already exist",
"key is required": "Variable key is required",
"select type": "Dropdown single select",
"text max length": "Maximum length",

View File

@@ -914,6 +914,7 @@
"add option": "添加选项",
"input type": "文本",
"key": "变量 key",
"key already exists": "Key 已经存在",
"key is required": "变量 key 是必须的",
"select type": "下拉单选",
"text max length": "最大长度",