<?php return [ 'button' => [ 'new-user' => 'New User', ], 'title' => [ 'users' => 'Users', 'new-user' => 'New user', 'edit-user' => 'Edit user', 'edit-profile' => 'Edit profile', ], 'breadcrumb' => [ 'home' => 'Home', 'users' => 'Users', 'new' => 'New', 'edit-user' => 'Edit user', 'edit-profile' => 'Edit profile', ], 'tabs' => [ 'data' => 'Data', 'roles' => 'Roles', 'permissions' => 'Permissions', 'new password' => 'New password', 'or send reset password mail' => 'or, send reset password email', ], 'form' => [ 'first-name' => 'First name', 'last-name' => 'Last name', 'email' => 'Email', 'status' => 'Status', 'password' => 'Password', 'password-confirmation' => 'Password confirmation', 'new password' => 'New password', 'new password confirmation' => 'New password confirmation', 'is activated' => 'Activated', ], 'table' => [ 'created-at' => 'Created At', 'first-name' => 'First name', 'last-name' => 'Last name', 'email' => 'Email', 'actions' => 'Actions', ], 'navigation' => [ 'back to index' => 'Back to users index', ], 'new password setup' => 'Setup a new password', 'or send reset password mail' => 'or, send reset password email', 'send reset password email' => 'Send reset password email', 'my account' => 'My Account', 'profile' => 'Profile', 'api-keys' => 'Api Keys', 'generate new api key' => 'Generate new API key', 'delete api key confirm' => 'Deleting an api key will prevent any application to use this key.', 'your api keys' => 'Your API keys', 'you have no api keys' => 'You have no API keys.', 'generate one' => 'Generate one.', 'token generated' => 'API token was successfully generated', 'token deleted' => 'API token was successfully deleted', 'list user' => 'List users', 'create user' => 'Create users', 'edit user' => 'Edit users', 'destroy user' => 'Delete users', 'edit profile' => 'Edit Profile', 'list api key' => 'List api keys', 'create api key' => 'Create api keys', 'destroy api key' => 'Delete api keys', 'invalid login or password' => 'Invalid login or password.', 'account not validated' => 'Account not yet validated. Please check your email.', 'account is blocked' => 'Your account is blocked for :delay second(s).', ];