1
0

de.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Kommentar bearbeiten",
  5. "Delete comment" : "Kommentar löschen",
  6. "New comment …" : "Neuer Kommentar …",
  7. "Post" : "Speichern",
  8. "Cancel" : "Abbrechen",
  9. "[Deleted user]" : "[Gelöschter Benutzer]",
  10. "Comments" : "Kommentare",
  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. "You commented" : "Von Dir kommentiert",
  21. "%1$s commented" : "%1$s kommentierte",
  22. "{author} commented" : "{author} kommentierte",
  23. "You commented on %1$s" : "Du hast %1$s kommentiert",
  24. "You commented on {file}" : "Du hast {file} kommentiert",
  25. "%1$s commented on %2$s" : "%1$s kommentierte %2$s",
  26. "{author} commented on {file}" : "{author} hat {file} kommentiert",
  27. "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
  28. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"{file}\" von einem bereits gelöschten Nutzer erwähnt",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ",
  30. "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
  31. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"%s\" von einem bereits gelöschten Nutzer erwähnt",
  32. "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt "
  33. },
  34. "nplurals=2; plural=(n != 1);");