This commit is contained in:
Archer
2024-05-28 14:47:10 +08:00
committed by GitHub
parent d9f5f4ede0
commit 9639139b52
58 changed files with 4715 additions and 283 deletions

View File

@@ -1,6 +1,7 @@
{
"Add new": "新增",
"App": "应用",
"Code editor": "代码编辑",
"Export": "导出",
"Folder": "文件夹",
"Is open": "是否开启",

View File

@@ -1,3 +1,12 @@
{
"Field required": "必填"
"Code": "代码",
"Field required": "必填",
"code": {
"Reset template": "还原模板",
"Reset template confirm": "确认还原代码模板?请注意保存当前代码。"
},
"response": {
"Custom inputs": "自定义输入",
"Custom outputs": "自定义输出"
}
}