nextcloud/apps/comments/l10n/de_DE.js

40 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-17 07:56:11 +01:00
OC.L10N.register(
"comments",
{
2016-10-18 02:06:51 +02:00
"Comments" : "Kommentare",
2016-10-28 02:07:11 +02:00
"Unknown user" : "Unbekannter Benutzer",
2016-09-02 02:09:11 +02:00
"New comment …" : "Neuer Kommentar ...",
2016-02-25 07:58:06 +01:00
"Delete comment" : "Kommentar löschen",
"Post" : "Speichern",
2016-02-17 07:56:11 +01:00
"Cancel" : "Abbrechen",
2016-02-25 07:58:06 +01:00
"Edit comment" : "Kommentar bearbeiten",
"[Deleted user]" : "[gelöschter Benutzer]",
2016-09-02 02:09:11 +02:00
"No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!",
"More comments …" : "Weitere Kommentare ...",
2016-02-17 07:56:11 +01:00
"Save" : "Speichern",
2016-02-25 07:58:06 +01:00
"Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt",
2016-06-26 07:55:53 +02: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-09-30 02:08:13 +02:00
"_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"],
2016-05-10 09:30:51 +02:00
"Comment" : "Kommentar",
2016-07-09 02:09:16 +02:00
"You commented" : "Sie haben kommentiert",
2016-08-04 02:11:51 +02:00
"%1$s commented" : "%1$s kommentierte",
2016-11-26 02:06:57 +01:00
"{author} commented" : "{author} kommentiert",
"You commented on %1$s" : "Sie haben %1$s kommentiert",
"You commented on {file}" : "Sie haben {file} kommentiert",
2016-08-13 02:13:29 +02:00
"%1$s commented on %2$s" : "%1$s kommentierte %2$s",
2016-11-26 02:06:57 +01:00
"{author} commented on {file}" : "{author} hat {file} kommentiert",
"<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien",
2016-11-29 18:03:24 +01:00
"A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Nutzer erwähnt Sie in einem Kommentar zu \"%s\"",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Nutzer erwähnt Sie in einem Kommentar zu “{file}”",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s erwähnt Sie in einem Kommentar zu “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} erwähnt Sie in einem Kommentar zu “{file}”",
2016-09-01 02:09:24 +02:00
"Type in a new comment..." : "Neuen Kommentar eingeben...",
"No other comments available" : "Keine weiteren Kommentare verfügbar",
2016-09-29 02:07:08 +02:00
"More comments..." : "Weitere Kommentare...",
2016-11-26 02:06:57 +01:00
"{count} unread comments" : "[count] ungelesene Kommentare",
"You commented on %2$s" : "Sie haben %2$s kommentiert"
2016-02-17 07:56:11 +01:00
},
"nplurals=2; plural=(n != 1);");