[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot
2018-12-09 01:19:00 +00:00
parent c6a701393f
commit e56742a065
8 changed files with 260 additions and 4 deletions

View File

@@ -21,12 +21,36 @@ OC.L10N.register(
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}",
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}",
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}",
"{user} has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
"You have archived the board {board}" : "Hai archiviato la lavagna {board}",
"{user} has archived the board {before}" : "{user} ha archiviato la lavagna {before}",
"You have unarchived the board {board}" : "Hai annullato l'archiviazione della lavagna {board}",
"{user} has unarchived the board {before}" : "{user} ha annullato l'archiviazione della lavagna {board}",
"You have created a new stack {stack} on board {board}" : "Hai creato una nuova pila {stack} sulla lavagna {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} ha creato una nuova pila {stack} sulla lavagna {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Hai rinominato la pila {before} in {stack} sulla lavagna {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha rinominato la pila {before} in {stack} sulla lavagna {board}",
"You have deleted stack {stack} on board {board}" : "Hai eliminato la pila {stack} sulla lavagna {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminato la pila {stack} sulla lavagna {board}",
"You have created card {card} in stack {stack} on board {board}" : "Hai creato la scheda {card} nella pila {stack} sulla lavagna {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nella pila {stack} sulla lavagna {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Hai eliminato la scheda {card} nella pila {stack} sulla lavagna {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nell pila {stack} sulla lavagna {board}",
"You have renamed the card {before} to {card}" : "Hai rinominato la scheda {before} in {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha rinominato la scheda {before} in {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Hai aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}",
"You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}",
"You have updated the attachment {attachment} on card {card}" : "Hai aggiornato l'allegato {attachment} sulla scheda {card}",
"{user} has updated the attachment {attachment} to card {card}" : "{user} ha aggiornato l'allegato {attachment} sulla scheda {card}",
"You have deleted the attachment {attachment} from card {card}" : "Hai eliminato l'allegato {attachment} dalla scheda {card}",
"{user} has deleted the attachment {attachment} to card {card}" : "{user} ha eliminato l'allegato {attachment} della scheda {card}",
"You have restored the attachment {attachment} to card {card}" : "Hai ripristinato l'allegato {attachment} nella scheda {card}",
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha ripristinato l'allegato {attachment} nella scheda {card}",
"You have commented on card {card}" : "Hai commentato sulla scheda {card}",
"{user} has commented on card {card}" : "{user} ha commentato sulla scheda {card}",
"Deck" : "Deck",
"Personal" : "Personale",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
@@ -89,6 +113,7 @@ OC.L10N.register(
"Share" : "Condividi",
"Manage" : "Gestisci",
"Discard share" : "Annulla condivisione",
"Sharing has been disabled for your account." : "La condivisione è stata disabilitata per il tuo account.",
"Update tag" : "Aggiorna etichetta",
"Edit tag" : "Modifica etichetta",
"Delete tag" : "Elimina etichetta",
@@ -140,6 +165,7 @@ OC.L10N.register(
"Add a card description…" : "Aggiungi descrizione della scheda...",
"Shared boards" : "Lavagne condivise",
"Move board to archive" : "Sposta lavagna nell'archivio",
"Create a new board" : "Crea una nuova lavagna"
"Create a new board" : "Crea una nuova lavagna",
"Settings" : "Impostazioni"
},
"nplurals=2; plural=(n != 1);");