diff --git a/l10n/bg.js b/l10n/bg.js index 6261104fe..7fbc34dc2 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -285,8 +285,11 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "No results found" : "Няма намерени резултати", "{stack} in {board}" : "{stack} в {board}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара", + "{nbCards} cards" : "{nbCards} карти", "No upcoming cards" : "Няма предстоящи карти", "upcoming cards" : "предстоящи карти", + "Due on {date}" : "Краен срок до {date}", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", diff --git a/l10n/bg.json b/l10n/bg.json index bcfbb1fe2..65b96b3b7 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -283,8 +283,11 @@ "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "No results found" : "Няма намерени резултати", "{stack} in {board}" : "{stack} в {board}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара", + "{nbCards} cards" : "{nbCards} карти", "No upcoming cards" : "Няма предстоящи карти", "upcoming cards" : "предстоящи карти", + "Due on {date}" : "Краен срок до {date}", "Link to a board" : "Линк към табло", "Link to a card" : "Линк към карта", "Create a card" : "Създаване на карта", diff --git a/l10n/fr.js b/l10n/fr.js index 95ae3474e..02a77f38f 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -241,6 +241,7 @@ OC.L10N.register( "Write a description …" : "Écrire une description ...", "Choose attachment" : "Choisir une pièce jointe", "(group)" : "(groupe)", + "Todo items" : "À faire", "{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus", "Edit card title" : "Modifier le titre de la carte", "Assign to me" : "Me l'assigner", @@ -262,7 +263,7 @@ OC.L10N.register( "Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes", "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Board details" : "Détails du tableau", - "Edit board" : "Modifier le nom", + "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau", "Unarchive board" : "Désarchiver le tableau", "Archive board" : "Archiver le tableau", @@ -284,9 +285,11 @@ OC.L10N.register( "Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux", "No results found" : "Aucun résultat", "{stack} in {board}" : "{stack} dans {board}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires", "{nbCards} cards" : "{nbCards} cartes", "No upcoming cards" : "Pas de cartes à venir", "upcoming cards" : "cartes à venir", + "Due on {date}" : "Échéance le {date}", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte", diff --git a/l10n/fr.json b/l10n/fr.json index 207104f34..d23926aa6 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -239,6 +239,7 @@ "Write a description …" : "Écrire une description ...", "Choose attachment" : "Choisir une pièce jointe", "(group)" : "(groupe)", + "Todo items" : "À faire", "{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus", "Edit card title" : "Modifier le titre de la carte", "Assign to me" : "Me l'assigner", @@ -260,7 +261,7 @@ "Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes", "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "Board details" : "Détails du tableau", - "Edit board" : "Modifier le nom", + "Edit board" : "Renommer le tableau", "Clone board" : "Dupliquer le tableau", "Unarchive board" : "Désarchiver le tableau", "Archive board" : "Archiver le tableau", @@ -282,9 +283,11 @@ "Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux", "No results found" : "Aucun résultat", "{stack} in {board}" : "{stack} dans {board}", + "* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires", "{nbCards} cards" : "{nbCards} cartes", "No upcoming cards" : "Pas de cartes à venir", "upcoming cards" : "cartes à venir", + "Due on {date}" : "Échéance le {date}", "Link to a board" : "Relier à un tableau", "Link to a card" : "Relier à une carte", "Create a card" : "Créer une carte",