nextcloud/apps/comments/l10n/nl.json

24 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2016-02-25 09:58:06 +03:00
"Delete comment" : "Verwijder reactie",
"Post" : "Reageer",
2016-02-17 09:56:11 +03:00
"Cancel" : "Annuleren",
2016-02-25 09:58:06 +03:00
"Edit comment" : "Bewerk reactie",
"[Deleted user]" : "[Verwijderde gebruiker]",
2016-05-10 10:30:51 +03:00
"Comments" : "Reacties",
2016-03-04 09:55:53 +03:00
"Save" : "Opslaan",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "{count} van de {max} toegestane tekens",
2016-06-29 12:52:18 +03:00
"Error occurred while retrieving comment with id {id}" : "Er trad een fout op bij het ophalen van reactie met id {id}",
"Error occurred while updating comment with id {id}" : "Er trad een fout op bij het bijwerken van reactie met id {id}",
2016-07-06 16:28:06 +03:00
"Error occurred while posting comment" : "Er trad een fout op bij plaatsen reactie",
2016-02-25 09:58:06 +03:00
"{count} unread comments" : "{count} ongelezen reacties",
2016-05-10 10:30:51 +03:00
"Comment" : "Reactie",
2016-09-01 03:09:24 +03:00
"<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden",
2016-07-06 16:28:06 +03:00
"You commented" : "Je reageerde",
2016-05-10 10:30:51 +03:00
"%1$s commented" : "%1$s heeft gereageerd",
2016-07-06 16:28:06 +03:00
"You commented on %2$s" : "Je reageerde op %2$s",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s",
"Type in a new comment..." : "Type een nieuwe reactie...",
"No other comments available" : "Geen andere reacties beschikbaar",
"More comments..." : "Meer reacties..."
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}