Files
roxane/lang/fr/services.php
Nebulae 25885e3b70
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
feat(Password process for new admin, cleaning translations)
2026-04-01 15:50:21 +02:00

14 lines
266 B
PHP

<?php
return [
'fields' => [
'service' => 'Service',
'services' => 'Services',
'identifier' => 'Identifiant',
'name' => 'Nom',
'description' => 'Description',
'url' => 'URL',
'icon' => 'Icône',
],
];