1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 10:59:49 +01:00
LinkAce/lang/hu_HU/placeholder.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

21 lines
573 B
PHP

<?php
return [
'username' => 'deakgabor',
'email' => 'deak.gabor@example.com',
'password' => 'Jelszó',
'password_confirmed' => 'Megerősített jelszó',
'link_url' => 'https://github.com/Kovah/LinkAce',
'link_title' => 'A webhely címe',
'list_select' => 'Válasszon ki egy listát',
'tags_select' => 'Válasszon ki néhány címkét',
'list_name' => 'A lista tényleges neve',
'tag_name' => 'A címke tényleges neve',
'two_factor_otp' => 'Egyszeri jelszó',
'two_factor_recovery_code' => 'Helyreállítási kód',
];