2023-09-25 02:54:46 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2024-01-24 07:29:39 -08:00
|
|
|
'example_company' => 'Test Company Limited',
|
|
|
|
'example_defaultloc' => 'Clădire 1',
|
|
|
|
'example_category' => 'Categorie de test',
|
|
|
|
'example_location' => 'Clădire 2',
|
|
|
|
'example_manufacturer' => 'Testează fabricația Inc.',
|
|
|
|
'example_model' => 'Modelul de test',
|
|
|
|
'example_supplier' => 'Test Company Limited',
|
2024-01-03 15:12:29 -08:00
|
|
|
'labels_per_page' => 'Etichete',
|
|
|
|
'support_fields' => 'Câmpuri',
|
2023-12-19 09:23:16 -08:00
|
|
|
'support_asset_tag' => 'Etichetă',
|
2023-09-25 02:54:46 -07:00
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
'support_2d_barcode' => '2D',
|
2023-12-19 09:23:16 -08:00
|
|
|
'support_logo' => 'Siglă',
|
|
|
|
'support_title' => 'Titlu',
|
2023-09-25 02:54:46 -07:00
|
|
|
|
|
|
|
];
|