mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Updated translations
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
18bedb736e
commit
0ea29a0224
|
@ -368,8 +368,8 @@ return [
|
|||
'notification_warning' => 'Warning:',
|
||||
'notification_info' => 'Info:',
|
||||
'asset_information' => 'Asset Information',
|
||||
'model_name' => 'Model Name:',
|
||||
'asset_name' => 'Asset Name:',
|
||||
'model_name' => 'Model Name',
|
||||
'asset_name' => 'Asset Name',
|
||||
'consumable_information' => 'Consumable Information:',
|
||||
'consumable_name' => 'Consumable Name:',
|
||||
'accessory_information' => 'Accessory Information:',
|
||||
|
@ -448,5 +448,19 @@ return [
|
|||
'modal_confirm_generic' => 'Are you sure?',
|
||||
'cannot_be_deleted' => 'This item cannot be deleted',
|
||||
'undeployable_tooltip' => 'This item cannot be checked out. Check the quantity remaining.',
|
||||
'serial_number' => 'Serial Number',
|
||||
'item_notes' => ':item Notes',
|
||||
'item_name_var' => ':item Name',
|
||||
'importer' => [
|
||||
'checked_out_to_fullname' => 'Checked Out to (Full Name)',
|
||||
'checked_out_email' => 'Checked Out to (User Email)',
|
||||
'manager_first_name' => 'Manager First Name',
|
||||
'manager_last_name' => 'Manager First Name',
|
||||
'manager_full_name' => 'Manager Full Name',
|
||||
'checkout_type' => 'Checkout Type',
|
||||
'checkout_location' => 'Checkout Location',
|
||||
'image_filename' => 'Image Filename',
|
||||
'do_not_import' => 'Do Not Import',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue