1
0

de.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentare",
  5. "You commented" : "Von Dir kommentiert",
  6. "%1$s commented" : "%1$s kommentierte",
  7. "{author} commented" : "{author} kommentierte",
  8. "You commented on %1$s" : "Du hast %1$s kommentiert",
  9. "You commented on {file}" : "Du hast {file} kommentiert",
  10. "%1$s commented on %2$s" : "%1$s kommentierte %2$s",
  11. "{author} commented on {file}" : "{author} hat {file} kommentiert",
  12. "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
  13. "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",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt ",
  15. "Files app plugin to add comments to files" : "Ein Plugin für die Dateien-App zum Kommentieren von Dateien",
  16. "Edit comment" : "Kommentar bearbeiten",
  17. "Delete comment" : "Kommentar löschen",
  18. "New comment …" : "Neuer Kommentar …",
  19. "Post" : "Speichern",
  20. "Cancel" : "Abbrechen",
  21. "[Deleted user]" : "[Gelöschter Benutzer]",
  22. "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginne die Diskussion!",
  23. "More comments …" : "Weitere Kommentare…",
  24. "Save" : "Speichern",
  25. "Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
  27. "Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
  28. "Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten",
  29. "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 neuer Kommentar","[unread] neue Kommentare"],
  31. "Comment" : "Kommentar",
  32. "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",
  33. "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt "
  34. },
  35. "nplurals=2; plural=(n != 1);");