mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
More translations
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
01768bf649
commit
47fa490e8a
|
@ -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.
|
||||
|
|
|
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue