diff --git a/l10n/es.js b/l10n/es.js index 37f500614..7ad690d8b 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -23,6 +23,15 @@ OC.L10N.register( "{user} has archived the board {before}" : "{user} ha archivado el tablero {board}", "You have unarchived the board {board}" : "Has desarchivado el tablero {board}", "{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}", + "You have deleted {stack} on {board}" : "Has eliminado {stack} en {board}", + "{user} has deleted {stack} on {board}" : "{user} ha eliminado {stack} en {board}", + "You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}", + "{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}", + "You have removed the due date of {card}" : "Has eliminado la fecha de vencimiento de {card}", + "{user} has removed the due date of {card}" : "{user} ha eliminado la fecha de vencimiento de {card}", + "You have set the due date of {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}", + "{user} has set the due date of {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}", + "{user} has restored the attachment {attachment} to {card}" : "{user} ha restaurado el archivo adjunto {attachment} a {card}", "Deck" : "Deck", "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", @@ -76,6 +85,7 @@ OC.L10N.register( "Tags" : "Etiquetas", "Deleted Stacks" : "Pilas eliminadas", "Deleted Cards" : "Tarjetas eliminadas", + "Activity" : "Actividad", "Select users or groups to share with" : "Seleccionar usuarios o grupos con los que compartir", "Access for" : "Acceso para", "No matching user or group found." : "No se encontraron usuarios o grupos coincidentes.", diff --git a/l10n/es.json b/l10n/es.json index 16a981033..cf76744cb 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -21,6 +21,15 @@ "{user} has archived the board {before}" : "{user} ha archivado el tablero {board}", "You have unarchived the board {board}" : "Has desarchivado el tablero {board}", "{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}", + "You have deleted {stack} on {board}" : "Has eliminado {stack} en {board}", + "{user} has deleted {stack} on {board}" : "{user} ha eliminado {stack} en {board}", + "You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}", + "{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}", + "You have removed the due date of {card}" : "Has eliminado la fecha de vencimiento de {card}", + "{user} has removed the due date of {card}" : "{user} ha eliminado la fecha de vencimiento de {card}", + "You have set the due date of {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}", + "{user} has set the due date of {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}", + "{user} has restored the attachment {attachment} to {card}" : "{user} ha restaurado el archivo adjunto {attachment} a {card}", "Deck" : "Deck", "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.", @@ -74,6 +83,7 @@ "Tags" : "Etiquetas", "Deleted Stacks" : "Pilas eliminadas", "Deleted Cards" : "Tarjetas eliminadas", + "Activity" : "Actividad", "Select users or groups to share with" : "Seleccionar usuarios o grupos con los que compartir", "Access for" : "Acceso para", "No matching user or group found." : "No se encontraron usuarios o grupos coincidentes.",