translation-value-sets/zh/units_length_set.php

11 lines
177 B
PHP
Raw Normal View History

2020-08-07 09:39:40 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$units_length_set = array (
'm' => '公尺',
'dm' => '分米',
'cm' => '公分',
'mm' => '公厘',
'ft' => 'ft',
'in' => 'inch',
);