Files
roxane/lang/en/services.php

14 lines
263 B
PHP
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'fields' => [
'service' => 'Service',
'services' => 'Services',
'identifier' => 'identifier',
'name' => 'Name',
'description' => 'Description',
'url' => 'URL',
'icon' => 'Icon',
]
];