14 lines
263 B
PHP
14 lines
263 B
PHP
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'service' => 'Service',
|
|
'services' => 'Services',
|
|
'identifier' => 'identifier',
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'url' => 'URL',
|
|
'icon' => 'Icon',
|
|
]
|
|
];
|