Skip to content

Commit a2dd250

Browse files
committed
Updated language strings for slack
1 parent 3c00f38 commit a2dd250

File tree

27 files changed

+288
-58
lines changed

27 files changed

+288
-58
lines changed

app/config/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
return array (
3-
'app_version' => 'v1.2.6.1-230',
4-
'hash_version' => 'v1.2.6.1-230-g3b491d4',
3+
'app_version' => 'v1.2.6.1-231',
4+
'hash_version' => 'v1.2.6.1-231-g767e2c6',
55
);

app/lang/ar/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Send alerts to',
55
'alerts_enabled' => 'Alerts enabled',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
78
'auto_increment_prefix' => 'Prefix (optional)',
89
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
910
'barcode_type' => 'Barcode Type',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Default EULA',
1113
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
1214
'display_asset_name' => 'Display Asset Name',
1315
'display_checkout_date' => 'Display Checkout Date',
1416
'display_eol' => 'Display EOL in table view',
1517
'display_qr' => 'Display QR Codes',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Header Color',
1822
'info' => 'These settings let you customize certain aspects of your installation.',
1923
'laravel' => 'Laravel Version',
2024
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Results Per Page',
2328
'php' => 'PHP Version',
2429
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR Code Text',
2833
'setting' => 'Setting',
2934
'settings' => 'Settings',
30-
'site_name' => 'Site Name',
31-
'snipe_version' => 'Snipe-IT version',
35+
'site_name' => 'Site Name',
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' => 'Snipe-IT version',
3242
'system' => 'System Information',
3343
'update' => 'Update Settings',
3444
'value' => 'Value',

app/lang/cs/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Send alerts to',
55
'alerts_enabled' => 'Alerts enabled',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
78
'auto_increment_prefix' => 'Prefix (optional)',
89
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
910
'barcode_type' => 'Barcode Type',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Default EULA',
1113
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
1214
'display_asset_name' => 'Display Asset Name',
1315
'display_checkout_date' => 'Display Checkout Date',
1416
'display_eol' => 'Display EOL in table view',
1517
'display_qr' => 'Display QR Codes',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Header Color',
1822
'info' => 'These settings let you customize certain aspects of your installation.',
1923
'laravel' => 'Laravel Version',
2024
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Results Per Page',
2328
'php' => 'PHP Version',
2429
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR Code Text',
2833
'setting' => 'Setting',
2934
'settings' => 'Settings',
30-
'site_name' => 'Site Name',
31-
'snipe_version' => 'Snipe-IT version',
35+
'site_name' => 'Site Name',
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' => 'Snipe-IT version',
3242
'system' => 'System Information',
3343
'update' => 'Update Settings',
3444
'value' => 'Value',

app/lang/da/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Send alerts to',
55
'alerts_enabled' => 'Alerts enabled',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
78
'auto_increment_prefix' => 'Prefix (optional)',
89
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
910
'barcode_type' => 'Barcode Type',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Default EULA',
1113
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
1214
'display_asset_name' => 'Display Asset Name',
1315
'display_checkout_date' => 'Display Checkout Date',
1416
'display_eol' => 'Display EOL in table view',
1517
'display_qr' => 'Display QR Codes',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Header Color',
1822
'info' => 'These settings let you customize certain aspects of your installation.',
1923
'laravel' => 'Laravel Version',
2024
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Results Per Page',
2328
'php' => 'PHP Version',
2429
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR Code Text',
2833
'setting' => 'Setting',
2934
'settings' => 'Settings',
30-
'site_name' => 'Site Name',
31-
'snipe_version' => 'Snipe-IT version',
35+
'site_name' => 'Site Name',
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' => 'Snipe-IT version',
3242
'system' => 'System Information',
3343
'update' => 'Update Settings',
3444
'value' => 'Value',

app/lang/de/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Alarme senden an',
55
'alerts_enabled' => 'Alarme aktiv',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset IDs',
78
'auto_increment_prefix' => 'Präfix (optional)',
89
'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset IDs um dies zu setzen',
910
'barcode_type' => 'Barcode Typ',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Standard EULA',
1113
'default_eula_help_text' => 'Sie können ebenfalls eigene EULA\'s mit spezifischen Asset Kategorien verknüpfen.',
1214
'display_asset_name' => 'Zeige Assetname an',
1315
'display_checkout_date' => 'Zeige Herausgabedatum',
1416
'display_eol' => 'Zeige EOL in der Tabellenansicht',
1517
'display_qr' => 'Zeige QR-Codes',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'Diese EULA <a href="https://help.github.com/articles/github-flavored-markdown/"> erlaubt Github Flavored Markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Farbe der Kopfzeile',
1822
'info' => 'Mit diesen Einstellungen können Sie verschieden Aspekte Ihrer Installation bearbeiten.',
1923
'laravel' => 'Laravel Version',
2024
'load_remote' => 'Diese Installation von Snipe-IT kann Skripte aus der Aussenwelt laden.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Ergebnisse pro Seite',
2328
'php' => 'PHP Version',
2429
'php_gd_info' => 'Um QR-Codes anzeigen zu können muss php-gd installiert sein, siehe Installationshinweise.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR Code Text',
2833
'setting' => 'Einstellung',
2934
'settings' => 'Einstellungen',
30-
'site_name' => 'Seitenname',
31-
'snipe_version' => 'Snipe-IT Version',
35+
'site_name' => 'Seitenname',
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' => 'Snipe-IT Version',
3242
'system' => 'Systeminformationen',
3343
'update' => 'Einstellungen übernehmen',
3444
'value' => 'Wert',

