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

17 lines
360 B
PHP
Raw Normal View History

2018-09-12 16:18:47 +03:00
<?php
return [
'allow_login' => '允许登录?',
'user_created' => '用户创建成功',
'error' => [
'email' => '邮箱已注册'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2018-09-12 16:18:47 +03:00
];