<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Titles Language Lines
    |--------------------------------------------------------------------------
    |
    */

    'start' => 'New account',
    'capture' => 'Flash QR',
    'accounts' => 'Accounts',
    'createAccount' => 'Create account',
    'importAccounts' => 'Import accounts',
    'editAccount' => 'Account edit',
    'showQRcode' => 'Account as QR code',
    'groups' => 'Groups',
    'createGroup' => 'Create group',
    'editGroup' => 'Group edit',
    'settings' => [
        'options' => 'Options',
        'account' => 'User account',
        'oauth' => [
            'tokens' => 'OAuth tokens',
            'generatePAT' => 'New personal token',
        ],
        'webauthn' => [
            'editCredential' => 'Device edit',
            'devices' => 'WebAuthn devices',
        ],
    ],
    'login' => 'Login',
    'register' => 'Register',
    'autolock' => 'Auto lock',
    'password' => [
        'request' => 'Reset password',
        'reset' => 'New password',
    ],
    'webauthn' => [
        'lost' => 'Account recovery',
        'recover' => 'Register a new device',
    ],
    'flooded' => 'Flood',
    'genericError' => 'Error',
    '404' => 'Item not found',
    'about' => 'About',
];