From 9b68eb3e4c78ccc766227616811cbc6f50d77b89 Mon Sep 17 00:00:00 2001 From: crowdin Date: Fri, 9 Aug 2024 15:27:56 +0000 Subject: [PATCH] New translations platforms.php (Dutch) [ci skip] --- modules/Admin/Language/nl/Platforms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Admin/Language/nl/Platforms.php b/modules/Admin/Language/nl/Platforms.php index 67f69651..1545a774 100644 --- a/modules/Admin/Language/nl/Platforms.php +++ b/modules/Admin/Language/nl/Platforms.php @@ -24,7 +24,7 @@ return [ 'social' => 'Jouw ID', 'funding' => 'Your CTA', ], - 'your_cta' => 'Your call to action', + 'your_cta' => 'Uw oproep tot actie', 'visible' => 'Display in podcast homepage?', 'on_embed' => 'Display on embeddable player?', 'remove' => '{platformName} verwijderen', @@ -38,6 +38,6 @@ return [ 'description' => [ 'podcasting' => 'The podcast ID on this platform', 'social' => 'The podcast account ID on this platform', - 'funding' => 'Call to action message', + 'funding' => 'Oproep tot actie bericht', ], ];