From b2bc5aff680c043e312f45cb8b8871b89666f693 Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Tue, 18 Mar 2025 09:25:35 +0100 Subject: [PATCH] :bug: Add lost spanish translation (#6089) --- frontend/translations/en.po | 2 +- frontend/translations/es.po | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 3d436505e..a14ec64d2 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -1171,7 +1171,7 @@ msgstr "Theme Option with the same name exists" #: src/app/main/data/tokens.cljs:198 msgid "errors.token-set-exists-on-drop" -msgstr "Cannot complete drop, a set with same name already exists at path %s." +msgstr "Cannot complete drop, a set with same name already exists at path." #: src/app/main/data/tokens.cljs:294 msgid "workspace.token.duplicate-suffix" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 9eb46ef55..1cbe5ab65 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -7188,3 +7188,7 @@ msgstr "Ya existe un set con el mismo nombre" msgid "errors.token-theme-already-exists" msgstr "Ya existe un theme con este nombre" + +#: src/app/main/data/tokens.cljs:198 +msgid "errors.token-set-exists-on-drop" +msgstr "No se ha podido mover el set, un set con el mismo nombre ya existe en la esa ruta."