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

38 lines
537 B
PHP

<?php
return [
'single' => [
'label' => 'Tạo mới :label',
'modal' => [
'heading' => 'Tạo :label',
'actions' => [
'create' => [
'label' => 'Tạo',
],
'create_another' => [
'label' => 'Tạo & tạo thêm',
],
],
],
'notifications' => [
'created' => [
'title' => 'Đã tạo',
],
],
],
];