mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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()) {
|
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');
|
$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.
|
// If we have a target to checkout to, lets do so.
|
||||||
|
|
|
@ -462,7 +462,7 @@ return [
|
||||||
'manager_full_name' => 'Manager Full Name',
|
'manager_full_name' => 'Manager Full Name',
|
||||||
'manager_username' => 'Manager Username',
|
'manager_username' => 'Manager Username',
|
||||||
'checkout_type' => 'Checkout Type',
|
'checkout_type' => 'Checkout Type',
|
||||||
'checkout_location' => 'Checkout Location',
|
'checkout_location' => 'Checkout to Location',
|
||||||
'image_filename' => 'Image Filename',
|
'image_filename' => 'Image Filename',
|
||||||
'do_not_import' => 'Do Not Import',
|
'do_not_import' => 'Do Not Import',
|
||||||
'vip' => 'VIP',
|
'vip' => 'VIP',
|
||||||
|
@ -470,6 +470,7 @@ return [
|
||||||
'gravatar' => 'Gravatar Email',
|
'gravatar' => 'Gravatar Email',
|
||||||
'currency' => 'Currency',
|
'currency' => 'Currency',
|
||||||
'address2' => 'Address Line 2',
|
'address2' => 'Address Line 2',
|
||||||
|
'import_note' => 'Imported using csv importer',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue