Adding newly added template files

This commit is contained in:
Wächtler, Yannick 2021-11-04 20:12:47 +01:00
parent 3f2749d5d6
commit 97030866e4
5 changed files with 44 additions and 0 deletions

View 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' => '/&lt;endpoint&gt;',
'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.',
];

View file

@ -0,0 +1,6 @@
<?php
return [
'process' => 'Process',
];

View file

@ -0,0 +1,7 @@
<?php
return [
'select_import_file' => 'Select Import File...',
'select_file' => 'Select file'
];

View file

@ -0,0 +1,10 @@
<?php
return [
'file' => 'File',
'created' => 'Created',
'size' => 'Size',
'process' => 'Process',
'delete' => 'Delete',
];

View 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:',
];