1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/en_US/linkace.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

55 lines
1.5 KiB
PHP

<?php
return [
'linkace' => 'LinkAce',
'user' => 'User',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'password_confirm' => 'Confirm the Password',
'login' => 'Login',
'logout' => 'Logout',
'remember_me' => 'Remember me',
'go_to_dashboard' => 'Go to the Dashboard',
'system_logs' => 'System Logs',
'reset_password' => 'Reset Password',
'send_reset_email' => 'Send Password Reset Link',
'forgot_password_link' => 'Forgot your password? <a href=":reset_url">Reset it here</a>',
'added' => 'Added',
'added_at' => 'Added at',
'updated_at' => 'Updated at',
'last_update' => 'Last Update',
'deleted_at' => 'Deleted at',
'add' => 'Add',
'show' => 'Show',
'edit' => 'Edit',
'update' => 'Update',
'delete' => 'Delete',
'menu' => 'Menu',
'entries' => 'Entries',
'feed' => 'Feed',
'continue_adding' => 'Continue Adding',
'private' => 'Private',
'is_private' => 'Is private',
'yes' => 'Yes',
'no' => 'No',
'more' => 'More',
'no_results_found' => 'No :model found.',
'bookmarklet_close' => 'This bookmarklet window automatically closes in <span class="bm-timer">5</span> seconds.',
'open_linkace' => 'Open LinkAce',
'demo_login_hint' => 'You can login right away. Please notice that this demo will be reset every 2 hours.',
'project_of' => 'Linkace is a project by',
'version' => 'Current version: :version',
];