1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/hu_HU/placeholder.php

21 lines
573 B
PHP
Raw Normal View History

<?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',
];