<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Standalone Pterodactyl Language Strings
    |--------------------------------------------------------------------------
    */

    'login' => 'Login',
    'password' => 'Password',
    'email' => 'Email',
    'whoops' => 'Whoops',
    'failed' => 'Your request could not be processed. Please try again later.',
    'success' => 'Success',
    'location' => 'Location',
    'node' => 'Node',
    'connection' => 'Connection',
    'language' => 'Language',
    'close' => 'Close',
    'start' => 'Start',
    'stop' => 'Stop',
    'restart' => 'Restart',
    'save' => 'Save',
    'enabled' => 'Enabled',
    'disabled' => 'Disabled',
    'submit' => 'Submit',
    'current_password' => 'Current Password',
    'again' => 'Again',

];