New translations cachet.php (Dutch)

This commit is contained in:
Cachet Bot
2019-01-07 13:30:22 +00:00
parent 94161499b4
commit c6dc5f0d77

View File

@@ -23,8 +23,8 @@ return [
'group' => [
'other' => 'Andere componenten',
],
'select_all' => 'Select All',
'deselect_all' => 'Deselect All',
'select_all' => 'Alles selecteren',
'deselect_all' => 'Alles deselecteren',
],
// Incidents
@@ -77,15 +77,15 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe',
'subscribe' => 'Abonneer je op statuswijzigingen en incident updates',
'unsubscribe' => 'Abonnement opzeggen',
'button' => 'Abonneren',
'manage_subscription' => 'Manage subscription',
'manage_subscription' => 'Abonnement beheren',
'manage' => [
'notifications' => 'Notificaties',
'notifications_for' => 'Manage notifications for',
'notifications_for' => 'Beheer meldingen voor',
'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.',
'update_subscription' => 'Update Subscription',
'update_subscription' => 'Abonnement bijwerken',
'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.',
'manage_at_link' => 'Beheer uw abonnementen op: link',
],