Files
roxane/lang/en/members.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

63 lines
1.8 KiB
PHP

<?php
return [
'fields' => [
'member' => 'Member',
'keycloak_id' => 'Keycloak ID',
'status' => 'Status',
'nature' => 'Nature',
'group_id' => 'Group',
'lastname' => 'Last name',
'firstname' => 'First name',
'email' => 'Email address',
'company' => 'Company',
'date_of_birth' => 'Date of birth',
'address' => 'Address',
'zipcode' => 'Zip code',
'city' => 'City',
'country' => 'Country',
'phone1' => 'Phone 1',
'phone2' => 'Phone 2',
'public_membership' => 'Public membership',
'created_at' => 'Created at',
'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',
],
];