updated translations
This commit is contained in:
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => '標記為已傳送',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
'all_invoices' => '登錄以查看所有發票',
|
||||
|
||||
'status' => [
|
||||
'draft' => '草稿',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => '成功傳送帳單郵件!',
|
||||
'marked_sent' => '成功標記帳單為已傳送!',
|
||||
'email_required' => '此客戶沒有電子郵件地址!',
|
||||
'draft' => '這是 <b>草稿</b> 發票, 在簽收後將反映在圖表上。',
|
||||
|
||||
'status' => [
|
||||
'created' => '創建於 :date',
|
||||
'send' => [
|
||||
'draft' => '未發送',
|
||||
'sent' => '發送於 :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => '等待付款',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
Reference in New Issue
Block a user