diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-22 00:19:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-22 00:19:24 +0000 |
commit | 32ea6058bad9445dd28556dd527d6315b194f895 (patch) | |
tree | e707de15f2b086b9763c716832d51b7b2f8b0d4e /apps/comments | |
parent | 3c1798dad4548cd370b5ef38aec0658a0b53003f (diff) | |
download | nextcloud-server-32ea6058bad9445dd28556dd527d6315b194f895.tar.gz nextcloud-server-32ea6058bad9445dd28556dd527d6315b194f895.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 6f2cc82af2e..2fda2da5590 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -33,6 +33,6 @@ OC.L10N.register( "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"], - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent" + "\"@\" 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;"); diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index feab1491586..47666027a0f 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -31,6 +31,6 @@ "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"], - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" pour les mentions, \":\" pour les émojis, \"/\" pour le sélecteur intelligent" + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "« @ » pour les mentions, « : »pour les émojis, « / » pour le sélecteur intelligent" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |