N°7686 - Update Dutch translations (#657)

This commit is contained in:
Thomas Casteleyn
2024-07-24 09:01:12 +02:00
committed by GitHub
parent 089da40941
commit a3a0f33ad4
27 changed files with 351 additions and 333 deletions

View File

@@ -6,11 +6,12 @@
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'UI:Component:Input:ChangeNotAllowed' => 'This change is not allowed~~',
'UI:Component:Input:ChangeNotAllowed' => 'Deze aanpassing is niet toegestaan',
'UI:Component:Input:Password:DoesNotMatch' => 'Wachtwoorden komen niet overeen',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) required~~',
'UI:Component:Input:Set:MinimumItems' => 'Minimum %1$s item(s) verplicht',
]);