Updated language strings

This commit is contained in:
snipe
2019-05-21 19:17:00 -07:00
parent b2eacb147b
commit 21ec670531
115 changed files with 516 additions and 515 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ return array(
'the_following_item' => 'El siguiente artículo ha sido devuelto: ',
'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.',
'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.',
'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.',
'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.',
'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:',
'type' => 'Tipo',
'user' => 'Usuario',
+1 -1
View File
@@ -2,6 +2,6 @@
return [
'sent' => 'El link de la contraseña ha sido enviada!',
'user' => 'No matching active user found with that email.',
'user' => 'No se ha encontrado ningún usuario activo con ese correo electrónico.',
];