mirror of
https://github.com/langgenius/dify.git
synced 2026-06-19 08:31:07 +08:00
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
70 lines
3.1 KiB
JSON
70 lines
3.1 KiB
JSON
{
|
|
"cancel": "Cancel",
|
|
"continueEditing": "Continue Editing",
|
|
"create": "CREATE SNIPPET",
|
|
"createFailed": "Failed to create snippet",
|
|
"createFrom": "CREATE FROM",
|
|
"createFromBlank": "Create from blank",
|
|
"currentDSLVersion": "System-supported DSL version: ",
|
|
"defaultName": "Untitled Snippet",
|
|
"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",
|
|
"discardChanges": "Discard Changes",
|
|
"discardChangesDescription": "Your draft changes will be discarded and the snippet will return to the last saved version.",
|
|
"discardChangesTitle": "Discard draft changes?",
|
|
"discardDraft": "Discard Draft",
|
|
"doNotSave": "Leave as Draft",
|
|
"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",
|
|
"editingDraft": "You are editing a draft.",
|
|
"emptyGraphSaveError": "Add at least one node before saving.",
|
|
"exitEditing": "Exit Editing",
|
|
"exportFailed": "Export snippet failed.",
|
|
"importDSLFile": "Import DSL file",
|
|
"importDialogTitle": "Import Snippet",
|
|
"importFailed": "Failed to import snippet DSL",
|
|
"importFromDSLFile": "From DSL file",
|
|
"importFromDSLUrl": "From URL",
|
|
"importFromDSLUrlPlaceholder": "Paste DSL link here",
|
|
"importSuccess": "Snippet imported",
|
|
"importedDSLVersion": "Current snippet DSL version: ",
|
|
"inputFieldButton": "Input Field",
|
|
"inputVariables": "Input Variables",
|
|
"management": "SNIPPET MANAGEMENT",
|
|
"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",
|
|
"saveAndExit": "Save and Exit",
|
|
"saveBeforeLeavingDescription": "Save to make this version available to use in workflows. Or keep your edits as a draft for now.",
|
|
"saveBeforeLeavingTitle": "Save changes before leaving?",
|
|
"saveSuccess": "Snippet saved",
|
|
"sectionOrchestrate": "Orchestrate",
|
|
"testRunButton": "Test run",
|
|
"typeLabel": "Snippet",
|
|
"unknownUser": "User",
|
|
"unsavedChanges": "Current changes are not saved.",
|
|
"updatedBy": "{{name}} updated {{time}}",
|
|
"usageCount": "Used {{count}} times",
|
|
"variableInspect": "Variable Inspect",
|
|
"viewOnly": "View only"
|
|
}
|