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

73 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 [
'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 записів.',
],
],
],
];