mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 16:32:01 +08:00
17 lines
636 B
JSON
17 lines
636 B
JSON
{
|
|
"create": "CREATE SNIPPET",
|
|
"inputFieldButton": "Input Field",
|
|
"notFoundDescription": "The requested snippet mock was not found.",
|
|
"notFoundTitle": "Snippet not found",
|
|
"panelDescription": "Defines the input fields that allow the snippet to receive data from other nodes.",
|
|
"panelPrimaryGroup": "Core inputs",
|
|
"panelSecondaryGroup": "Optional inputs",
|
|
"panelTitle": "Input Field",
|
|
"publishButton": "Publish",
|
|
"publishMenuCurrentDraft": "Current draft unpublished",
|
|
"sectionEvaluation": "Evaluation",
|
|
"sectionOrchestrate": "Orchestrate",
|
|
"testRunButton": "Test run",
|
|
"variableInspect": "Variable Inspect"
|
|
}
|