snipe-it/resources/lang/tr/admin/models/message.php
2017-08-25 07:32:57 -07:00

37 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'does_not_exist' => 'Model mevcut değil.',
'assoc_users' => 'Model bir ya da daha çok demirbaş ile ilişkili ve silinemez. Lütfen demirbaşları silin ve tekrar deneyin. ',
'create' => array(
'error' => 'Klasör oluşturulmadı, lütfen tekrar deneyin.',
'success' => 'Model oluşturuldu.',
'duplicate_set' => 'Bu üretici ve model numarası ile bir varlık ve model zaten var.',
),
'update' => array(
'error' => 'Model güncellenemedi, lütfen tekrar deneyin',
'success' => 'Model güncellendi.'
),
'delete' => array(
'confirm' => 'Bu demirbaş modelini silmek istediğinize emin misiniz?',
'error' => 'Demirbaş silinirken bir problem oluştu. Lütfen tekrar deneyin.',
'success' => 'Model silindi.'
),
'restore' => array(
'error' => 'Model geri getirilemedi, lütfen tekrar deneyin',
'success' => 'Model geri getirildi.'
),
'bulkedit' => array(
'error' => 'Hiçbir alan değiştirilmedi, dolayısıyla hiç bir alan güncellenmedi.',
'success' => 'Model güncellendi.'
),
);