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

38 lines
546 B
PHP

<?php
return [
'single' => [
'label' => 'Vytvořit',
'modal' => [
'heading' => 'Vytvořit :label',
'actions' => [
'create' => [
'label' => 'Vytvořit',
],
'create_another' => [
'label' => 'Vytvořit & vytvořit další',
],
],
],
'notifications' => [
'created' => [
'title' => 'Vytvořeno',
],
],
],
];