mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
21 lines
552 B
PHP
21 lines
552 B
PHP
<?php
|
|
return [
|
|
'username' => 'johndoe',
|
|
'email' => 'john.doe@example.com',
|
|
'password' => 'Password',
|
|
'password_confirmed' => 'Password confermata',
|
|
|
|
'link_url' => 'https://github.com/Kovah/LinkAce',
|
|
'link_title' => 'Titolo del sito web',
|
|
|
|
'list_select' => 'Seleziona una lista',
|
|
'tags_select' => 'Seleziona qualche Tag',
|
|
|
|
'list_name' => 'Nome effettivo della lista',
|
|
'tag_name' => 'Nome effettivo del tag',
|
|
|
|
'two_factor_otp' => 'Password monouso',
|
|
'two_factor_recovery_code' => 'Codice di Recupero',
|
|
|
|
];
|