Files
tbbank-new/lang/vendor/filament-actions/ru/restore.php
2025-10-22 20:08:22 +05:00

74 lines
1.7 KiB
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 [
'single' => [
'label' => 'Восстановить',
'modal' => [
'heading' => 'Восстановить :label',
'actions' => [
'restore' => [
'label' => 'Восстановить',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Запись восстановлена',
],
],
],
'multiple' => [
'label' => 'Восстановить выбранное',
'modal' => [
'heading' => 'Восстановить выбранное :label',
'actions' => [
'restore' => [
'label' => 'Восстановить',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Записи восстановлены',
],
'restored_partial' => [
'title' => 'Восстановлено :count из :total',
'missing_authorization_failure_message' => 'У вас нет прав на восстановление :count.',
'missing_processing_failure_message' => 'Не удалось восстановить :count.',
],
'restored_none' => [
'title' => 'Failed to restore',
'missing_authorization_failure_message' => 'У вас нет прав на восстановление :count.',
'missing_processing_failure_message' => 'Не удалось восстановить :count.',
],
],
],
];