added Chinese Traditional translation
This commit is contained in:
37
resources/lang/zh-TW/invoices.php
Normal file
37
resources/lang/zh-TW/invoices.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => '發票號碼',
|
||||
'invoice_date' => '發票日期',
|
||||
'total_price' => '總價',
|
||||
'due_date' => '到期日',
|
||||
'order_number' => '訂單編號',
|
||||
'bill_to' => '帳單收件人',
|
||||
|
||||
'quantity' => '數量',
|
||||
'price' => '售價',
|
||||
'sub_total' => '小計',
|
||||
'tax_total' => '稅額',
|
||||
'total' => '總計',
|
||||
|
||||
'item_name' => '項目名稱 | 項目名稱',
|
||||
|
||||
'payment_due' => '付款到期日',
|
||||
'paid' => '已付款',
|
||||
'histories' => '歷史記錄',
|
||||
'payments' => '付款方式',
|
||||
'add_payment' => '新增付款方式',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
|
||||
'status' => [
|
||||
'draft' => '草稿',
|
||||
'sent' => '已傳送',
|
||||
'viewed' => '已瀏覽',
|
||||
'approved' => '已批准',
|
||||
'partial' => '部分',
|
||||
'paid' => '已付款',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user