dify/web/i18n/zh-Hans/snippet.json
FFXN ca2755e0c1
feat: refine snippet siderbar and support RBAC. (#38134)
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-29 06:03:40 +00:00

46 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"create": "创建 Snippet",
"createFailed": "创建 Snippet 失败",
"createFrom": "创建方式",
"createFromBlank": "创建空白 Snippet",
"currentDSLVersion": "系统支持 DSL 版本:",
"deleteConfirmContent": "此操作无法撤销。使用此 Snippet 的工作流不会受到影响。",
"deleteConfirmTitle": "删除 Snippet",
"deleteFailed": "删除 Snippet 失败",
"deleted": "Snippet 已删除",
"draft": "草稿",
"dslVersionMismatchDescription": "检测到 DSL 版本差异较大,强制导入 Snippet 可能无法正常运行。",
"dslVersionMismatchQuestion": "是否继续?",
"dslVersionMismatchTitle": "版本不兼容",
"edit": "编辑",
"editDialogTitle": "编辑 Snippet 信息",
"editDone": "Snippet 信息已更新",
"editFailed": "更新 Snippet 信息失败",
"emptyGraphSaveError": "请至少添加一个节点后再发布。",
"exportFailed": "导出 Snippet 失败。",
"importDSLFile": "导入 DSL 文件",
"importDialogTitle": "导入 Snippet",
"importFromDSLFile": "文件",
"importFromDSLUrl": "URL",
"importFromDSLUrlPlaceholder": "输入 DSL 文件的 URL",
"importSuccess": "Snippet 导入成功",
"importedDSLVersion": "当前 Snippet DSL 版本:",
"inputVariables": "输入变量",
"management": "SNIPPET 管理",
"menu.deleteSnippet": "删除",
"menu.editInfo": "编辑信息",
"menu.exportSnippet": "导出 Snippet",
"panelTitle": "输入字段",
"publishButton": "发布",
"publishFailed": "发布 Snippet 失败",
"publishMenuCurrentDraft": "当前草稿未发布",
"publishSuccess": "Snippet 已发布",
"sectionOrchestrate": "编排",
"testRunButton": "测试运行",
"typeLabel": "Snippet",
"unknownUser": "用户",
"updatedBy": "{{name}} 更新于 {{time}}",
"usageCount": "已使用 {{count}} 次",
"variableInspect": "变量查看"
}