mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
10 lines
240 B
PHP
Executable file
10 lines
240 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'title' => 'תחזוקת נכס',
|
|
'asset_name' => 'נכס',
|
|
'supplier_name' => 'ספק',
|
|
'is_warranty' => 'אחריות',
|
|
'dl_csv' => 'להוריד CSV'
|
|
];
|