2025-10-22 17:09:48 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'fields' => [
|
|
|
|
|
'service' => 'Service',
|
|
|
|
|
'services' => 'Services',
|
|
|
|
|
'identifier' => 'Identifiant',
|
|
|
|
|
'name' => 'Nom',
|
|
|
|
|
'description' => 'Description',
|
|
|
|
|
'url' => 'URL',
|
2026-04-01 15:50:21 +02:00
|
|
|
'icon' => 'Icône',
|
|
|
|
|
],
|
2025-10-22 17:09:48 +02:00
|
|
|
];
|