diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-03-03 02:26:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-03-03 02:26:09 +0000 |
commit | 213e75b78a76e55254ba59e15c3e2697cc632dad (patch) | |
tree | c380f6c8e2ba4ebec1a23fa2952bdf0faa952dba /apps/comments | |
parent | 0f34bce344e0e639856dcc8f213e436fd0f9744c (diff) | |
download | nextcloud-server-213e75b78a76e55254ba59e15c3e2697cc632dad.tar.gz nextcloud-server-213e75b78a76e55254ba59e15c3e2697cc632dad.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/fr.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 5d053f2abbb..662de67ace5 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -10,6 +10,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s a commenté %2$s", "{author} commented on {file}" : "{author} a commenté sur {file}", "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> sur les fichiers", + "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é", "{user} mentioned you in a comment on \"{file}\"" : "{user} vous a mentionné dans un commentaire sur \"{file}\"", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "Edit comment" : "Modifier le commentaire", @@ -27,7 +28,7 @@ OC.L10N.register( "Comment deleted" : "Commentaire supprimé", "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 a été supprimé depuis lors.", + "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 a depuis été supprimé", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 06f28442158..b201ded0b64 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -8,6 +8,7 @@ "%1$s commented on %2$s" : "%1$s a commenté %2$s", "{author} commented on {file}" : "{author} a commenté sur {file}", "<strong>Comments</strong> for files" : "<strong>Commentaires</strong> sur les fichiers", + "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é", "{user} mentioned you in a comment on \"{file}\"" : "{user} vous a mentionné dans un commentaire sur \"{file}\"", "Files app plugin to add comments to files" : "Plugin Fichiers app pour ajouter des commentaires aux fichiers", "Edit comment" : "Modifier le commentaire", @@ -25,7 +26,7 @@ "Comment deleted" : "Commentaire supprimé", "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 a été supprimé depuis lors.", + "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 a depuis été supprimé", "{user} mentioned you in a comment on “{file}”" : "{user} vous a mentionné⋅e dans un commentaire sur “{file}”" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |