diff --git a/l10n/cs.js b/l10n/cs.js
index a82a60ab2..54b7c71a9 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -26,8 +26,21 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
+ "You have deleted stack {stack} on board {board}" : "Smazali jste balíček {stack} na desce {board}",
+ "{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) balíček {stack} na desce {board}",
+ "You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} v balíčku {stack} na kartě {board}",
+ "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} v balíčku {board} na desce {board}",
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
+ "{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} aktualizoval kartu popisu {card} ve stacku {stack} na nástěnce {board}",
+ "You have set the due date of card {card} to {after}" : "Nastavili jste termín na kartě {card} na {after}",
+ "You have updated the due date of card {card} to {after}" : "Změnili jste termín na kartě {card} na {after}",
+ "{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval termín karty {card} na {after}",
+ "You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} na kartě {card}",
+ "{user} has updated the attachment {attachment} to card {card}" : "{user} aktualizoval(a) přílohu {attachment} ke kartě {card}",
+ "You have restored the attachment {attachment} to card {card}" : "Obnovili jste přílohu {attachment} ke kartě {card}",
+ "You have commented on card {card}" : "Přidali jste komentář na kartě {card}",
+ "{user} has commented on card {card}" : "{user} přidal(a) komentář na kartě {card}",
"A card description inside the Deck app has been changed" : "Popis mapy v Deck-aplikace byl změněn",
"Deck" : "Balík",
"Changes in the Deck app" : "Změny v Deck aplikace",
@@ -70,6 +83,7 @@ OC.L10N.register(
"All Boards" : "Všechny desky",
"Archived boards" : "Archivované desky",
"Share board" : "Sdílet nástěnku",
+ "Archived cards" : "Archivované karty",
"Actions" : "Akce",
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
"Assign card to me" : "Přiřadit kartu mě",
diff --git a/l10n/cs.json b/l10n/cs.json
index e29603f6c..9c98ef49c 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -24,8 +24,21 @@
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
+ "You have deleted stack {stack} on board {board}" : "Smazali jste balíček {stack} na desce {board}",
+ "{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) balíček {stack} na desce {board}",
+ "You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} v balíčku {stack} na kartě {board}",
+ "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} v balíčku {board} na desce {board}",
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
+ "{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} aktualizoval kartu popisu {card} ve stacku {stack} na nástěnce {board}",
+ "You have set the due date of card {card} to {after}" : "Nastavili jste termín na kartě {card} na {after}",
+ "You have updated the due date of card {card} to {after}" : "Změnili jste termín na kartě {card} na {after}",
+ "{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval termín karty {card} na {after}",
+ "You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} na kartě {card}",
+ "{user} has updated the attachment {attachment} to card {card}" : "{user} aktualizoval(a) přílohu {attachment} ke kartě {card}",
+ "You have restored the attachment {attachment} to card {card}" : "Obnovili jste přílohu {attachment} ke kartě {card}",
+ "You have commented on card {card}" : "Přidali jste komentář na kartě {card}",
+ "{user} has commented on card {card}" : "{user} přidal(a) komentář na kartě {card}",
"A card description inside the Deck app has been changed" : "Popis mapy v Deck-aplikace byl změněn",
"Deck" : "Balík",
"Changes in the Deck app" : "Změny v Deck aplikace",
@@ -68,6 +81,7 @@
"All Boards" : "Všechny desky",
"Archived boards" : "Archivované desky",
"Share board" : "Sdílet nástěnku",
+ "Archived cards" : "Archivované karty",
"Actions" : "Akce",
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
"Assign card to me" : "Přiřadit kartu mě",
diff --git a/l10n/nl.js b/l10n/nl.js
index de1276a2c..98433cf9a 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"All Boards" : "Alle borden",
"Archived boards" : "Gearchiveerde borden",
"Share board" : "Bord delen",
+ "Archived cards" : "Gearchiveerde kaarten",
"Actions" : "Acties",
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
"Assign card to me" : "Wijs kaart toe aan mij",
diff --git a/l10n/nl.json b/l10n/nl.json
index d1a671f18..c38fad848 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -112,6 +112,7 @@
"All Boards" : "Alle borden",
"Archived boards" : "Gearchiveerde borden",
"Share board" : "Bord delen",
+ "Archived cards" : "Gearchiveerde kaarten",
"Actions" : "Acties",
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
"Assign card to me" : "Wijs kaart toe aan mij",