mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 18:27:19 +08:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"create": "CREATE SNIPPET",
|
|
"createFailed": "Failed to create snippet",
|
|
"createFromBlank": "Create from blank",
|
|
"defaultName": "Untitled Snippet",
|
|
"deleteConfirmContent": "Deleting this snippet is irreversible. Its draft workflow and published content will no longer be available.",
|
|
"deleteConfirmTitle": "Delete Snippet?",
|
|
"deleteFailed": "Failed to delete snippet",
|
|
"deleted": "Snippet deleted",
|
|
"draft": "Draft",
|
|
"editDialogTitle": "Edit Snippet Info",
|
|
"editDone": "Snippet info updated",
|
|
"editFailed": "Failed to update snippet info",
|
|
"exportFailed": "Export snippet failed.",
|
|
"importFailed": "Failed to import snippet DSL",
|
|
"importSuccess": "Snippet imported",
|
|
"inputFieldButton": "Input Field",
|
|
"menu.deleteSnippet": "Delete",
|
|
"menu.editInfo": "Edit Info",
|
|
"menu.exportSnippet": "Export Snippet",
|
|
"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",
|
|
"publishFailed": "Failed to publish snippet",
|
|
"publishMenuCurrentDraft": "Current draft unpublished",
|
|
"publishSuccess": "Snippet published",
|
|
"save": "Save",
|
|
"sectionEvaluation": "Evaluation",
|
|
"sectionOrchestrate": "Orchestrate",
|
|
"testRunButton": "Test run",
|
|
"typeLabel": "Snippet",
|
|
"unknownUser": "User",
|
|
"updatedBy": "{{name}} updated {{time}}",
|
|
"usageCount": "Used {{count}} times",
|
|
"variableInspect": "Variable Inspect"
|
|
}
|