Files
opensourcepos/app/Language/ru/Plugins.php
objec 8c1c9d85dc Language Refactor
- Correct key name in language files.
- Update translations.
- Correct key usage.

Signed-off-by: objec <objecttothis@gmail.com>
2026-04-29 14:54:16 +04:00

28 lines
1.6 KiB
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 [
'actions' => 'Действия',
'active' => 'Активен',
'configure' => 'Настроить',
'description' => 'Описание',
'disable' => 'Отключить',
'disable_failed' => 'Не удалось отключить плагин',
'disabled' => 'Плагин успешно отключён',
'enable' => 'Включить',
'enable_failed' => 'Не удалось включить плагин',
'enabled' => 'Плагин успешно включён',
'inactive' => 'Неактивен',
'management' => 'Управление плагинами',
'name' => 'Название плагина',
'no_config' => 'У этого плагина нет параметров конфигурации',
'no_plugins_to_display' => 'Нет плагинов для отображения',
'not_found' => 'Плагин не найден',
'plugins' => 'Плагины',
'settings_save_failed' => 'Не удалось сохранить настройки плагина',
'settings_saved' => 'Настройки плагина успешно сохранены',
'status' => 'Статус',
'uninstall' => 'Удалить',
'uninstall_failed' => 'Не удалось удалить плагин',
'uninstalled' => 'Плагин успешно удалён',
'version' => 'Версия',
];