translation-value-sets/zh/units_weight_set.php

8 lines
119 B
PHP
Raw Normal View History

2020-08-07 10:13:47 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$units_weight_set = array (
't' => '吨',
'kg' => '公斤',
'g' => '公克',
);