mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Update Spanish translation (#1170)
This commit is contained in:
parent
4eb8b75c24
commit
2f62d56242
3 changed files with 258 additions and 3 deletions
|
@ -19,7 +19,7 @@ module.exports.i18n = {
|
|||
*
|
||||
*/
|
||||
|
||||
locales: ['en-GB', 'en-US', 'it-IT', 'ru-RU'],
|
||||
locales: ['en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU'],
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
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