feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user