More translations

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-05-23 19:28:23 -07:00
parent 01768bf649
commit 47fa490e8a
2 changed files with 3 additions and 2 deletions

View file

@ -134,7 +134,7 @@ class AssetImporter extends ItemImporter
if ($asset->save()) {
$asset->logCreate('Imported using csv importer');
$asset->logCreate(trans('general.importer.import_note'));
$this->log('Asset '.$this->item['name'].' with serial number '.$this->item['serial'].' was created');
// If we have a target to checkout to, lets do so.

View file

@ -462,7 +462,7 @@ return [
'manager_full_name' => 'Manager Full Name',
'manager_username' => 'Manager Username',
'checkout_type' => 'Checkout Type',
'checkout_location' => 'Checkout Location',
'checkout_location' => 'Checkout to Location',
'image_filename' => 'Image Filename',
'do_not_import' => 'Do Not Import',
'vip' => 'VIP',
@ -470,6 +470,7 @@ return [
'gravatar' => 'Gravatar Email',
'currency' => 'Currency',
'address2' => 'Address Line 2',
'import_note' => 'Imported using csv importer',
],
];