panel/lang/en/profile.php
Charles f8ad720f52 Admin Area Translations (#965)
* Init

* Health Page

* Admin API Keys

* Update API Keys

* Database Hosts

* Mounts

* remove `s`

* Users

* Webhooks

* Server

never again...

* Fix Server

* Settings

* Update Mounts

* Update Databasehost

* Update Server

* Oops, Update Server

* Nodes

* Update User

* Dashboard

* Update Server

* Profile

* Egg

* Role & Update Egg

* Add base Laravel lang files

* update apikey

* remove html back to settings, remove comment

* add `:resource` to create_action

* Update Egg

* Update Egg v2

* Update 1

* trans cf info label

* Update charts

* more trans

* Update Webhook

* update Health

* Update Server

* Update Role

* Fixes

* Bulk Update

* AnotherOne

* Fix relation button label

* rename `admin1` to `admin`

Leftover from testing... oops

* More Translations

* Updates

* `pint` + Relation Manager Titles
2025-02-08 23:16:54 -05:00

42 lines
1.5 KiB
PHP

<?php
return [
'title' => 'Profile',
'tabs' => [
'account' => 'Account',
'oauth' => 'OAuth',
'activity' => 'Activity',
'api_keys' => 'API Keys',
'ssh_keys' => 'SSH Keys',
'2fa' => '2FA',
],
'username' => 'Username',
'exit_admin' => 'Exit Admin',
'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 ',
'unlink' => 'Unlink ',
'unlinked' => ':name unlinked',
'scan_qr' => 'Scan QR Code',
'code' => 'Code',
'setup_key' => 'Setup Key',
'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',
'keys' => 'Keys',
'create_key' => 'Create API Key',
'key_created' => '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',
];