mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-06 08:18:27 +01:00
f9b07f807f
- 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.
11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
return [
|
|
'user' => 'Felhasználó',
|
|
'users' => 'Felhasználók',
|
|
|
|
'username' => 'Felhasználónév',
|
|
'email' => 'E-mail',
|
|
|
|
'hello' => 'Szia :user!',
|
|
];
|