feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s

This commit is contained in:
2026-04-01 15:50:21 +02:00
parent 83b7c42fe4
commit 25885e3b70
40 changed files with 1577 additions and 475 deletions

View File

@@ -23,4 +23,40 @@ return [
'updated_at' => 'Updated at',
'deleted_at' => 'Deleted at',
],
'tabs' => [
'general_info' => 'General information',
'modules' => 'Modules',
],
'sections' => [
'personal_info' => 'Personal information',
'administrative_info' => 'Administrative information',
'contact_info' => 'Contact details',
'status' => 'Status',
'actions' => 'Actions',
'ispconfig_mail' => 'ISPConfig Mail',
'ispconfig_web' => 'Web Hosting',
'nextcloud' => 'NextCloud',
],
'ispconfig' => [
'mail_data' => 'ISPConfig Mail data',
'web_data' => 'ISPConfig Web data',
'nextcloud_data' => 'NextCloud data',
'email' => 'Email address',
'id' => 'ISPConfig ID',
'quota' => 'Quota',
'domain' => 'Domain',
'state' => 'State',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'nextcloud_id' => 'Nextcloud ID',
'display_name' => 'Display name',
],
'actions' => [
'send_payment_mail' => 'Send payment email',
'send_renewal_mail' => 'Send follow-up email',
],
];