de.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentare",
  5. "New comment …" : "Neuer Kommentar ...",
  6. "Delete comment" : "Kommentar löschen",
  7. "Post" : "Speichern",
  8. "Cancel" : "Abbrechen",
  9. "Edit comment" : "Kommentar bearbeiten",
  10. "[Deleted user]" : "[Gelöschter Benutzer]",
  11. "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginne die Diskussion!",
  12. "More comments …" : "Weitere Kommentare ...",
  13. "Save" : "Speichern",
  14. "Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
  15. "Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
  16. "Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
  17. "Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten",
  18. "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
  19. "Comment" : "Kommentar",
  20. "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
  21. "You commented" : "Von Dir kommentiert",
  22. "%1$s commented" : "%1$s kommentiert",
  23. "You commented on %2$s" : "Du hast %2$s kommentiert",
  24. "%1$s commented on %2$s" : "%1$s kommentierte %2$s",
  25. "Type in a new comment..." : "Neuen Kommentar eingeben...",
  26. "No other comments available" : "Keine weiteren Kommentare vorhanden",
  27. "More comments..." : "Weitere Kommentare...",
  28. "{count} unread comments" : "{count} ungelesene Kommentare"
  29. },
  30. "nplurals=2; plural=(n != 1);");