phpvms/resources/lang/es/profile.php
vgpastor 5363e4aa0f
Add API Key visual protection (#851)
Add API Key visual protection
2020-10-03 11:13:28 -04:00

21 lines
752 B
PHP

<?php
return [
'avatarresize' => 'Este avatar será redimensionado a :width x :height pixeles',
'newapikey' => 'Nueva clave API',
'yourprofile' => 'Tu perfil',
'apikey' => 'Clave API',
'apikey-show' => 'Mostrar clave',
'dontshare' => '¡No compartas esto!',
'changepassword' => 'Cambiar contraseña',
'newpassword' => 'Nueva contraseña',
'avatar' => 'Avatar',
'updateprofile' => 'Actualizar perfil',
'editprofile' => 'Editar perfil',
'edityourprofile' => 'Editar tu perfil',
'transferhours' => 'Horas transferidas',
'opt-in' => 'Inscribirse',
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
];