mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
17 lines
815 B
PHP
17 lines
815 B
PHP
<?php
|
||
|
||
return [
|
||
'not_found' => 'Asset Maintenance you were looking for was not found!',
|
||
'delete' => [
|
||
'confirm' => 'Varlık bakımını silmek istediğinizden emin misiniz?',
|
||
'error' => 'There was an issue deleting the asset maintenance. Please try again.',
|
||
'success' => 'Varlık bakımı başarıyla silindi.'
|
||
],
|
||
'create' => [
|
||
'error' => 'Varlık bakımı oluşturulumadı, lütfen tekrar deneyin.',
|
||
'success' => 'Varlık Bakımı başarıyla oluşturuldu.'
|
||
],
|
||
'asset_maintenance_incomplete' => 'Henüz Tamamlanmadı',
|
||
'warranty' => 'Garanti',
|
||
'not_warranty' => 'Garanti Yok',
|
||
]; |