]> BookStack Code Mirror - bookstack/commitdiff
Update entities.php 510/head
authorsanderdw <redacted>
Thu, 14 Sep 2017 19:43:47 +0000 (21:43 +0200)
committerGitHub <redacted>
Thu, 14 Sep 2017 19:43:47 +0000 (21:43 +0200)
resources/lang/nl/entities.php

index a882294f1493d13810f7dba96b32a5dcd306e1eb..7d2f6ee75dabee910aa8d841c07d0bb1d3db8407 100644 (file)
@@ -218,8 +218,19 @@ return [
     /**
      * Comments
      */
-    'comment' => 'Commentaar',
-    'comments' => 'Commentaren',
-    'comment_placeholder' => 'Vul hier uw reacties in',
-    'comment_save' => 'Opslaan opslaan',
-];
\ No newline at end of file
+    'comment' => 'Reactie',
+    'comments' => 'Reacties',
+    'comment_placeholder' => 'Laat hier een reactie achter',
+    'comment_count' => '{0} Geen reacties|{1} 1 Reactie|[2,*] :count Reacties',
+    'comment_save' => 'Sla reactie op',
+    'comment_saving' => 'Opslaan van reactie...',
+    'comment_deleting' => 'Verwijderen van reactie...',
+    'comment_new' => 'Nieuwe reactie',
+    'comment_created' => 'reactie gegeven :createDiff',
+    'comment_updated' => 'Update :updateDiff door :username',
+    'comment_deleted_success' => 'Reactie verwijderd',
+    'comment_created_success' => 'Reactie toegevoegd',
+    'comment_updated_success' => 'Reactie bijgewerkt',
+    'comment_delete_confirm' => 'Zeker reactie verwijderen?',
+    'comment_in_reply_to' => 'Antwoord op :commentId',
+];