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:
authorNextcloud bot <bot@nextcloud.com>2021-10-20 06:18:24 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-20 06:18:24 +0300
commite7d28f6a1228ba0ec85c8dc95280a5c683d5a455 (patch)
treeaea56d36d10732e08596755a219d3aabed35c3d7
parentb6167abff90e02d6b38c0e8c66fff23fb3647d30 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/de.js9
-rw-r--r--l10n/de.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
index e26f25c..0c79e2c 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hallo %s",
+ "Hello %s," : "Hallo, %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["%n neue Benachrichtigung für %s","%n neue Benachrichtigungen für %s"],
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du hast eine neue Benachrichtigungen für %s","Du hast %n neue Benachrichtigungen für %s"],
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kannst in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
"You can change the frequency of these emails or disable them in the settings: %s" : "Du kannst in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
@@ -18,6 +21,12 @@ OC.L10N.register(
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
"in {path}" : "in {path}",
"You need to set up your email address before you can receive notification emails." : "Bevor Du E-Mail-Benachrichtigungen empfangen kannst, musst Du Deine E-Mail-Adresse einrichten.",
+ "Send email reminders about unhandled notifications after:" : "E-Mail-Erinnerungen für unbearbeitete Benachrichtigungen senden nach:",
+ "Never" : "Niemals",
+ "1 hour" : "1 Stunde",
+ "3 hours" : "3 Stunden",
+ "1 day" : "1 Tag",
+ "1 week" : "1 Woche",
"Your settings have been updated." : "Deine Einstellungen wurden aktualisiert.",
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Deiner Einstellungen."
},
diff --git a/l10n/de.json b/l10n/de.json
index 5b9cd46..cd485fd 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Hello %s" : "Hallo %s",
+ "Hello %s," : "Hallo, %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["%n neue Benachrichtigung für %s","%n neue Benachrichtigungen für %s"],
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du hast eine neue Benachrichtigungen für %s","Du hast %n neue Benachrichtigungen für %s"],
"You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kannst in den <a href=\"%s\">Einstellungen</a> die Häufigkeit dieser E-Mails ändern oder sie deaktivieren",
"You can change the frequency of these emails or disable them in the settings: %s" : "Du kannst in den Einstellungen die Häufigkeit dieser E-Mails ändern oder sie deaktivieren: %s",
@@ -16,6 +19,12 @@
"Failed to dismiss notification" : "Benachrichtigung konnte nicht verworfen werden",
"in {path}" : "in {path}",
"You need to set up your email address before you can receive notification emails." : "Bevor Du E-Mail-Benachrichtigungen empfangen kannst, musst Du Deine E-Mail-Adresse einrichten.",
+ "Send email reminders about unhandled notifications after:" : "E-Mail-Erinnerungen für unbearbeitete Benachrichtigungen senden nach:",
+ "Never" : "Niemals",
+ "1 hour" : "1 Stunde",
+ "3 hours" : "3 Stunden",
+ "1 day" : "1 Tag",
+ "1 week" : "1 Woche",
"Your settings have been updated." : "Deine Einstellungen wurden aktualisiert.",
"An error occurred while updating your settings." : "Fehler beim Aktualisieren Deiner Einstellungen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"