2020-01-22 16:25:04 +02:00
{
"labels" : {
"paste" : "Pegar" ,
"selectAll" : "Seleccionar todo" ,
"copy" : "Copiar" ,
2020-03-15 19:12:35 +02:00
"copyAsPng" : "Copy to clipboard as PNG" ,
2020-01-22 16:25:04 +02:00
"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" ,
2020-03-07 01:01:01 +02:00
"sendBackward" : "Enviar atrás" ,
2020-01-22 16:25:04 +02:00
"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-03-15 19:12:35 +02:00
"language" : "Lenguaje" ,
2020-03-17 00:23:38 +02:00
"createRoom" : "Share a live-collaboration session" ,
"duplicateSelection" : "Duplicate selected elements"
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" ,
2020-02-24 22:46:49 +01:00
"scrollBackToContent" : "Volver al contenido" ,
"zoomIn" : "Acercarse" ,
"zoomOut" : "Alejarse" ,
"resetZoom" : "Restablecer zoom" ,
2020-02-24 17:34:54 +01:00
"menu" : "Menú" ,
2020-02-24 22:46:49 +01:00
"done" : "Terminado" ,
2020-03-07 01:01:01 +02:00
"edit" : "Editar" ,
"undo" : "Undo" ,
2020-03-15 19:12:35 +02:00
"redo" : "Redo" ,
2020-03-18 19:59:48 +02:00
"roomDialog" : "Start live collaboration" ,
2020-03-15 19:12:35 +02:00
"createNewRoom" : "Create new room"
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." ,
2020-03-11 11:55:07 +02:00
"decryptFailed" : "Couldn't decrypt data." ,
2020-02-24 22:46:49 +01:00
"uploadedSecurly" : "La carga ha sido asegurada con cifrado de extremo a extremo, lo que significa que el servidor de Excalidraw y terceros no pueden leer el contenido."
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" : {
2020-02-24 22:46:49 +01:00
"linearElement" : "Haga clic para iniciar varios puntos, arrastre para una sola línea" ,
2020-03-18 19:59:48 +02:00
"linearElementMulti" : "Click on last point or press Escape or Enter to finish" ,
2020-02-24 22:46:49 +01:00
"resize" : "Puede restringir las proporciones manteniendo presionado SHIFT mientras cambia el tamaño"
2020-03-11 11:55:07 +02:00
} ,
"errorSplash" : {
"headingMain_pre" : "Encountered an error. Try " ,
"headingMain_button" : "reloading the page." ,
"clearCanvasMessage" : "If reloading doesn't work, try " ,
"clearCanvasMessage_button" : "clearing the canvas." ,
"clearCanvasCaveat" : " This will result in loss of work " ,
"openIssueMessage_pre" : "Before doing so, we'd appreciate if you opened an issue on our " ,
"openIssueMessage_button" : "bug tracker." ,
"openIssueMessage_post" : " Please include the following error stack trace (and if it's not private, also the scene content):" ,
"errorStack" : "Error stack trace:" ,
"errorStack_loading" : "Loading data. please wait..." ,
"sceneContent" : "Scene content:"
2020-03-15 19:12:35 +02:00
} ,
"roomDialog" : {
"desc_intro" : "You can invite people to your current scene to collaborate with you." ,
"desc_privacy" : "Don't worry, the session uses end-to-end encryption, so whatever you draw will stay private. Not even our server will be able to see what you come up with." ,
"button_startSession" : "Start session" ,
"button_stopSession" : "Stop session" ,
"desc_inProgressIntro" : "Live-collaboration session is now in progress." ,
"desc_persistenceWarning" : "Note that the scene data is shared across collaborators in a P2P fashion, and not persisted to our server. Thus, if all of you disconnect, you will loose the data unless you export it to a file or a shareable link." ,
"desc_shareLink" : "Share this link with anyone you want to collaborate with:" ,
"desc_exitSession" : "Stopping the session will disconnect your from the room, but you'll be able to continue working with the scene, locally. Note that this won't affect other people, and they'll still be able to collaborate on their version."
2020-01-22 16:25:04 +02:00
}
}