Approval.

This commit is contained in:
2022-12-14 00:17:55 +00:00
committed by md translation bot
parent 2305d2c78b
commit 5b72321de7
40 changed files with 200 additions and 0 deletions

6
de/object_form_set.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
$object_form_set['cube'] = 'Würfel';
$object_form_set['cuboid'] = 'Rechteckig';
$object_form_set['sphere'] = 'Kugel';
$object_form_set['cone'] = 'Kegel';
$object_form_set['cylinder'] = 'Zylinder';