diff --git a/l10n/cs.js b/l10n/cs.js index 4a8107003..5f776ce2d 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1,6 +1,7 @@ OC.L10N.register( "deck", { + "The associated stack is deleted as well, it will be restored as well." : "Související stack je také smazaný a bude také obnoven.", "Restore associated stack" : "Obnovit související stack", "Remove user from card" : "Odebrat uživatele z karty", "Hours" : "Hodiny", @@ -12,6 +13,7 @@ OC.L10N.register( "{user} has deleted the board {board}" : "{user} smazal(a) nástěnku {board}", "You have restored the board {board}" : "Obnovili jste nástěnku {board}", "{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}", + "You have shared the board {board} with {acl}" : "Nasdíleli jste nástěnku {board} s {acl}", "{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}", "You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}", "{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}", @@ -19,6 +21,8 @@ OC.L10N.register( "{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}", "You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}", "{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 created a new stack {stack} on {board}" : "Vytvořili jste nový stack {stack} na {board}", "{user} has created a new stack {stack} on {board}" : "{user} vytvořil(a) nový stack {stack} na {board}", "You have renamed a new stack {before} to {stack} on {board}" : "Přejmenovali jste nový stack {before} na {stack} na {board}", diff --git a/l10n/cs.json b/l10n/cs.json index 0847ddb83..4266ca180 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,4 +1,5 @@ { "translations": { + "The associated stack is deleted as well, it will be restored as well." : "Související stack je také smazaný a bude také obnoven.", "Restore associated stack" : "Obnovit související stack", "Remove user from card" : "Odebrat uživatele z karty", "Hours" : "Hodiny", @@ -10,6 +11,7 @@ "{user} has deleted the board {board}" : "{user} smazal(a) nástěnku {board}", "You have restored the board {board}" : "Obnovili jste nástěnku {board}", "{user} has restored the board {board}" : "{user} obnovil(a) nástěnku {board}", + "You have shared the board {board} with {acl}" : "Nasdíleli jste nástěnku {board} s {acl}", "{user} has shared the board {board} with {sharee}" : "{user} nasdílel(a) nástěnku {board} pro {sharee}", "You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}", "{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}", @@ -17,6 +19,8 @@ "{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}", "You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}", "{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 created a new stack {stack} on {board}" : "Vytvořili jste nový stack {stack} na {board}", "{user} has created a new stack {stack} on {board}" : "{user} vytvořil(a) nový stack {stack} na {board}", "You have renamed a new stack {before} to {stack} on {board}" : "Přejmenovali jste nový stack {before} na {stack} na {board}", diff --git a/l10n/es.js b/l10n/es.js index 7ad690d8b..af07a0438 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -23,6 +23,8 @@ 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 created a new stack {stack} on {board}" : "Has creado la pila {stack} en {board}", + "{user} has created a new stack {stack} on {board}" : "{user} ha creado la pila {stack} en {board}", "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}", diff --git a/l10n/es.json b/l10n/es.json index cf76744cb..1d55e46c3 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -21,6 +21,8 @@ "{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 created a new stack {stack} on {board}" : "Has creado la pila {stack} en {board}", + "{user} has created a new stack {stack} on {board}" : "{user} ha creado la pila {stack} en {board}", "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}",