Approval.

This commit is contained in:
2025-03-19 14:00:16 +00:00
committed by md translation bot
parent 26d1fa3365
commit d00a827bab
24 changed files with 192 additions and 0 deletions

View File

@ -22,4 +22,12 @@ $measurement_type_set = array (
'length_frame' => 'Rahmen (Länge)',
'height_frame' => 'Rahmen (Höhe)',
'width_frame' => 'Rahmen (Breite)',
'length_min' => 'Länge (min.)',
'length_max' => 'Länge (max.)',
'height_min' => 'Höhe (min.)',
'height_max' => 'Höhe (max.)',
'width_min' => 'Breite (min.)',
'width_max' => 'Breite (max.)',
'diameter_min' => 'Durchmesser (min.)',
'diameter_max' => 'Durchmesser (max.)',
);