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

17 lines
362 B
PHP
Raw Normal View History

2017-12-13 15:01:55 +03:00
<?php
return [
'allow_login' => '允許登入?',
'user_created' => '已建立使用者',
'error' => [
'email' => '此郵件已被使用。'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer 付款 :amount 為發票編號 :invoice_number',
'button' => '顯示',
],
2017-12-13 15:01:55 +03:00
];