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

38 lines
547 B
PHP

<?php
return [
'single' => [
'label' => ':label Oluştur',
'modal' => [
'heading' => ':label oluştur',
'actions' => [
'create' => [
'label' => 'Oluştur',
],
'create_another' => [
'label' => 'Oluştur & yeni oluştur',
],
],
],
'notifications' => [
'created' => [
'title' => 'Oluşturuldu',
],
],
],
];