2023-09-25 02:54:46 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
2024-03-01 03:17:02 -08:00
|
|
|
|
'example_company' => 'Тест фирма',
|
|
|
|
|
'example_defaultloc' => 'Сграда 1',
|
|
|
|
|
'example_category' => 'Тест категория',
|
|
|
|
|
'example_location' => 'Сграда 2',
|
|
|
|
|
'example_manufacturer' => 'Тест производител.',
|
|
|
|
|
'example_model' => 'Тест модел',
|
|
|
|
|
'example_supplier' => 'Тест фирма',
|
2023-09-25 02:54:46 -07:00
|
|
|
|
'labels_per_page' => 'Етикети',
|
|
|
|
|
'support_fields' => 'Полета',
|
|
|
|
|
'support_asset_tag' => 'Таг',
|
|
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
|
'support_2d_barcode' => '2D',
|
|
|
|
|
'support_logo' => 'Лого',
|
|
|
|
|
'support_title' => 'Заглавие',
|
|
|
|
|
|
|
|
|
|
];
|