Skip to content

Commit

Permalink
Adding newly added template files
Browse files Browse the repository at this point in the history
  • Loading branch information
nuraeil committed Nov 4, 2021
1 parent 3f2749d commit 9703086
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/en/account/api.php
Original file line number Diff line number Diff line change
@@ -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.',
];
6 changes: 6 additions & 0 deletions resources/lang/en/admin/importer/button.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [

'process' => 'Process',
];
7 changes: 7 additions & 0 deletions resources/lang/en/admin/importer/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [

'select_import_file' => 'Select Import File...',
'select_file' => 'Select file'
];
10 changes: 10 additions & 0 deletions resources/lang/en/admin/importer/table.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [

'file' => 'File',
'created' => 'Created',
'size' => 'Size',
'process' => 'Process',
'delete' => 'Delete',
];
9 changes: 9 additions & 0 deletions resources/lang/en/admin/locations/general.php
Original file line number Diff line number Diff line change
@@ -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:',
];

0 comments on commit 9703086

Please sign in to comment.