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

14 lines
281 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'Krychle',
'cuboid' => 'Kvádr',
'sphere' => 'Koule',
'cone' => 'Kužel',
'cylinder' => 'Válec',
'oval' => 'Oval',
'round' => 'Round',
'square' => 'Square',
'rectangular' => 'Rectangular',
);