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-27 06:01:39 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-27 06:01:39 +0300
commit25232912884ca053f5325b1d942713a926c3924b (patch)
treefe917b505880e088e2f2fab7cac267920d086245 /l10n
parent67aae02222755d0c7672c634bdfce3859be117b1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js6
-rw-r--r--l10n/fr.json6
-rw-r--r--l10n/ig.js8
-rw-r--r--l10n/ig.json6
4 files changed, 26 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 8d9bfa3..3cfd16d 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -3,6 +3,10 @@ OC.L10N.register(
{
"Hello %s" : "Bonjour %s",
"Hello %s," : "Bonjour %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Nouvelle notification pour %s","%n nouvelles notifications pour %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Vous avez une nouvelle notification pour %s","Vous avez %n nouvelles notifications pour %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Vous pouvez changer la fréquence de ces courriels ou les désactiver dans les <a href=\"%s\">paramètres</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Vous pouvez changer la fréquence de ces courriels ou les désactiver dans les paramètres : %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.",
@@ -16,6 +20,8 @@ OC.L10N.register(
"seconds ago" : "à l'instant",
"Failed to dismiss notification" : "Impossible d'ignorer la notification",
"in {path}" : "dans {path}",
+ "You need to set up your email address before you can receive notification emails." : "Vous devez définir votre adresse courriel avant de pouvoir recevoir des courriels de notification.",
+ "Send email reminders about unhandled notifications after:" : "Envoyer des rappels par courriel à propos des notifications non prises en charge après :",
"Never" : "Jamais",
"1 hour" : "1 heure",
"3 hours" : "3 heures",
diff --git a/l10n/fr.json b/l10n/fr.json
index 00eff77..1e1f976 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,6 +1,10 @@
{ "translations": {
"Hello %s" : "Bonjour %s",
"Hello %s," : "Bonjour %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Nouvelle notification pour %s","%n nouvelles notifications pour %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Vous avez une nouvelle notification pour %s","Vous avez %n nouvelles notifications pour %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Vous pouvez changer la fréquence de ces courriels ou les désactiver dans les <a href=\"%s\">paramètres</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Vous pouvez changer la fréquence de ces courriels ou les désactiver dans les paramètres : %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.",
@@ -14,6 +18,8 @@
"seconds ago" : "à l'instant",
"Failed to dismiss notification" : "Impossible d'ignorer la notification",
"in {path}" : "dans {path}",
+ "You need to set up your email address before you can receive notification emails." : "Vous devez définir votre adresse courriel avant de pouvoir recevoir des courriels de notification.",
+ "Send email reminders about unhandled notifications after:" : "Envoyer des rappels par courriel à propos des notifications non prises en charge après :",
"Never" : "Jamais",
"1 hour" : "1 heure",
"3 hours" : "3 heures",
diff --git a/l10n/ig.js b/l10n/ig.js
new file mode 100644
index 0000000..efea433
--- /dev/null
+++ b/l10n/ig.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Hello %s" : "Ndeewo %s",
+ "Hello %s," : "Ndeewo %s",
+ "Notifications" : "Nziọkwà"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ig.json b/l10n/ig.json
new file mode 100644
index 0000000..da7804a
--- /dev/null
+++ b/l10n/ig.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Hello %s" : "Ndeewo %s",
+ "Hello %s," : "Ndeewo %s",
+ "Notifications" : "Nziọkwà"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file