Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-24 06:02:09 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-24 06:02:09 +0300
commit67aae02222755d0c7672c634bdfce3859be117b1 (patch)
treedb65daf1214602f88e09752b9749cc26f1213c47 /l10n
parentc572fdc13fcd407d82fc399304a7e2296f60910e (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js11
-rw-r--r--l10n/fr.json11
2 files changed, 20 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index dd9c72f..8d9bfa3 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Bonjour %s",
+ "Hello %s," : "Bonjour %s,",
"Admin notifications" : "Notifications d'administration",
"Notifications" : "Notifications",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Cette application fournit un backend et une interface pour l'API de notification disponible dans Nextcloud.",
@@ -13,6 +15,13 @@ OC.L10N.register(
"Dismiss" : "Ignorer",
"seconds ago" : "à l'instant",
"Failed to dismiss notification" : "Impossible d'ignorer la notification",
- "in {path}" : "dans {path}"
+ "in {path}" : "dans {path}",
+ "Never" : "Jamais",
+ "1 hour" : "1 heure",
+ "3 hours" : "3 heures",
+ "1 day" : "1 jour",
+ "1 week" : "1 semaine",
+ "Your settings have been updated." : "Vos paramètres ont été mis à jour.",
+ "An error occurred while updating your settings." : "Un erreur est survenue lors de la mise à jour de vos paramètres."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 99845dc..00eff77 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Hello %s" : "Bonjour %s",
+ "Hello %s," : "Bonjour %s,",
"Admin notifications" : "Notifications d'administration",
"Notifications" : "Notifications",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Cette application fournit un backend et une interface pour l'API de notification disponible dans Nextcloud.",
@@ -11,6 +13,13 @@
"Dismiss" : "Ignorer",
"seconds ago" : "à l'instant",
"Failed to dismiss notification" : "Impossible d'ignorer la notification",
- "in {path}" : "dans {path}"
+ "in {path}" : "dans {path}",
+ "Never" : "Jamais",
+ "1 hour" : "1 heure",
+ "3 hours" : "3 heures",
+ "1 day" : "1 jour",
+ "1 week" : "1 semaine",
+ "Your settings have been updated." : "Vos paramètres ont été mis à jour.",
+ "An error occurred while updating your settings." : "Un erreur est survenue lors de la mise à jour de vos paramètres."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file