From b5884c98a178cf4f47b85079d8cc2563712ac716 Mon Sep 17 00:00:00 2001 From: crowdin Date: Fri, 9 Aug 2024 15:27:31 +0000 Subject: [PATCH] New translations settings.php (Dutch) [ci skip] --- modules/Admin/Language/nl/Settings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/Admin/Language/nl/Settings.php b/modules/Admin/Language/nl/Settings.php index bd3c9e56..71224ca4 100644 --- a/modules/Admin/Language/nl/Settings.php +++ b/modules/Admin/Language/nl/Settings.php @@ -17,9 +17,9 @@ return [ 'site_icon_hint' => 'Site icons are what you see on your browser tabs, bookmarks bar, and when you add a website as a shortcut on mobile devices.', 'site_icon_helper' => 'Icon must be squared and at least 512px wide and tall.', 'site_name' => 'Naam van site', - 'site_description' => 'Site description', + 'site_description' => 'Site beschrijving', 'submit' => 'Opslaan', - 'editSuccess' => 'Instance has been updated successfully!', + 'editSuccess' => 'Instantie is succesvol bijgewerkt!', 'deleteIconSuccess' => 'Site icon has been remove successfully!', ], 'images' => [ @@ -32,12 +32,12 @@ return [ 'title' => 'Huishouden', 'subtitle' => 'Runs various housekeeping tasks. Use this feature if you ever encounter issues with media files or data integrity. These tasks may take a while.', 'reset_counts' => 'Reset counts', - 'reset_counts_helper' => 'This option will recalculate and reset all data counts (number of followers, posts, comments, …).', - 'rewrite_media' => 'Rewrite media metadata', + 'reset_counts_helper' => 'Deze optie zal alle gegevensaantallen herberekenen en resetten (aantal volgers, berichten, opmerkingen, …).', + 'rewrite_media' => 'Herschrijf mediametagegevens', 'rewrite_media_helper' => 'This option will delete all superfluous media files and recreate them (images, audio files, transcripts, chapters, …)', - 'rename_episodes_files' => 'Rename episode audio files', + 'rename_episodes_files' => 'Hernoem audiobestanden voor aflevering', 'rename_episodes_files_hint' => 'This option will rename all episodes audio files to a random string of characters. Use this if one of your private episodes link was leaked as this will effectively hide it.', - 'clear_cache' => 'Clear all cache', + 'clear_cache' => 'Alle cache wissen', 'clear_cache_helper' => 'This option will flush redis cache or writable/cache files.', 'run' => 'Run housekeeping', 'runSuccess' => 'Housekeeping has been run successfully!',