2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return [
|
2016-12-03 17:10:05 -08:00
|
|
|
'actions' => 'Acciones',
|
|
|
|
'add' => 'Agregar nuevo',
|
|
|
|
'cancel' => 'Cancelar',
|
2022-08-08 15:29:28 -07:00
|
|
|
'checkin_and_delete' => 'Checkin All / Delete User',
|
2016-12-03 17:10:05 -08:00
|
|
|
'delete' => 'Borrar',
|
|
|
|
'edit' => 'Editar',
|
|
|
|
'restore' => 'Restaurar',
|
2022-06-30 17:34:46 -07:00
|
|
|
'remove' => 'Eliminar',
|
2016-12-03 17:10:05 -08:00
|
|
|
'request' => 'Solicitud',
|
|
|
|
'submit' => 'Enviar',
|
|
|
|
'upload' => 'Subir',
|
2022-01-13 21:27:29 -08:00
|
|
|
'select_file' => 'Seleccionar Archivo...',
|
2018-05-21 14:54:36 -07:00
|
|
|
'select_files' => 'Selecciona Archivos...',
|
2021-09-08 13:49:33 -07:00
|
|
|
'generate_labels' => '{1} Generar Etiqueta|[2,*] Generar Etiquetas',
|
2022-01-13 21:27:29 -08:00
|
|
|
'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
|
2022-06-30 17:34:46 -07:00
|
|
|
'go' => 'Ir',
|
|
|
|
'bulk_actions' => 'Acciones en masa',
|
|
|
|
'add_maintenance' => 'Añadir mantenimiento',
|
|
|
|
'append' => 'Añadir',
|
|
|
|
'new' => 'Nuevo',
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|