TaoLer/app/index/lang/zh-tw.php
2020-11-01 18:13:05 +08:00

9 lines
208 B
PHP

<?php
return [
'data type error' => '数据类型错误',
'add success' => '添加成功',
'add error' => '添加失敗',
'edit success' => '修改成功',
'edit error' => '修改失敗',
];