mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 15:49:46 +02:00
fix: Add Spanish translations for server messages
This commit is contained in:
parent
765af83e47
commit
7b7dfdc359
1 changed files with 16 additions and 0 deletions
16
server/config/locales/es-ES.json
Normal file
16
server/config/locales/es-ES.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue