<?php
/**
* Lang.php
*
* @copyright 2023 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2023-09-09 09:09:09
* @modified 2023-12-12 07:18:57
*/
return [
'ct' => 'cramer',
'g' => 'g',
'kg' => 'kg',
'lb' => 'libbre',
'oz' => 'once',
];