mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00

* style: add a space between Chinese and alphanumeric characters 在中文和英文、数字之间添加空格,保持中文界面的字符串样式统一 Signed-off-by: WhiteBottle <whitebottle@qq.com> * style: use fullwidth punctuation in Chinese localization 使用全角标点符号,同时增补/删去部分标点符号,保持中文界面的字符串样式统一 Signed-off-by: WhiteBottle <whitebottle@qq.com> * fix: standardize spelling of proper nouns and terms and correct typos 规范部分专有名词、术语的拼写与用法,订正错别字 Signed-off-by: WhiteBottle <whitebottle@qq.com> --------- Signed-off-by: WhiteBottle <whitebottle@qq.com>
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"Code": "代码",
|
|
"Field required": "必填",
|
|
"code": {
|
|
"Reset template": "还原模板",
|
|
"Reset template confirm": "确认还原代码模板?请注意保存当前代码。"
|
|
},
|
|
"ifelse": {
|
|
"Input value": "输入值",
|
|
"Select value": "选择值"
|
|
},
|
|
"response": {
|
|
"Code log": "Log 日志",
|
|
"Custom inputs": "自定义输入",
|
|
"Custom outputs": "自定义输出",
|
|
"Error": "错误信息"
|
|
}
|
|
}
|