You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
855 B

<?php
return [
// Labels
'report' => 'Laporan',
'sales' => 'Laponan Penjualan',
'view_report' => 'Lihat Laporan',
'sales_graph' => 'Grafik Penjualan',
'detail' => 'Detail Laporan',
'omzet' => 'Penjualan',
// Daily
'daily' => 'Laponan Harian: :date',
'today' => 'Hari Ini',
'view_daily' => 'Lihat Harian',
'view_daily_label' => 'Lihat Harian per',
// Monthly
'monthly' => 'Laponan Bulan :year_month',
'this_month' => 'Bulan Ini',
'view_monthly' => 'Lihat Bulanan',
'view_monthly_label' => 'Lihat Bulanan per',
// Yearly
'yearly' => 'Laponan Tahun :year',
'this_year' => 'Tahun Ini',
'view_yearly' => 'Lihat Tahunan',
'view_yearly_label' => 'Lihat Tahunan per',
];