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

72 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' => [
'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' => 'Враћање није успело',
'missing_authorization_failure_message' => 'Немате дозволу да повратите :count.',
'missing_processing_failure_message' => ':count не може да се поврати.',
],
],
],
];