Added translation

This commit is contained in:
Julian Prieber 2023-06-16 21:50:14 +02:00
parent 37cfe4a915
commit 09c83e1d0a
2 changed files with 2 additions and 3 deletions

View File

@ -525,6 +525,7 @@ return [
*/ */
'Manage Users' => 'Manage Users', 'Manage Users' => 'Manage Users',
'Users:' => 'Users:',
'Search user' => 'Search user', 'Search user' => 'Search user',
'ID' => 'ID', 'ID' => 'ID',
'Name' => 'Name', 'Name' => 'Name',
@ -1077,6 +1078,4 @@ return [
'support.msg6' => 'Thank you for your support and for being a part of the LinkStack community!', 'support.msg6' => 'Thank you for your support and for being a part of the LinkStack community!',
'' => '',
]; ];

View File

@ -31,7 +31,7 @@
</div> </div>
</div> </div>
</form> </form>
Users: {{__('messages.Users:')}}
<a href="{{ url('') }}/admin/users/all">All</a> - <a href="{{ url('') }}/admin/users/all">All</a> -
<a href="{{ url('') }}/admin/users/user">User</a> - <a href="{{ url('') }}/admin/users/user">User</a> -
<a href="{{ url('') }}/admin/users/vip">Vip</a> - <a href="{{ url('') }}/admin/users/vip">Vip</a> -