Files
data-collection-terminal/vendor/filament/actions/resources/lang/bg/create.php

38 lines
587 B
PHP

<?php
return [
'single' => [
'label' => 'Създай :label',
'modal' => [
'heading' => 'Създаване на :label',
'actions' => [
'create' => [
'label' => 'Създай',
],
'create_another' => [
'label' => 'Създай и създай друг',
],
],
],
'notifications' => [
'created' => [
'title' => 'Създаден',
],
],
],
];