diff --git a/l10n/de.js b/l10n/de.js
index 65c7cb5f5..fc2ef7a43 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -52,10 +52,10 @@ OC.L10N.register(
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
- "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
- "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
- "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Share board" : "Board freigeben",
+ "Archived cards" : "Archivierte Karten",
"Actions" : "Aktionen",
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
"Assign card to me" : "Karte mir zuweisen",
diff --git a/l10n/de.json b/l10n/de.json
index 22b264e5b..9ac1b0b8e 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -50,10 +50,10 @@
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
- "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
- "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
- "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
@@ -112,6 +112,7 @@
"All Boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Share board" : "Board freigeben",
+ "Archived cards" : "Archivierte Karten",
"Actions" : "Aktionen",
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
"Assign card to me" : "Karte mir zuweisen",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index a6b098bd6..c22d2e0a9 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -53,9 +53,9 @@ OC.L10N.register(
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
- "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
- "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Share board" : "Board freigeben",
+ "Archived cards" : "Archivierte Karten",
"Actions" : "Aktionen",
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
"Assign card to me" : "Karte mir zuweisen",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index c7dca4787..96c961dd1 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -51,9 +51,9 @@
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
- "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
+ "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
- "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
+ "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Label {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
@@ -112,6 +112,7 @@
"All Boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards",
"Share board" : "Board freigeben",
+ "Archived cards" : "Archivierte Karten",
"Actions" : "Aktionen",
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
"Assign card to me" : "Karte mir zuweisen",
diff --git a/l10n/es.js b/l10n/es.js
index 772924cef..5df7644ec 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Share board" : "Compartir tablero",
+ "Archived cards" : "Tarjetas archivadas",
"Actions" : "Acciones",
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
"Assign card to me" : "Asignarme tarjeta a mí",
diff --git a/l10n/es.json b/l10n/es.json
index fc9eeb80b..4beccdf40 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -112,6 +112,7 @@
"All Boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados",
"Share board" : "Compartir tablero",
+ "Archived cards" : "Tarjetas archivadas",
"Actions" : "Acciones",
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
"Assign card to me" : "Asignarme tarjeta a mí",
diff --git a/l10n/fr.js b/l10n/fr.js
index 9715214ea..e0e1abd07 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -29,7 +29,10 @@ OC.L10N.register(
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
+ "You have commented on card {card}" : "Vous avez commenté la carte {card}",
+ "{user} has commented on card {card}" : "{user} a commenté la carte {card}",
"Deck" : "Deck",
+ "Changes in the Deck app" : "Modifications dans Deck app",
"Personal" : "Personnel",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
@@ -69,6 +72,7 @@ OC.L10N.register(
"All Boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés",
"Share board" : "Partager le tableau",
+ "Archived cards" : "Cartes archivées",
"Actions" : "Actions",
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
"Assign card to me" : "Assignez-moi la carte",
diff --git a/l10n/fr.json b/l10n/fr.json
index 9897a837e..d4a06a28a 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -27,7 +27,10 @@
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
+ "You have commented on card {card}" : "Vous avez commenté la carte {card}",
+ "{user} has commented on card {card}" : "{user} a commenté la carte {card}",
"Deck" : "Deck",
+ "Changes in the Deck app" : "Modifications dans Deck app",
"Personal" : "Personnel",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vous a assigné la carte \"%s\" de \"%s\".",
@@ -67,6 +70,7 @@
"All Boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés",
"Share board" : "Partager le tableau",
+ "Archived cards" : "Cartes archivées",
"Actions" : "Actions",
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
"Assign card to me" : "Assignez-moi la carte",
diff --git a/l10n/it.js b/l10n/it.js
index 59ec7dad6..ea22b0638 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Tutte le lavagne",
"Archived boards" : "Lavagne archiviate",
"Share board" : "Condividi lavagna",
+ "Archived cards" : "Schede archiviate",
"Actions" : "Azioni",
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
"Assign card to me" : "Assegna scheda a me",
diff --git a/l10n/it.json b/l10n/it.json
index 5a730584b..4b93f7a8f 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -112,6 +112,7 @@
"All Boards" : "Tutte le lavagne",
"Archived boards" : "Lavagne archiviate",
"Share board" : "Condividi lavagna",
+ "Archived cards" : "Schede archiviate",
"Actions" : "Azioni",
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
"Assign card to me" : "Assegna scheda a me",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 5c96f08fd..87166d8c9 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Todos os painéis",
"Archived boards" : "Painéis arquivados",
"Share board" : "Compartilhar painel",
+ "Archived cards" : "Cartões arquivados",
"Actions" : "Ações",
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
"Assign card to me" : "Vincular o cartão comigo",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 388bd0420..f748509cd 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -112,6 +112,7 @@
"All Boards" : "Todos os painéis",
"Archived boards" : "Painéis arquivados",
"Share board" : "Compartilhar painel",
+ "Archived cards" : "Cartões arquivados",
"Actions" : "Ações",
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
"Assign card to me" : "Vincular o cartão comigo",