|
3 | 3 | return array(
|
4 | 4 | 'alert_email' => 'Enviar alertas a',
|
5 | 5 | 'alerts_enabled' => 'Alertas habilitadas',
|
| 6 | + 'asset_ids' => 'Asset IDs', |
6 | 7 | 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales',
|
7 | 8 | 'auto_increment_prefix' => 'Prefijo (opcional)',
|
8 | 9 | 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto',
|
9 | 10 | 'barcode_type' => 'Tipo de código de barras',
|
| 11 | + 'barcode_settings' => 'Barcode Settings', |
10 | 12 | 'default_eula_text' => 'EULA por defecto',
|
11 | 13 | 'default_eula_help_text' => 'También puede asociar EULAs personalizadas para categorías especificas de equipos.',
|
12 | 14 | 'display_asset_name' => 'Mostrar Nombre Equipo',
|
13 | 15 | 'display_checkout_date' => 'Mostrar Fecha de Salida',
|
14 | 16 | 'display_eol' => 'Mostrar EOL',
|
15 | 17 | 'display_qr' => 'Mostrar Códigos QR',
|
| 18 | + 'eula_settings' => 'EULA Settings', |
16 | 19 | 'eula_markdown' => 'Este EULS permite <a href="https://help.github.com/articles/github-flavored-markdown/">makrdown estilo Github</a>.',
|
| 20 | + 'general_settings' => 'General Settings', |
17 | 21 | 'header_color' => 'Color de encabezado',
|
18 | 22 | 'info' => 'Estos parámetros permirten personalizar ciertos aspectos de la aplicación.',
|
19 | 23 | 'laravel' => 'Versión de Laravel',
|
20 | 24 | 'load_remote' => 'Esta instalación de Snipe-IT puede cargar scripts del mundo exterior.',
|
21 | 25 | 'logo' => 'Logo',
|
| 26 | + 'optional' => 'optional', |
22 | 27 | 'per_page' => 'Resultados por página',
|
23 | 28 | 'php' => 'Versión de PHP',
|
24 | 29 | 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en <a href="http://www.php.net/manual/en/image.installation.php"></a>.',
|
|
27 | 32 | 'qr_text' => 'Texto Código QR',
|
28 | 33 | 'setting' => 'Parámetro',
|
29 | 34 | 'settings' => 'Configuración',
|
30 |
| - 'site_name' => 'Nombre del sitio', |
31 |
| - 'snipe_version' => 'Version de Snipe-IT', |
| 35 | + 'site_name' => 'Nombre del sitio', |
| 36 | + 'slack_botname' => 'Slack Botname', |
| 37 | + 'slack_channel' => 'Slack Channel', |
| 38 | + 'slack_endpoint' => 'Slack Endpoint', |
| 39 | + 'slack_integration' => 'Slack Settings', |
| 40 | + 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.', |
| 41 | + 'snipe_version' => 'Version de Snipe-IT', |
32 | 42 | 'system' => 'Información del Sistema',
|
33 | 43 | 'update' => 'Actualizar Parámetros',
|
34 | 44 | 'value' => 'Valor',
|
|
0 commit comments