mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:56:52 +01:00 
			
		
		
		
	 dbe4bdd62d
			
		
	
	
		dbe4bdd62d
		
			
		
	
	
	
	
		
			
			Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Co-authored-by: Boy132 <mail@boy132.de>
		
			
				
	
	
		
			70 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Profile',
 | |
|     'tabs' => [
 | |
|         'account' => 'Account',
 | |
|         'oauth' => 'OAuth',
 | |
|         'activity' => 'Activity',
 | |
|         'api_keys' => 'API Keys',
 | |
|         'ssh_keys' => 'SSH Keys',
 | |
|         'keys' => 'Keys',
 | |
|         '2fa' => '2FA',
 | |
|         'customization' => 'Customization',
 | |
|     ],
 | |
|     'username' => 'Username',
 | |
|     'admin' => 'Admin',
 | |
|     'exit_admin' => 'Exit Admin',
 | |
|     'server_list' => 'Server List',
 | |
|     'email' => 'Email',
 | |
|     'password' => 'Password',
 | |
|     'current_password' => 'Current Password',
 | |
|     'password_confirmation' => 'Password Confirmation',
 | |
|     'timezone' => 'Timezone',
 | |
|     'language' => 'Language',
 | |
|     'language_help' => 'Your language :state has not been translated yet!',
 | |
|     'link' => 'Link :name',
 | |
|     'unlink' => 'Unlink :name',
 | |
|     'unlinked' => ':name unlinked',
 | |
|     'scan_qr' => 'Scan QR Code',
 | |
|     'code' => 'Code',
 | |
|     'setup_key' => 'Setup Key: :secret',
 | |
|     'invalid_code' => 'Invalid 2FA Code',
 | |
|     'code_help' => 'Scan the QR code above using your two-step authentication app, then enter the code generated.',
 | |
|     '2fa_enabled' => 'Two Factor Authentication is currently enabled!',
 | |
|     'backup_help' => 'These will not be shown again!',
 | |
|     'backup_codes' => 'Backup Codes',
 | |
|     'disable_2fa' => 'Disable 2FA',
 | |
|     'disable_2fa_help' => 'Enter your current 2FA code to disable Two Factor Authentication',
 | |
|     'api_keys' => 'API Keys',
 | |
|     'create_api_key' => 'Create API Key',
 | |
|     'api_key_created' => 'API Key Created',
 | |
|     'description' => 'Description',
 | |
|     'allowed_ips' => 'Allowed IPs',
 | |
|     'allowed_ips_help' => 'Press enter to add a new IP address or leave blank to allow any IP address',
 | |
|     'ssh_keys' => 'SSH Keys',
 | |
|     'create_ssh_key' => 'Create SSH Key',
 | |
|     'ssh_key_created' => 'SSH Key Created',
 | |
|     'name' => 'Name',
 | |
|     'public_key' => 'Public Key',
 | |
|     'could_not_create_ssh_key' => 'Could not create ssh key',
 | |
|     'dashboard' => 'Dashboard',
 | |
|     'dashboard_layout' => 'Dashboard Layout',
 | |
|     'console' => 'Console',
 | |
|     'grid' => 'Grid',
 | |
|     'table' => 'Table',
 | |
|     'rows' => 'Rows',
 | |
|     'font_size' => 'Font Size',
 | |
|     'font' => 'Font',
 | |
|     'font_preview' => 'Font Preview',
 | |
|     'seconds' => 'Seconds',
 | |
|     'graph_period' => 'Graph Period',
 | |
|     'graph_period_helper' => 'The amount of data points, seconds, shown on the console graphs.',
 | |
|     'navigation' => 'Navigation Type',
 | |
|     'top' => 'Topbar',
 | |
|     'side' => 'Sidebar',
 | |
|     'no_oauth' => 'No Accounts Linked',
 | |
|     'no_api_keys' => 'No API Keys',
 | |
|     'no_ssh_keys' => 'No SSH Keys',
 | |
| ];
 |