diff --git a/l10n/ca.js b/l10n/ca.js index aff23c82a..7f819a6be 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Heu restaurat el tauler {board}", "{user} has restored the board {board}" : "{user} ha restaurat el tauler {board}", "You have shared the board {board} with {acl}" : "Heu compartit el tauler {board} amb {acl}", + "{user} has shared the board {board} with {acl}" : "{user} ha compartit el tauler {board} amb {acl}", "You have removed {acl} from the board {board}" : "Heu suprimit {acl} del tauler {board}", "{user} has removed {acl} from the board {board}" : "{user} ha suprimit {acl} del tauler {board}", "You have renamed the board {before} to {board}" : "Heu reanomenat el tauler {before} a {board}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "S'ha canviat una descripció de targeta a l'aplicació Tauler", "Deck" : "Tauler", "Changes in the Deck app" : "Hi ha canvis a l'aplicació Tauler", + "A comment was created on a card" : "S'ha afegit un comentari a una targeta", "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".", diff --git a/l10n/ca.json b/l10n/ca.json index 29b776fc4..c96659abf 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Heu restaurat el tauler {board}", "{user} has restored the board {board}" : "{user} ha restaurat el tauler {board}", "You have shared the board {board} with {acl}" : "Heu compartit el tauler {board} amb {acl}", + "{user} has shared the board {board} with {acl}" : "{user} ha compartit el tauler {board} amb {acl}", "You have removed {acl} from the board {board}" : "Heu suprimit {acl} del tauler {board}", "{user} has removed {acl} from the board {board}" : "{user} ha suprimit {acl} del tauler {board}", "You have renamed the board {before} to {board}" : "Heu reanomenat el tauler {before} a {board}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "S'ha canviat una descripció de targeta a l'aplicació Tauler", "Deck" : "Tauler", "Changes in the Deck app" : "Hi ha canvis a l'aplicació Tauler", + "A comment was created on a card" : "S'ha afegit un comentari a una targeta", "Personal" : "Personal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} us ha assignat la targeta \"%s\" sobre \"%s\".", diff --git a/l10n/de.js b/l10n/de.js index 2a3f6e1b3..a9926dc89 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Du hast das Board {board} wiederhergestellt", "{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt", "You have shared the board {board} with {acl}" : "Du hast das Board {board} mit {acl} geteilt", + "{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt", "You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt", "{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt", "You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Eine Kartenbeschreibung wurde innerhalb der Deck-App geändert", "Deck" : "Deck", "Changes in the Deck app" : "Änderungen in der Deck-App", + "A comment was created on a card" : "Ein Kommentar zur Karte wurde erstellt", "Personal" : "Persönlich", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.", diff --git a/l10n/de.json b/l10n/de.json index 307567d53..1d202ddb8 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Du hast das Board {board} wiederhergestellt", "{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt", "You have shared the board {board} with {acl}" : "Du hast das Board {board} mit {acl} geteilt", + "{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt", "You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt", "{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt", "You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Eine Kartenbeschreibung wurde innerhalb der Deck-App geändert", "Deck" : "Deck", "Changes in the Deck app" : "Änderungen in der Deck-App", + "A comment was created on a card" : "Ein Kommentar zur Karte wurde erstellt", "Personal" : "Persönlich", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index eefab3736..6c70b207a 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Sie haben das Board {board} wiederhergestellt", "{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt", "You have shared the board {board} with {acl}" : "Sie haben das Board {board} mit {acl} geteilt", + "{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt", "You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt", "{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt", "You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Eine Kartenbeschreibung wurde innerhalb der Deck-App geändert", "Deck" : "Deck", "Changes in the Deck app" : "Änderungen in der Deck-App", + "A comment was created on a card" : "Ein Kommentar zur Karte wurde erstellt", "Personal" : "Persönlich", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 622549809..f0ba09fba 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Sie haben das Board {board} wiederhergestellt", "{user} has restored the board {board}" : "{user} hat das Board {board} wiederhergestellt", "You have shared the board {board} with {acl}" : "Sie haben das Board {board} mit {acl} geteilt", + "{user} has shared the board {board} with {acl}" : "{user} hat das Board {board} mit {acl} geteilt", "You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt", "{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt", "You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Eine Kartenbeschreibung wurde innerhalb der Deck-App geändert", "Deck" : "Deck", "Changes in the Deck app" : "Änderungen in der Deck-App", + "A comment was created on a card" : "Ein Kommentar zur Karte wurde erstellt", "Personal" : "Persönlich", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.", diff --git a/l10n/fr.js b/l10n/fr.js index 6404370bb..e2879efb4 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Vous avez restauré le tableau {board}", "{user} has restored the board {board}" : "{user} a restauré le tableau {board}", "You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}", + "{user} has shared the board {board} with {acl}" : "{user} a partagé le tableau {board} en {acl}", "You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}", "{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}", "You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "La description de la carte présente dans l’application Deck a été modifiée", "Deck" : "Deck", "Changes in the Deck app" : "Modifications dans Deck app", + "A comment was created on a card" : "Un commentaire a été créé sur une carte", "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\".", diff --git a/l10n/fr.json b/l10n/fr.json index cbe7bb743..e6d7e296e 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Vous avez restauré le tableau {board}", "{user} has restored the board {board}" : "{user} a restauré le tableau {board}", "You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}", + "{user} has shared the board {board} with {acl}" : "{user} a partagé le tableau {board} en {acl}", "You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}", "{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}", "You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "La description de la carte présente dans l’application Deck a été modifiée", "Deck" : "Deck", "Changes in the Deck app" : "Modifications dans Deck app", + "A comment was created on a card" : "Un commentaire a été créé sur une carte", "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\".", diff --git a/l10n/it.js b/l10n/it.js index ff37fc351..c543eccd0 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Hai ripristinato la lavagna {board}", "{user} has restored the board {board}" : "{user} ha ripristinato la lavagna {board}", "You have shared the board {board} with {acl}" : "Hai condiviso la lavagna {board} con {acl}", + "{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}", "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}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "La descrizione di una scheda nell'applicazione Deck è stata modificata", "Deck" : "Deck", "Changes in the Deck app" : "Modifiche nell'applicazione Deck", + "A comment was created on a card" : "Un commento è stato creato su una scheda", "Personal" : "Personale", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".", diff --git a/l10n/it.json b/l10n/it.json index b3ba23823..fa2b6b2cd 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Hai ripristinato la lavagna {board}", "{user} has restored the board {board}" : "{user} ha ripristinato la lavagna {board}", "You have shared the board {board} with {acl}" : "Hai condiviso la lavagna {board} con {acl}", + "{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}", "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}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "La descrizione di una scheda nell'applicazione Deck è stata modificata", "Deck" : "Deck", "Changes in the Deck app" : "Modifiche nell'applicazione Deck", + "A comment was created on a card" : "Un commento è stato creato su una scheda", "Personal" : "Personale", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".", diff --git a/l10n/nl.js b/l10n/nl.js index e9fe8a3c0..6788ea873 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Je herstelde bord {board}", "{user} has restored the board {board}" : "{user} herstelde bord {board}", "You have shared the board {board} with {acl}" : "Je deelde bord {board} met {acl}", + "{user} has shared the board {board} with {acl}" : "{user} heeft een board {board} gedeeld met {acl}", "You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}", "{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}", "You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Een kaart beschrijving binnen de Deck app is gewijzigd", "Deck" : "Deck", "Changes in the Deck app" : "Wijzigingen in de Deck app", + "A comment was created on a card" : "Er is commentaar gegeven op een card", "Personal" : "Persoonlijk", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.", diff --git a/l10n/nl.json b/l10n/nl.json index 917993447..7199627fa 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Je herstelde bord {board}", "{user} has restored the board {board}" : "{user} herstelde bord {board}", "You have shared the board {board} with {acl}" : "Je deelde bord {board} met {acl}", + "{user} has shared the board {board} with {acl}" : "{user} heeft een board {board} gedeeld met {acl}", "You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}", "{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}", "You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Een kaart beschrijving binnen de Deck app is gewijzigd", "Deck" : "Deck", "Changes in the Deck app" : "Wijzigingen in de Deck app", + "A comment was created on a card" : "Er is commentaar gegeven op een card", "Personal" : "Persoonlijk", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index e6c889d91..cfea663a4 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Você restaurou o painel {board}", "{user} has restored the board {board}" : "{user} restaurou o painel {board}", "You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}", + "{user} has shared the board {board} with {acl}" : "{user} compartilhou o painel {board} com {acl}", "You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}", "{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}", "You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Uma descrição do cartão dentro do aplicativo Deck foi alterada", "Deck" : "Deck", "Changes in the Deck app" : "Mudanças no aplicativo Deck", + "A comment was created on a card" : "Um comentário foi criado no cartão", "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 4e5c5c76e..bbb3657bc 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Você restaurou o painel {board}", "{user} has restored the board {board}" : "{user} restaurou o painel {board}", "You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}", + "{user} has shared the board {board} with {acl}" : "{user} compartilhou o painel {board} com {acl}", "You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}", "{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}", "You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Uma descrição do cartão dentro do aplicativo Deck foi alterada", "Deck" : "Deck", "Changes in the Deck app" : "Mudanças no aplicativo Deck", + "A comment was created on a card" : "Um comentário foi criado no cartão", "Personal" : "Pessoal", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.", diff --git a/l10n/ru.js b/l10n/ru.js index b26cd118d..48c998908 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Вы восстановили из корзины рабочую доску «{board}»", "{user} has restored the board {board}" : "{user} восстановил(а) рабочую доску «{board}» из корзины", "You have shared the board {board} with {acl}" : "Вы предоставили {acl} доступ к рабочей доске «{board}»", + "{user} has shared the board {board} with {acl}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»", "You have removed {acl} from the board {board}" : "Вы закрыли {acl} доступ к рабочей доске «{board}»", "{user} has removed {acl} from the board {board}" : "{user} закрыл(а) {acl} доступ к рабочей доске «{board}»", "You have renamed the board {before} to {board}" : "Вы переименовали рабочую доску из «{before}» в «{board}»", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Описание карточки в приложении Deck было изменено", "Deck" : "Deck", "Changes in the Deck app" : "Изменения в приложении Deck", + "A comment was created on a card" : "Комментарий был создан на карточке", "Personal" : "Личное", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Вам назначена карточка «%s» с рабочей доски «%s» пользователем %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} назначил Вам карточку «%s» из «%s».", diff --git a/l10n/ru.json b/l10n/ru.json index bd8089145..3c8766375 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Вы восстановили из корзины рабочую доску «{board}»", "{user} has restored the board {board}" : "{user} восстановил(а) рабочую доску «{board}» из корзины", "You have shared the board {board} with {acl}" : "Вы предоставили {acl} доступ к рабочей доске «{board}»", + "{user} has shared the board {board} with {acl}" : "{user} предоставил(а) {acl} доступ к рабочей доске «{board}»", "You have removed {acl} from the board {board}" : "Вы закрыли {acl} доступ к рабочей доске «{board}»", "{user} has removed {acl} from the board {board}" : "{user} закрыл(а) {acl} доступ к рабочей доске «{board}»", "You have renamed the board {before} to {board}" : "Вы переименовали рабочую доску из «{before}» в «{board}»", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Описание карточки в приложении Deck было изменено", "Deck" : "Deck", "Changes in the Deck app" : "Изменения в приложении Deck", + "A comment was created on a card" : "Комментарий был создан на карточке", "Personal" : "Личное", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Вам назначена карточка «%s» с рабочей доски «%s» пользователем %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} назначил Вам карточку «%s» из «%s».", diff --git a/l10n/sv.js b/l10n/sv.js index 142e0cf88..bbd31139c 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "Du har återställt tavlan {board}", "{user} has restored the board {board}" : "{user} har återställt tavlan {board}", "You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}", + "{user} has shared the board {board} with {acl}" : "{user} har delat tavlan {board} med {acl}", "You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}", "{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}", "You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "En kortbeskrivning i Deck-appen har ändrats", "Deck" : "Deck", "Changes in the Deck app" : "Ändringar i Deck-appen", + "A comment was created on a card" : "En kommentar skapades på ett kort", "Personal" : "Personlig", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.", diff --git a/l10n/sv.json b/l10n/sv.json index 365b673ed..b9172fa41 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "Du har återställt tavlan {board}", "{user} has restored the board {board}" : "{user} har återställt tavlan {board}", "You have shared the board {board} with {acl}" : "Du har delat tavlan {board} med {acl}", + "{user} has shared the board {board} with {acl}" : "{user} har delat tavlan {board} med {acl}", "You have removed {acl} from the board {board}" : "Du har raderat {acl} från tavlan {board}", "{user} has removed {acl} from the board {board}" : "{user} har raderat {acl} från tavlan {board}", "You have renamed the board {before} to {board}" : "Du har bytt namn på tavlan {before} till {board}", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "En kortbeskrivning i Deck-appen har ändrats", "Deck" : "Deck", "Changes in the Deck app" : "Ändringar i Deck-appen", + "A comment was created on a card" : "En kommentar skapades på ett kort", "Personal" : "Personlig", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" har tilldelats dig av %s.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} har tilldelat kortet \"%s\" på \"%s\" till dig.", diff --git a/l10n/tr.js b/l10n/tr.js index 78dfbe9f9..1ee085540 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -19,6 +19,7 @@ OC.L10N.register( "You have restored the board {board}" : "{board} panosunu geri yüklediniz", "{user} has restored the board {board}" : "{user}, {board} panosunu geri yükledi", "You have shared the board {board} with {acl}" : "{board} panosunu {acl} ile paylaştınız", + "{user} has shared the board {board} with {acl}" : "{user}, {board} panosunu {acl} ile paylaştı", "You have removed {acl} from the board {board}" : "{board} panosunun {acl} ile paylaşımını kaldırdınız", "{user} has removed {acl} from the board {board}" : "{user}, {board} panosunun {acl} ile paylaşımını kaldırdı", "You have renamed the board {before} to {board}" : "Panonun {before} olan adını {board} olarak değiştirdiniz", @@ -76,6 +77,7 @@ OC.L10N.register( "A card description inside the Deck app has been changed" : "Tahta uygulamasında bir kart açıklaması değiştirildi", "Deck" : "Tahta", "Changes in the Deck app" : "Tahta uygulamasındaki değişiklikler", + "A comment was created on a card" : "Bir kart için bir yorum yapıldı", "Personal" : "Kişisel", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} size \"%s\" kartını \"%s\" zamanında atadı.", diff --git a/l10n/tr.json b/l10n/tr.json index 4a0d85dfa..a87e27514 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -17,6 +17,7 @@ "You have restored the board {board}" : "{board} panosunu geri yüklediniz", "{user} has restored the board {board}" : "{user}, {board} panosunu geri yükledi", "You have shared the board {board} with {acl}" : "{board} panosunu {acl} ile paylaştınız", + "{user} has shared the board {board} with {acl}" : "{user}, {board} panosunu {acl} ile paylaştı", "You have removed {acl} from the board {board}" : "{board} panosunun {acl} ile paylaşımını kaldırdınız", "{user} has removed {acl} from the board {board}" : "{user}, {board} panosunun {acl} ile paylaşımını kaldırdı", "You have renamed the board {before} to {board}" : "Panonun {before} olan adını {board} olarak değiştirdiniz", @@ -74,6 +75,7 @@ "A card description inside the Deck app has been changed" : "Tahta uygulamasında bir kart açıklaması değiştirildi", "Deck" : "Tahta", "Changes in the Deck app" : "Tahta uygulamasındaki değişiklikler", + "A comment was created on a card" : "Bir kart için bir yorum yapıldı", "Personal" : "Kişisel", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" kartı \"%s\" zamanında %s tarafından size atandı.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} size \"%s\" kartını \"%s\" zamanında atadı.",