From a417dce2ae593b4821eb1bcc67445637f3f20091 Mon Sep 17 00:00:00 2001
From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com>
Date: Sun, 9 Jul 2023 22:24:22 +0200
Subject: [PATCH] New translations en.json (Spanish)
---
src/locales/es-ES.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/locales/es-ES.json b/src/locales/es-ES.json
index 409e09dd0..29a0f5790 100644
--- a/src/locales/es-ES.json
+++ b/src/locales/es-ES.json
@@ -378,9 +378,9 @@
"copyPngToClipboard": ""
},
"button": {
- "exportToPng": "",
- "exportToSvg": "",
- "copyPngToClipboard": ""
+ "exportToPng": "PNG",
+ "exportToSvg": "SVG",
+ "copyPngToClipboard": "Copiar al portapapeles"
}
},
"encrypted": {
@@ -415,8 +415,8 @@
},
"colors": {
"transparent": "Transparente",
- "black": "",
- "white": "",
+ "black": "Negro",
+ "white": "Blanco",
"red": "",
"pink": "",
"grape": "",
@@ -464,7 +464,7 @@
},
"excalidrawPlus": {
"title": "",
- "button": "",
+ "button": "Exportar a Excalidraw+",
"description": ""
}
},
@@ -477,7 +477,7 @@
"shareableLink": {
"title": "",
"button": "",
- "description": ""
+ "description": "Cargar un dibujo externo reemplazará tu contenido existente.
Puedes primero hacer una copia de seguridad de tu dibujo usando una de las opciones de abajo."
}
}
}