mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Adding newly added template files
This commit is contained in:
parent
3f2749d5d6
commit
97030866e4
12
resources/lang/en/account/api.php
Normal file
12
resources/lang/en/account/api.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'personal_api_keys' => 'Personal API Keys',
|
||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
|
||||
will not be visible to you again.',
|
||||
'api_base_url' => 'Your API base url is located at:',
|
||||
'api_base_url_endpoint' => '/<endpoint>',
|
||||
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
||||
find specific API endpoints and additional API documentation.',
|
||||
];
|
6
resources/lang/en/admin/importer/button.php
Normal file
6
resources/lang/en/admin/importer/button.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'process' => 'Process',
|
||||
];
|
7
resources/lang/en/admin/importer/general.php
Normal file
7
resources/lang/en/admin/importer/general.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'select_import_file' => 'Select Import File...',
|
||||
'select_file' => 'Select file'
|
||||
];
|
10
resources/lang/en/admin/importer/table.php
Normal file
10
resources/lang/en/admin/importer/table.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'file' => 'File',
|
||||
'created' => 'Created',
|
||||
'size' => 'Size',
|
||||
'process' => 'Process',
|
||||
'delete' => 'Delete',
|
||||
];
|
9
resources/lang/en/admin/locations/general.php
Normal file
9
resources/lang/en/admin/locations/general.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'assigned_location' => 'Assigned to :location Location',
|
||||
'asset_management_system' => 'Asset Management System',
|
||||
'assigned_to' => 'Assigned To:',
|
||||
'manager' => 'Manager',
|
||||
'date' => 'Current Date:',
|
||||
];
|
Loading…
Reference in a new issue