Update entities.php
This commit is contained in:
		
							parent
							
								
									39e7ac1c15
								
							
						
					
					
						commit
						244c5a3ebb
					
				| 
						 | 
					@ -218,8 +218,19 @@ return [
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Comments
 | 
					     * Comments
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    'comment' => 'Commentaar',
 | 
					    'comment' => 'Reactie',
 | 
				
			||||||
    'comments' => 'Commentaren',
 | 
					    'comments' => 'Reacties',
 | 
				
			||||||
    'comment_placeholder' => 'Vul hier uw reacties in',
 | 
					    'comment_placeholder' => 'Laat hier een reactie achter',
 | 
				
			||||||
    'comment_save' => 'Opslaan opslaan',
 | 
					    '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',
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
		Loading…
	
		Reference in New Issue