diff --git a/cosmic-applet-notifications/i18n/de/cosmic_applet_notifications.ftl b/cosmic-applet-notifications/i18n/de/cosmic_applet_notifications.ftl new file mode 100644 index 00000000..6d56b1f3 --- /dev/null +++ b/cosmic-applet-notifications/i18n/de/cosmic_applet_notifications.ftl @@ -0,0 +1,13 @@ +hours-ago = { NUMBER($duration) -> + [1] Vor 1 Stunde + *[other] Vor {$duration} Stunden +} +minutes-ago = { NUMBER($duration) -> + [1] Vor 1 Minute + *[other] Vor {$duration} Minuten +} +show-more = Zeige {$more} Mehr +clear-all = Alle Benachrichtigungen leeren +do-not-disturb = Nicht stören +notification-settings = Benachrichtigungseinstellungen... +no-notifications = Keine Benachrichtigungen \ No newline at end of file