diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-09 00:25:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-09 00:25:53 +0000 |
commit | a79dbf3a31f8127b5e12d978e8df90e764a5c3ec (patch) | |
tree | 5dcddb65280d5d25416c3bcfcec0d28eddbe5a76 /core/l10n/nl.js | |
parent | 734b11dc86c7f54eff7557271aba1e4530cbcc23 (diff) | |
download | nextcloud-server-a79dbf3a31f8127b5e12d978e8df90e764a5c3ec.tar.gz nextcloud-server-a79dbf3a31f8127b5e12d978e8df90e764a5c3ec.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/nl.js')
-rw-r--r-- | core/l10n/nl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/nl.js b/core/l10n/nl.js index ee8deca0132..5ffeb0ee090 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -29,7 +29,6 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Deze community release van Nextcloud wordt niet ondersteund en meldingen zijn beperkt", "Login" : "Inloggen", - "Please try again" : "Probeer a.u.b opnieuw", "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld", "Could not reset password because the token is expired" : "Kon wachtwoord niet resetten omdat de token verlopen is", "Could not reset password because the token is invalid" : "Kon wachtwoord niet resetten omdat de token ongeldig is", @@ -379,6 +378,7 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.", "This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.", + "Please try again" : "Probeer a.u.b opnieuw", "Please use the command line updater because updating via the browser is disabled in your config.php." : "Updaten via de browser is uitgeschakeld in config.php. Gebruik de command line updater.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP lijkt niet goed te zijn ingesteld voor opvragen systeemomgevingsvariabelen. De test met getenv(\"PATH\") gaf een leeg resultaat.", "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Lees de {linkstart}installatiedocumentatie ↗{linkend} voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.", |