2020-01-22 16:25:04 +02:00
{
"labels" : {
"paste" : "Pegar" ,
"selectAll" : "Seleccionar todo" ,
"copy" : "Copiar" ,
"bringForward" : "Adelantar" ,
2020-02-24 17:34:54 +01:00
"sendToBack" : "Enviar Al Fondo" ,
2020-01-22 16:25:04 +02:00
"bringToFront" : "Traer al frente" ,
"sendBackward" : "Enviar átras" ,
"delete" : "Borrar" ,
"copyStyles" : "Copiar estilos" ,
"pasteStyles" : "Pegar estilos" ,
"stroke" : "Trazo" ,
"background" : "Fondo" ,
"fill" : "Rellenar" ,
"strokeWidth" : "Ancho de trazo" ,
"sloppiness" : "Estilo de trazo" ,
"opacity" : "Opacidad" ,
"fontSize" : "Tamaño de letra" ,
"fontFamily" : "Tipo de letra" ,
"onlySelected" : "Sólo seleccionados" ,
"withBackground" : "Con fondo" ,
"handDrawn" : "Dibujo a Mano" ,
"normal" : "Normal" ,
"code" : "Código" ,
"small" : "Pequeña" ,
"medium" : "Mediana" ,
"large" : "Grande" ,
"veryLarge" : "Muy Grande" ,
"solid" : "Sólido" ,
"hachure" : "Folleto" ,
"crossHatch" : "Rayado transversal" ,
"thin" : "Fino" ,
"bold" : "Grueso" ,
"extraBold" : "Extra Grueso" ,
"architect" : "Arquitecto" ,
"artist" : "Artista" ,
2020-01-25 19:37:58 -03:00
"cartoonist" : "Caricatura" ,
"fileTitle" : "Título del archivo" ,
"colorPicker" : "Selector de color" ,
2020-01-26 17:14:31 -03:00
"canvasBackground" : "Fondo del lienzo" ,
2020-02-21 23:56:06 +01:00
"drawingCanvas" : "Lienzo de dibujo" ,
2020-02-24 17:34:54 +01:00
"layers" : "Capas" ,
2020-02-21 23:56:06 +01:00
"language" : "Language"
2020-01-22 16:25:04 +02:00
} ,
"buttons" : {
"clearReset" : "Limpiar lienzo y reiniciar el color de fondo" ,
"export" : "Exportar" ,
"exportToPng" : "Exportar a PNG" ,
2020-01-28 12:25:13 -08:00
"exportToSvg" : "Exportar a SVG" ,
2020-01-22 16:25:04 +02:00
"copyToClipboard" : "Copiar al portapapeles" ,
"save" : "Guardar" ,
"load" : "Cargar" ,
2020-01-25 19:37:58 -03:00
"getShareableLink" : "Obtener enlace para compartir" ,
2020-01-26 17:14:31 -03:00
"close" : "Cerrar" ,
2020-02-21 23:56:06 +01:00
"selectLanguage" : "Seleccionar idioma" ,
"scrollBackToContent" : "Scroll back to content" ,
"zoomIn" : "Zoom in" ,
"zoomOut" : "Zoom out" ,
2020-02-23 11:31:49 +01:00
"resetZoom" : "Reset zoom" ,
2020-02-24 17:34:54 +01:00
"menu" : "Menú" ,
2020-02-21 23:56:06 +01:00
"done" : "Done" ,
2020-02-24 17:34:54 +01:00
"edit" : "Editar"
2020-01-22 16:25:04 +02:00
} ,
"alerts" : {
"clearReset" : "Esto limpiará todo el lienzo. Estás seguro?" ,
"couldNotCreateShareableLink" : "No se pudo crear un enlace para compartir." ,
"importBackendFailed" : "La importación falló." ,
"cannotExportEmptyCanvas" : "No se puede exportar un lienzo vació" ,
2020-02-21 23:56:06 +01:00
"couldNotCopyToClipboard" : "No se ha podido copiar al portapapeles, intente usar Chrome como navegador." ,
"uploadedSecurly" : "The upload has been secured with end-to-end encryption, which means that Excalidraw server and third parties can't read the content."
2020-01-22 16:25:04 +02:00
} ,
"toolBar" : {
"selection" : "Selección" ,
"rectangle" : "Rectángulo" ,
"diamond" : "Diamante" ,
"ellipse" : "Elipse" ,
"arrow" : "Flecha" ,
"line" : "Línea" ,
2020-01-26 17:14:31 -03:00
"text" : "Texto" ,
"lock" : "Mantener la herramienta seleccionada activa después de dibujar"
} ,
"headings" : {
"canvasActions" : "Acciones del lienzo" ,
"selectedShapeActions" : "Acciones de la forma seleccionada" ,
"shapes" : "Formas"
2020-02-21 23:56:06 +01:00
} ,
"hints" : {
"linearElement" : "Click to start multiple points, drag for single line" ,
"linearElementMulti" : "Press Escape or Enter to finish" ,
"resize" : "You can constraint proportions by holding SHIFT while resizing"
2020-01-22 16:25:04 +02:00
}
}