akaunting/resources/lang/zh-CN/customers.php

12 lines
196 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'allow_login' => '允许登录?',
'user_created' => '用户创建成功',
'error' => [
'email' => '邮箱已注册'
]
];