dify/web/i18n/en-US/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.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"
}