mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
21 lines
592 B
PHP
21 lines
592 B
PHP
<?php
|
|
return [
|
|
'username' => 'ionpopescu',
|
|
'email' => 'ion.popescu@exemplu.ro',
|
|
'password' => 'Parolă',
|
|
'password_confirmed' => 'Parolă confirmată',
|
|
|
|
'link_url' => 'https://github.com/Kovah/LinkAce',
|
|
'link_title' => 'Titlul paginii de internet',
|
|
|
|
'list_select' => 'Selectează o listă',
|
|
'tags_select' => 'Selectează câteva etichete',
|
|
|
|
'list_name' => 'Denumirea actuală a listei',
|
|
'tag_name' => 'Denumirea actuală a etichetei',
|
|
|
|
'two_factor_otp' => 'Parolă de unică folosință',
|
|
'two_factor_recovery_code' => 'Cod de recuperare',
|
|
|
|
];
|