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
diff options
context:
space:
mode:
-rw-r--r--l10n/fr.js3
-rw-r--r--l10n/fr.json3
-rw-r--r--l10n/ru.js3
-rw-r--r--l10n/ru.json3
4 files changed, 12 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 355e3ee..ec26cda 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Failed to perform action" : "Échec lors de la réalisation de l'action",
+ "Failed to dismiss notification" : "Impossible d'ignorer la notification",
+ "Failed to dismiss all notifications" : "Impossible d'ignorer toutes les notifications",
"in {path}" : "dans {path}",
"Notifications" : "Notifications",
"No notifications" : "Aucune notification",
diff --git a/l10n/fr.json b/l10n/fr.json
index f9f3642..3439f6f 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Failed to perform action" : "Échec lors de la réalisation de l'action",
+ "Failed to dismiss notification" : "Impossible d'ignorer la notification",
+ "Failed to dismiss all notifications" : "Impossible d'ignorer toutes les notifications",
"in {path}" : "dans {path}",
"Notifications" : "Notifications",
"No notifications" : "Aucune notification",
diff --git a/l10n/ru.js b/l10n/ru.js
index 118fead..1732f80 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Failed to perform action" : "Не удалось выполнить задание",
+ "Failed to dismiss notification" : "Не удалось отменить напоминание",
+ "Failed to dismiss all notifications" : "Не удалось отменить все напоминания",
"in {path}" : "в {path}",
"Notifications" : "Уведомления",
"No notifications" : "Уведомлений нет",
diff --git a/l10n/ru.json b/l10n/ru.json
index 0dba166..446c466 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Failed to perform action" : "Не удалось выполнить задание",
+ "Failed to dismiss notification" : "Не удалось отменить напоминание",
+ "Failed to dismiss all notifications" : "Не удалось отменить все напоминания",
"in {path}" : "в {path}",
"Notifications" : "Уведомления",
"No notifications" : "Уведомлений нет",