dify/web/i18n/en-US/snippet.json
2026-04-28 16:05:26 +08:00

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"
}