2025-02-08 23:16:54 -05:00
< ? php
return [
'title' => 'Settings' ,
2025-02-10 06:06:11 +01:00
'save_success' => 'Settings saved' ,
2025-02-08 23:16:54 -05:00
'save_failed' => 'Failed to save Settings' ,
'navigation' => [
'general' => 'General' ,
'captcha' => 'Captcha' ,
'mail' => 'Mail' ,
'backup' => 'Backup' ,
'oauth' => 'OAuth' ,
'misc' => 'Misc' ,
],
'general' => [
'app_name' => 'App Name' ,
2025-03-17 13:28:32 +01:00
'app_logo' => 'App Logo' ,
'app_logo_help' => 'Logo should be placed in the public folder located in the root panel directory. Leave blank to use App Name instead.' ,
2025-02-08 23:16:54 -05:00
'app_favicon' => 'App Favicon' ,
2025-03-17 13:28:32 +01:00
'app_favicon_help' => 'Favicon should be placed in the public folder located in the root panel directory.' ,
2025-02-08 23:16:54 -05:00
'debug_mode' => 'Debug Mode' ,
'navigation' => 'Navigation' ,
'sidebar' => 'Sidebar' ,
'topbar' => 'Topbar' ,
'unit_prefix' => 'Unit Prefix' ,
'decimal_prefix' => 'Decimal Prefix (MB/GB)' ,
'binary_prefix' => 'Binary Prefix (MiB/GiB)' ,
'2fa_requirement' => '2FA Requirement' ,
'not_required' => 'Not Required' ,
'admins_only' => 'Required for Admins Only' ,
'all_users' => 'Required for All Users' ,
'trusted_proxies' => 'Trusted Proxies' ,
'trusted_proxies_help' => 'New IP or IP Range' ,
'clear' => 'Clear' ,
'set_to_cf' => 'Set to Cloudflare IPs' ,
'display_width' => 'Display Width' ,
2025-04-07 16:06:19 +02:00
'avatar_provider' => 'Avatar Provider' ,
2025-04-23 16:02:52 +02:00
'uploadable_avatars' => 'Allow users to upload own avatar?' ,
2025-02-08 23:16:54 -05:00
],
'captcha' => [
2025-03-15 20:52:38 +01:00
'enable' => 'Enable' ,
'disable' => 'Disable' ,
2025-02-08 23:16:54 -05:00
'info_label' => 'Info' ,
2025-03-15 20:52:38 +01:00
'info' => 'You can generate the keys on your <u><a href="https://developers.cloudflare.com/turnstile/get-started/#get-a-sitekey-and-secret-key" target="_blank">Cloudflare Dashboard</a></u>. A Cloudflare account is required.' ,
2025-02-08 23:16:54 -05:00
'site_key' => 'Site Key' ,
'secret_key' => 'Secret Key' ,
'verify' => 'Verify Domain?' ,
],
'mail' => [
'mail_driver' => 'Mail Driver' ,
'test_mail' => 'Send Test Mail' ,
'test_mail_sent' => 'Test Mail sent' ,
'test_mail_failed' => 'Test Mail failed' ,
'from_settings' => 'From Settings' ,
'from_settings_help' => 'Set the Address and Name used as "From" in mails.' ,
'from_address' => 'From Address' ,
'from_name' => 'From Name' ,
'smtp' => [
'smtp_title' => 'SMTP Configuration' ,
'host' => 'Host' ,
'port' => 'Port' ,
'username' => 'Username' ,
'password' => 'Password' ,
2025-03-21 08:42:42 +01:00
'scheme' => 'Scheme' ,
2025-02-08 23:16:54 -05:00
],
'mailgun' => [
'mailgun_title' => 'Mailgun Configuration' ,
'domain' => 'Domain' ,
'secret' => 'Secret' ,
'endpoint' => 'Endpoint' ,
],
],
'backup' => [
'backup_driver' => 'Backup Driver' ,
'throttle' => 'Throttles' ,
'throttle_help' => 'Configure how many backups can be created in a period. Set period to 0 to disable this throttle.' ,
'limit' => 'Limit' ,
'period' => 'Period' ,
'seconds' => 'Seconds' ,
's3' => [
's3_title' => 'S3 Configuration' ,
'default_region' => 'Default Region' ,
'access_key' => 'Access Key ID' ,
'secret_key' => 'Secret Access Key' ,
'bucket' => 'Bucket' ,
'endpoint' => 'Endpoint' ,
'use_path_style_endpoint' => 'Use Path Style Endpoint' ,
],
],
'oauth' => [
'enable' => 'Enable' ,
'disable' => 'Disable' ,
'client_id' => 'Client ID' ,
'client_secret' => 'Client Secret' ,
'redirect' => 'Redirect URL' ,
'web_api_key' => 'Web API Key' ,
'base_url' => 'Base URL' ,
'display_name' => 'Display Name' ,
'auth_url' => 'Authorization callback URL' ,
2025-08-07 11:22:30 +02:00
'create_missing_users' => 'Auto Create Missing Users?' ,
2025-02-08 23:16:54 -05:00
],
'misc' => [
'auto_allocation' => [
'title' => 'Automatic Allocation Creation' ,
'helper' => 'Toggle if Users can create allocations via the client area.' ,
'question' => 'Allow Users to create Allocations?' ,
'start' => 'Start Port' ,
'end' => 'End Port' ,
],
'mail_notifications' => [
'title' => 'Mail Notifications' ,
'helper' => 'Toggle which mail notifications should be sent to Users.' ,
'server_installed' => 'Server Installed' ,
'server_reinstalled' => 'Server Reinstalled' ,
],
'connections' => [
'title' => 'Connections' ,
'helper' => 'Timeouts used when making requests.' ,
'request_timeout' => 'Request Timeout' ,
'connection_timeout' => 'Connection Timeout' ,
'seconds' => 'Seconds' ,
],
'activity_log' => [
'title' => 'Activity Logs' ,
'helper' => 'Configure how often old activity logs should be pruned and whether admin activities should be logged.' ,
'prune_age' => 'Prune Age' ,
'days' => 'Days' ,
'log_admin' => 'Hide admin activities?' ,
],
'api' => [
'title' => 'API' ,
'helper' => 'Defines the rate limit for the number of requests per minute that can be executed.' ,
'client_rate' => 'Client API Rate Limit' ,
'app_rate' => 'Application API Rate Limit' ,
'rpm' => 'Requests per Minute' ,
],
'server' => [
'title' => 'Servers' ,
'helper' => 'Settings for Servers' ,
'edit_server_desc' => 'Allow Users to edit Descriptions?' ,
2025-05-01 09:47:59 -04:00
'console_font_upload' => 'Console Font Upload' ,
'console_font_hint' => 'Only *.ttf fonts are supported. Mono fonts strongly recommended!' ,
2025-02-08 23:16:54 -05:00
],
'webhook' => [
'title' => 'Webhooks' ,
'helper' => 'Configure how often old webhook logs should be pruned.' ,
'prune_age' => 'Prune Age' ,
'days' => 'Days' ,
],
],
];