mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -04:00
- Replaced inconsistent double quotes with single quotes across all keys/values for better alignment with project conventions. - Fixed translation errors, updated missing strings, and corrected inaccuracies in multiple modules such as Attributes, Calendar, Employees, etc. - Enhanced clarity and consistency in phrases while ensuring accurate localization. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
13 lines
490 B
PHP
13 lines
490 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => 'все',
|
||
'columns' => 'Колонки',
|
||
'hide_show_pagination' => 'Скрыть/Показать нумерацию страниц',
|
||
'loading' => 'Пожалуйста, подождите, идёт загрузка',
|
||
'page_from_to' => 'Показать с {0} по {1} из {2} записей',
|
||
'refresh' => 'Обновить',
|
||
'rows_per_page' => '{0} записей на страницу',
|
||
'toggle' => 'Переключить',
|
||
];
|