Files
translation-value-sets/de/object_form_set.php
2025-10-31 12:56:31 +00:00

14 lines
285 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'Würfel',
'cuboid' => 'Quader',
'sphere' => 'Kugel',
'cone' => 'Kegel',
'cylinder' => 'Zylinder',
'oval' => 'Oval',
'round' => 'Rund',
'square' => 'Quadratisch',
'rectangular' => 'Rechteckig',
);