diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-06 02:19:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-06 02:19:47 +0000 |
commit | 926138801cf5ff9147143d19204b6338fc89b48c (patch) | |
tree | a51fce65190cbace3d32a0e17bd936b62d7ac686 /apps/comments | |
parent | 503fd6aea30f6a9bf6fadb1bcd70d614cc4b96df (diff) | |
download | nextcloud-server-926138801cf5ff9147143d19204b6338fc89b48c.tar.gz nextcloud-server-926138801cf5ff9147143d19204b6338fc89b48c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/nl.js | 7 | ||||
-rw-r--r-- | apps/comments/l10n/nl.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 7dd97836ad3..f46094f821d 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -15,12 +15,19 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", "Edit comment" : "Bewerk reactie", "Delete comment" : "Verwijder reactie", + "Cancel edit" : "Annuleer bewerking", + "Post comment" : "Plaats reactie", "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", + "No more messages" : "Geen berichten meer", "Retry" : "Opnieuw proberen", + "Unable to load the comments list" : "Kan reactielijst niet laden", "_%n unread comment_::_%n unread comments_" : ["%n ongelezen reactie","%n ongelezen reacties"], "_1 new comment_::_{unread} new comments_" : ["1 nieuwe reactie","{unread} nieuwe reacties"], "Comment" : "Reactie", + "An error occurred while trying to edit the comment" : "Er trad een fout op bij het bewerken van de reactie", "Comment deleted" : "Reactie verwijderd", + "An error occurred while trying to delete the comment" : "Er trad een fout op bij het verwijderen van de reactie", + "An error occurred while trying to create the comment" : "Er trad een fout op bij het creëren van de reactie", "New comment …" : "Nieuwe reactie ...", "Post" : "Reageer", "Cancel" : "Annuleren", diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json index 45eb4c79d00..cbbb774c8f8 100644 --- a/apps/comments/l10n/nl.json +++ b/apps/comments/l10n/nl.json @@ -13,12 +13,19 @@ "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", "Edit comment" : "Bewerk reactie", "Delete comment" : "Verwijder reactie", + "Cancel edit" : "Annuleer bewerking", + "Post comment" : "Plaats reactie", "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", + "No more messages" : "Geen berichten meer", "Retry" : "Opnieuw proberen", + "Unable to load the comments list" : "Kan reactielijst niet laden", "_%n unread comment_::_%n unread comments_" : ["%n ongelezen reactie","%n ongelezen reacties"], "_1 new comment_::_{unread} new comments_" : ["1 nieuwe reactie","{unread} nieuwe reacties"], "Comment" : "Reactie", + "An error occurred while trying to edit the comment" : "Er trad een fout op bij het bewerken van de reactie", "Comment deleted" : "Reactie verwijderd", + "An error occurred while trying to delete the comment" : "Er trad een fout op bij het verwijderen van de reactie", + "An error occurred while trying to create the comment" : "Er trad een fout op bij het creëren van de reactie", "New comment …" : "Nieuwe reactie ...", "Post" : "Reageer", "Cancel" : "Annuleren", |