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

20 lines
533 B
PHP

<?php
return [
'username' => 'johndoe',
'email' => 'john.doe@example.com',
'password' => 'Password',
'password_confirmed' => 'Confirmed password',
'link_url' => 'https://github.com/Kovah/LinkAce',
'link_title' => 'Title of the website',
'list_select' => 'Select a List',
'tags_select' => 'Select some Tags',
'list_name' => 'Actual name of the list',
'tag_name' => 'Actual name of the tag',
'two_factor_otp' => 'One Time Password',
'two_factor_recovery_code' => 'Recovery Code',
];