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