Approval.
This commit is contained in:
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Koule',
|
'sphere' => 'Koule',
|
||||||
'cone' => 'Kužel',
|
'cone' => 'Kužel',
|
||||||
'cylinder' => 'Válec',
|
'cylinder' => 'Válec',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Kugel',
|
'sphere' => 'Kugel',
|
||||||
'cone' => 'Kegel',
|
'cone' => 'Kegel',
|
||||||
'cylinder' => 'Zylinder',
|
'cylinder' => 'Zylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Rund',
|
||||||
|
'square' => 'Quadratisch',
|
||||||
|
'rectangular' => 'Rechteckig',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'गोला',
|
'sphere' => 'गोला',
|
||||||
'cone' => 'कोन',
|
'cone' => 'कोन',
|
||||||
'cylinder' => 'सिलेंडर',
|
'cylinder' => 'सिलेंडर',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$conservation_report_type_set = array (
|
$conservation_report_type_set = array (
|
||||||
'damage' => 'Sérülés',
|
'damage' => 'Sérülés',
|
||||||
'conservation' => 'Megőrzés',
|
'conservation' => 'Konzerválás',
|
||||||
'condition' => 'Állapot',
|
'condition' => 'Állapot',
|
||||||
'restoration' => 'Restaurálás',
|
'restoration' => 'Restaurálás',
|
||||||
'other_report' => 'Egyéb beszámoló',
|
'other_report' => 'Egyéb beszámoló',
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'gömb',
|
'sphere' => 'gömb',
|
||||||
'cone' => 'kúp',
|
'cone' => 'kúp',
|
||||||
'cylinder' => 'henger',
|
'cylinder' => 'henger',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'sfera',
|
'sphere' => 'sfera',
|
||||||
'cone' => 'cono',
|
'cone' => 'cono',
|
||||||
'cylinder' => 'cilindro',
|
'cylinder' => 'cilindro',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'ಗೋಳ',
|
'sphere' => 'ಗೋಳ',
|
||||||
'cone' => 'ಕೋನ್',
|
'cone' => 'ಕೋನ್',
|
||||||
'cylinder' => 'ಸಿಲಿಂಡರ್',
|
'cylinder' => 'ಸಿಲಿಂಡರ್',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Сфера',
|
'sphere' => 'Сфера',
|
||||||
'cone' => 'Конус',
|
'cone' => 'Конус',
|
||||||
'cylinder' => 'Цилиндр',
|
'cylinder' => 'Цилиндр',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'கோளம்',
|
'sphere' => 'கோளம்',
|
||||||
'cone' => 'கூம்பு',
|
'cone' => 'கூம்பு',
|
||||||
'cylinder' => 'சிலிண்டர்',
|
'cylinder' => 'சிலிண்டர்',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'గోళము',
|
'sphere' => 'గోళము',
|
||||||
'cone' => 'కోన్',
|
'cone' => 'కోన్',
|
||||||
'cylinder' => 'సిలెండర్',
|
'cylinder' => 'సిలెండర్',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Сфера',
|
'sphere' => 'Сфера',
|
||||||
'cone' => 'Конус',
|
'cone' => 'Конус',
|
||||||
'cylinder' => 'Циліндр',
|
'cylinder' => 'Циліндр',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -6,4 +6,8 @@ $object_form_set = array (
|
|||||||
'sphere' => 'Sphere',
|
'sphere' => 'Sphere',
|
||||||
'cone' => 'Cone',
|
'cone' => 'Cone',
|
||||||
'cylinder' => 'Cylinder',
|
'cylinder' => 'Cylinder',
|
||||||
|
'oval' => 'Oval',
|
||||||
|
'round' => 'Round',
|
||||||
|
'square' => 'Square',
|
||||||
|
'rectangular' => 'Rectangular',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user