-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.es.json
More file actions
24 lines (24 loc) · 1.49 KB
/
Copy pathpackage.nls.es.json
File metadata and controls
24 lines (24 loc) · 1.49 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": "Accede y gestiona tu pastebin de omg.lol desde VS Code.",
"commands.authenticate.title": "Autenticar con omg.lol",
"commands.refresh.title": "Actualizar",
"commands.logout.title": "Cerrar sesión",
"commands.openPaste.title": "Abrir paste",
"commands.newPaste.title": "Nuevo paste",
"commands.savePaste.title": "Guardar paste",
"commands.deletePaste.title": "Eliminar paste",
"commands.forceSync.title": "Forzar sincronización de cambios",
"commands.toggleVisibility.title": "Alternar visibilidad",
"commands.openPasteInBrowser.title": "Ver en navegador",
"commands.togglePasteGrouping.title": "Alternar agrupación de pastes por visibilidad",
"commands.toggleDefaultListing.title": "Alternar listado predeterminado para nuevos pastes",
"commands.showPasteStats.title": "Mostrar estadísticas de pastes",
"views.pastepad.pastebin.name": "Pastebin",
"configuration.title": "PastePad",
"configuration.properties.logLevel.description": "Controla el nivel de detalle del registro en el panel de Salida",
"configuration.properties.logLevel.enumDescriptions.debug": "Mostrar todos los registros incluyendo información detallada de debugging",
"configuration.properties.logLevel.enumDescriptions.info": "Mostrar registros informativos y mas importantes",
"configuration.properties.logLevel.enumDescriptions.warn": "Mostrar solo advertencias y errores",
"configuration.properties.logLevel.enumDescriptions.error": "Mostrar solo errores"
}