[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2021-10-20 03:18:20 +00:00
Родитель f1cad50cdd
Коммит 04faafa2a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -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."
},

Просмотреть файл

@ -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);"