-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
24 lines (24 loc) · 1.36 KB
/
Copy pathpackage.nls.json
File metadata and controls
24 lines (24 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"displayName": "PastePad",
"description": "Access and manage your omg.lol pastebin from VS Code.",
"commands.authenticate.title": "Authenticate with omg.lol",
"commands.refresh.title": "Refresh",
"commands.logout.title": "Logout",
"commands.openPaste.title": "Open Paste",
"commands.newPaste.title": "New Paste",
"commands.savePaste.title": "Save Paste",
"commands.deletePaste.title": "Delete Paste",
"commands.forceSync.title": "Force Sync Changes",
"commands.toggleVisibility.title": "Toggle Visibility",
"commands.openPasteInBrowser.title": "View in Browser",
"commands.togglePasteGrouping.title": "Toggle Paste Grouping by Visibility",
"commands.toggleDefaultListing.title": "Toggle Default Listing for New Pastes",
"commands.showPasteStats.title": "Show Paste Statistics",
"views.pastepad.pastebin.name": "Pastebin",
"configuration.title": "PastePad",
"configuration.properties.logLevel.description": "Controls the verbosity of logging in the Output panel",
"configuration.properties.logLevel.enumDescriptions.debug": "Show all logs including detailed debugging information",
"configuration.properties.logLevel.enumDescriptions.info": "Show informational logs and above",
"configuration.properties.logLevel.enumDescriptions.warn": "Show warnings and errors only",
"configuration.properties.logLevel.enumDescriptions.error": "Show errors only"
}