-
-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathmenu.json
More file actions
73 lines (73 loc) · 1.96 KB
/
menu.json
File metadata and controls
73 lines (73 loc) · 1.96 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"app": {
"label": "massCode",
"preferences": "Preferencias",
"update": "Buscar Actualizaciones...",
"quit": "Salir de massCode",
"about": "Acerca de massCode",
"hide": "Ocultar massCode"
},
"help": {
"label": "Ayuda",
"website": "Sitio Web",
"documentation": "Documentación",
"viewInGitHub": "Ver en GitHub",
"changeLog": "Registro de Cambios",
"reportIssue": "Reportar Problema",
"giveStar": "Dar una Estrella",
"extension": {
"vscode": "Extensión VS Code",
"raycast": "Extensión Raycast",
"alfred": "Extensión Alfred"
},
"donate": {
"openCollective": "Donar en Open Collective",
"payPal": "Donar vía PayPal",
"gumroad": "Donar vía Gumroad (Visa, Mastercard, etc.)"
},
"twitter": "Twitter",
"devTools": "Alternar Herramientas de Desarrollo",
"links": {
"snippets": "Colección de Snippets"
}
},
"edit": {
"label": "Editar",
"find": "Buscar"
},
"view": {
"label": "Vista",
"sortBy": {
"label": "Ordenar Snippets Por",
"dateModified": "Fecha de Modificación",
"dateCreated": "Fecha de Creación",
"name": "Nombre"
},
"compactMode": "Modo Compacto"
},
"editor": {
"label": "Editor",
"copy": "Copiar Snippet al Portapapeles",
"format": "Formatear",
"previewCode": "Vista Previa del Código",
"previewScreenshot": "Vista Previa de Captura",
"previewMarkdown": "Vista Previa de Markdown",
"previewMindmap": "Vista Previa de Mapa Mental",
"fontSizeIncrease": "Aumentar Tamaño de Fuente",
"fontSizeDecrease": "Disminuir Tamaño de Fuente",
"fontSizeReset": "Restablecer Tamaño de Fuente"
},
"markdown": {
"label": "Markdown",
"presentationMode": "Modo Presentación",
"preview": "Vista Previa"
},
"history": {
"label": "Historial",
"back": "Atrás",
"forward": "Adelante"
},
"devtools": {
"label": "Herramientas de Desarrollo"
}
}