2019-01-10 12:48:48 +03:00

25 lines
1011 B
PHP

<?php
return [
'total_incomes' => '총 수입',
'receivables' => '미수금',
'open_invoices' => '오픈된 청구서',
'overdue_invoices' => '기한이 지난 청구서',
'total_expenses' => '총 비용',
'payables' => '외상매입금',
'open_bills' => '오픈된 계산서',
'overdue_bills' => '기한이 지난 계산서',
'total_profit' => '총 이익',
'open_profit' => '오픈된 이익',
'overdue_profit' => '기한이 지난 이익',
'cash_flow' => '현금 흐름',
'no_profit_loss' => '손익이 없음',
'incomes_by_category' => '카테고리별 수입',
'expenses_by_category' => '카테고리별 비용',
'account_balance' => '잔액',
'latest_incomes' => '최근 수입',
'latest_expenses' => '최근 비용',
];