[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot
2018-11-06 01:19:26 +00:00
parent 927b96219c
commit f1c19023e8
4 changed files with 30 additions and 4 deletions

View File

@@ -1,10 +1,23 @@
OC.L10N.register(
"deck",
{
"Posting the comment failed." : "Error al posar el comentari.",
"The comment has been deleted" : "S'ha esborrat el comentari",
"Restore associated stack" : "Restaura la pila associada",
"Remove user from card" : "Esborra usuari de la targeta",
"Hours" : "Hores",
"Minutes" : "Minuts",
"Maximum file size of {size} exceeded" : "Mida màxima per fitxer de {size} superada",
"You have created a new board {board}" : "Has creat el nou tauler {board}",
"{user} has created a new board {board}" : "{user} ha creat el nou tauler {board}",
"You have deleted {stack} on {board}" : "Has esborrat {stack} de {board}",
"{user} has deleted {stack} on {board}" : "{user} ha esborrat {stack} de {board}",
"You have created {card} in {stack} on {board}" : "Has creat {card} a {stack} dins de {board}",
"{user} has created {card} in {stack} on {board}" : "{user} ha creat {card} a {stack} dins de {board}",
"You have deleted {card} in {stack} on {board}" : "Has esborrat {card} de {stack} dins de {board}",
"{user} has deleted {card} in {stack} on {board}" : "{user} ha esborrat {card} de {stack} dins de {board}",
"You have renamed the card {before} to {card}" : "Has canviat el nom de la targeta de {before} a {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha canviat el nom de la targeta de {before} a {card}",
"You have removed the due date of {card}" : "Has tret la data prevista de {card}",
"{user} has removed the due date of {card}" : "{user} ha tret la data prevista de {card}",
"{user} has set the due date of {card} to {after}" : "{user} ha posat la data prevista de {card} d'aquí {after}",