summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/fr.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-16 00:19:23 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-16 00:19:23 +0000
commit97adb26cd9419190671e47e5813bafad008a51cf (patch)
tree3897ea50998e564138575b0677c5877982a34534 /apps/comments/l10n/fr.js
parent0208d8313655d3df83ba45868ae2fff199991997 (diff)
downloadnextcloud-server-97adb26cd9419190671e47e5813bafad008a51cf.tar.gz
nextcloud-server-97adb26cd9419190671e47e5813bafad008a51cf.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/fr.js')
-rw-r--r--apps/comments/l10n/fr.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js
index bd95c24a892..6f2cc82af2e 100644
--- a/apps/comments/l10n/fr.js
+++ b/apps/comments/l10n/fr.js
@@ -32,6 +32,7 @@ OC.L10N.register(
"An error occurred while trying to delete the comment" : "Une erreur s'est produite lors de la tentative de suppression du commentaire",
"An error occurred while trying to create the comment" : "Une erreur s'est produite lors de la tentative de création du commentaire",
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Vous avez été mentionné sur \"{file}\", dans un commentaire par un utilisateur qui depuis a été supprimé",
- "_%n unread comment_::_%n unread comments_" : ["%n commentaire non lu","%n commentaires non lus","%n commentaires non lus"]
+ "_%n unread comment_::_%n unread comments_" : ["%n commentaire non lu","%n commentaires non lus","%n commentaires non lus"],
+ "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");