photogeodata/lang/vendor/filament-actions/uk/force-delete.php
2026-05-12 20:43:17 +02:00

73 lines
1.7 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 [
'single' => [
'label' => 'Видалити назавжди',
'modal' => [
'heading' => 'Видалити назавжди :label',
'actions' => [
'delete' => [
'label' => 'Видалити',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Запис видалено',
],
],
],
'multiple' => [
'label' => 'Видалити назавжди обране',
'modal' => [
'heading' => 'Видалити назавжди обране :label',
'actions' => [
'delete' => [
'label' => 'Видалити',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Записи видалено',
],
'deleted_partial' => [
'title' => 'Видалено :count із :total',
'missing_authorization_failure_message' => 'У вас немає прав для видалення :count записів.',
'missing_processing_failure_message' => 'Не вдалося видалити :count записів.',
],
'deleted_none' => [
'title' => 'Не вдалося видалити',
'missing_authorization_failure_message' => 'У вас немає прав для видалення :count записів.',
'missing_processing_failure_message' => 'Не вдалося видалити :count записів.',
],
],
],
];