mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 15:13:40 -04:00
12 lines
372 B
PHP
12 lines
372 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",
|
|
];
|