mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Translate importer header
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
45bf428092
commit
0ed637f0ce
|
@ -556,5 +556,6 @@ return [
|
||||||
'something_went_wrong' => 'Something went wrong with your request.',
|
'something_went_wrong' => 'Something went wrong with your request.',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'expires' => 'Expires',
|
'expires' => 'Expires',
|
||||||
|
'map_fields'=> 'Map :item_type Field',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -198,7 +198,11 @@
|
||||||
@if ($activeFile->import_type)
|
@if ($activeFile->import_type)
|
||||||
<div class="form-group col-md-12">
|
<div class="form-group col-md-12">
|
||||||
<hr style="border-top: 1px solid lightgray">
|
<hr style="border-top: 1px solid lightgray">
|
||||||
<h3><i class="{{ Helper::iconTypeByItem($activeFile->import_type) }}"></i> Map {{ ucwords($activeFile->import_type) }} Import Fields</h3>
|
<h3>
|
||||||
|
<i class="{{ Helper::iconTypeByItem($activeFile->import_type) }}">
|
||||||
|
</i>
|
||||||
|
{{ trans('general.map_fields', ['item_type' => ucwords($activeFile->import_type)]) }}
|
||||||
|
</h3>
|
||||||
<hr style="border-top: 1px solid lightgray">
|
<hr style="border-top: 1px solid lightgray">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-12">
|
<div class="form-group col-md-12">
|
||||||
|
|
Loading…
Reference in a new issue