mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
420 B
PHP
12 lines
420 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'Tất cả',
|
|
'tables_columns' => 'Các cột',
|
|
'tables_hide_show_pagination' => 'Ẩn/hiện phân trang',
|
|
'tables_loading' => 'Đang tải, vui lòng đợi...',
|
|
'tables_page_from_to' => 'Đang hiển thị {0} đến {1} trên {2} dòng',
|
|
'tables_refresh' => 'Làm mới lại',
|
|
'tables_rows_per_page' => '{0} dòng mỗi trang',
|
|
'tables_toggle' => 'Bật/Tắt',
|
|
];
|