32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Home Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used in home page.
|
|
|
|
|
*/
|
|
'home' => 'Beranda',
|
|
'welcome_message' => 'Selamat datang :name,',
|
|
'total_sell' => 'Total Penjualan',
|
|
'total_purchase' => 'Total Pembelian',
|
|
'invoice_due' => 'Faktur jatuh tempo',
|
|
'purchase_due' => 'Pembelian jatuh tempo',
|
|
'today' => 'Hari ini',
|
|
'this_week' => 'Minggu ini',
|
|
'this_month' => 'Bulan ini',
|
|
'this_fy' => 'Pembukuan Tahun ini',
|
|
'sells_last_30_days' => 'Penjualan 30 Hari Terakhir',
|
|
'sells_current_fy' => 'Pembukuan Penjualan Tahun Berjalan ',
|
|
'total_sells' => 'Total Penjualan (:currency)',
|
|
'product_stock_alert' => 'Peringatan Stok Produk',
|
|
'payment_dues' => 'Pembayaran jatuh tempo',
|
|
'due_amount' => 'Jumlah Jatuh Tempo',
|
|
'stock_expiry_alert' => 'Peringatan Stok Kadaluarsa',
|
|
'todays_profit' => 'Keuntungan hari ini',
|
|
];
|