translation-value-sets/de/object_form_set.php
2023-01-23 21:37:48 +00:00

12 lines
210 B
PHP

<?PHP
declare(strict_types = 1);
array (
'object_form_set' =>
array (
'cube' => 'Würfel',
'cuboid' => 'Quader',
'sphere' => 'Kugel',
'cone' => 'Kegel',
'cylinder' => 'Zylinder',
),
)