2023-09-25 02:54:46 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2024-01-24 07:29:39 -08:00
|
|
|
'example_company' => 'Compañía de prueba limitada',
|
|
|
|
'example_defaultloc' => 'Construcción 1',
|
|
|
|
'example_category' => 'Probar categoría',
|
|
|
|
'example_location' => 'Edificio 2',
|
|
|
|
'example_manufacturer' => 'Test Manufacturing Inc.',
|
|
|
|
'example_model' => 'Modelo de prueba',
|
|
|
|
'example_supplier' => 'Compañía de prueba limitada',
|
2023-12-19 09:23:16 -08:00
|
|
|
'labels_per_page' => 'Etiquetas',
|
|
|
|
'support_fields' => 'Campos',
|
2024-07-19 09:47:22 -07:00
|
|
|
'support_asset_tag' => 'Placa',
|
2023-09-25 02:54:46 -07:00
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
'support_2d_barcode' => '2D',
|
|
|
|
'support_logo' => 'Logo',
|
2023-12-19 09:23:16 -08:00
|
|
|
'support_title' => 'Título',
|
2023-09-25 02:54:46 -07:00
|
|
|
|
|
|
|
];
|