mirror of
https://github.com/langgenius/dify.git
synced 2026-07-24 21:18:35 +08:00
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
46 lines
1.9 KiB
JSON
46 lines
1.9 KiB
JSON
{
|
|
"create": "CREATE SNIPPET",
|
|
"createFailed": "Failed to create snippet",
|
|
"createFrom": "CREATE FROM",
|
|
"createFromBlank": "Create from blank",
|
|
"currentDSLVersion": "System-supported DSL version: ",
|
|
"deleteConfirmContent": "This can't be undone. Workflows that use this snippet won't be affected.",
|
|
"deleteConfirmTitle": "Delete Snippet?",
|
|
"deleteFailed": "Failed to delete snippet",
|
|
"deleted": "Snippet deleted",
|
|
"draft": "Draft",
|
|
"dslVersionMismatchDescription": "A significant difference in DSL versions has been detected. Forcing the import may cause the snippet to malfunction.",
|
|
"dslVersionMismatchQuestion": "Do you want to continue?",
|
|
"dslVersionMismatchTitle": "Version Incompatibility",
|
|
"edit": "Edit",
|
|
"editDialogTitle": "Edit Snippet Info",
|
|
"editDone": "Snippet info updated",
|
|
"editFailed": "Failed to update snippet info",
|
|
"emptyGraphSaveError": "Add at least one node before publishing.",
|
|
"exportFailed": "Export snippet failed.",
|
|
"importDSLFile": "Import DSL file",
|
|
"importDialogTitle": "Import Snippet",
|
|
"importFromDSLFile": "From DSL file",
|
|
"importFromDSLUrl": "From URL",
|
|
"importFromDSLUrlPlaceholder": "Paste DSL link here",
|
|
"importSuccess": "Snippet imported",
|
|
"importedDSLVersion": "Current snippet DSL version: ",
|
|
"inputVariables": "Input Variables",
|
|
"management": "SNIPPET MANAGEMENT",
|
|
"menu.deleteSnippet": "Delete",
|
|
"menu.editInfo": "Edit Info",
|
|
"menu.exportSnippet": "Export Snippet",
|
|
"panelTitle": "Input Field",
|
|
"publishButton": "Publish",
|
|
"publishFailed": "Failed to publish snippet",
|
|
"publishMenuCurrentDraft": "Current draft unpublished",
|
|
"publishSuccess": "Snippet published",
|
|
"sectionOrchestrate": "Orchestrate",
|
|
"testRunButton": "Test run",
|
|
"typeLabel": "Snippet",
|
|
"unknownUser": "User",
|
|
"updatedBy": "{{name}} updated {{time}}",
|
|
"usageCount": "Used {{count}} times",
|
|
"variableInspect": "Variable Inspect"
|
|
}
|