71 lines
2.9 KiB
PHP
71 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'asset_management' => 'Menaxhimi i Aseteve',
|
|
'view_asset' => 'Shiko aktivin',
|
|
'asset_category' => 'Kategoria e aseteve',
|
|
'asset_categories' => 'Kategoritë e aseteve',
|
|
'manage_asset_categories' => 'Menaxho kategoritë e aseteve',
|
|
'assets' => 'Asetet',
|
|
'asset' => 'Aseti',
|
|
'all_assets' => 'Të gjitha asetet',
|
|
'add_asset' => 'Shto aktiv',
|
|
'edit_asset' => 'Redakto punën',
|
|
'asset_code' => 'Kodi i aktivit',
|
|
'series_model' => 'Seria/Modeli',
|
|
'warranty_period' => 'Periudha e garancisë',
|
|
'depreciation' => 'Amortizimi',
|
|
'is_allocatable' => 'A ndahet?',
|
|
'warranty_period_in_month' => 'Periudha e garancisë në <i><b>muaj</b></i>',
|
|
'image_replace_help_text' => 'Imazhi i mëparshëm (nëse ekziston) do të zëvendësohet',
|
|
'asset_allocation' => 'Ndarja e aseteve',
|
|
'allocation_code' => 'Kodi i alokimit',
|
|
'allocated_at' => 'Alokuar në',
|
|
'reason' => 'Arsyeja',
|
|
'create' => 'Krijo',
|
|
'edit' => 'Redakto',
|
|
'asset_allocated' => 'Asetet e alokuara',
|
|
'allocate_asset' => 'Shpërndani aktivin',
|
|
'allocated_qty' => 'Sasia e alokuar',
|
|
'asset_settings' => 'Cilësimet e aseteve',
|
|
'asset_code_prefix' => 'Prefiksi i kodit të aktivit',
|
|
'allocation_code_prefix' => 'Prefiksi i kodit të alokimit',
|
|
'revoke_code_prefix' => 'Revoko prefiksin e kodit',
|
|
'revoke' => 'Revoko',
|
|
'revoke_code' => 'Revoko kodin',
|
|
'revoked_at' => 'Revokuar në',
|
|
'revoke_asset' => 'Revoko <code>:allocation_code</code>',
|
|
'revoked_asset' => 'Pasuria u revokua',
|
|
'revoked_for' => 'Revokuar për',
|
|
'revoked_by' => 'Revokuar nga',
|
|
'allocate_to' => 'Alokoni për',
|
|
'allocated_to' => 'Alokuar për',
|
|
'allocated_by' => 'Alokuar nga',
|
|
'revoked_qty' => 'Sasia e revokuar',
|
|
'additional_notes' => 'Shënim shtesë',
|
|
'end_date' => 'Data e përfundimit',
|
|
'add_more' => 'Shto Më shumë',
|
|
'additional_cost' => 'Kosto shtesë',
|
|
'in_warranty' => 'Në Garanci',
|
|
'days_left' => 'Ditë të mbetura',
|
|
'not_in_warranty' => 'Jo në garanci',
|
|
'serial_no' => 'Numër serik',
|
|
'model_no' => 'Emri/Numri i modelit',
|
|
'purchase_type' => 'Lloji i blerjes',
|
|
'owned' => 'Në pronësi',
|
|
'rented' => 'Me qira',
|
|
'leased' => 'Me qira',
|
|
'allocatable_tooltip' => "Nëse alokohet, aktivi mund t'i caktohet çdo përdoruesi tjetër",
|
|
'total_assets_allocated' => 'Totali i aktiveve të alokuara',
|
|
'total_assets' => 'Totali i aktiveve',
|
|
'expired_or_expiring_in_one_month' => 'Asetet kanë skaduar ose skadojnë brenda një muaji',
|
|
'expiring_on' => 'Skadon në',
|
|
'assets_by_category' => 'Asetet sipas kategorive',
|
|
'warranty_status' => 'Statusi i garancisë',
|
|
'allocate_from' => 'Alokuar nga',
|
|
'allocated_upto' => 'Alokuar deri në',
|
|
'asset_name' => 'Emri i aktivit',
|
|
'warranty_months' => 'Muaj garancie',
|
|
'total_assets_allocated_to_you' => 'Asetet e alokuara për ju',
|
|
];
|