Files
opensourcepos/app/Language/ru/Bootstrap_tables.php
2024-06-15 17:19:15 +02:00

12 lines
468 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
"all" => "все",
"columns" => "Колонки",
"hide_show_pagination" => "Скрыть/Показать нумерацию страниц",
"loading" => "Пожалуйста, подождите, идёт загрузка...",
"page_from_to" => "Показать с {0} по {1} из {2} записей",
"refresh" => "Обновить",
"rows_per_page" => "{0} записей на страницу",
"toggle" => "Переключить",
];