1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
Kovah ee470725ee
Add new translations for catalan, spanish and hungarian
Many thanks to Patrick Mates, aladecom and Xorxe!
2021-09-20 22:53:59 +02:00

11 lines
165 B
PHP

<?php
return [
'user' => 'Usuario',
'users' => 'Usuarios',
'username' => 'Nombre de usuario',
'email' => 'Email',
'hello' => 'Hola :user!',
];