Enumeration LabelsConst

Enumeration Members

confirmationNo: "No"
confirmationYes: "Yes"
discardData: "Discard data"
discardImport: "Discard import"
genericError: "[{0}]. You may refresh current window to fix issue."
globalSnippets: "Global Snippets"
importSnippets: "Import data"
insertSnippetName: "Select the snippet you want to open ..."
migrateData: "Restore data"
noClipboardContent: "No content was found in the clipboard."
noOpenEditor: "No open editor was found."
noOpenEditorForWSConfig: "No open folder was found. Please open a folder first and try again."
noOpenTerminal: "No open terminal was found."
noTextSelected: "No text was selected from active editor."
noViewTypeSelected: "No target was selected for new Snippet."
snippetDescriptionErrorMsg: "No description provided"
snippetDescriptionPlaceholder: "Description"
snippetDescriptionPrompt: "Snippet Description"
snippetExportDestinationErrorMsg: "Export destination must not be empty."
snippetFolderNameErrorMsg: "Snippet folder must have a non-empty name."
snippetFolderNameValidationMsg: "Folder name should not be empty."
snippetImportRequestConfirmation: "All your global snippets will be replaced with the imported ones (except for workspace snippets)! Do you want to proceed ? (A backup file of your snippets will be saved in case of a rollback)."
snippetNameErrorMsg: "Snippet must have a non-empty name."
snippetNameFolderPlaceholder: "Some examples: Alerts, JS Snippets, etc."
snippetNameFolderPrompt: "Snippet Folder Name"
snippetNamePlaceholder: "Custom Navbar, CSS Alert Style, etc. (append extension like .js to create JavaScript snippet)"
snippetNamePrompt: "Snippet Name"
snippetNameValidationMsg: "Snippet name should not be empty."
snippetsBackupRequest: "Please keep a copy of your snippets file before proceeding with the restore. Yours is located in [{0}]"
snippetsChangedPath: "Snippets location changed to [{0}]"
snippetsDataNotRestored: "Snippets were not restored. We kept original file in [{0}]. Please reload window and try again !"
snippetsDataRestored: "Snippets restored. Kept original file as [{0}]."
snippetsDataRestoredButFileNotRenamed: "Snippets restored. But couldn't rename file [{0}], please rename it manually."
snippetsDefaultPath: "Snippets will be saved to default location [{0}]."
snippetsImported: "Snippets imported. Kept a backup of old snippets next to the imported file in case of a rollback."
snippetsInvalidNewPath: "Snippets path [{0}] is not a valid JSON file, will revert back to old location [{1}]."
snippetsInvalidPath: "Snippets path [{0}] is not a valid JSON file, will revert back to default location [{1}]."
snippetsMigrateRequest: "You have some old snippets saved in [{0}], do you want to restore them ? (Original file will be saved in case of error)."
snippetsNoDataRestored: "No data was provided from file to restore."
snippetsNoNewPath: "Snippets will be saved to old location [{0}]."
snippetsNotImported: "Snippets weren't imported. Please check the file content or redo a proper export/import (A copy of your old snippets was saved next to the recently imported file)"
snippetsWorkspaceCreateFileRequest: "You enabled `useWorkspaceFolder` but you have no file `snippets.json`, do you want to create it ?"
snippetsWorkspaceCreateFileRequestConfirm: "Create file"
snippetsWorkspaceCreateFileRequestIgnore: "Always ignore for this folder"
snippetsWorkspaceFileCreated: "File was successfully created in [{0}]"
snippetValueErrorMsg: "Snippet must have a non-empty value."
snippetValuePlaceholder: "An example: <div>my cool div</div> ..."
snippetValuePrompt: "Snippet Value"
snippetValueValidationMsg: "Snippet value should not be empty."
snippetVisibilityErrorMsg: "No visibility option selected"
snippetVisibilityPrompt: "Do you want your snippet to be public or private?"
troubleshootCancel: "Cancel"
troubleshootConfirmation: "This will scan your snippets and fix any issues with them, it may change your data structure (not their content). A backup is always recommended."
troubleshootFolder: "UNORGANIZED SNIPPETS"
troubleshootProceed: "Proceed"
troubleshootResultsCorrupted: "Moved {0} corrupted snippets to special folder (check last folder in your list)."
troubleshootResultsDone: "Troubleshooting done !"
troubleshootResultsDuplicate: "Cleaned {0} duplicate IDs."
troubleshootResultsOk: "Troubleshooting done ! Nothing wrong with your snippets ✔"
viewType: "Select where to save the new snippet ..."
wsSnippets: "Workspace Snippets"