translation-value-sets/zh/units_weight_set.php

10 lines
143 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);
array (
'units_weight_set' =>
array (
't' => '吨',
'kg' => '公斤',
'g' => '公克',
),
)