Skip to content

Commit

Permalink
Update Dutch translation for BcMath (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos authored Nov 21, 2024
1 parent 43b9c29 commit 652adc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions releases/8.4/languages/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
'deprecated_attribute_description' => 'Het nieuwe <code>#[\Deprecated]</code> attribuut maakt PHP’s bestaand uitfaseringsmechanisme beschikbaar voor gebruiker gedefinieerde functies, methoden en klasseconstanten.',
'dom_additions_html5_title' => 'Nieuwe ext-dom functies en HTML5 ondersteuning',
'dom_additions_html5_description' => '<p>Nieuwe DOM API met correcte ondersteuning voor de HTML 5 standaard, oplossingen voor verschillende lang bestaande compliance bugs in the DOM functionaliteit, en verschillende nieuwe functies om het werken met documenten eenvoudiger te maken.</p><p>De nieuwe DOM API is beschikbaar via de <code>Dom</code> namespace. Documenten die de nieuwe API willen gebruiken, kunnen aangemaakt worden via de <code>Dom\HTMLDocument</code> en <code>Dom\XMLDocument</code> klassen.</p>',
'bcmath_title' => 'Object API voor BCMath',
'bcmath_description' => '<p>De nieuwe <code>BcMath\Number</code> klasse laat toe om op object-georiënteerde wijze, met standaard wiskundige operaties, te werken met arbitraire precisie getallen.</p><p>Deze objecten zijn niet muteerbaar en implementeren de <code>Stringable</code> interface, waardoor ze gebruikt kunnen worden in string contexten zoals <code>echo $num</code>.</p>',
'new_array_find_title' => 'Nieuwe <code>array_*()</code> functies',
'new_array_find_description' => 'Nieuwe functies <a href="/manual/en/function.array-find.php"><code>array_find()</code></a>, <a href="/manual/en/function.array-find-key.php"><code>array_find_key()</code></a>, <a href="/manual/en/function.array-any.php"><code>array_any()</code></a>, en <a href="/manual/en/function.array-all.php"><code>array_all()</code></a> zijn nu beschikbaar.',
'pdo_driver_specific_parsers_title' => 'PDO driver specifieke SQL parsers',
Expand Down

0 comments on commit 652adc6

Please sign in to comment.