You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
388 B
16 lines
388 B
2 years ago
|
<?php
|
||
|
return [
|
||
|
// MAIN
|
||
|
'name' => 'Name',
|
||
|
'description' => 'Description',
|
||
|
'slug' => 'Slug',
|
||
|
'attribute' => 'Attribute',
|
||
|
'value' => 'Value',
|
||
|
'created' => 'Created',
|
||
|
'create' => 'Create',
|
||
|
'edit' => 'Edit',
|
||
|
'delete' => 'Delete',
|
||
|
'delete_confirm' => 'Are you sure you want to delete?',
|
||
|
'generated_automatically' => 'Generated automatically',
|
||
|
];
|