Files
opensourcepos/app/Language/ru/Bootstrap_tables.php
T
objecttothis 2fd86291ba fix(i18n): standardize Russian language file formatting and improve translations
- 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>
2026-08-24 16:31:11 +04:00

13 lines
490 B
PHP
Raw 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' => 'Переключить',
];