mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 09:34:10 -08:00
10ac2c830f
Signed-off-by: snipe <snipe@snipe.net>
19 lines
607 B
PHP
19 lines
607 B
PHP
<?php
|
||
|
||
return [
|
||
'example_company' => 'Test Limited Şirketi',
|
||
'example_defaultloc' => 'Bina 1',
|
||
'example_category' => 'Test Kategorisi',
|
||
'example_location' => 'Bina 2',
|
||
'example_manufacturer' => 'Test Üretim A. Ş.',
|
||
'example_model' => 'Test Modeli',
|
||
'example_supplier' => 'Test Limited Şirketi',
|
||
'labels_per_page' => 'Etiketler',
|
||
'support_fields' => 'Alanlar',
|
||
'support_asset_tag' => 'Etiket',
|
||
'support_1d_barcode' => '1D',
|
||
'support_2d_barcode' => '2D',
|
||
'support_logo' => 'Logo',
|
||
'support_title' => 'Başlık',
|
||
|
||
]; |