From 2a748aa76a02b77f966fa26e282bc0946e909ee4 Mon Sep 17 00:00:00 2001
From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com>
Date: Mon, 18 Dec 2023 16:56:37 +0100
Subject: [PATCH] New translations en.json (Spanish)
---
packages/excalidraw/locales/es-ES.json | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/packages/excalidraw/locales/es-ES.json b/packages/excalidraw/locales/es-ES.json
index c4f8860f5..742a6f68b 100644
--- a/packages/excalidraw/locales/es-ES.json
+++ b/packages/excalidraw/locales/es-ES.json
@@ -521,5 +521,15 @@
"description": "Actualmente sólo estos tipos de diagrama de flujo, Secuencia, y Clase son soportados. Los otros tipos de diagramas se renderizarán como imagen en Excalidraw.",
"syntax": "Sintaxis Mermaid",
"preview": "Vista previa"
+ },
+ "userList": {
+ "search": {
+ "placeholder": "",
+ "empty": ""
+ },
+ "hint": {
+ "text": "",
+ "followStatus": ""
+ }
}
}