2018-07-13 23:30:54 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-07-13 23:30:54 +08:00
|
|
|
return [
|
2018-08-27 00:40:04 +08:00
|
|
|
'avatarresize' => 'Este avatar será redimensionado a :width x :height pixeles',
|
2018-07-13 23:30:54 +08:00
|
|
|
|
|
|
|
'newapikey' => 'Nueva clave API',
|
2020-10-12 04:06:09 +08:00
|
|
|
'your-profile' => 'Tu Perfil',
|
|
|
|
'your-awards' => 'Tus Premios',
|
2018-07-13 23:30:54 +08:00
|
|
|
'apikey' => 'Clave API',
|
2020-10-03 23:13:28 +08:00
|
|
|
'apikey-show' => 'Mostrar clave',
|
2018-07-13 23:30:54 +08:00
|
|
|
'dontshare' => '¡No compartas esto!',
|
|
|
|
'changepassword' => 'Cambiar contraseña',
|
|
|
|
'newpassword' => 'Nueva contraseña',
|
|
|
|
'avatar' => 'Avatar',
|
|
|
|
'updateprofile' => 'Actualizar perfil',
|
|
|
|
'editprofile' => 'Editar perfil',
|
|
|
|
'edityourprofile' => 'Editar tu perfil',
|
2020-02-11 01:50:54 +08:00
|
|
|
'transferhours' => 'Horas transferidas',
|
2018-10-03 02:25:18 +08:00
|
|
|
'opt-in' => 'Inscribirse',
|
2018-09-20 23:00:23 +08:00
|
|
|
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
|
2018-07-13 23:30:54 +08:00
|
|
|
];
|