app/lang/en-GB/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Send alerts to',
55
'alerts_enabled' => 'Alerts enabled',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
78
'auto_increment_prefix' => 'Prefix (optional)',
89
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
910
'barcode_type' => 'Barcode Type',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Default EULA',
1113
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
1214
'display_asset_name' => 'Display Asset Name',
1315
'display_checkout_date' => 'Display Checkout Date',
1416
'display_eol' => 'Display EOL in table view',
1517
'display_qr' => 'Display QR Codes',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Header Color',
1822
'info' => 'These settings let you customize certain aspects of your installation.',
1923
'laravel' => 'Laravel Version',
2024
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Results Per Page',
2328
'php' => 'PHP Version',
2429
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR Code Text',
2833
'setting' => 'Setting',
2934
'settings' => 'Settings',
30-
'site_name' => 'Site Name',
31-
'snipe_version' => 'Snipe-IT version',
35+
'site_name' => 'Site Name',
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' => 'Snipe-IT version',
3242
'system' => 'System Information',
3343
'update' => 'Update Settings',
3444
'value' => 'Value',

app/lang/es-ES/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Enviar alertas a',
55
'alerts_enabled' => 'Alertas habilitadas',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Generar IDs de equipo autoincrementales',
78
'auto_increment_prefix' => 'Prefijo (opcional)',
89
'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto',
910
'barcode_type' => 'Tipo de código de barras',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'EULA por defecto',
1113
'default_eula_help_text' => 'También puede asociar EULAs personalizadas para categorías especificas de equipos.',
1214
'display_asset_name' => 'Mostrar Nombre Equipo',
1315
'display_checkout_date' => 'Mostrar Fecha de Salida',
1416
'display_eol' => 'Mostrar EOL',
1517
'display_qr' => 'Mostrar Códigos QR',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'Este EULS permite <a href="https://help.github.com/articles/github-flavored-markdown/">makrdown estilo Github</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Color de encabezado',
1822
'info' => 'Estos parámetros permirten personalizar ciertos aspectos de la aplicación.',
1923
'laravel' => 'Versión de Laravel',
2024
'load_remote' => 'Esta instalación de Snipe-IT puede cargar scripts del mundo exterior.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Resultados por página',
2328
'php' => 'Versión de PHP',
2429
'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,8 +32,13 @@
2732
'qr_text' => 'Texto Código QR',
2833
'setting' => 'Parámetro',
2934
'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',
3242
'system' => 'Información del Sistema',
3343
'update' => 'Actualizar Parámetros',
3444
'value' => 'Valor',

app/lang/es-ES/general.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
'accessories' => 'Accesorios',
77
'accessory' => 'Accesorio',
8-
'activity_report' => 'Activity Report',
8+
'activity_report' => 'Reporte de Actividad',
99
'address' => 'Dirección',
1010
'admin' => 'Admin',
1111
'all_assets' => 'Todos los Equipos',
@@ -65,7 +65,7 @@
6565
'licenses_available' => 'licencias libres',
6666
'licenses' => 'Licencias',
6767
'list_all' => 'Listar Todo',
68-
'loading' => 'Loading',
68+
'loading' => 'Cargando',
6969
'location' => 'Localización',
7070
'locations' => 'Localizaciones',
7171
'logout' => 'Desconexión',

app/lang/fi/admin/settings/general.php

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
return array(
44
'alert_email' => 'Send alerts to',
55
'alerts_enabled' => 'Alerts enabled',
6+
'asset_ids' => 'Asset IDs',
67
'auto_increment_assets' => 'Luo automaattisesti kasvavat laite-ID:t',
78
'auto_increment_prefix' => 'Etuliite (valinnainen)',
89
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
910
'barcode_type' => 'Barcode Type',
11+
'barcode_settings' => 'Barcode Settings',
1012
'default_eula_text' => 'Default EULA',
1113
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
1214
'display_asset_name' => 'Näytä laitteen nimi listauksessa',
1315
'display_checkout_date' => 'Näytä luovutuspäivämäärä listauksessa',
1416
'display_eol' => 'Näytä elinaika listauksessa',
1517
'display_qr' => 'Näytä QR-koodit laitteen tiedoissa',
18+
'eula_settings' => 'EULA Settings',
1619
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
20+
'general_settings' => 'General Settings',
1721
'header_color' => 'Header Color',
1822
'info' => 'Näiden asetusten avulla voit mukauttaa tiettyjä toimintoja.',
1923
'laravel' => 'Versio Laravel',
2024
'load_remote' => 'Tämä Snipe-IT asennus voi ladata scriptejä ulkopuolisesta maailmasta.',
2125
'logo' => 'Logo',
26+
'optional' => 'optional',
2227
'per_page' => 'Tuloksia Per Sivu',
2328
'php' => 'Versio PHP',
2429
'php_gd_info' => 'Sinun tulee asentaa php-gd paketti näyttääksesi QR-koodit, katso lisätietoja asennusohjeista.',
@@ -27,8 +32,13 @@
2732
'qr_text' => 'QR-koodin Teksti',
2833
'setting' => 'Asetus',
2934
'settings' => 'Asetukset',
30-
'site_name' => 'Sivuston Nimi',
31-
'snipe_version' => 'Snipe-IT version',
35+
'site_name' => 'Sivuston Nimi',
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' => 'Snipe-IT version',
3242
'system' => 'Järjestelmän Tiedot',
3343
'update' => 'Päivitä Asetukset',
3444
'value' => 'Arvo',

0 commit comments

Comments
 (0)