mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
21 lines
528 B
PHP
21 lines
528 B
PHP
<?php
|
|
return [
|
|
'username' => 'maxmustermann',
|
|
'email' => 'max@mustermann.de',
|
|
'password' => 'Passwort',
|
|
'password_confirmed' => 'Passwort wiederholen',
|
|
|
|
'link_url' => 'https://github.com/Kovah/LinkAce',
|
|
'link_title' => 'Titel der Webseite',
|
|
|
|
'list_select' => 'Liste auswählen',
|
|
'tags_select' => 'Tags auswählen',
|
|
|
|
'list_name' => 'Name der Liste',
|
|
'tag_name' => 'Name des Tags',
|
|
|
|
'two_factor_otp' => 'Einmalpasswort',
|
|
'two_factor_recovery_code' => 'Wiederherstellungscode',
|
|
|
|
];
|