mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
304 B
PHP
13 lines
304 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
'labels_per_page' => 'Етикети',
|
|||
|
'support_fields' => 'Полета',
|
|||
|
'support_asset_tag' => 'Таг',
|
|||
|
'support_1d_barcode' => '1D',
|
|||
|
'support_2d_barcode' => '2D',
|
|||
|
'support_logo' => 'Лого',
|
|||
|
'support_title' => 'Заглавие',
|
|||
|
|
|||
|
];
|