<?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:20:03
*/
return [
'ct' => 'カラットです',
'g' => 'グラムです',
'kg' => 'キログラムです',
'lb' => 'ポンドです',
'oz' => 'オンス',
];