nextcloud/apps/comments/l10n/de.js

27 lines
1.4 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-03-10 09:55:35 +03:00
"Type in a new comment..." : "Bitte gib einen neuen Kommentar ein...",
2016-02-17 09:56:11 +03:00
"Delete comment" : "Kommentar löschen",
2016-02-25 09:58:06 +03:00
"Post" : "Speichern",
2016-02-17 09:56:11 +03:00
"Cancel" : "Abbrechen",
2016-02-25 09:58:06 +03:00
"Edit comment" : "Kommentar bearbeiten",
2016-02-17 09:56:11 +03:00
"[Deleted user]" : "[Gelöschter Benutzer]",
2016-05-10 10:30:51 +03:00
"Comments" : "Kommentare",
2016-03-10 09:55:35 +03:00
"No other comments available" : "Keine anderen Kommentare vorhanden",
2016-02-25 09:58:06 +03:00
"More comments..." : "Weitere Kommentare...",
2016-02-17 09:56:11 +03:00
"Save" : "Speichern",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
2016-06-26 08:55:53 +03:00
"Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
"Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
"Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten",
2016-02-25 09:58:06 +03:00
"{count} unread comments" : "{count} ungelesene Kommentare",
2016-05-10 10:30:51 +03:00
"Comment" : "Kommentar",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentare</strong> für Dateien<em>(immer im Stream aufgelistet)</em>",
2016-07-07 11:58:00 +03:00
"You commented" : "Kommentar hinzugefügt",
2016-05-10 10:30:51 +03:00
"%1$s commented" : "%1$s kommentierte",
2016-07-08 03:09:25 +03:00
"You commented on %2$s" : "Du hast %2$s kommentiert",
2016-05-10 10:30:51 +03:00
"%1$s commented on %2$s" : "%1$s kommentierte %2$s"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");