mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Replace i18n by a custom implementation (#638)
There are two problems with the current localization strategy: - We download the translations on-demand, which means that it does a serial roundtrip for nothing. - withTranslation helper actually renders the app 3 times on startup, instead of once (I haven't tried to debug it)
This commit is contained in:
parent
637276301a
commit
e4919e2e6c
21 changed files with 101 additions and 167 deletions
|
@ -1,81 +0,0 @@
|
|||
{
|
||||
"labels": {
|
||||
"paste": "Pegar",
|
||||
"selectAll": "Seleccionar todo",
|
||||
"copy": "Copiar",
|
||||
"bringForward": "Adelantar",
|
||||
"sendToBack": "Send To Back",
|
||||
"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",
|
||||
"cartoonist": "Caricatura",
|
||||
"fileTitle": "Título del archivo",
|
||||
"colorPicker": "Selector de color",
|
||||
"canvasBackground": "Fondo del lienzo",
|
||||
"drawingCanvas": "Lienzo de dibujo"
|
||||
},
|
||||
"buttons": {
|
||||
"clearReset": "Limpiar lienzo y reiniciar el color de fondo",
|
||||
"export": "Exportar",
|
||||
"exportToPng": "Exportar a PNG",
|
||||
"exportToSvg": "Exportar a SVG",
|
||||
"copyToClipboard": "Copiar al portapapeles",
|
||||
"save": "Guardar",
|
||||
"load": "Cargar",
|
||||
"getShareableLink": "Obtener enlace para compartir",
|
||||
"showExportDialog": "Mostrar diálogo para exportar",
|
||||
"close": "Cerrar",
|
||||
"selectLanguage": "Seleccionar idioma",
|
||||
"previouslyLoadedScenes": "Escenas previamente cargadas"
|
||||
},
|
||||
"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ó",
|
||||
"couldNotCopyToClipboard": "No se ha podido copiar al portapapeles, intente usar Chrome como navegador.",
|
||||
"copiedToClipboard": "Copiado en el portapapeles: {{url}}"
|
||||
},
|
||||
"toolBar": {
|
||||
"selection": "Selección",
|
||||
"rectangle": "Rectángulo",
|
||||
"diamond": "Diamante",
|
||||
"ellipse": "Elipse",
|
||||
"arrow": "Flecha",
|
||||
"line": "Línea",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue