updated translations
This commit is contained in:
@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => '成功標記帳單為已收到!',
|
||||
'draft' => '這是 <b>草稿</b> 帳單, 在簽收後將反映在圖表上。',
|
||||
|
||||
'status' => [
|
||||
'created' => '創建於 :date',
|
||||
'receive' => [
|
||||
'draft' => '未發送',
|
||||
'received' => '簽收於 :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => '等待付款',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user