From c6dc5f0d77b22a0b3133def484536d236220e6c7 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 7 Jan 2019 13:30:22 +0000 Subject: [PATCH] New translations cachet.php (Dutch) --- resources/lang/nl-NL/cachet.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php index d716d4bb..95130961 100644 --- a/resources/lang/nl-NL/cachet.php +++ b/resources/lang/nl-NL/cachet.php @@ -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', ],