dashboard.php 1014 Bytes
<?php

return [

    'total_incomes'             => 'Total Pendapatan',
    'receivables'               => 'Piutang',
    'open_invoices'             => 'Membuka Faktur',
    'overdue_invoices'          => 'Faktur yang telah lewat',
    'total_expenses'            => 'Total Biaya',
    'payables'                  => 'Hutang',
    'open_bills'                => 'Membuka tagihan',
    'overdue_bills'             => 'Tagihan terlambat',
    'total_profit'              => 'Total keuntungan',
    'open_profit'               => 'Membuka Keuntungan',
    'overdue_profit'            => 'Keuntungan jatuh tempo',
    'cash_flow'                 => 'Arus kas',
    'no_profit_loss'            => 'Tidak ada Rugi Laba',
    'incomes_by_category'       => 'Pendapatan menurut Kategori',
    'expenses_by_category'      => 'Biaya Berdasarkan Kategori',
    'account_balance'           => 'Saldo rekening',
    'latest_incomes'            => 'Pendapatan Terbaru',
    'latest_expenses'           => 'Biaya Terakhir',

];