mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
383 B
PHP
12 lines
383 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'semua',
|
|
'tables_columns' => 'Kolom',
|
|
'tables_hide_show_pagination' => 'Sembunyikan/Tampilkan paginasi',
|
|
'tables_loading' => 'Memuat, tunggu ...',
|
|
'tables_page_from_to' => 'Menampilkan {0} sampai {1} dari {2} baris',
|
|
'tables_refresh' => 'Segarkan',
|
|
'tables_rows_per_page' => '{0} baris per halaman',
|
|
'tables_toggle' => 'Beralih',
|
|
];
|