Files
biiproject-kit-v1/lang/vendor/filament-actions/sr_Cyrl/edit.php
T

34 lines
442 B
PHP

<?php
return [
'single' => [
'label' => 'Уреди',
'modal' => [
'heading' => 'Уреди :label',
'actions' => [
'save' => [
'label' => 'Сними измене',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Снимљено',
],
],
],
];