1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Add Spanish translations for server messages

This commit is contained in:
Mario Aparcero 2025-06-04 21:59:14 +02:00
parent 765af83e47
commit 7b7dfdc359

View file

@ -0,0 +1,16 @@
{
"Card Created": "Tarjeta creada",
"Card Moved": "Tarjeta movida",
"New Comment": "Nuevo comentario",
"Test Title": "Título de prueba",
"This is a test text message!": "¡Este es un mensaje de texto de prueba!",
"This is a *test* **markdown** `message`!": "¡Este es un *mensaje* **markdown** `de prueba`!",
"This is a <i>test</i> <b>html</b> <code>message</code>": "Este es un <i>mensaje</i> <b>html</b> <code>de prueba</code>",
"You Were Added to Card": "Fuiste añadido a la tarjeta",
"You Were Mentioned in Comment": "Fuiste mencionado en un comentario",
"%s added you to %s on %s": "%s te añadió a %s en %s",
"%s created %s in %s on %s": "%s creó %s en %s el %s",
"%s left a new comment to %s on %s": "%s dejó un nuevo comentario en %s el %s",
"%s mentioned you in %s on %s": "%s te mencionó en %s el %s",
"%s moved %s from %s to %s on %s": "%s movió %s de %s a %s el %s"
}