From cf4381b7ff6c3a119f675ccfc532d07b50ed11a0 Mon Sep 17 00:00:00 2001 From: crowdin Date: Fri, 9 Aug 2024 15:27:51 +0000 Subject: [PATCH] New translations install.php (Dutch) [ci skip] --- modules/Admin/Language/nl/Install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/Admin/Language/nl/Install.php b/modules/Admin/Language/nl/Install.php index cfd92f3f..48bb2f25 100644 --- a/modules/Admin/Language/nl/Install.php +++ b/modules/Admin/Language/nl/Install.php @@ -13,7 +13,7 @@ return [ 'manual_config_subtitle' => 'Create a `.env` file with your settings and refresh the page to continue installation.', 'form' => [ - 'instance_config' => 'Instance configuration', + 'instance_config' => 'Instantie configuratie', 'hostname' => 'Hostnaam', 'media_base_url' => 'Media base URL', 'media_base_url_hint' => @@ -24,17 +24,17 @@ return [ 'auth_gateway' => 'Auth gateway', 'auth_gateway_hint' => 'The route to access the authentication pages (eg. https://example.com/cp-auth). It is set by default as cp-auth, we recommend you change it for security reasons.', - 'database_config' => 'Database configuration', + 'database_config' => 'Databaseconfiguratie', 'database_config_hint' => 'Castopod needs to connect to your MySQL (or MariaDB) database. If you do not have these required info, please contact your server administrator.', 'db_hostname' => 'Database hostname', 'db_name' => 'Databasenaam', 'db_username' => 'Database username', - 'db_password' => 'Database password', + 'db_password' => 'Database wachtwoord', 'db_prefix' => 'Database prefix', 'db_prefix_hint' => "The prefix of the Castopod table names, leave as is if you don't know what it means.", - 'cache_config' => 'Cache configuration', + 'cache_config' => 'Cache-configuratie', 'cache_config_hint' => 'Choose your preferred cache handler. Leave it as the default value if you have no clue what it means.', 'cache_handler' => 'Cache handler', @@ -54,7 +54,7 @@ return [ 'createSuperAdminSuccess' => 'Your superadmin account has been created successfully. Login to start podcasting!', 'databaseConnectError' => - 'Castopod could not connect to your database. Edit your database configuration and try again.', + 'Castopod kon geen verbinding maken met uw database. Bewerk uw databaseconfiguratie en probeer het opnieuw.', 'writeError' => "Couldn't create/write the `.env` file. You must create it manually by following the `.env.example` file template in the Castopod package.", ],